Bug Class 'DBTECH_GALLERY' not found payment_gateway.php

Status
Not open for further replies.

Rick

Customer
Fatal error: Class 'DBTECH_GALLERY' not found in /home/flight/public_html/vbfs/dbtech/gallery/hooks/navigation_tab_complete.php on line 33
Our users fill out a payment form on authorize.net and it then tries to post back to:
Just a moment... it is getting that error.
I don't quite understand why that would even try to load something related to the gallery.
Anyway, we desperately need help as our users are complaining of course.
Please let me know what I have to do to fix this. Thank you! Rick
 
If you open that hook file and find
PHP:
if ($vbulletin->options['dbtech_gallery_enabled'])

Replace with
PHP:
if ($vbulletin->options['dbtech_gallery_enabled'] AND class_exists('DBTECH_GALLERY'))

That should sort it :)
 
Hello Rick,

This ticket has now been closed with the status Fixed.

We hope your issue or question has been addressed to your satisfaction. If not, please feel free to re-open it by clicking this link.

If you have any further issues or questions, please feel free to start a new support ticket via the button at the top of every page.

Thank you!
 
Status
Not open for further replies.

Legacy DragonByte Gallery

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