ckclark121
Account Closed
- Impact
- 0
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:
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') . '";');
?>















