Modify ↓
Opened 3 years ago
Closed 3 years ago
#2325 closed Bug/Fehler (fixed)
Hersteller redirect funktioniert nicht
| Reported by: | web-looks.de | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.8.0 |
| Component: | Shop | Version: | 2.0.7.2 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Hersteller-URL auf Produktseite. DB Cache eingeschaltet. Skript bricht ab.
Meldung:
Trying to access array offset on value of type bool in File: /redirect.php on Line: 91
Vorschlag zur Korrektur:
/redirect.php
Suchen nach:
$manufacturer = xtc_db_fetch_array($manufacturer_query);
Ersetzen mit:
$manufacturer = xtc_db_fetch_array($manufacturer_query, true);
Attachments (0)
Note:
See TracTickets
for help on using tickets.

In 14832: