Page 1 of 1

[solved] "lost" content of News admin page

Posted: Mon Nov 26, 2007 9:18 am
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?

Re: "lost" content of News admin page

Posted: Tue Nov 27, 2007 6:11 am
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? :)

Re: "lost" content of News admin page

Posted: Tue Nov 27, 2007 8:41 am
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

Re: "lost" content of News admin page

Posted: Tue Nov 27, 2007 4:38 pm
by Nullig
You can try adding:

Code: Select all

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

Nullig

Re: "lost" content of News admin page

Posted: Thu Nov 29, 2007 12:43 pm
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.

:)