I receive this Fatal error on both of my 3.8.6 & 4.0.5 test boards.
Quote:
Originally Posted by fufu
When I installed vBCredits II (Lite) the 'awards.php' through an error. The vBCredits II (Lite) is conflicting with YAAS 4.0.2.
|
Problem:
When clicking/viewing Awards list (file 'awards.php') on 3.8.6:
Code:
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/public_html/vbtest/awards.php:98) in /home/public_html/vbtest/includes/adminfunctions.php on line 1832
When clicking/viewing Awards list (file 'awards.php') on 4.0.5:
Code:
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/public_html/new405/awards.php:98) in /home/public_html/new405/includes/adminfunctions.php on line 1832
Solution:
Quote:
Originally Posted by Darkwaltz4
This is not something I can fix.
Please inform the creator of YAAS not to define construct_depth_mark within awards.php, and either surround it with a conditional that checks for the function existing, or just require_once adminfunctions.php - they should not be redefining standard vb functions even if its from the admin side, or stuff like this is bound to happen.
Don't worry if you dont know what Im talking about just copy and paste that to them.
|
Conversation link:
http://www.dragonbyte-tech.com/threa...4.0.2-conflict