JohnnyWhite2007
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Filling /tmp on servers.Hello,
We are seeing the same issue regarding W3 Total Cache filling up the “/tmp” partition on the server. From the changelog it appears that this issue has already been fixed:
http://wordpress.org/extend/plugins/w3-total-cache/changelog/
Please update to 0.9.2.8 to resolve the issue with the “/tmp” partition being full.
Forum: Fixing WordPress
In reply to: How to setup users as a member before commenting?Dashboard > Settings > Discussion > [x]Users must be registered and logged in to comment.
Forum: Plugins
In reply to: [Register IP] [Plugin: Register IP] Great little pluginHello,
First off I would like to thank you for using my plugin. It’s my first plugin that I have submitted to WordPress at this time. I hope to have more features in it very soon before the month is over that will help those that are using the plugin.
Thanks,
Johnny White.
(JohnnyWhite2007)Forum: Fixing WordPress
In reply to: Help?Open the file at that path and check lines 246-248 for the ‘<‘ and try taking it out. Note to remember where it went if you need to put it back in case it doesn’t work for you.
Forum: Fixing WordPress
In reply to: How to Filter Displayed PostsUsually you can edit the Loop to exclude categories.
Forum: Fixing WordPress
In reply to: Different themes per page?Use page templates or child themes.
Have you tried logging in at: http://yourdomain.com/wp-login.php ? Usually if you can login here, then go the wp-admin, you can get to the dashboard. If all else fails, rename the whole wp-content folder to something like wp-content.bak and then try logging into your dashboard.
Have you checked that the folder has the correct file permissions? Sometimes file permissions can cause these errors.
Have you deleted the wp-admin folder and uploaded a fresh copy of it? This could mean that your WordPress was tampered with or was corrupted somehow.
Disable all plugins by renaming the plugins directory.
Disable your .htaccess file by renaming it to .htaccess.bak.
Was there any changes on Friday, revert them.
Forum: Fixing WordPress
In reply to: 500 ErrorSorry, but I was unable to replicate the issue. You might check that you are not hitting some type of resource limit on your server set by your host. It’s not your .htaccess file because all other pages show up fine apparently. Next time it happens, record the exact time and date, then go to your host and have them check the access logs for any issues to describe what is happening. They may say that you are hitting your process or memory limit.
Forum: Plugins
In reply to: adding User Meta DataResolved the issue. Closing.
Forum: Plugins
In reply to: adding User Meta DataOk I resolved that bit, now I just need to figure out how to get the new user’s ID. Anyone know how to get the new user ID number?
Forum: Fixing WordPress
In reply to: General Settings Problem. Help please!Create a new Admin account, then see if you access it. If so, then somehow your account lost its privileges.
Forum: Fixing WordPress
In reply to: Warning file_get_contentsTry this, rename the footer.php file to something like footer.php.bak and then create a new blank footer.php file. Then see if you get the error. If not, then it’s something wrong with that file, otherwise there may be something else at hand.
Forum: Fixing WordPress
In reply to: WordPress Bug – Website Suspended – help!Might install a caching plugin like W3 Total Cache or WP Super Cache. This is the usual things you would install to fix this. Though based on the email they sent you, they don’t seem to intelligent. They should rephrase their emails to be a little more professional. Anyways, enough with my rants. Install one of those plugins and see if it helps. If not find a new provider because that’s not cool after the third suspension.
Forum: Fixing WordPress
In reply to: Google is showing a dash before site nameThis is because your <title> tags have a dash mark. Change this and it should fix it in Google eventually when they re-index the site.
Forum: Fixing WordPress
In reply to: No Dashboard Login: Password Reset & Plugin Deactivation Not Working- Do you get an error message when trying to login, if so what is it.
- Have you tried using http://domain.com/wp-login.php
- When you say you cannot login, do you mean that it will not take the credentials, or does it not even show a login page?