m0n5ter
Forum Replies Created
-
Marking as resolved
OK, I found out what happened with my galleries.
I have a special MySQL user for my wordpress sites. And this user has limited rights. I thought it was a good idea to give him a read-only access. However, recent NGG update needed to alter some tables in DB, and that failed.
I had to give that user ALTER TABLE privelegie in MySQL, after that the update to 2.0.59 worked ok and the site seems to be functional.The way I did it (maybe means something):
Deactivate, delete complete nextgen_gallery folder from plugins, unzip 2.0.40, represh plugins page, activate.That didn’t work. I am having the same issue after migrating from 2.0.40 to 2.0.57. All galleries gone.
I am staying on 2.0.40 so far. Bye-bye updates 🙁No, I didn’t add any images just not to multiply the mess. I am now trying to roll on 57 and 58… I guess I went from 40 directly to 58, skipping 57 and may be this was an issue? I will post what I find
Ok, I managed to get my galleries back by downgrading NGG to version 2.0.40 (I tried 2.0.57 first, that didn’t work)
I guess I am now out of updates train 🙁
Forum: Plugins
In reply to: Easy Fancybox stopped working after some updateThey have fixed it instantly!
Thank you for all your helpForum: Plugins
In reply to: Easy Fancybox stopped working after some updatehm… I see now it must be that aviasales plugin breaking everything.. But I still have no idea how to fix it. I’m a totally newbie in jquery but it seems for me there is a mini version of winxp’s famous dll hell here. Each plugin/widget uses it’s own version of jquery stored in it’s own location and to complete the mess, in it’s own configuration (different parts of the library are used).
It looks like WP itself uses version 1.7.2 (stored in wp-includes\js\jquery\), but it doesn’t contain jquery.min.js.
Aviasales plugin uses version 1.4.4 stored on yandex.st, and it requires jquery.min.js.
I tried to just delete the line you pointed – FB starts working fine, but aviasales widget dies.
I also tried to replace …yandex.st/jquery/1.4.4.. with …yandex.st/jquery/1.7.2… – aviasales works, FB doesn’t.
Please… Could you help?
Thanks