Re: [phpodpworld-users] Phpodpworld.pl temp file not found
Status: Beta
Brought to you by:
hansfn
From: Hans F. N. <Han...@hi...> - 2007-07-09 10:42:55
|
* Howard Lee <hl...@gm...> [2007-07-08]: > On 7/6/07, Nicholas Johnston <joh...@ne...> wrote: > > I now have an issue where, after counting the categories, the index.php page > > does not display anything - just a white page. The maintinence page > > displays fine. Any known or obvious issues there? > > Not that I know of. I can only think of the difference between the > maintainance page and the actual page is the database connection. Have > you checked that PHP can connect the MySQL successfully? (Sorry for the late reply - spent some time off-line.) That sounds like good advice, Howard. The MySQL extension for PHP must be enabled/installed - check your phpinfo. Nicholas, have you checked the webserver error logs (where PHP normally logs it's error messages)? You could also turn on logging ("use_logging") in the phpODPWorld config, but I guess this problem happens at the PHP system level (missing MySQL extension). Regards Hans |