Der Fehler tritt vermutlich als Antwort auf einen AJAX-Request auf, so dass dann ein JS-Fehler erzeugt werden könnte.
Heißer Tipp: Und das scheinbar nur im IE 11?!? Nachfrage: Ein File aus der Beta2 zurückspielen bringt nix - oder?
Nach Update auf Beta3 funktioniert der Speichern-Button im der Produktbearbeitung nicht mehr! Aktualisieren geht! Firebug: TypeError: b.changeRecentButton is not a function ...ton&&(d.recent_button=c.recent_button),b.changeRecentButton(d.recent_button,"adm...
Ok - die o.g. Fehlermeldungen sind weg. JS Fehlfunktion nur im IE leider noch da! Ursache muss nicht bei GM-Files liegen?!
Beta 3: Kein Frontend mehr! ... auch Admin_Login nicht möglich: Code: 2015-10-05 23:51:57 (837ec5754f503cfaaee0929fd48974e7) USER ERROR(256): "SQL Error" in C:\xampp\htdocs\ZaWu_21\gx_25\inc\xtc_db_error.inc.php:24 #4 File: C:\xampp\htdocs\ZaWu_21\gx_25\inc\xtc_db_error.inc.php:24 Code: │ line 22: $coo_logger = LogControl::get_instance(); │ line 23: $coo_logger->notice($p_error, 'error_handler', 'errors', 'notice', 'SQL ERROR', $p_errno, 'Query:' . "\r\n" . trim($p_query)); ├─ line 24: trigger_error('SQL Error', E_USER_ERROR); │ line 25: } #3 File: C:\xampp\htdocs\ZaWu_21\gx_25\inc\xtc_db_query.inc.php:68 Code: │ line 66: { │ line 67: # execute query ├─ line 68: $result = mysql_query($p_query, $$link) or xtc_db_error($p_query, mysql_errno(), mysql_error()); │ line 69: │ line 70: # save result to cache #2 File: C:\xampp\htdocs\ZaWu_21\gx_25\inc\xtc_expire_specials.inc.php:20 Code: │ line 18: // Auto expire products on special │ line 19: function xtc_expire_specials() { ├─ line 20: $specials_query = xtc_db_query("select specials_id from " . TABLE_SPECIALS . " where status = '1' and now() >= expires_date and expires_date > 0"); │ line 21: if (xtc_db_num_rows($specials_query)) { │ line 22: while ($specials = xtc_db_fetch_array($specials_query)) { #1 File: C:\xampp\htdocs\ZaWu_21\gx_25\includes\application_top.php:653 Code: │ line 651: xtc_activate_banners(); │ line 652: xtc_expire_banners(); ├─ line 653: xtc_expire_specials(); │ line 654: │ line 655: if(xtc_not_null($_GET['gm_boosted_content'])) #0 File: C:\xampp\htdocs\ZaWu_21\gx_25\index.php:27 Code: │ line 25: --------------------------------------------------------------------------------------- */ │ line 26: ├─ line 27: include ('includes/application_top.php'); │ line 28: │ line 29: $coo_listing_control = MainFactory::create_object('ProductListingContentControl'); Nachtrag: Selbstverschuldeter Fehler!