Jump to content

Problem z kategoriami w panelu


Gramoss

Recommended Posts

Witam.

Gdy wchodzę  katalog-->kategorie, wyskakuje mi taka informacja (załączam SS).

Wszystkie inne opcje w panelu działają bez zarzutów, tak samo jak cała strona. Jak mógłbym rozwiązać ten problem?

Z góry dziękuję za pomoc

 

error 500.png

Link to comment
Share on other sites

                } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {

                    require $file;

                    return;

                } else {

                    require $file;

                }

            } else {

                \call_user_func($this->classLoader, $class);

                $file = false;

            }

 

błąd.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...