Home » Forum
NoNumber!

Joomla! Extensions •
Web Development •
Web Design •

I try to respond within 24 hours (excluding weekends). If I haven't responded by then, feel free to post a reminder or bug me via email.
Welcome, Guest
Please Login or Register.    Lost Password?

fatal error in admin login page
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: fatal error in admin login page
#7664
fatal error in admin login page 4 Months, 3 Weeks ago  
I have installed Rereplacer and created two replace items. After that I am not able to access any Joomla administrator page. When I open joomla administrator page, i am getting this error message.

"Fatal error: Class 'JSite' not found in /home/content/k/e/e/keetrucom/html/plugins/system/nonumberelements/helpers/assignments.php on line 117".

what should i do? please help me ASAP.
ramesh
Posts: 2
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#7665
Re:fatal error in admin login page 4 Months, 3 Weeks ago  
It got fixed by the following solutin..

Will be fixed in next version. You can fix it in the meantime by changing file:
/plugins/system/nonumberelements/helpers/assignments.php
Line 116 from:
if ( !$this->_params->option || !$this->_params->id ) {
To:
$mainframe =& JFactory::getApplication(); if ( !$mainframe->isAdmin() && ( !$this->_params->option || !$this->_params->id ) ) {
ramesh
Posts: 2
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#8283
Re:fatal error in admin login page 3 Months, 4 Weeks ago  
Should be fixed in new version:
www.nonumber.nl/news
Peter van Westen
Admin
Posts: 4280
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! NºNumber!NºNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
Go to topPage: 1
Joomla Open Source Training