We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

update 1.3.1 error (under maintenance) | Forum

Topic location: Forum home » Support » General Questions
Eddie Hakan
Eddie Hakan Feb 28 '12
Hi,


after updating 1.3, my site have 500 internal error.. but i can login to admin.. and then after updated to 1.3.1 from admin dashboard.. my site said 'under maintenance'... and now i can't login using admin.. always said 'under maintenance'.


1) what wrong with it?


2) do i need to edit .htaccess file?


3) what should i do? HEELLLPPPPP..!!!!




Mark
Mark Feb 28 '12
u should be able to login via yoursite.com/sign-in
Eddie Hakan
Eddie Hakan Feb 28 '12
Mark.. after login using /sign-in


it said : 


Error 500

Internal Server Error.


?????

Joseph
Joseph Feb 29 '12
go to one of your pages on your site other than the main page then sign in some pages will work and other will not after you are logged in head to the admin area and update your plugins so these errors will go away all this has been covered in the troubleshooting section the day this update came out ;)
Eddie Hakan
Eddie Hakan Feb 29 '12
Bob.. the url address is http://adiputra.org/ox/


joseph.. have tried everything but still not working.. :(


i try install from admin panel - update succesful but error 500.

i try install from update pack - succesful but error 500.


i can't view and access 

http://mysite/ox/

http://mysite/ox/admin

http://mysite/ox/sign-in (sign in box appeared, after login error 500)



this is my .htaccess file's content :

Options SymLinksIfOwnerMatch 

RewriteEngine On 

AddEncoding gzip .gz AddEncoding gzip .gzip <FilesMatch "\.(js.gz|js.gzip)$"> ForceType text/javascript </FilesMatch> <FilesMatch "\.(css.gz|css.gzip)$"> ForceType text/css </FilesMatch> RewriteCond %{REQUEST_URI} .*/http-bind RewriteRule (.*) /http-bind [L] RewriteCond %{REQUEST_URI} !^/index\.php RewriteCond %{REQUEST_URI} !/ow_updates/index\.php RewriteCond %{REQUEST_URI} !/ow_updates/ RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php


The Forum post is edited by Eddie Hakan Feb 29 '12
Eddie Hakan
Eddie Hakan Feb 29 '12
owh.. by the way.. i read the error log... it said :

PHP Fatal error: Call to undefined method OW::getRequestHandler() in /home/adiputra/public_html/ox/ow_core/application.php on line 107

i opened application.php and at the line 107 is :


104 // setting default time zone 

105 date_default_timezone_set(OW::getConfig()->getValue('base', 'site_timezone')); 

106 

107 OW::getRequestHandler()->setIndexPageAttributes('BASE_CTRL_ComponentPanel'); 

108 OW::getRequestHandler()->setStaticPageAttributes('BASE_CTRL_StaticDocument');


is it related to the problem?

The Forum post is edited by Eddie Hakan Feb 29 '12
Mark
Mark Feb 29 '12
you will get the 500 error until you update the plugins, once logged in try accessing admin/plugins/
Eddie Hakan
Eddie Hakan Mar 1 '12
Mark.. i'll update all the plugins.. thank you.. ;)