tru2u Posted August 12, 2014 Share Posted August 12, 2014 Further problems in accessing MyShop after installing modules. When I click on the MyShop button at the top of the page I do not get any page at all. The link address shows the following: http://www.tru2u.biz/index.php?live_configurator_token=b1c292859a845df3de80378b67bd600b&id_employee=1&id_shop=1 I had just installed "Neteven" and got error messages(3 in fact) but module opened okay and allowed me to setup much of what is required. Error messages showed "Error! :(object Object) . This message showed up 3 times and then allowed access to the module etc. But when I exited the module and went to test on MyShop I got the above link in the search bar but No access to MYShop Anyone got any ideas??? Link to comment Share on other sites More sharing options...
vekia Posted August 12, 2014 Share Posted August 12, 2014 you've got there white page please turn on error reporting then instead of white page you will see detailed error log information Link to comment Share on other sites More sharing options...
tru2u Posted August 12, 2014 Author Share Posted August 12, 2014 Where do I find error reporting?? I cannot see a button or menu for that? Link to comment Share on other sites More sharing options...
tru2u Posted August 12, 2014 Author Share Posted August 12, 2014 In my public_html folder on my server I have this file called config/defines.inc.php Is this where I turn on error reporting. If that is so is the following the correct place to edit?? /* Debug only */ define('_PS_MODE_DEV_', false); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true); if (_PS_MODE_DEV_) { @ini_set('display_errors', 'on'); @error_reporting(E_ALL | E_STRICT); define('_PS_DEBUG_SQL_', true); } else { @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); } define('_PS_DEBUG_PROFILING_', false); define('_PS_MODE_DEMO_', false); $currentDir = dirname(__FILE__); BUT which line?? Link to comment Share on other sites More sharing options...
bellini13 Posted August 12, 2014 Share Posted August 12, 2014 change this to true define('_PS_MODE_DEV_', true); if you are having issues after installing modules, have you attempted to contact the author of the modules who should provide you with support? Link to comment Share on other sites More sharing options...
tru2u Posted August 12, 2014 Author Share Posted August 12, 2014 Yes I have but they were not able to help. I have decided to restore my data from yesterday and go from there now as a result! Thanks for the suggestion. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now