Find this at the top of the file (line 16 specifically)
//error_reporting(E_ALL );
error_reporting(E_ALL ^ E_NOTICE);
Change to this:
//error_reporting(E_ALL );
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
Home » Forums » Shopping Cart Creator Pro » Unable to get shop uploaded- Help please
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.