Modify

Opened 9 years ago

Closed 9 years ago

Last modified 5 years ago

#1190 closed Bug/Fehler (invalid)

fatal_error beim aufrufen von get_states.js.php in general_bottom.js.php

Reported by: FräuleinGarn Owned by: somebody
Priority: normal Milestone:
Component: Shop Version: 2.0.2.2
Keywords: Cc:
Blocked By: Blocking:

Description

Wenn ich unter Mailbeez "Module/Shopbewertung einfach-Kunden um Bewertung bitten" die html oder text Vorschau der Email öffne, erscheint unten im Popup folgende Fehlermeldung.

Fatal error: require(): Failed opening required '/var/www/clients/client6/web12/web/DIR_TMPL_JSget_states.js.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/clients/client6/web12/web/templates/tpl_modified_responsive/javascript/general_bottom.js.php on line 43

Das ganze ist templateunabhängig.

Passiert in 2.0.2.2 mit mailbeez 3.8.4

Lösungsansätze wie

<?php require DIR_FS_CATALOG . DIR_TMPL_JS . 'get_states.js.php'; ?>

zu ändern in

<?php require DIR_FS_CATALOG . 'templates/' . CURRENT_TEMPLATE . '/javascript/get_states.js.php'; ?>

lassen zwar die Fehlermeldung nicht mehr erscheinen, aber das error_log läuft trotzdem voll mit nicht auffindbaren JS und CSS Dateien. Sämtliche DIR_TMPL_JS und DIR_TMPL_CSS Verweise können nicht
gefunden werden.

Komplette Fehlerbeschreibung zu finden unter:
https://www.modified-shop.org/forum/index.php?topic=31420.msg337539#msg337539

Attachments (0)

Change History (2)

comment:1 by Ronald Parcinski, 9 years ago

Resolution: invalid
Status: newclosed

Fehler mit dem MailBeez Modul, kein Fehler im Shopsystem

comment:2 by Torsten Riemer, 5 years ago

Milestone: modified-shop-2.0.3.0

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.