upgrade went without a hitch.
Got the best response to something:
Quote:
Originally Posted by User
"I cannot do that dave..." (HAL to dave - 2001: A Space Oddysey)
|
Quote:
Originally Posted by BOT
Why can't you do do that dave?I like HAL a lot.
|
I think its already becoming aware...... hehe
[EDIT]
Damnit. Just went to run botloaderinc.php after uploading then testing..
Code:
Fatal error: Call to undefined function: loadstartupinc() in /home/*****/public_html/forums/alice/src/admin/botloaderinc.php on line 60
[EDIT]
Problem Fixed.
-------------------
inb
botloaderinc.php change (Line 60):
$doneloading=loadstartupinc($fileid);
to
$doneloading=loadstartup($fileid);
-------------------