php - Moved Joomla from subdirectory to root and suddenly get "Strict Standards" error...? -


i upgraded joomla 1.5 2.3 , after moving sub-directory root, not access administrator page (which worked fine). after logging in, presented blank page. modified configuration.php, changing $error_reporting maximum try , track down problem. now, after logging in, presented with:

strict standards: non-static method logincontroller::login() should not called statically in /home/diamonde/public_html/administrator/components/com_login/admin.login.php on line 21 fatal error: call member function login() on non-object in /home/diamonde/public_html/administrator/components/com_login/admin.login.php on line 64

i baffled. begin resolve problem?

thank in advance assistance!

solution!!!!!!

i had copied on old joomla 1.5 new 2.5 thinking over-write files (and, well, did). however, there old 1.5 files still hanging around causing problems. have no idea how or why—it doesn't make sense mere presence of unused files cause issue—but nonetheless, case. deleting entire public_html directory first, copying in new 2.5 fixed problems.

hope helpful makes same mistake!


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -