Jump to content
  • 0

500 Internal Error


sradkg

Question

w trakcie aktualizacji sklepu do najnowszej wersji, w ostatnim kroku po kliknięciu w stronę /install/upgrade/upgrade.php wyświetla się biała strona z 500 Internal Error.

 

błąd jaki mi wyrzuca to:

 

PHP Fatal error:  Class 'Core_Business_ContainerBuilder' not found in /config/bootstrap.php on line 27

 

 

 

w bootstrap.php mam coś takiego
 
<?php
/*
* bla bla bla nie istotne
*/
 
$container_builder = new Core_Business_ContainerBuilder;
$container = $container_builder->build();
Adapter_ServiceLocator::setServiceContainerInstance($container);
 
 
upgrade ręczny, bo "1 click" przestał działać na home.pl (tak wiem zmienię jak mi się skończy)
robiłem wcześniej próbę na localhoscie i wszystko przeszło bez problemów

 

proszę o pomoc

Edited by sradkg (see edit history)
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

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...