I get this error message
Warning: Failed opening '/usr/local/httpd/htdocs/vbulletin227/newstatistik.php' for inclusion (include_path='.:/usr/share/php') in Unknown on line 0
Seam to me like the include_path is wrong ( '.:/usr/share....). That ":" shouldn't be there, should it? But the file looks allright....
PHP Code:
<?php
error_reporting(7);
$templatesused='stat,stats_head,stats_head1,stats_head2,stats_table_threads,stats_table_threads1,stat_daybit';
require('./global.php');
my other php's like "index.php" do look the same... strange.....
Any help?