I've just submitted v1.6.4 to the plugins for review, containing the correction for the issue that @lankeeyankee identified.
I've just submitted v1.6.4 to the plugins for review, containing the correction for the issue that @lankeeyankee identified.
Hi @lat9,
I have installed this version of Superglobals on fresh ZC v155e, template Winchester Responsive with all the needed changes for ZC v155e, Image Handler4,version 4.3.4 installed.
Seems to be working well, set "Show Superglobals in Popup" true, but no popup, not in Admin, not in Catalog. $GLOBALS always appears at the bottom.
Verified the installation several times, but no luck.
Any help would be highly appreciated!
TIA,
jpda
PS: currently on a local xampp server, PHP 5.6.8 (Zend 2.6.0), MySQL 5.6.24
That's what I get for "cleaning up" as an afterthought. I'll get a v1.6.5 going for the plugin; in the meantime, you can correct the issue by editing /includes/functions/extra_functions/superglobals.php, line 75:
and changing that toCode:if(!SHOW_SUPERGLOBALS_POPUP == 'false'){
Code:if(!(SHOW_SUPERGLOBALS_POPUP == 'false')){
Thanks a lot for replying so quickly!
I had been looking at that file also but completely overlooked that statement.
Cheers,
jpda
No problems! I had a bad feeling when I uploaded that change that I'd messed something up ... and I was right.![]()
I have been going through files, cleaning up different modules' use of mysql_xxxx to mysqli_xxxx and came across an instance in extra_functions/superglobals.php on line 191. I guess it's probably not that big of a deal but thought I'd mention it for those who are more knowledgeable than me about changing these over and if it makes a difference or not going forward.
The most recent version of the plugin (v1.6.4) already has those deprecated functions removed. The pre-stage of v1.6.5 on the plugin's GitHub repository corrects the issue where the popup is no longer displayed in v1.6.4.
I've just submitted v1.6.5 to the plugins for review, correcting the popup display that "got lost" in the v1.6.4 update.
Bookmarks