OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla Real Estate

Go to bottom Favoured: 0

Error in backend.

Tomczak (Visitor)
Posts: 0
graphgraph
User Offline
Error in backend. 11 Years, 1 Month ago
Karma: 0  
I'm getting error in backend...
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Error in backend. 11 Years, 1 Month ago
Karma: 101  
Hello,

Notice: Undefined property: JAdministrator::$JComponentTitle in /opt/lampp/htdocs/projects/j/j3/administrator/modules/mod_title/mod_title.php on line 13

That Joomla error, for fix it you need go to

administrator/modules/mod_title/mod_title.php Line 13

$title = JFactory::getApplication()->JComponentTitle;

JComponentTitle is not in class JApplication, needs to be changed to:

$title = JFactory::getApplication()->get('JComponentTitle';

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Tomczak (Visitor)
Posts: 0
graphgraph
User Offline
Re:Error in backend. 11 Years, 1 Month ago
Karma: 0  
Joomla error? This shouldn't happen. I have many other instances of Joomla 2.5.8 and everything's fine with them.
If it's integrated joomla module, it can be replaced anytime with joomla update and this error will be back again.

I will fix this in the way you wrote, but if it's integrated joomla module it shouldn't be touched.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Error in backend. 11 Years, 1 Month ago
Karma: 101  
Hello,

I am sorry, but you self see where from go that error.

You may write that to Joomla.org support.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»