Jump to content
xt:Commerce Community Forum

Veyton 4.1 E_DEPRECATED meldung in den News


sams

Recommended Posts

egal ob php stable 5.3 oder 5.4 wenn ich mich einlogge kommt in den News im Backend immer:

Notice: Use of undefined constant E_DEPRECATED - assumed 'E_DEPRECATED' in /XXX/www.fantotal.de/XXX/xtFramework/admin/main.php on line 29

login required

was kann ich dagen tun?

Link to comment
Share on other sites

vielleicht damit:

kopiere diese Zeilen aus der xtCore/main.php in die xtFramework/admin/main.php vor die Zeile "ini set.....":

if (!defined('E_DEPRECATED')) define('E_DEPRECATED','8192');

error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);

bei mir landet Deine Fehlermeldung allerdings nur im Error-Log, aber dafür bei jedem Aufruf des Backends ....

Grüsse

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...