Bug vBShop clashes with other modification

Status
Not open for further replies.

tyteen4a03

New member
Hi, whenever I turn on vBShop, some other modifications (like Yet Another Awards System) crashes with the message:
Fatal error: Cannot redeclare construct_depth_mark() in /home/stuffffffff/public_html/forums/includes/adminfunctions.php on line 1825
 
You need to open up all the YAAS files and find something that looks like
PHP:
require(DIR . '/includes/adminfunctions.php');
and replace it with
PHP:
if (!function_exists('construct_depth_mark')) { require(DIR . '/includes/adminfunctions.php'); }
:)
 
Status
Not open for further replies.

Legacy vBShop

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,260
Customer rating
0.00 star(s) 0 ratings
Top