QBD Solutions
Forum Replies Created
-
Sorry, just realised I didn’t give an update.
Removal of the plugin directory and reverting the .htaccess has resolved the issue.
I’ll experiment with re-installation as I get time to.
Thanks for the help.
Unfortunately, The 500 error prevents me from disabling falcon from the admin area.
Is there a (recommended/safe) way to do it from the command line?
Thanks
I did, I also tried it at the bottom just to be sure. I put it back after reading the note at the top of the linked content.
I have added the suggested code to the .htaccess but that hasn’t worked.
I have checked the Apache error log and it says:
/var/www/.htaccess: order not allowed hereThe url of the affected site is my murder mystery party by the way.
I can also confirm that the
sudo chmod -R 777 wp-contentwas not necessary. As stated, my local machine is set-up differently to my remote.This was the source of confusion for me.
The
www:datauser is how my local dev machine is set up but I have a different user to own my remote file system.Maybe you have the same kind of set-up. If that’s the case, the first
www-datais the user being specified and the second is the group.Just change the first
www-datafor the name of your user.Hope this helps.
Well, nothing like a stomach bug to throw a spanner in the works. I’ll be on this later today so I’ll update you afterwards.
Thanks
Thanks Tim,
I’m away from my machine at the minute but will try it over the weekend.
I found that I was only able to get the import to work by doing both:
sudo chmod -R 777 wp-content
and
sudo chown -R www-data:www-data wp-contentHowever, I did it in that order so can’t say that the
chmodwas a necessary step.Right, I seem to have the install running nicely in my local machine now. I think I have a problem with the install on my VPS.
I have a funny feeling it has to do with file ownership/permissions.
Unfortunately, I’m going to have to call it a night but I’ll do a fresh install on my VPS and see how I get on.
Thanks for your help again, I’ll let you know
Hi thanks for the speedy response.
I don’t have phpmyadmin but could install it if needed.
After running:
mysql> show tables;I get this:
+-------------------------+ | Tables_in_wordpress_db | +-------------------------+ | wp_commentmeta | | wp_comments | | wp_links | | wp_options | | wp_postmeta | | wp_posts | | wp_term_relationships | | wp_term_taxonomy | | wp_terms | | wp_usermeta | | wp_users | +-------------------------+I assume that the looksee table should be present in the list?
I have tried to uninstall the plugin but get redirected to no data received (Error code: ERR_EMPTY_RESPONSE)
I’m using apache on a VPS running Ubuntu 14.04