Re: [phpodpworld-users] Phpodpworld.pl temp file not found
Status: Beta
Brought to you by:
hansfn
|
From: Nicholas J. <joh...@ne...> - 2007-07-09 11:26:29
|
Oops, I hit a shortcut key...
Thank you both for your diagnosis.
Briefly using display_errors, it became apparent that I was missing
something. This was infact Pear DB, thanks to my lack of familiarity with
PHP.
I am now on to hopefully my last issue - when viewing the index page, I am
greeted with:
The category "" was not found. The closest matches are:
In this case I'm trying to display all categories, in a similar way to DMOZ
does. Currently in the config.inc.php categories array, I've just got
"Top", but testing this and replacing this with "Business" for example,
creates the same effect.
The category "Business" was not found. The closest matches are:
Any help again would be greatly appriciated.
Kind regards,
Nick Johnston
-----Original Message-----
From: php...@li...
[mailto:php...@li...] On Behalf Of
Nicholas Johnston
Sent: 09 July 2007 12:20
To: php...@li...
Subject: Re: [phpodpworld-users] Phpodpworld.pl temp file not found
Thank you both for your diagnosis.
Briefly using display_errors, it became apparent that I was missing
something. This was infact Pear DB, thanks to my lack of familiarity with
PHP.
I am now on to hopefully my last issue - when viewing the index page, I am
greeted with:
-----Original Message-----
From: php...@li...
[mailto:php...@li...] On Behalf Of Hans
F. Nordhaug
Sent: 09 July 2007 11:43
To: php...@li...
Subject: Re: [phpodpworld-users] Phpodpworld.pl temp file not found
* 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
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express Download DB2 Express C - the
FREE version of DB2 express and take control of your XML. No limits. Just
data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
phpodpworld-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/phpodpworld-users
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express Download DB2 Express C - the
FREE version of DB2 express and take control of your XML. No limits. Just
data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
phpodpworld-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/phpodpworld-users
|