Jump to content

Cannot connect to MyShop after activating modules


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...