PDA

Zobacz pełną wersję : strona mi się nie wyświetla :( joomla 3.9.8



ella
09-08-2019, 13:55
pusta strona, admin się wyświetla, co robić?:blink:
link do strony (http://moeebius.eu/)
mam listę logów z serwera ale nic mi to nie mówi, poza tym, że jakiś roboty się tam logowały.

siristru
09-08-2019, 15:05
Czy możesz zalogować się do zaplecza strony?

Jeśli tak to:

1. Zaloguj się do Zaplecza
2. Przejdź do System -> Konfiguracja globalna: http://prntscr.com/oqjaq0
3. Tam wybierz zakładkę Serwer a następnie w polu Raportowanie błędów wybierz Maksimum http://prntscr.com/oqjb3d
4. Zapisz ustawienia
5. Wróć na front i odśwież stronę

Jaki i czy w ogóle komunikat się wyświetla?

ella
09-08-2019, 15:24
Zaplecze działa, komunikat mam taki:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgContentJComments has a deprecated constructor in /home/moeebius/public_html/plugins/content/jcomments/jcomments.php on line 25
I co teraz mam zrobić?


Czy możesz zalogować się do zaplecza strony?

Jeśli tak to:

1. Zaloguj się do Zaplecza
2. Przejdź do System -> Konfiguracja globalna: http://prntscr.com/oqjaq0
3. Tam wybierz zakładkę Serwer a następnie w polu Raportowanie błędów wybierz Maksimum http://prntscr.com/oqjb3d
4. Zapisz ustawienia
5. Wróć na front i odśwież stronę

Jaki i czy w ogóle komunikat się wyświetla?

- - - Updated - - -

a teraz mam na stronie taki komunikat
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Color has a deprecated constructor in /home/moeebius/public_html/templates/cloudbase3/features/color.php on line 11

Warning: require_once(/home/moeebius/public_html/libraries/joomla/document/html/renderer/head.php): failed to open stream: No such file or directory in /home/moeebius/public_html/templates/cloudbase3/error.php on line 78

Fatal error: require_once(): Failed opening required '/home/moeebius/public_html/libraries/joomla/document/html/renderer/head.php' (include_path='.:/opt/cpanel/ea-php71/root/usr/share/pear') in /home/moeebius/public_html/templates/cloudbase3/error.php on line 78

siristru
09-08-2019, 15:57
Fatal error: require_once(): Failed opening required '/home/moeebius/public_html/libraries/joomla/document/html/renderer/head.php' (include_path='.:/opt/cpanel/ea-php71/root/usr/share/pear') in /home/moeebius/public_html/templates/cloudbase3/error.php on line 78

I tutaj jest problem :)
Plik /home/moeebius/public_html/templates/cloudbase3/error.php próbuje otworzyć inny plik: /home/moeebius/public_html/libraries/joomla/document/html/renderer/head.php którego nie ma. W Joomla 3.9.10 nie ma takiego katalogu i pliku: /home/moeebius/public_html/libraries/joomla/document/html/renderer/head.php

Zatem spróbuj zmienić szablon na inny (tak testowo). I zobacz czy strona się wyświetli.
Lub edytuj plik /home/moeebius/public_html/templates/cloudbase3/error.php w linii 78 i usuń to wywołanie.

Być może twój szablon nie jest dla Joomla 3.9.x?

ella
12-08-2019, 09:36
po usunięciu wersu wyskakuje błąd
0 [] operator not supported for strings The page you requested cannot be found.
Return to the Homepage (http://moeebius.eu/)

siristru
12-08-2019, 10:19
Ella, a spróbuj zmienić aktualny szablon na Protostar (domyślny dla Joomla) i zobacz czy strona będzie dostępna.
Czy aby nie aktualizowałaś Joomli ostatnio? Kiedy pojawił się problem?

ella
12-08-2019, 10:46
Wyświetla się na Protostar ale niestety bez menu i różnych modułów. Admin zaktualizował na joomla 3.9.8 i myślę, że to dlatego szablon nie działa. Na innych nowych szablonach trzeba wszystko zrobić od nowa :(

siristru
12-08-2019, 11:41
Zatem mamy pozytywną weryfikację błędu. Aktualna wersja Joomla! to 3.9.10 i wygląda, że szablon nie jest dostosowany do tej wersji bowiem próbuje odwołać się do plików już nie istniejących.

Należy zaktualizować szablon. Przeanalizować go pod kątem poprawności odwołań do plików źródłowych Joomla.