by magius » Mon Jan 23, 2006 2:22 am
Thanks Alec
I have try but...
The problem persist (page blank at access) (ojs last version)
(the problem presented after 1 mounth after install, previous all ok)
I have added this:
ini_set('memory_limit','12M'); (near the top...)
and this
ini_set('memory_limit','16M');
But random (now yes, now no) the page it's blank
The view html code in blank page show only this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8"></HEAD>
<BODY></BODY></HTML>
Regards
and thanks, thanks, thanks
magius
LAST MINUTE
Added at end of index.php (before ?> )
ini_set("memory_limit", "16M"); (one space plus after , )
and now function - it's casual ?
Bye