Admin area of News module not showing :(

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
unnamed7
Forum Members
Forum Members
Posts: 42
Joined: Tue Dec 05, 2006 1:53 pm

Admin area of News module not showing :(

Post by unnamed7 »

Hi, like in subject, i cant see admin area of News module, what can be wrong ? chmods are good.
check out the screen, maybe it will help http://polskistunt.pl/screen.jpg

how to fix it ? i tried reinstalling whole cms, and module alone, didnt help.

sorry for my poor english and thanks for help :]
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Admin area of News module not showing :(

Post by Nullig »

It could be a memory problem.

Try adding:

ini_set("memory_limit", "32M");

near the top of your config.php file.

Nullig
unnamed7
Forum Members
Forum Members
Posts: 42
Joined: Tue Dec 05, 2006 1:53 pm

Re: Admin area of News module not showing :(

Post by unnamed7 »

there is no such line in config.php
alby

Re: Admin area of News module not showing :(

Post by alby »

unnamed7 wrote: there is no such line in config.php
Try to add

Alby
unnamed7
Forum Members
Forum Members
Posts: 42
Joined: Tue Dec 05, 2006 1:53 pm

Re: Admin area of News module not showing :(

Post by unnamed7 »

didn't help :(
alby

Re: Admin area of News module not showing :(

Post by alby »

unnamed7 wrote: didn't help :(
Active debug in config.php and check your server log

Alby
unnamed7
Forum Members
Forum Members
Posts: 42
Joined: Tue Dec 05, 2006 1:53 pm

Re: Admin area of News module not showing :(

Post by unnamed7 »

hmm now i see list of debugs in admin area, but when i enter News module i dont see that list. Every other section has it.
its server fault ?
alby

Re: Admin area of News module not showing :(

Post by alby »

unnamed7 wrote: hmm now i see list of debugs in admin area, but when i enter News module i dont see that list. Every other section has it.
its server fault ?
View html source of News page if last row contain an error and
check server log

Alby
unnamed7
Forum Members
Forum Members
Posts: 42
Joined: Tue Dec 05, 2006 1:53 pm

Re: Admin area of News module not showing :(

Post by unnamed7 »

in html source i have error...
Fatal error:  Allowed memory size of 12582912 bytes exhausted (tried to allocate 112812 bytes) in /home/users/phenomen/public_html/lib/classes/module_support/modlang.inc.php on line 74

what can i do about it ?
alby

Re: Admin area of News module not showing :(

Post by alby »

unnamed7 wrote: in html source i have error...
Fatal error:  Allowed memory size of 12582912 bytes exhausted (tried to allocate 112812 bytes) in /home/users/phenomen/public_html/lib/classes/module_support/modlang.inc.php on line 74

what can i do about it ?
You have 12MB of memory limit.
Nullig wrote as you must add this. Are you sure that don't work (clear cache in General Settings also)?

If don't work maybe your provider does not allow this. Try with a file test.php with:

Code: Select all

<?php
ini_set("memory_limit", "32M");
phpinfo();
?>
and check value for memory_limit - local

Alby
unnamed7
Forum Members
Forum Members
Posts: 42
Joined: Tue Dec 05, 2006 1:53 pm

Re: Admin area of News module not showing :(

Post by unnamed7 »

when i try that script local memory limit is still 12M, should i ask admin to change this ?
alby

Re: Admin area of News module not showing :(

Post by alby »

unnamed7 wrote: when i try that script local memory limit is still 12M, should i ask admin to change this ?
Yes, you must set at least 16 MB (recommended 32 MB)

Alby
Post Reply

Return to “Modules/Add-Ons”