English (United Kingdom)
Jms Multi Site, formerly joomla multisite.
Create, share multiple joomla sites in few clicks !
Message
  • EU e-Privacy Directive

    This website uses cookies to manage authentication, navigation, and other functions. By using our website, you agree that we can place these types of cookies on your device.

    View e-Privacy Directive Documents

Welcome, Guest
Please Login or Register.    Lost Password?

JPath::check Snooping out of bounds with JCE Adm
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: JPath::check Snooping out of bounds with JCE Adm
#10214
JPath::check Snooping out of bounds with JCE Adm 11 Years, 11 Months ago Karma: 0
Hi,

as described in the topic, the following error is shown when click at JCE Administration:
JPath::check Snooping out of bounds @ /homepages/22/d328317253/htdocs
/beta/administrator/components/com_jce/views

It is not on JCE Configuration, JCE plugin management and JCE Profile, only on JCE Administration.

I use Joomla 2.5.4 with Multisites 1.2.88. My structure is mastersite (without content)-> slave_from_master --> 4 slaves from masterslave

On master it is OK, all slaves not ok.
Plotec
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2012/06/06 17:54 By Plotec.
The administrator has disabled public write access.
 
#10218
Re: JPath::check Snooping out of bounds with JCE Adm 11 Years, 11 Months ago Karma: 54
Can you send in the attachement of an email the JCE version that you are using.

Can you enable the Joomla debug to get more information on the error.

I suspect that JCE calling the JPath::check with a wrong path.

This JPath::check is a joomla 2.5 function that verify that a path is effectivelly present in the root of Joomla. That does not seems the case. Perhaps that JCE is making a wrong path computation.

See contact us for the email address.

Also give details on the master disk location on the disk and slave site location on the disk as the error message is relative to a problem of path.
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
Last Edit: 2012/06/06 18:36 By edwin2win.
The administrator has disabled public write access.
 
#10226
Re: JPath::check Snooping out of bounds with JCE Adm 11 Years, 11 Months ago Karma: 54
After investigation, it appears this is a bug in the

/administrator/components/com_jce/jce.php

At line 44

You have a code like

$controller = new $controllerClass(array(
'base_path' => dirname(__FILE__)
));


The problem is the dirname(__FILE__) that return a physical path that does not match the JPATH_ROOT.

It must be replaced by

$controller = new $controllerClass(array(
'base_path' => WF_ADMINISTRATOR
));
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
get the latest posts directly to your desktop
2Win, Multisite(s) are trademarks of Edwin2Win.
Joomla