PDA

View Full Version : A little Lost here..


MixMakers
Tue 7th Jun '05, 4:37pm
Can anybody here by any chance tell me in english what this exactly means?

Warning: main(/home/mixmake/public_html/forums/news/index.php ): failed to open stream: No such file or directory in /modules/php.php on line 4

Fatal error: main(): Failed opening required '/home/mixmake/public_html/forums/news/index.php ' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mixmake/public_html/forums/modules/php.php on line 4

- In the first part of the error, my "php.php" file is located in /forums/modules/php.php , not /modules/php.php...So i don't know how that came about.

Any help would be appreciated..thanks

here is the file:


<?php
ob_start();
require("/home/mixmaker/public_html/forums/news/index.php
");
$output = ob_get_contents();
ob_end_clean();
eval('$home[$mods[\'modid\']][\'content\'] .= "' . fetch_template('adv_portal_php') . '";');
?>

harmor
Thu 9th Jun '05, 12:32am
what is line 4 in php.php?

Make sure it leads to "news/index.php"

You may have to write something like

../news/index.php