wphelpcenter
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multi Site Internal ErrorYou’ll probably need to get a look at the error logs for your site to determine exactly what is causing the error. But you might want to look at .htaccess as that can cause an Internal Server Error fairly easily.
Forum: Installing WordPress
In reply to: Downloaded with host, cant open wp-adminDid your host install WordPress for you? It would seem they did not. You might want to try contacting them for more information in case they gave you the wrong link for logging in.
Forum: Installing WordPress
In reply to: Moving existing WP database to localhostHave you edited wp-config.php in your WordPress installation? You will need to provide database information for your local database (user, pass, database name, and possibly database server from the sounds of it)
Forum: Themes and Templates
In reply to: Difference between home.php and front-page.phphome.php is applied on the main blog-post listing. If you use Settings -> Reading to change where blog posts are displayed by default, this template file is different then front-page.php.
front-page.php could also display the latest posts on your homepage, but if you’ve altered the settings so that a Static Page is your homepage then this file would be used to display that (assuming you haven’t given that page a specific page template file to use).
There is a good bit of information about Template Hierarchy here — http://codex.wordpress.org/Template_Hierarchy
Forum: Fixing WordPress
In reply to: 3 domains on the same virtual serverThe new Multi Site features in WordPress should allow you to do this. Instructions on this can be found here — http://codex.wordpress.org/Create_A_Network
Forum: Fixing WordPress
In reply to: WordPress Hangs because of Interal Server Error 500Your web host should be able to provide or tell you where to find your error logs.
Forum: Themes and Templates
In reply to: Installation of Benz themeAre you sure you fully uploaded a theme? That error seems to indicate the theme is looking for files that do not exist on your hosting account so possibly some were not uploaded.
Forum: Installing WordPress
In reply to: Problems installing in a subdirectorySeems like not all the files may have been uploaded when you installed WordPress or perhaps they were corrupted. You might want to try re-uploading them.
Otherwise, the full error text would help (for instance, is it an include error, require error, syntax error, etc).
But since those are both mentioned in files that come with the main download of WordPress, I am guessing it is due to an incomplete upload of all the files.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Broken again!If you are referencing digest functionality, then as mentioned on the settings page, that is experimental, so it may not always work perfectly.
Have you tried resetting tweet checking? (button located near the bottom of the Twitter Tools settings page)
Our testing of Twitter Tools with the Twitter API has shown that Twitter will receive statuses but not always display them in the user timeline. Unfortunately, there is nothing that Twitter Tools or any other Twitter client can do to fix this. We suggest emailing api@twitter.com to let them know that you’re having issues.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] blank page@lemonz — That error indicates that it is an issue of PHP files being served with PHP4. I would suggest working with your host to make it so all your PHP files are being processed with PHP5.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] blank pageMostly when we have encountered this error it is due to the host running PHP4 instead of PHP5.
I would suggest checking to make sure all your PHP files are processed with PHP5 and if that doesn’t remove the problem then work with your host to see if they can either increase error reporting so it will be caught in the log, or if they can help you identify the entry in the error log that points to the problem.
It’s working on my personal site and we’ve seen it working on many other users sites. Have you tried using Reset Tweet checking under Settings -> Twitter Tools
Forum: Plugins
In reply to: about Twitter ToolsThe error that you’re seeing comes from how your Web host’s server is configured. Please see our FAQ on this: http://tinyurl.com/ttphpcurl You may wish to refer your Web host to this FAQ when you contact them.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] can't seem to get it to workSivanesh — Twitter Tools 2.4 is working fine on 3.0.1
Spidermann — That’s interesting, we’ll keep that in mind when testing to see if it can lead us to a bug.
aban – Have you tried the Reset Tweet Checking button located under Settings -> Twitter Tools?