fail instalation

Discussion in 'Installation/Configuration' started by rober, Apr 24, 2016.

  1. rober

    rober New Member

    Last edited: Apr 25, 2016
  2. rober

    rober New Member

  3. jnsc

    jnsc rotaredoM Moderator

    Are you sure this is this error? If you fix this line locally is the installation ok? The error message talks about a comma, and // indicates a line comment, so the line 182 looks totally correct.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This is not an error at all. //** is a valid comment as its a one line comment which just requires // at the beginning, no matter whats after this in the same line. The Syntax /* ..... */ for comments is used for comments that span over multiple lines. So if you have an error in that script, then it is not this line.

    And the error states clearly that it is in line 889 and not 182.
     
    Last edited: Apr 25, 2016
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    The issue is fixed in GIT now, run:

    ispconfig_update.sh, select "git-stable" as update source in the update script.
     
  6. rober

    rober New Member

    Yes , i get a error at line 889, but in my humble opinion, because in line 182 dont close comment, so it still open and leave comment out a lot of lines ....

    when change this line over my fork. the installation process can finish for a first time .....
    I´m testing over a DROPLET of digitalocean with Ubuntu 16.04
     
  7. rober

    rober New Member

    thank you very much ... i will test again ....

    another error was that dont create all tables ... but i will thest with a new git... thanks again
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    On my servers, all tables get generated. Which MySQl / MariaDB version do you use?
     
  9. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    Did you configure a different database-name or is this just dbispconfig?
     
  10. rober

    rober New Member

    I was testing over Mysql .... but only i get this tables :

    mysql> show tables
    -> ;
    +--------------------------+
    | Tables_in_ddbbispconfig |
    +--------------------------+
    | aps_instances |
    | aps_instances_settings |
    | aps_packages |
    | aps_settings |
    | attempts_login |
    | client |
    | client_circle |
    | client_message_template |
    | client_template |
    | client_template_assigned |
    | country |
    | cron |
    | directive_snippets |
    | dns_rr |
    | dns_slave |
    | dns_soa |
    | dns_template |
    | domain |
    | firewall |
    | ftp_traffic |
    | ftp_user |
    | help_faq |
    | help_faq_sections |
    | iptables |
    | mail_access |
    | mail_backup |
    | mail_content_filter |
    | mail_domain |
    | mail_forwarding |
    | mail_get |
    | mail_mailinglist |
    | mail_relay_recipient |
    | mail_traffic |
    | mail_transport |
    | mail_user |
    | mail_user_filter |
    | monitor_data |
    | openvz_ip |
    | openvz_ostemplate |
    | openvz_template |
    +--------------------------+
    40 rows in set (0.00 sec)


    and of course i cannt get login , because , the table sys_user is not there

    However ... I just probe again with git mode and over MariaDB ... and now i get login to Panel ...it is great !!!
     
  11. rober

    rober New Member

    No. I use the same name
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems to be a incompatobe mysql version or mysql setting. Which exact mysql version do you use?
     
  13. rober

    rober New Member

  14. till

    till Super Moderator Staff Member ISPConfig Developer

    Why do you think that the ispconfig system requirements (which are defined by the ispconfig server guides) tell you that you have to install Mysql 5.5, 5.6 or mariadb and NOT Mysql 5.7? Because it will not work and you just wasted our time by not following installation instructions, great...
     
  15. rober

    rober New Member

    Sorry man, i just follow https://www.howtoforge.com/tutorial...l-pureftpd-bind-postfix-doveot-and-ispconfig/
    and just i want test mysql-server instead mariadb over ubuntu 16.04 & ispconfig 3.1

    cheers
     
  16. till

    till Super Moderator Staff Member ISPConfig Developer

    No problem :) But please try to report issues only for supported setups and the setup in your link uses MariaDB as MySQL 5.7 will not work. MySQL 5.7 is not really downwards compatible to older MySQL versions as it uses a stricter SQL syntax then older releases, so many applications will not run on MySQl 5.7.
     

Share This Page