Php problem

Fsmvda

New Member
Messages
9
Reaction score
0
Points
0
When I run:
PHP:
<?php require("/home/fsmv/public_html/flash/comments/comments.php"); ?>

why do I get this error:
"Warning: require(/home/fsmv/public_html/flash/comments/comments.php) [function.require]: failed to open stream: No such file or directory in /home/fsmv/public_html/flash/flipside.php on line 54

Fatal error: require() [function.require]: Failed opening required '/home/fsmv/public_html/flash/comments/comments.php' (include_path='.:/x10hosting/php1/pear') in /home/fsmv/public_html/flash/flipside.php on line 54"

Ps. line 54 is where the require is in the .php file
 
Last edited:

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
check your file? Does it really exist?

Why does comments.php call upon flipside.php ? Does that file exist?
 

Fsmvda

New Member
Messages
9
Reaction score
0
Points
0
they both exist. flipside.php is the page that actually has the comments on it.
Edit:
Ok I was messing with it and I got it fixed
 
Last edited:
Top