Page 1 of 1

admin not working after upgrade

Posted: Wed Aug 06, 2008 4:08 pm
by kct1986
Most of the site functions are working except for the mail module.  I went into the admin to update it, but it won't let me bring up the Pages or any of those pages.  I had upgraded to from 1.2.2 to 1.3.1 the other day, then up to 1.4 yesterday.  Didn't bother to see if all the admin pages since it went in to the initial page (silly me assumed all was good). 

Here's the error:

ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://ww3.clarityconnect.com/admin/listcontent.php

The following error was encountered:

    * Zero Sized Reply

Squid did not receive any data for this request.


Help please....

Kay

Re: admin not working after upgrade

Posted: Wed Aug 06, 2008 6:50 pm
by Pierre M.
kct1986 wrote: Squid did not receive any data for this request.
It is not CMSms specific. The error message comes from squid, a proxy between your browser and your server. Ask this proxy's support.

Pierre M.

Re: admin not working after upgrade

Posted: Wed Aug 06, 2008 8:51 pm
by kct1986
Same browser and same server.  Worked before the upgrade.  Where do I go to llook for a clue?

Kay

Re: admin not working after upgrade

Posted: Thu Aug 07, 2008 12:46 am
by kct1986
I wouldn't call it solved, but I did recover by downgrading back to 1.2.3 - the last known working copy.  Which brings me to believe the newer versions have different system requirements than listed on the site.

Kay

Re: admin not working after upgrade

Posted: Thu Aug 07, 2008 5:18 pm
by Pierre M.
1.2.3 may work within this squid context. But if 1.4 can't I insist you should ask this squid's administrator why.
And can you try 1.4 bypassing the squid proxy ?

Pierre M.

Re: admin not working after upgrade

Posted: Fri Aug 08, 2008 5:20 am
by mariagutierrez
I am very new to CMSMS. I have just installed v1.4 The admin panel is not working as expected. Some of the links work and others don't. All the links in the main nav work, but those in the drop-down nav do not.

I am not using a proxy server. Browser is Firefox 3.01 and IE7. Any help is appreciated. -Maria

Re: admin not working after upgrade

Posted: Fri Aug 08, 2008 6:03 am
by mariagutierrez
I think I found the fix to this issue! After tailing the logs (both access and error) the following seemed to jump out: PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 3735552 bytes) in /home/...../admin/lang/en_US/admin.inc.php on line 841, referer: ....../admin/topextensions.php

I added the following to my config.php (thanks to Michel's posting)
ini_set('memory_limit','24M');

It worked for me.
One question remains: why is so much memory required in 1.4 and not as much in 1.3x ?

Re: admin not working after upgrade

Posted: Fri Aug 08, 2008 7:00 am
by alby
mariagutierrez wrote: I think I found the fix to this issue! After tailing the logs (both access and error) the following seemed to jump out: PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 3735552 bytes) in /home/...../admin/lang/en_US/admin.inc.php on line 841, referer: ....../admin/topextensions.php

I added the following to my config.php (thanks to Michel's posting)
ini_set('memory_limit','24M');

It worked for me.
One question remains: why is so much memory required in 1.4 and not as much in 1.3x ?
strange, memory requirement is not increase.
However, in config.php now you have:
$config['php_memory_limit'] = '';

remove ini_set('memory_limit','24M'); row and add:
$config['php_memory_limit'] = '24M';


Alby

Re: admin not working after upgrade

Posted: Sat Aug 09, 2008 5:50 am
by mariagutierrez
Si! That works too.

Re: admin not working after upgrade

Posted: Sat Aug 09, 2008 10:21 am
by Jude
I have similar problem too. When I try to look the list of content pages in the admin area, I get an announcement of fatal error:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 144971 bytes) in /data/home/tanssiklubif/public_html/admin/listcontent.php on line 1038

I did add the $config['php_memory_limit'] = '24M'; but it did not solve my problem.

TIA

Re: admin not working after upgrade

Posted: Sat Aug 09, 2008 10:38 am
by Jude
I kinda solved my problem – actually the problem appeared after I addded the module Blogs. When I removed it everything works well again. Pitty, I could use the Blogs module.

Re: admin not working after upgrade

Posted: Sat Aug 09, 2008 1:04 pm
by Jude
Silly, silly me.

After clean re-installation everything works fine.