demon11c
Forum Replies Created
-
Just to add, I ran the following command:
mysqlcheck -u username -p -r dbname
And got all ok except one:
yudemenrecords.wp_posts
Error : Can’t find file: ‘wp_posts’ (errno: 2)
status : Operation failedAgain, I think Im basically screwed, but let me know if anyone has any ideas…
Forum: Plugins
In reply to: [iQ Block Country] Check box instead of ctrl to selectEnjoying the new update. Thanks Pascal.
Anyone have an idea on this one? I have a feeling that my database is FUBAR. Googling my error message gives me nothing but my own posts.
But Im hoping there is a small chance of getting this fixed. I have a backup of the DB but it is quite old unfortunately .
By the way, you cannot see the error message on my site anymore as Ive redirected it to the under construction page. But all the errors that I recieved are on the first post.
Forum: Plugins
In reply to: [Social Login] Change Avatar Sizeok thanks. Ill give it a shot when I have my other (bigger) issue sorted out.
I already did that and hit repair. As I mentioned, I got this message after hitting repair:
wp_posts: Got error 5 from storage engine wp_options: Can't find file: './yudemenrecords/wp_options.frm' (errno: 5)
Forum: Plugins
In reply to: [Social Login] Change Avatar SizeThanks for the info. The widgets Im using are called “Social Login” and “Sidebar Login”. Actually I guess it’s not just a Gravatar issue. It would be the same for someone who logs in and doesnt use Gravatar. Also, Im not exactly sure which file I should edit to make the changes you are talking about.
Forum: Plugins
In reply to: [Social Login] Change Avatar SizeTHanks. Here you go:
https://www.yudemenrecords.com/Id like the gravatar to be big enough so dashboard, profile and logout are lined up.
Forum: Plugins
In reply to: [iQ Block Country] Check box instead of ctrl to selectThanks Pascal. Sounds great and thanks for the reply.
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Cannot view FeedbackLooks like it’s resolved in the latest version (3.7.8)
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Cannot view FeedbackGrrr. My messages are lost. So is some business I guess. Plugin deleted. Back to Fast Secure Contact Form.
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Cannot view FeedbackI just tried copying and pasting my backedup up usernoise folder but it doesnt work and my site crashes (white screen).
How does this issue not get noticed before deployment?
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Cannot view FeedbackHate to be one of those guys, but exact same problem here. I guess this is a bug with one of the recent updates. This is kind of urgent as I would really like to see the messages that my visitors are trying to send to me. I wonder if there is a file somewhere where I can see the raw text of the message until we get a fix.
Forum: Plugins
In reply to: [Visitor Maps and Who's Online] 0 visitors online since installationbtw, this is my site:
https://www.picturesleeve45s.comForum: Plugins
In reply to: [Visitor Maps Extended Referer Field] Internal Server ErrorThanks your help!
Forum: Plugins
In reply to: [Visitor Maps Extended Referer Field] Internal Server ErrorFound it! Good call on the httpd error logs (should have gone there first). Saw this:
.htaccess: DirectoryIndex not allowed here
which led me here:
https://drupal.org/node/10133And I added a <Directory> in my httpd.conf for my site and changed:
AllowOverride None
to
AllowOverride All
Et Voila! Working!