Hi guys ... my forum plugin has a problem!! when I click on a topic to read, I have this error:
Text Formatted Code
Warning: main(PHP/Compat.php): failed to open stream: No such file or directory in /home/ancona5/public_html/forum/include/gf_showtopic.php on line 39
Fatal error: main(): Failed opening required 'PHP/Compat.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ancona5/public_html/forum/include/gf_showtopic.php on line 39
on line 39 of gf_showtopic.php there is this code:
Text Formatted Code
37 if( !function_exists( 'str_ireplace' ))
38 {
39 require_once( 'PHP/Compat.php' );
40 PHP_Compat::loadFunction( 'str_ireplace' );
41 }
what can I do?