![]() |
ahh error!
I bought/install Flashchat now I'm getting this error :ermm:
Fatal error: Cannot redeclare getmicrotime() (previously declared in /xxx/xxx/bbs.metallifukinca.com/html/FlashChat/inc/common.php:123) in /xxxx/xxxx/bbs.metallifukinca.com/html/includes/functions_arcade.php on line 3 My poor arcade is gone :o Could somepne help me out? Thanks in advance |
i guss that on your main file have
require(common.php) and require(/includes/functions_arcade.php) and i guss that in common.php there is a call to /functions_arcade.php in other words script calls same functions twice |
any ideas if I can remove a line of code?
|
surround one of the two functions getmicrotime with:
if(!function_exists(getmicrotime)){ the actual function.....(you know, this is a guess!) } |
you wouldn't happen to know which one, would you?
There only one in each file, common.php and functions_arcade.php |
you can do it on both, as the if condition just verify if one function is already called...
|
so change this..
function getmicrotime() { to if(!function_exists(getmicrotime)){ ? |
All times are GMT. The time now is 01:45 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|