MacQrac
Forum Replies Created
-
Tried to uninstall and reinstall. Didn’t do the trick.
What about the fact that if I create a page for the gallery, it works?
Hi.
I’ve tried deactivating it to no avail. I’m thinking of uninstalling it and reinstalling, but am afraid I’ll lose all the data.
We’ve also had a breakin 3 weeks ago, so maybe that damaged some settings or the database.
Could you check the URLs I’ve posted in my first post and check if they’re correct? Like I’ve said – it works when a page is created for the gallery, but not without.
Hi.
I’ve tried deactivating it, but to no avail. Maybe if I try to deinstall it and install it again, but I’m afraid, I’ll lose all the settings.
We’ve had a breaking three weeks ago through the WordPress N-Media Website Contact Form 1.3.4 Shell Upload, maybe that’s what damaged the database or some files.
But like I’ve said, it works if I make a page for the gallery, but not without. Could you check the URLs for galleries I’ve talked about in the first post? Are they correct? For example, the gallery with the page has the page URL, and the other galleries have the permalink slug.
Hi.
The htaccess overwrite is classical, like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress