View Full Version : ISPConfig 3.0.1.6 Auto & Manual Update Fails??
giganet
6th November 2009, 20:55
Server: Ubuntu 9.04
When trying to run Auto update 'ispconfig_update.sh' or manual update to ISPConfig 3...
After providing the MySQL root password the system returns the following error:
Fatal error: Cannot use string offset as an array in /tmp/ispconfig3_install/install/update.php on line 199
Thanking you in advance for your input and support.
Best Regards
damir
6th November 2009, 21:33
Is this single or multiserver installation?
giganet
7th November 2009, 02:25
Thank you for the reply Damir...
This is a single server installation.
till
7th November 2009, 13:51
You update from which version? And you used the tar.gz to update and not svn?
giganet
7th November 2009, 19:23
Thank you Till...
Upgrading from ISPConfig 3.0.1.3.
Yes 'tar.gz' was used to update with.
Best Regards
till
9th November 2009, 12:10
Please check with e.g. phpmyadmin if the field "config" in the record of the "server" table in the ispconfig database is empty.
giganet
10th November 2009, 19:57
Hello Till thank you...
I have tried to access PHPMyAdmin using: https://giganetwireless.net:81/phpmyadmin/index.php
In IE 8 the error displayed is 'Cannot Find Server Page' "The Page Cannot Be Displayed"
While in FF 3.5.5 the error is 'Problem Loading Page' "The Connection Has Timed Out"
Does this indicate that the SSL cert needs to be re-generated for this application?
Best Regards
giganet
17th November 2009, 06:36
Hello Till...
I have logged into MySQL VIA CLI and done the following.
Command 1
mysql> use ispconfig3db;
Database changed
Command 2
mysql> show tables;
+------------------------+
| Tables_in_ispconfig3db |
+------------------------+
| attempts_login |
| client |
| client_template |
| country |
| dns_rr |
| dns_soa |
| dns_template |
| firewall |
| ftp_user |
| mail_access |
| mail_content_filter |
| mail_domain |
| mail_forwarding |
| mail_get |
| mail_greylist |
| mail_mailman_domain |
| mail_traffic |
| mail_transport |
| mail_user |
| mail_user_filter |
| monitor_data |
| remote_session |
| remote_user |
| server |
| server_ip |
| shell_user |
| software_package |
| software_repo |
| software_update |
| software_update_inst |
| spamfilter_policy |
| spamfilter_users |
| spamfilter_wblist |
| support_message |
| sys_config |
| sys_datalog |
| sys_dbsync |
| sys_filesync |
| sys_group |
| sys_ini |
| sys_log |
| sys_user |
| web_database |
| web_domain |
+------------------------+
44 rows in set (0.00 sec)
Command 3
mysql> show columns from server;
+----------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------+---------------------+------+-----+---------+----------------+
| server_id | int(11) unsigned | NO | PRI | NULL | auto_increment |
| sys_userid | int(11) unsigned | NO | | 0 | |
| sys_groupid | int(11) unsigned | NO | | 0 | |
| sys_perm_user | varchar(5) | NO | | | |
| sys_perm_group | varchar(5) | NO | | | |
| sys_perm_other | varchar(5) | NO | | | |
| server_name | varchar(255) | NO | | | |
| mail_server | tinyint(1) | NO | | 0 | |
| web_server | tinyint(1) | NO | | 0 | |
| dns_server | tinyint(1) | NO | | 0 | |
| file_server | tinyint(1) | NO | | 0 | |
| db_server | tinyint(1) | NO | | 0 | |
| vserver_server | tinyint(1) | NO | | 0 | |
| config | text | NO | | NULL | |
| updated | bigint(20) unsigned | NO | | 0 | |
| active | tinyint(1) | NO | | 1 | |
+----------------+---------------------+------+-----+---------+----------------+
16 rows in set (0.03 sec)
Does this answer your question posed earlier regarding the contents of the table named 'config' within 'server'?
Thanking you in advance for your help and time.
Best Regards
till
17th November 2009, 10:07
I did not meant the columns. my question was if the config field in the server table is empty or not.
giganet
17th November 2009, 17:11
Hello Till
Thank you for the reply...
I am unable to access PHPMyAdmin for some reason?
Best Regards
giganet
20th November 2009, 04:26
Has anyone running ISPConfig3 had problems accessing MyPHPAdmin?
I am unable to access MyPHPAdmin after a failed attempt to upgrade ISPConfig from 3.0.1.3 to 3.0.1.6.
till
20th November 2009, 10:56
Which Linuxdistribution?
giganet
20th November 2009, 19:51
Server: Ubuntu 9.04
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.