Jakets
Forum Replies Created
-
Forum: Plugins
In reply to: WpTouch Prevent Plugin Loading@ batmoo: Any chance you could elaborate? I’m kind of a noob when it comes to stuff like that. I tried searching around and didn’t find much that helped. How exactly do I use those functions? In what file(s) and where within those files?
Thanks!
Forum: Plugins
In reply to: WpTouch Prevent Plugin LoadingStill looking for a solution, anyone?
Forum: Plugins
In reply to: My plugin management says “an unknown error has occurred”I’m also starting to have this error out of nowhere. I think something is happening on WordPress’s end. I haven’t changed anything and have never gotten this error before. Its happening all the time now on the plugins.
Forum: Your WordPress
In reply to: A heavy use game blog, need tips!Thank you for the great comment. I have taken your tip and modified it a bit. I’m not a big fan of having the add IN the post, but I added it on single.php right above the comment RSS as well. I also realized you use a text word ad on your blog (which is very nice by the way), I read some reviews and went with http://www.infolinks.com/ as it looks like they may pay a little better.
I appreciate the advice, feel free to let me know if you think of anything else.
Forum: Your WordPress
In reply to: Proudly introducing: The box 2.0!!Wow! Really excellent. I’m a minimal design kinda guy myself. I wouldn’t change a thing.
Forum: Fixing WordPress
In reply to: Registration page, IE error (Syntax)Thanks for the fast response, I actually figured that out as well shortly after posting. Appreciate it.
Forum: Plugins
In reply to: [Plugin: Who is Online] Who is onlineI am also experiencing john-michael’s problem, has anyone found a fix? It gets pretty annoying. I really would like to continue using this plugin.
Forum: Fixing WordPress
In reply to: Strange dashboard problemsForgot that a link to the site may help: http://farmvillefanatic.com
Forum: Fixing WordPress
In reply to: .htaccess redirecting issueWow, thank you. The first one “redirection” worked perfectly and is much nicer than doing it by .htaccess. I never thought to use a plugin for this. I also managed to clean up my .htaccess file a lot afterwords. You rock!
so do we still go ahead chmod the entire folder, and then chmod 644 to all the loose files in that folder? or which folder?
Anyone answer this? Mine is saying this as well, and I don’t want to ruin anything as it is all working great. What do I chmod the folder to? Then do I need to chmod the files and folders within that differently?
Thanks.
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] MySQL Error@ mitchoyoshitaka: Looks good still, I have been putting it to the test and am happy to report I am error free. After about 6-7 hours of heavy use with several hundred users, all is well. =D
Forum: Fixing WordPress
In reply to: Serious MySQL Errors, please help!Well for anyone following this, Im pretty sure I corrected the error finally. It’s strange and I would love an explanation on why this worked. What I did was move my sessions save path… Thats it. I have been error free for over 5 hours. Normally I was error free for no more than 10 minutes tops. I have re-installed and activated my plugins, and everything is working great with no error.
Doesn’t this mean it was exactly what I thought all along? That this was a host side error from the session folder being filled up? I noticed a plugin (si Captcha) that was creating hundreds of session files at a time (all 0 bytes with no data) I removed this addon, but even with it enabled it was still error free in the new session path.
Either way, thanks for all the help everyone. I have trimmed my plugins down a bit and am now happy to no longer be destroying the hosts servers.
Forum: Fixing WordPress
In reply to: Serious MySQL Errors, please help!out of curiosity, could anything in my .htaccess cause this? If not is there anything wrong or redundant in it that I should adjust?
RewriteEngine on IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> #The next line modified by DenyIP order allow,deny #The next line modified by DenyIP #deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName farmvillefanatic.com <Files 403.shtml> order allow,deny allow from all </Files> RewriteCond %{HTTP_REFERER} !^http://farmvillefanatic.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://farmvillefanatic.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.farmvillefanatic.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.farmvillefanatic.com$ [NC] RewriteRule .*\.(jpg|jpeg|png|bmp)$ - [F,NC] Options All -Indexes Redirect 301 /pages/chat.html http://farmvillefanatic.com/chat/ # Redirect anything that's not an existing directory or file to index.php: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressHere is the latest conversation with my host:
Arkady [10:56:36 PM]: Hello, my name is Arkady. Welcome to our real-time support chat. How can I help you today? Jake [10:56:36 PM]: What is this? Disk /dev/loop0 (/var/tmp) [10:57:10 PM]: I notice it shoot up to 100% sometimes and then back to 3% then 40, 70 100 again [10:57:31 PM]: im am still having a serious error on mysql I cannot resolve [10:57:53 PM]: I have a thread going here: http://wordpress.org/support/topic/344853?replies=1 [10:58:03 PM]: and have found no way to resolve it yet [10:58:41 PM]: is there any way you can help me in figuring out what is causing this? Arkady [11:00:12 PM]: Hold on and let me check Jake [11:00:17 PM]: ok Arkady [11:11:04 PM]: I've checked and can't see any problems on server side which can cause such an issue, so I suggest you to continue investigation with your web application developers on their official site and let us know if anything should be changed/adjusted from server side in order to resolve your problem Jake [11:11:28 PM]: ok, i figured as much. I just havent had any luck at all on my side [11:11:42 PM]: thanks Arkady [11:11:51 PM]: You are welcomeForum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] MySQL Error@ mitchoyoshitaka: Thank you, I have installed the new version and will check it out for a couple days and report back. So far so good though, usually I would get the error fairly quickly and consistently. Time will tell. =D
Forum: Fixing WordPress
In reply to: Serious MySQL Errors, please help!Here’s an image of my tables, in case anyone sees anything that may help or is out of place: Tables Image