Page 1 of 1

Admin area of News module not showing :(

Posted: Fri Feb 15, 2008 9:34 pm
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 :]

Re: Admin area of News module not showing :(

Posted: Fri Feb 15, 2008 10:07 pm
by Nullig
It could be a memory problem.

Try adding:

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

near the top of your config.php file.

Nullig

Re: Admin area of News module not showing :(

Posted: Fri Feb 15, 2008 10:49 pm
by unnamed7
there is no such line in config.php

Re: Admin area of News module not showing :(

Posted: Sat Feb 16, 2008 11:58 am
by alby
unnamed7 wrote: there is no such line in config.php
Try to add

Alby

Re: Admin area of News module not showing :(

Posted: Sat Feb 16, 2008 1:04 pm
by unnamed7
didn't help :(

Re: Admin area of News module not showing :(

Posted: Sat Feb 16, 2008 1:54 pm
by alby
unnamed7 wrote: didn't help :(
Active debug in config.php and check your server log

Alby

Re: Admin area of News module not showing :(

Posted: Sat Feb 16, 2008 2:35 pm
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 ?

Re: Admin area of News module not showing :(

Posted: Sat Feb 16, 2008 3:31 pm
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

Re: Admin area of News module not showing :(

Posted: Sat Feb 16, 2008 4:37 pm
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 ?

Re: Admin area of News module not showing :(

Posted: Sat Feb 16, 2008 6:49 pm
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

Re: Admin area of News module not showing :(

Posted: Sat Feb 16, 2008 8:03 pm
by unnamed7
when i try that script local memory limit is still 12M, should i ask admin to change this ?

Re: Admin area of News module not showing :(

Posted: Sat Feb 16, 2008 9:01 pm
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