Jump to content
  • 0

PS 1.6 po przenosinach


mentalspot

Question

Cześć, już dawno tego nie robiłem i kurcze nie mogę wpaść na to co może nie działać.

 

1. Przeniosłem dzisiaj PS z serwera na nazwa.pl na serwer na hekko.pl
2. Domena jest bez zmian
3. Pliki przekopiowane
4. Baza podpięta / plik settings.inc.php zaktualizowany
5. Cache wyczyszczony
 

I nie odpala presta - jest biała strona , konsola czysta brak punktu zaczepienia. O czym zapomniałem?

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

4 answers to this question

Recommended Posts

  • 0

Jak czysta strona to może serwer sypać błędem 500 lub wysypuje się gdzieś php, a nie widzisz błędów bo jest ustawione na serwerze tryb produkcyjny a nie developerski. Ustaw pokazywanie błędów żeby było widać w czym problem. Może być, coś nie tak z .htaccess może coś tam nie odpowiada konfiguracji nowego serwera. Może być niezgodność wersji php. jaką miałeś na nazwa, jaką na hekko? Powodów może być naprawdę mnóstwo.

Link to comment
Share on other sites

  • 0

Serwer jest na hekko.pl

1. przełączyłem wyświetlanie błędów na ON
2. error reportoing na : E_ALL &~E_NOTICE

Stack trace:
#0 /public_html/config/config.inc.php(66): require_once()
#1 /public_html/index.php(27): require('/home/d...')
#2 {main}
thrown in /public_html/config/bootstrap.php on line 27
2018-04-03 09:49:47.634 [NOTICE] [94.75.90.125:54513] [STDERR] PHP Fatal error:  Uncaught Error: Class 'Core_Business_ContainerBuilder' not found in /public_html/config/bootstrap.php:27
Stack trace:
#0 /public_html/config/config.inc.php(66): require_once()
#1 /public_html/index.php(27): require('/home/cierzan/d...')
#2 {main}
  thrown in /public_html/config/bootstrap.php on line 27

 

27/28/29 linia pliku bootstrap.php

$container_builder = new Core_Business_ContainerBuilder;
$container = $container_builder->build();
Adapter_ServiceLocator::setServiceContainerInstance($container);

 

Nie rozumiem czemu to się tu psuje.

 

//EDIT
Te errory pokazują się dla php 7.1 dla 5.6 żadnego error nie loguje.

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

  • 0
On 3.04.2018 at 9:59 AM, mentalspot said:

 

//EDIT
Te errory pokazują się dla php 7.1 dla 5.6 żadnego error nie loguje.

To już masz odpowiedź. Niezgodność wersji PHP mi 1.7.3 nie chciała w pełni poprawnie chodzi na PHP 7.1 i mam na 7.0 presta 1.6.xxx lepiej czuje się na 5.6

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