ISPConfig 3.0.1.6 Auto & Manual Update Fails??

Discussion in 'General' started by giganet, Nov 6, 2009.

  1. giganet

    giganet New Member

    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:
    Code:
    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
     
  2. damir

    damir New Member

    Is this single or multiserver installation?
     
  3. giganet

    giganet New Member

    Thank you for the reply Damir...

    This is a single server installation.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You update from which version? And you used the tar.gz to update and not svn?
     
  5. giganet

    giganet New Member

    Thank you Till...

    Upgrading from ISPConfig 3.0.1.3.

    Yes 'tar.gz' was used to update with.


    Best Regards
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check with e.g. phpmyadmin if the field "config" in the record of the "server" table in the ispconfig database is empty.
     
  7. giganet

    giganet New Member

    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
     
  8. giganet

    giganet New Member

    Hello Till...

    I have logged into MySQL VIA CLI and done the following.

    Command 1
    Code:
    mysql> use ispconfig3db;

    Database changed

    Command 2
    Code:
    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
    Code:
    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
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    I did not meant the columns. my question was if the config field in the server table is empty or not.
     
  10. giganet

    giganet New Member

    Hello Till
    Thank you for the reply...


    I am unable to access PHPMyAdmin for some reason?

    Best Regards
     
  11. giganet

    giganet New Member

    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.
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Which Linuxdistribution?
     
  13. giganet

    giganet New Member

    Server: Ubuntu 9.04
     

Share This Page