Page 1 of 1

After upgrade to php 5.5.0 module manager does not show up [SOLVED]

Posted: Tue Sep 25, 2007 3:04 pm
by Gregor
Hello,

I asked the webmaster to upgrade the site www.wsv-herkingen.nl to php 5, so I can install the Picasa module. Since this upgrade, the module manager does not show up. I can log on, go to various menu item etc, however entering the module manager leads to (found in code view):
Fatal error:  Allowed memory size of 16777216 bytes exhausted (tried to allocate 14299 bytes) in /home/wsvherking/domains/wsv-herkingen.nl/public_html/modules/nuSOAP/classes/nusoap.php on line 6089
I set the memory_limit to 24M in php.ini No luck. I tried to set in index.php No luck.

To see phpinfo()
www.wsv-herkingen.nl/erwin.php

Anyone who regonize this problem and has a fix?

Thanks,
Gregor

Re: After upgrade to php 5.5.0 module manager does not show up

Posted: Tue Sep 25, 2007 3:11 pm
by RonnyK
Gregor,

you tried setting

Code: Select all

ini_set("memory_limit", "24M");
in the top of your config.php just below the PHP start did you. Where did you put the code?

If that doesn't work you might have the effect, that you can't change the default setting as provided by your host. Ask the provider if it is changeable.

Ronny

Re: After upgrade to php 5.5.0 module manager does not show up

Posted: Tue Sep 25, 2007 3:17 pm
by Gregor
Thanks Ronny,

That did do the trick, I now have 256M ??? Hoewever, the module manager opens up.

I'm on cmsms version 1.0.8 Is the Picasa-module able to work with this version?


Gregor

Re: After upgrade to php 5.5.0 module manager does not show up

Posted: Tue Sep 25, 2007 3:21 pm
by RonnyK
Gregor,

I dont know why it shouldnt work as it merely bridges CMSMS with PICASA.

You know that your behind with your version and that lately some releases where made concerning security-fixing.

Ronny

Re: After upgrade to php 5.5.0 module manager does not show up

Posted: Tue Sep 25, 2007 3:30 pm
by Gregor
I know Ronny that I'm behind with the latest release. Can I update from 1.0.8 to 1.1.3.1 right away?

Gregor

Re: After upgrade to php 5.5.0 module manager does not show up

Posted: Tue Sep 25, 2007 3:42 pm
by RonnyK
Gregor,

I just did with my sites, as some notes where made on the net on how-to-hack CMSMS.

Be aware to store your NEWS-template, as it is DB-driven instead of FILE-driven, if youmade changes to the news-template.

And BACKUP before doing.

Ronny

Re: After upgrade to php 5.5.0 module manager does not show up [SOLVED]

Posted: Tue Sep 25, 2007 4:25 pm
by Gregor
Ronny,

I upgraded step by step to the following version. It's still running :) Next I'll install picasa.

Thanks for your help!
Gregor