[solved] "lost" content of News admin page

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
grinpin
New Member
New Member
Posts: 7
Joined: Mon Nov 26, 2007 8:05 am

[solved] "lost" content of News admin page

Post by grinpin »

hi. I've got a strange thing today. When I tried to add a new News article, and opened News admin page there've been only inner top menu (Articles, Categories etc. - blue tabs) and below that only an empty place, which should contain list of articles etc.

What's funny, everytime when I look into code (via browser) there is list of articles and the rest -  so when I use a link copied from code to add an article I can do this.

I haven't changed anything in admin template (I use standard one), just: yesterday worked, today doesn't.
All other pages work ok.

Anyone has a clue? :)

ps. I use clean CMS MS 1.2 .

------------------------------
edit: FF 2.0, Opera 9, IE 7 - all the same - no visible content.
maybe this is something about JavaScript?
Last edited by grinpin on Thu Nov 29, 2007 1:07 pm, edited 1 time in total.
grinpin
New Member
New Member
Posts: 7
Joined: Mon Nov 26, 2007 8:05 am

Re: "lost" content of News admin page

Post by grinpin »

well, nobody has an idea?

I got little broken Opera 9 (wich always shows www sites without css styles ;) and here I got some clue:

everything is in place (list of news articles, options etc) but at the bottom there is something like that:

Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 37848 bytes) in /usr/local/apache/www/htdocs/krynicki.pl/lib/classes/module_support/modlang.inc.php on line 86

someone can help? :)
alby

Re: "lost" content of News admin page

Post by alby »

grinpin wrote: Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 37848 bytes) in /usr/local/apache/www/htdocs/krynicki.pl/lib/classes/module_support/modlang.inc.php on line 86

someone can help? :)
You have a problem with memory_limit
Check this item in forum and try to update to 24M

Alby
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: "lost" content of News admin page

Post by Nullig »

You can try adding:

Code: Select all

ini_set("memory_limit", "32M");
near the top of your config.php file.

Nullig
grinpin
New Member
New Member
Posts: 7
Joined: Mon Nov 26, 2007 8:05 am

Re: "lost" content of News admin page

Post by grinpin »

thanks for help, but that's not working. Maybe server doesn't allow to set memory?

Has anyone a different idea how to fix my problem with hidden list of news articles ?

[SOLVED] that was kind of "do it yourself" - I deleted one language file from Module News, uninstalled Search module and Theme Manager module... now news list works.

:)
Last edited by grinpin on Thu Nov 29, 2007 1:10 pm, edited 1 time in total.
Post Reply

Return to “CMSMS Core”