Restoring G2 From Backup - Forgot to Turn Off url-rewrite
rsokhi
Joined: 2010-01-03
Posts: 15
Posted: Mon, 2013-03-18 11:24
Hi,
I'm trying to restore a gallery2 installation from a backup tar that I have (including the mysql database). I forgot to turn off url-rewrite and don't have access to turn it off now. What can I do?
Posts: 8339
execute the following sql command in phpMyAdmin or similar DB console
UPDATE g2_PluginMap SET g_active=0 WHERE g_pluginId='rewrite';
-s
________________________________
All New jQuery Minislideshow for G2/G3