v1.6-v1.7 Fastbay - Oops! An Error Occurred when I open Catalog / Fastbay 1

bubuverde

New member
XNullUser
Joined
Jul 20, 2020
Messages
3
Reaction score
0
Points
1
NullCash
0
Hi friends, as the title suggests when I try to open Catalog / Fastbay 1 I get the following error:
Oops! An Error Occurred
The server returned a "500 Internal Server Error".
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.

Schermata 2020-09-02 alle 14.42.03.png

this error occurs when I click on Schermata 2020-09-02 alle 14.43.57.png
 

darwen

Well-known member
Diamond
Elite
Joined
May 13, 2019
Messages
29
Reaction score
1,020
Points
78
NullCash
4,881
da lì da errore. L’unico modo per accedere è dalla schermata dei moduli. Non so che versione hai installato ma a me l’unica che funziona è la 5.5.6
 

prokill

Well-known member
Diamond
Elite
Joined
Jul 27, 2020
Messages
272
Reaction score
254
Points
63
NullCash
470
module not compatible with 1.7 or PS 1.7.x
Post automatically merged:

I have set a little fix... dont know if it will work completely.

in modules/fastbay1/controllers/admin/AdminFastbay1Controller.php
PHP:
replace:


    public function setMedia()

    {

        parent::setMedia();


BY


    public function setMedia($isNewTheme = false)

    {

        parent::setMedia($isNewTheme = false);
 
Last edited:
Top