hi. i'm testing 3.1 the script return : PHP Parse error: syntax error, unexpected ',' in /usr/local/ispconfig/server/plugins-available/apache2_plugin.inc.php on line 889 but i think that there is error in https://git.ispconfig.org/ispconfig...plugins-available/apache2_plugin.inc.php#L182 i think that the error is about close comment /**/ : line 182 : //** Get all the webs instead /* Get all the webs*/
I can fixit with : https://git.ispconfig.org/puentesdiaz/ispconfig3/commit/bc8d8e10d918d9445313c013986f2987a369c567
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.
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.
The issue is fixed in GIT now, run: ispconfig_update.sh, select "git-stable" as update source in the update script.
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
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
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 !!!
Package: mysql-server (5.7.12-0ubuntu1) http://packages.ubuntu.com/xenial/database/mysql-server but again, now i use Package: mariadb-server (10.0.24-7) http://packages.ubuntu.com/xenial/database/mariadb-server and works fine
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...
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
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.