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?

Error after installing 2.6.5
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Error after installing 2.6.5
#7547
Error after installing 2.6.5 4 Months, 4 Weeks ago  
Hello Peter,

I have just tried to upload the latest 2.6.5 replacer version to my website. Unfortunately the following error occurs:

Fatal error: Class 'JSite' not found in /homepages/X/XXXX/htdocs/XXXX_cms/plugins/system/nonumberelements/helpers/assignments.php on line 117

I couldn't get the backend to work and I needed to delete that helper file and exchange it to the one, which I had stored in a backup yesterday. Once I did that I could de-install it and install an older version (2.5.3) again.

Would you please tell me, how I can solve this issue?

Thanks for your help,
Kelley
Kelley1995
Posts: 25
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#7550
Re: Error after installing 2.6.5 4 Months, 4 Weeks ago  
What version of Joomla are you using?
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.
 
#7552
Re: Error after installing 2.6.5 4 Months, 4 Weeks ago  
Joomla 1.5.15 (German version)
PHP 5.2.12
MySQL 5.0.81

Thanks for your help.
Kelley
Kelley1995
Posts: 25
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#7555
Re: Error after installing 2.6.5 4 Months, 4 Weeks ago  
Hmm, weird.

The JSite class is a core joomla class that should be ready available.
I suspect there is something wrong with your setup. Can you try overwriting the complete libraries folder with one from a fresh J!1.5.15 zip package?

forum.joomla.org/viewtopic.php?f=430&t=281916&p=1819732
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.
 
#7600
Re: Error after installing 2.6.5 4 Months, 4 Weeks ago  
Hi Peter,

thanks for trying. Unfortunately this didn't do the trick. It still doesn't work.

Do you have another suggestion?

Thanks,
regards,
Kelley
Kelley1995
Posts: 25
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#7602
Re: Error after installing 2.6.5 4 Months, 3 Weeks ago  
Yeah, I have found the problem
It only occurs when you have ReReplacer items that are enabled in the backend and have some assignment settings.

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 ) ) {
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: 12
Joomla Open Source Training