user1895268
user1895268

Reputation: 1679

Joomla Backend Error

i have Joomla version 1.5.23 installed and the Problem is that my backend is broken. I can log in but then there is nothing more i can do there. When i click for example to edit my articles i get an error-message like this:

Warning: require_once(/hp/az/ab/zp/www/Joomla/administrator/libraries/joomla/template/template.functions.php) [function.require-once]: failed to open stream: No such file or directory in /hp/az/ab/zp/www/Joomla/libraries/joomla/application/component/model.php on line 354 Fatal error: require_once() [function.require]: Failed opening required '/hp/az/ab/zp/www/Joomla/administrator/libraries/joomla/template/template.functions.php' (include_path='.:/usr/share/php:/usr/share/pear') in /hp/az/ab/zp/www/Joomla/libraries/joomla/application/component/model.php on line 354

Seems to me there's a file missing (template.function.php) but i dont have the directories the error-message tell me. so i could'nt look up if the file is missing. i found this file in an other directory and i set the rights to 777. but it did not work. I have a second Joomla-Installation (same Version) running fine on the same server. But the other one does'nt work. And i have no Idea how to fix this. Can anybody help me please?

Upvotes: 0

Views: 1612

Answers (1)

Don Gilbert
Don Gilbert

Reputation: 740

Is this a new site? Or an existing site that just stopped working? It would concern me if it was the latter.

If it's a new site, it's possible that not everything got moved / uploaded when installing the site. Also, you should know, the latest version in the 1.5 series is 1.5.26. I would recommend upgrading to that to see if it fixes your problem first.

You can grab the files for 1.5.26 here: http://joomlacode.org/gf/download/frsrelease/16890/73390/Joomla_1.5.26-Stable-Full_Package.zip

It shouldn't need to be said, but ALWAYS take a current backup before upgrading your site. (This is a little less important if it's a new site, but you should still, so you have a place to come back to in case something goes wrong.)

If you are using FTP, then you can just unzip the files locally, and then drop them in as a whole, it should overwrite the files that are there, and leave you custom ones in place, if you have any.

If you are SSH'd into the server, you can move the zip file to the root of your Joomla site (where the components and administrator folders are), unzip it in place and overwrite via this command:

unzip -o Joomla_1.5.26-Stable-Full_Package.zip

Upvotes: 2

Related Questions