Jump to content

500 Server Error kto pomoże rozwiązać


grubybarti

Recommended Posts

Na stronie nic nie było zmieniane poza dodawaniem elementów do menu aż tu nagle mam error 500. Hosting jest na VPS ale hosting mi pisze że problem nie jest po ich stronie.

Domena pumpit.pl

W trybie debugowania mam taki błąd:

 

Invalid category vars
at line 373 in file classes/Link.php

368.             if (is_array($category) && isset($category['id_category'])) {
369.                 $category = new Category($category, $idLang);
370.             } elseif ((int) $category) {
371.                 $category = new Category((int) $category, $idLang);
372.             } else {
373.                 throw new PrestaShopException('Invalid category vars');
374.             }
375.         }
376.         return $category;
377.     }
378. 
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...