Hey I have a weird problem which i'm not sure why it would happen.
Going off the instructions (and verifying afterwards) I get this error on my site now. (Luckily it's a new unpublished site right now.)
[:"red"] <br />Warning: main(/ubbt.inc.php): failed to open stream: No such file or directory in /home/iraqiins/public_html/ubbthreads/includes/main.inc.php on line 13<br /><br />Warning: main(/ubbt.inc.php): failed to open stream: No such file or directory in /home/iraqiins/public_html/ubbthreads/includes/main.inc.php on line 13<br /><br />Warning: main(): Failed opening '/ubbt.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/iraqiins/public_html/ubbthreads/includes/main.inc.php on line 13<br /><br />Fatal error: Call to undefined function: getmicrotime() in /home/iraqiins/public_html/ubbthreads/includes/main.inc.php on line 16<br />
[/]
Line 13 is this: [:"blue"] include("$thispath/ubbt.inc.php");[/]
Line 16 is this: [:"blue"] $timea = getmicrotime();
[/]
(The original lines in main.inc.php)
My site worked before installing and looking at your script I didnt notice anything that should affect the calls in ubbt.inc.php.
Any idea why this would happen? The only mod my ubbt.inc.php has is the one needed for Josh's Who's Online mod. Which, the Who's Online mod and my whole site worked fine after testing that. Once I put in this mod my site gets the above errors.
Any ideas?
Thanks.
-Buddy