Jump to content

Ich werde das Profiling nicht los :-)


Recommended Posts

Hallo zusammen.

 

Ich werde aus welchen Gründen auch immer das Profiling nicht los.
In der defines.inc.php ist alles abgestellt.

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
}
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);
if (_PS_MODE_DEV_ === true) {
    @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);

Presta 1.6.1.7 PHP FPM 5.6.30
smarty cache schon geleert.
Der Profiler verfolgt mich weiter.

Wo könnte ich eine Stellschraube übersehen haben ?

 

Gruß Michael

Link to comment
Share on other sites

Hallo Claudiocool

Alle Cache Folder gelöscht, keine Besserung.
Beim Artikel speichern gibt es auch noch folgende Meldung

Caught redirection to index.php?controller=AdminProducts&conf=4&token=

Da scheint in der htaccess was schief zu laufen.

 

Gruß Michael

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...