Support Forum

  • Page:
  • 1

Suddenly can not access jblibrary from backend!!!

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello guys!

this is really important for our website ...

i can no longer access jblibrary plugin on the backend in 3 different versions of a Joomla 1.5.26 website ... Check:

a) online (version 2.1.0)

screen1_2014-07-28.jpg


b) local (version 2.1.4)

screen2_2014-07-28.jpg


In my local installation i have uninstalled and re-installed the plugin and i am facing the exact same problem.

I had no such issue some days ago!

I have check in the database table #_plugins and in the record for JB Library at parameters column i have:

a) online (version 2.1.0)
usescriptloader=0
loadJQuery=1
source=google
jQueryVersion=1.8.2
noConflict=1
jqunique=1
jqregex=([\/a-zA-Z0-9_:\.-]*)jquery([0-9\.-]\|min\|pack)*?.js
handleMootools=1
stripMootools=0
replaceMootools=0
mootoolsPath=//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js
stripMootoolsMore=0
replaceMootoolsMore=0
mootoolsMorePath=/media/system/js/mootools-more.js
addCustomScripts=//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js,http://www.destinationcrete.gr/templates/jbnewstream/html/com_k2/templates/hotel/tabcontent/tabcontent.js\n
stripCustom=1
customScripts=http://www.destinationcrete.gr/templates/zengridframework/js/menus/accordionMenu.js,\n/templates/zengridframework/js/menus/accordionMenu.js,/plugins/system/jbbbcode/default.js
ie6Warning=1
scrollTop=1
scrollStyle=dark
scrollTextTranslate=1
scrollText=BACK_TO_TOP
lazyLoad=0
llSelector=img

b) local (version 2.1.4)
@spacer=<br /><b>Script Handler</b><hr />
@spacer=<br /><b>jQuery</b><hr />
loadJQuery=1
source=google
jQueryVersion=latest
noConflict=1
jqregex=([\/a-zA-Z0-9_:\.-]*)jquery([0-9\.-]|min|pack)*?.js
@spacer=<br /><b>Mootools</b><hr />
mootoolsPath=//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js
mootoolsMorePath=/media/system/js/mootools-more.js
@spacer=<br /><b>Add Custom Script</b><hr />
@spacer=<br /><b>Strip Custom Scripts</b><hr />
@spacer=<br /><b>Bad Browser</b><hr />
ie6Warning=1
@spacer=<br /><b>Scroll to Top</b><hr />
scrollTop=1
scrollStyle=dark
scrollTextTranslate=1
scrollText=BACK_TO_TOP
@spacer=<br /><b>Lazy Load</b><hr />
llSelector=img

i am trying to understand what might have gonne wrong ... Any ideas or help here?
  • thanasis iliopoulos's Avatar
  • thanasis iliopoulos
  • 3 Month Basic
  • 46 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
After turning on error reporting have found:
Fatal error: Call-time pass-by-reference has been removed in C:\AppServ\www\destinationcrete\el\plugins\system\jblibrary\elements\adminassets.php on line 28

could it be relative?
  • thanasis iliopoulos's Avatar
  • thanasis iliopoulos
  • 3 Month Basic
  • 46 posts
  • 1 Thanks
  • Karma: 0
Last Edit: 9 years 8 months ago by thanasis iliopoulos.
The administrator has disabled public write access.
Indeed this was the problem ...

My admin had upgraded to PHP 5.5.15 and the '&' in line 28:
parent::fetchElement($name, $value, &$node, $control_name);

was causing the break on backend. Removed it and it is working ...

FYI. for those running the pluggin in J1.5 + PHP >= 5.5
  • thanasis iliopoulos's Avatar
  • thanasis iliopoulos
  • 3 Month Basic
  • 46 posts
  • 1 Thanks
  • Karma: 0
Last Edit: 9 years 8 months ago by thanasis iliopoulos.
The administrator has disabled public write access.
The following user(s) said Thank You: manh
Ah that is quite an advanced php version

Thanks a lot for the fix

I'll pass this on

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers