Page 1 of 1

upgrade 8.1 to 9.1 [solved]

Posted: Wed Mar 27, 2013 1:04 pm
by gionda
hi,
I upgraded from version 8.1 to 9.1 and is successful. But I get the error: "Notice: Modification of internal data is deprecated: myname in / home / lib / classes / class.cms_variables.php on line 46". What does it mean?
thanks

Re: upgrade 8.1 to 9.1

Posted: Wed Mar 27, 2013 2:04 pm
by gionda
in addition to the error mentioned, if I update a module appears:

Code: Select all

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 14514825 bytes) in /home/modules/nuSOAP/classes/nusoap.php on line 5909
:-[

Re: upgrade 8.1 to 9.1

Posted: Wed Mar 27, 2013 9:23 pm
by RonnyK
last message tells you that the 64M memory that you have set, is not enough for the modules that you run...

Re: upgrade 8.1 to 9.1

Posted: Thu Mar 28, 2013 1:16 pm
by gionda
Thank you!
I solved the first problem by updating CGextension. about the problem of memory may be because the amount of pages of the site?
Thank