admin not working after upgrade

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
kct1986
New Member
New Member
Posts: 5
Joined: Fri Jun 15, 2007 9:32 pm

admin not working after upgrade

Post 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
Pierre M.

Re: admin not working after upgrade

Post 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.
kct1986
New Member
New Member
Posts: 5
Joined: Fri Jun 15, 2007 9:32 pm

Re: admin not working after upgrade

Post by kct1986 »

Same browser and same server.  Worked before the upgrade.  Where do I go to llook for a clue?

Kay
kct1986
New Member
New Member
Posts: 5
Joined: Fri Jun 15, 2007 9:32 pm

Re: admin not working after upgrade

Post 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
Pierre M.

Re: admin not working after upgrade

Post 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.
User avatar
mariagutierrez
New Member
New Member
Posts: 3
Joined: Fri Aug 08, 2008 5:04 am

Re: admin not working after upgrade

Post 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
User avatar
mariagutierrez
New Member
New Member
Posts: 3
Joined: Fri Aug 08, 2008 5:04 am

Re: admin not working after upgrade

Post 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 ?
alby

Re: admin not working after upgrade

Post 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
User avatar
mariagutierrez
New Member
New Member
Posts: 3
Joined: Fri Aug 08, 2008 5:04 am

Re: admin not working after upgrade

Post by mariagutierrez »

Si! That works too.
Jude
Forum Members
Forum Members
Posts: 31
Joined: Fri Aug 08, 2008 2:01 pm

Re: admin not working after upgrade

Post 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
Jude
Forum Members
Forum Members
Posts: 31
Joined: Fri Aug 08, 2008 2:01 pm

Re: admin not working after upgrade

Post 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.
Jude
Forum Members
Forum Members
Posts: 31
Joined: Fri Aug 08, 2008 2:01 pm

Re: admin not working after upgrade

Post by Jude »

Silly, silly me.

After clean re-installation everything works fine.
Locked

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