Fsmvda
New Member
- Messages
- 9
- Reaction score
- 0
- Points
- 0
When I run:
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
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: