ispCP - Board - Support
[SOLVED] 1.0.0 ---> 1.0.3 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: [SOLVED] 1.0.0 ---> 1.0.3 (/thread-8880.html)



[SOLVED] 1.0.0 ---> 1.0.3 - ramires - 12-22-2009 09:05 PM

very urgent !!!! please help!!!
when try to update ı get

Can't use string ("") as an ARRAY ref while "strict refs" in use at /var/www/ispcp/engine/ispcp-rqst-mngr line 182. this error in

/tmp/ispcp-update-customers.log file.

an it gives this step

Rebuilding all customer configuration files
Please wait, this may take some time:DEBUG: push_el() sub_name: rebuild_customers_cfg(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: sys_command_rs(), msg: Starting...
DEBUG: push_el() sub_name: sys_command_rs(), msg: Ending...
DEBUG: push_el() sub_name: exit_msg(), msg: Starting...
[failed]


FATAL: An error was occured during update process!
Correct it and re-run this program.

You can find help at http://isp-control.net/forum

DEBUG: push_el() sub_name: exit_msg(), msg: Ending...



ı digg a little bit and found a sql query like that "select mail_id, mail_acc, status from mail_users where status != 'ok' and status != 'ordered' order by mail_id"

it gives this 354 | swaap | change
is it normal ???


RE: 1.0.0 ---> 1.0.3 - ramires - 12-22-2009 10:39 PM

SOLVED ****

The reason is mysql tımeot. mine is 60 then ı set it 3000 :=)


RE: [SOLVED] 1.0.0 ---> 1.0.3 - Kommius - 01-02-2010 06:06 AM

Where did you modify the SQL timeout? I'm having the same problem, updating from 1.0.0 to 1.0.3...


RE: [SOLVED] 1.0.0 ---> 1.0.3 - bulkmania - 01-02-2010 06:53 PM

i also have the same problem, an in my:

/etc/mysql/my.cnf the entry is:

wait_timeout = 28800

There is another place to change this ?