PDA

View Full Version : Vb_error_lite_error


theproit
10-13-2011, 10:19 AM
Hello

I've upgraded to vb 4.1.7 and having problem with vba dynamics v 2.1.1, i'm getting the following error when i want to open attachments window.

Vbulletin Message:

VB_ERROR_LITE_ERROR


Thank you.

Brian
10-17-2011, 01:50 PM
It looks like vBulletin decided to change the way some of their error functions work, and code that used to tell vB's backend to use a different template *if* there was an error now tells it that there's an error. You should be able to correct the issue though by looking in the dynamics/newattachment.php file for this line near the very top and removing it:
define('VB_ERROR_LITE', true);

Our Sponsors
 

theproit
10-17-2011, 02:21 PM
Thanks Brian, problem is fixed.

BigCat
12-12-2011, 05:43 PM
THank you! I had the same problem as well!