Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2011-03-07 10:13:31

phim3xvn
Member
Registered: 2011-03-07
Posts: 1

Error! "Unexpected Error! Aborting..."

Hello,

I just installed the script, after I go in the site (http://phim3x.vn) I got the error "Unexpected Error! Aborting..." and in the ACP (http://phim3x.vn/admin/) too. Please check it for me.

Thank you.

Offline

#2 2011-03-08 09:00:43

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Error! "Unexpected Error! Aborting..."

This happens because our exception handler catches all errors, you must have a error related to some extension or something php related. We will modify our error/exception handler to not catch all errors in the future. For you all you can do is disable the error handler or resolve the php errors on your servers (this errors can usually be fixed from php.ini).

To disable our exception handler edit libraries/bootstrap and comment out the following 2 lines (use // for commenting out the lines):

set_error_handler(array('VError', 'error_handler'));
set_exception_handler(array('VError', 'exception_handler'));

This can be disabled from admin in the next version of the script.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

Board footer

Powered by FluxBB