admin not working after upgrade
admin not working after upgrade
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
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
It is not CMSms specific. The error message comes from squid, a proxy between your browser and your server. Ask this proxy's support.kct1986 wrote: Squid did not receive any data for this request.
Pierre M.
Re: admin not working after upgrade
Same browser and same server. Worked before the upgrade. Where do I go to llook for a clue?
Kay
Kay
Re: admin not working after upgrade
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
Kay
Re: admin not working after upgrade
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.
And can you try 1.4 bypassing the squid proxy ?
Pierre M.
- mariagutierrez
- New Member
- Posts: 3
- Joined: Fri Aug 08, 2008 5:04 am
Re: admin not working after upgrade
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
I am not using a proxy server. Browser is Firefox 3.01 and IE7. Any help is appreciated. -Maria
- mariagutierrez
- New Member
- Posts: 3
- Joined: Fri Aug 08, 2008 5:04 am
Re: admin not working after upgrade
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 ?
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
strange, memory requirement is not increase.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 ?
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
- mariagutierrez
- New Member
- Posts: 3
- Joined: Fri Aug 08, 2008 5:04 am
Re: admin not working after upgrade
Si! That works too.
Re: admin not working after upgrade
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
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
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
Silly, silly me.
After clean re-installation everything works fine.
After clean re-installation everything works fine.