View Single Post
Old January 12th, 2005, 04:23 PM   #7 (permalink)
Timo_Denmark
Junior Member
Verified Customer
 
Join Date: Dec 2004
Posts: 21
Error with mysql or ??

Hi did do the modifications :

include('../photo/inc_features.php');
include('../photo/inc_photopost.php');

and in the template

$header
$navbar
$photopostfeature

But i still keeps getting the same error ???

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home2/mydomain/public_html/photo/inc_features.php on line 49

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home2/mydomain/public_html/photo/inc_features.php on line 63

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home2/mydomain/public_html/photo/inc_features.php on line 116

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home2/mydomain/public_html/photo/inc_photopost.php on line 100

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home2/mydomain/public_html/photo/inc_photopost.php on line 111

or if i use :

include('./photo/inc_features.php');
include('./photo/inc_photopost.php');

ill get the error:

Warning: main(./photo/inc_features.php): failed to open stream: No such file or directory in /index.php on line 59

Warning: main(): Failed opening './photo/inc_features.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /index.php on line 59

Warning: main(./photo/inc_photopost.php): failed to open stream: No such file or directory in /index.php on line 60

Warning: main(): Failed opening './photo/inc_photopost.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /index.php on line 60

All help needed !!
Timo_Denmark is offline   Reply With Quote