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.

Similar threads

  • Locked
  • Support ticket Support ticket
Replies
7
Views
2K
  • Locked
  • Support ticket Support ticket
Replies
4
Views
1K
  • Locked
  • Support ticket Support ticket
Replies
4
Views
2K
  • Locked
  • Support ticket Support ticket
Replies
2
Views
1K

Legacy vBShop

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