Problem sa joomla sajtom nakon update na novu verziju 3.7

Pozdrav raja, imam ozbiljan problem sa stranicom nakon updata na novu verziju joomle (3.7).

Radi se o tome da kada otvorim stranicu ne prikazuje apsolutno ništa. Kada hoću da otvorim administraciju na početku prikaže formu za prijavu, ali nakon što unesem username i password i kliknem na prijavu, isto tako ne prikazuje ništa. Probao sam sve što sam znao da popravim sajt ali nisam uspio.

Ako neko slučajno ima neku ideju šta bi mogao još da isprobam da spasim sajt, molim da pomogne.

Unaprijed zahvaljujem.

http://zeljeznopolje.com
http://zeljeznopolje.com/administrator

Akeeba backup? Imaš li ga?

Ovak napamet pogledaj .htaccess file, probaj ga obrisati (ali prije ga skini na comp da ga lakse restoras). Pa probaj pa vidi jel radi.

Ako radi, skini .htaccess backup ili skini joomla tu verziju, ona u sebi bi trebala iamti .htacess.

Nikakav beckup nemam :frowning:

Nekoliko mjeseci radim na ovom sajtu i nisam mogo nikako da se nakanim da instaliram Akeeba.

Sve danas ću sutra ću, i nikad, tako se dovedo u ovu situaciju. Sve sam nekako mislio da nema šta da krene po zlu.

Ovo nek bude pouka svima kojima je mrsko da naprave neki back up.

Isprobao sam, ništa, isto sve.

Ma ne panicari 99.9% ovo je problem s .htaccess fileom.

E sad… dali si kompetetntan da to popravis ili ne je problem.

Uglavnom moras iskopat .htaccess i donekle razumjeti onos to u njemu pise da bi ga mogao popraviti. Jer kao sto vidis, tvoj site radi na administratorskom pageu, sto zanci sve sljaka, samo je frontpage blank.

Nisam strucnjak za Joomlu, cak stovise nikad nisam radio s njom, ali kazem ti ovo je problem. Precesljaj sve .htaccess fileove u folderu i vidi gdje nevalja, a za vise pomoci nam kopiraj text iz tog .htaccessa

1 Like

Ne radi sajt ni admistratorskom pageu, kad pokušam da se logiram isto tako ne prikazuje ništa.

##
# @package    Joomla
# @copyright  Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved.
# @license    GNU General Public License version 2 or later; see LICENSE.txt
##

##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line 'Options +FollowSymLinks' may cause problems with some server configurations.
# It is required for the use of mod_rewrite, but it may have already been set by your 
# server administrator in a way that disallows changing it in this .htaccess file.
# If using it causes your site to produce an error, comment it out (add # to the 
# beginning of the line), reload your site in your browser and test your sef urls. If 
# they work, then it has been set by your server administrator and you do not need to 
# set it here.
##

## No directory listings
IndexIgnore *

## Can be commented out if causes errors, see notes above.
Options +FollowSymlinks
Options -Indexes

## Mod_rewrite in use.

RewriteEngine On

## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site then comment out the operations listed 
# below by adding a # to the beginning of the line.
# This attempts to block the most common type of exploit `attempts` on Joomla!
#
# Block any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root home page
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.

## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects

##
# Uncomment the following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##

# RewriteBase /

## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.


########## Begin - ETag Optimization
## This rule will create an ETag for files based only on the modification
## timestamp and their size. 
## Note: It may cause problems on your server and you may need to remove it
FileETag MTime Size
# AddOutputFilterByType is now deprecated by Apache. Use mod_filter in the future.
AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript
# Enable expiration control
ExpiresActive On
# Default expiration: 1 hour after request
ExpiresDefault "now plus 1 hour"
# CSS and JS expiration: 1 week after request
ExpiresByType text/css "now plus 1 week"
ExpiresByType application/javascript "now plus 1 week"
ExpiresByType application/x-javascript "now plus 1 week"
 
# Image files expiration: 1 month after request
ExpiresByType image/bmp "now plus 1 month"
ExpiresByType image/gif "now plus 1 month"
ExpiresByType image/jpeg "now plus 1 month"
ExpiresByType image/jp2 "now plus 1 month"
ExpiresByType image/pipeg "now plus 1 month"
ExpiresByType image/png "now plus 1 month"
ExpiresByType image/svg+xml "now plus 1 month"
ExpiresByType image/tiff "now plus 1 month"
ExpiresByType image/vnd.microsoft.icon "now plus 1 month"
ExpiresByType image/x-icon "now plus 1 month"
ExpiresByType image/ico "now plus 1 month"
ExpiresByType image/icon "now plus 1 month"
ExpiresByType text/ico "now plus 1 month"
ExpiresByType application/ico "now plus 1 month"
ExpiresByType image/vnd.wap.wbmp "now plus 1 month"
ExpiresByType application/vnd.wap.wbxml "now plus 1 month"
 
ExpiresByType application/smil "now plus 1 month"
# Audio files expiration: 1 month after request
ExpiresByType audio/basic "now plus 1 month"
ExpiresByType audio/mid "now plus 1 month"
ExpiresByType audio/midi "now plus 1 month"
ExpiresByType audio/mpeg "now plus 1 month"
ExpiresByType audio/x-aiff "now plus 1 month"
ExpiresByType audio/x-mpegurl "now plus 1 month"
ExpiresByType audio/x-pn-realaudio "now plus 1 month"
ExpiresByType audio/x-wav "now plus 1 month"
 
# Movie files expiration: 1 month after request
ExpiresByType application/x-shockwave-flash "now plus 1 month"
ExpiresByType x-world/x-vrml "now plus 1 month"
ExpiresByType video/x-msvideo "now plus 1 month"
ExpiresByType video/mpeg "now plus 1 month"
ExpiresByType video/mp4 "now plus 1 month"
ExpiresByType video/quicktime "now plus 1 month"
ExpiresByType video/x-la-asf "now plus 1 month"
ExpiresByType video/x-ms-asf "now plus 1 month"

Koja je tema? I koja je verzija bila ranije, ako se sjećaš?

provjeri php verziju koja ti radi na serveru

ako misliš da je htaccess fajl problem samo ga preimenuj. Mora raditi i bez njega. Ovaj tvoj htaccess nije regularan ima dodataka koji možda prave problem.

3.6.5 bila prethodna verzija. Kada sam tek uradio update radio je administratorski dio stranice, pa dok sam mogao pristupiti admin dijelu isprobao sam i druge teme, ali nije pomoglo, čak sam brisao razne komponente, module i plugine, jer sam mislio da zeza nešto od toga, međutim nije pomoglo.

Čudno mi je bilo to da je stranica nekoliko puta bila čak proradila, ali opet nakon nekoliko minuta prestane da radi, iako ja nisam ništa uradio što bi moglo prouzrokovati da ponovo sajt stane.

Onda je odjednom prestao da radi i administratorski dio, tako da sad ni tu ne mogu da pristupim. I to mi je čudno, jer nisam tad u tom trenutnku ništa uradio što bi moglo da prouzrokuje da i to prestane radit.

Probao sam i to, nije pomoglo.

Isprobao sam sve php verzije, a li ništa, isto sve.

ondak je php verzija problem ili neke od postavki servera.

možda ti je haknuta stranica?

Ne vjerujem da je to, jer je prestala da radi tačno u tom trenutku kad sam uradio udate

Sad sam malo zbunjen…znači radila je stranica nakon prelaska na 3.7, a onda si mijenjao teme? I onda je prestala raditi?

Brisao si komponente, pluginove i module nakon update?

Radio administratorski dio, ali stranica nije. Znači tek nakon što sam uradio update sajta, mogao sam bar da se logiram u administratorski dio i isprobam, dali će raditi sa na drugoj temi, brisao sam neke komponente, plugine i module itd, jer sam mislio da možda to nešto smeta. Onda se odjednom desilo da više ne mogu da se prijavim ni u administratorski dio, i to je prestalo da radi iako nisam ništa urado što bi moglo da prouzrokuje da i to prestane radit.

U admin dijelu samo prikaže formu da se logiram, ali kad klikne prijava, ne prikazuje više ništa.

Et probaj kliknuti na login, nije važno šta staviš kao username i password, isto se desi, nestane sve.

http://zeljeznopolje.com/administrator

jesi pobrisao cache?