Home
Login | Register
Welcome, Guest
Please Login or Register.    Lost Password?

Jsecure 1.0.6 tries to append to undefined $path
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Jsecure 1.0.6 tries to append to undefined $path
#247
Jsecure 1.0.6 tries to append to undefined $path 3 Years ago Karma: 0
I see you have fixed the $JURI::base() verses $JURI::root() issue but you've left a tiny error in the code and I got...
Notice: Undefined variable: path in
/home/mypath/public_html/training/plugins/system/jsecure.php on line 36


At line 36 you have,

$path .= $params->get(...etc etc etc

when it should be,

$path = $params->get(...etc etc etc

i.e. get rid of that '.' in '.='

I had also logged this on the joomlacode.org/gf/project/jsecureauth/tr...&tracker_id=7760

Which is the right place to log these faults ?
openmtl
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1