Admin area of News module not showing :(
Admin area of News module not showing :(
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 :]
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 :(
It could be a memory problem.
Try adding:
ini_set("memory_limit", "32M");
near the top of your config.php file.
Nullig
Try adding:
ini_set("memory_limit", "32M");
near the top of your config.php file.
Nullig
Re: Admin area of News module not showing :(
there is no such line in config.php
Re: Admin area of News module not showing :(
Try to addunnamed7 wrote: there is no such line in config.php
Alby
Re: Admin area of News module not showing :(
didn't help 

Re: Admin area of News module not showing :(
Active debug in config.php and check your server logunnamed7 wrote: didn't help![]()
Alby
Re: Admin area of News module not showing :(
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 ?
its server fault ?
Re: Admin area of News module not showing :(
View html source of News page if last row contain an error andunnamed7 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 ?
check server log
Alby
Re: Admin area of News module not showing :(
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 ?
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 :(
You have 12MB of memory limit.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 ?
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();
?>
Alby
Re: Admin area of News module not showing :(
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 :(
Yes, you must set at least 16 MB (recommended 32 MB)unnamed7 wrote: when i try that script local memory limit is still 12M, should i ask admin to change this ?
Alby