I have a module uploaded, which call's a function from my index page.
require_once( $mosConfig_absolute_path . '/includes/version.php' );
I how ever get this message when I hit the page
Warning: main(http://localhost/HO2/includes/version.php) [function.main]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/public_html/HO2/includes/some.php on line 41
Fatal error: main() [function.require]: Failed opening required 'http://localhost/HO2/includes/version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/public_html/HO2/includes/some.php on line 41
I don't have access to the php.ini file in that server.
Do you guys think it might be that disable_functions = on ?