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

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am

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

Post 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
Last edited by Gregor on Wed Sep 26, 2007 6:52 am, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post 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
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am

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

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post 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
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am

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

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post 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
User avatar
Gregor
Power Poster
Power Poster
Posts: 1874
Joined: Thu Mar 23, 2006 9:25 am

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

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”