inniskr
Forum Replies Created
-
https://www.ads-software.com/support/topic/plugin-nextgen-gallery-not-working?replies=44
At above question I’ve posted a solution.
or check Alex’s Link:
https://code.google.com/p/nextgen-gallery/source/detail?r=1037Download php file and upload to yours.
I’ve noticed that “Error: Expected identifier ~” thing is
IE6 script error message. It need to remove comma(,)
at the end of array or hash.
So I looked addgallery.php in \nextgen-gallery\admin\ folder.
Line 333 in my Acroedit, there is a line
======================
// File Tree implementation
…
…
…
…
root: jQuery(“#galleryfolder”).val(),
======================
you need to delete last comma like below,
then it show’s image upload page.root: jQuery(“#galleryfolder”).val()
As for me too, wehen I upgrade 1.8.4 to 1.9.0,
I can’t see anything in add gallery/image menu page.other pages are show up as usual(only that menu page).
when I use IE8, it shows as usual, but in IE7 it’s not show up.
I’ve tried
1. delete plugin and reupload,
2. deactivate all plugin and activate only nextgen gallery,
3. clear all cache.
but same results comes. Below is Script Error box message.“An error has occurred in the script on this page.
line: 398
Char: 11
Error: Expected identifier, string or number
Code: 0
URL: https://~~~~/admin.php?page=nggallery-add-gallery”