From: Patrick H. <pa...@cy...> - 2004-10-25 15:50:23
|
You've likely installed phpwebsite with all applications, eh? Standard php memory limit is 8mb... which is too low. When I run into what you are describing, I find setting php memory limits in php.ini to 12 mb resolves the issue. If you don't have the ability to adjust the memory limits, install phpwebsite with only the applications you really need and see if that works. Good luck. Best regards, Patrick Harris On Oct 25, 2004, at 8:50 AM, Shaun Murray wrote: > edit index.php and change > > error_reporting (E_NONE); > > to > > error_reporting (E_ALL); > > and you may find an error message is displayed. > > > Shaun > aegis design - http://www.aegisdesign.co.uk > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on > ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give > us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |