wphelpcenter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Use as featured image link not workingHave you tried disabling your plugins (and possibly switching to the default theme)? It’s possible that one of your plugins or themes is throwing another JavaScript error which is taking out the rest of the JavaScript on the page.
Forum: Fixing WordPress
In reply to: Can't Install Theme – Internal Server ErrorYou might check to see if they can tell you more specifically what is causing the Internal Server Error. That would help better pin down whether it’s a WordPress issue or an issue with your hosting provider.
Forum: Installing WordPress
In reply to: Blank AdminYou might want to check for an error log file or see if your web host can tell you what is in the error log. It is likely that a error is being produced in PHP but display_errors is turned off so you can’t see what it is.
You also might want to try renaming your plugins folder to try disabling all of your plugins to see if one of them is causing the problem.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] new v2.4 broken/problems?@wechangetheworld — you’re seeing curl_init() issues because your Web host doesn’t have the cURL libraries hooked up to PHP.
Forum: Fixing WordPress
In reply to: Dead links to previous blog postsFor starters, try re-saving your permalink settings (Settings -> Permalinks). If it tells you that it cannot write to the .htaccess file then you can copy the instructions out and open the .htaccess file from FTP and make the changes manually.
However, it also looks like there is something wonky going on with either your theme or a plugin as the Recent Posts links on the right as well as post titles all contain a call to the eval() PHP function and I can’t really think of any good reason that should be happening. So I would look at getting rid of it or fixing whatever is causing the behavior.
Forum: Installing WordPress
In reply to: problems editing wp-configYou might need to change the path of that URL based on where you uploaded WordPress. For instance, if you just uploaded it to the root of your site then the URL would be http://example.com/wp-admin/install.php (replacing example.com with your domain name).
Another option is if your host has an installer (Fantastico or something along those lines) you might could use their software to install WordPress for you.
Forum: Fixing WordPress
In reply to: no admin css with 2.9.2I would try uploading a fresh download of 2.9.2 on top of the current WordPress files. Just don’t upload the wp-content folder to make sure you don’t accidentally delete your theme/plugins/uploaded files.
Forum: Plugins
In reply to: media-upload.php does not work with Twitter Tools 2.1.2Do you have a specific error message from PHP you can provide?
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Send Post to Twitter Results in Blank PageA blank page typically means a PHP error of some sort. If you have access to your error logs or can get your host to provide them that might help in identifying the problem.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Cant login with itHave you tested your login info on the Twitter Tools settings page? Does it say it was successful there?
Forum: Plugins
In reply to: [Plugin: Job Manager] Just a coincidence?Do you have access to error logs or can your host provide you with error logs? A white blank screen usually means there is a PHP error and seeing what that error is would greatly help in identifying the problem.
Forum: Fixing WordPress
In reply to: botched 2.9.2 upgrade, now stuck…Your best bet at this point will be to perform a manual upgrade. You can find the steps to do this here: http://codex.ww.wp.xz.cn/Updating_WordPress
Even though your current installation is “broken,” I would still recommend you perform a backup of it so that you don’t risk losing the files in your wp-content directory and also do a database backup so that you can restore that back to where you are now if needed.
Forum: Installing WordPress
In reply to: plugins still using php4 after php5 turned onDo you receive an error of some sort when you try to access the login URL? An error message would definitely help in figuring out what the problem is and offering a possible solution.
I believe WordPress.com sometimes adds some functionality to themes they offer to support changing header images, etc. Someone please correct me if I’m wrong.
So this would mean it’s possible that your theme does not actually support that functionality and it would not be available on a self-install of WordPress.
However, there are plenty of themes out there that do support this if you would like to try finding another theme for your site.
Forum: Installing WordPress
In reply to: Multilple blog with multilpe databaseSure. You would just setup a database for each and install separate copies of WordPress for each within the subdomains.