Tim S
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Newly created wordpress login problemReset your password. Here’s a link on how to do that.
http://codex.wordpress.org/Resetting_Your_PasswordForum: Installing WordPress
In reply to: Using pre-existing subdirectory install – help!!Internal server errors are generic in nature. Typically, when I see 500 errors I look for file permissions. You can check your error logs as well to see the exact error you are getting.
Forum: Installing WordPress
In reply to: Cant installI’m glad you found a resolution to your problem.
Forum: Plugins
In reply to: Sports Leaderboard PluginIf you look at the VW site, they use BuddyPress to accomplish this. Each entry in the leaderboard is attached to a users profile page which is created using BuddyPress.
Novel use of BuddyPress I must say!
Forum: Fixing WordPress
In reply to: Can't Login to WordPress SubdomainNo worries! Glad I could help!
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteIf wordpress admin works, then PHP should be fine. So renaming the htaccess file did not solve the issue? It sounds odd. When I go to /index.php it re-directs to the /index.html page which incidently does not exist. Is there a re-direct set up in your cPanel?
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteYou can try to create a PHP info page with the code below.
<html> <head> <title> PHP Test Script </title> </head> <body> <?php phpinfo( ); ?> </body> </html>Save it as info.php and try to visit it in the browser. If it works PHP is working correctly.
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteSounds like your server is not picking up the handler for php. Typically, you have to tell Apache how to handle extensions. What has your hosting provider said? I’d put up a basic index.php page and see if that displays correctly. If it doesnt than its a server issue. If it does, you know its wordpress related.
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteNah, I wouldn’t remove anything just yet. I’d try to upload the files again to see if something was missed. I’ve done that before. Also, look in your file manager and see if there’s a index.php file in your public_html folder. When I visit the site it’s not finding an index file.
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteYeah, that works. just not the front facing stuff. Make sure you migrated all of the files and folders over, as well as the database. When you migrated the database, you should have created a new database and imported the contents.
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteI dont see the wordpress installation when I visit your domain at all. Actually, I get a page saying there’s no index files present. Did you update the site url and home settings to reflect the current domain?
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteYes, if you are using wordpress in the public_html folder and you have another file you’ll need to rename or remove it. I can look to see what nameservers are currently.
Forum: Fixing WordPress
In reply to: Can't Login to WordPress SubdomainThe password is stored in the database. There’s multiple ways to change it. Here’s a link to help you out:
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteNo, I was suggesting that you make sure they are in the public_html folder which is your web root. When did you transfer the domain? It looks like it may be still propagating.
Forum: Installing WordPress
In reply to: From wordpress.com to wordpress.orgIf you own the domain, you just need to update the nameservers to the nameservers that 1and1 provide you. Then you’ll need to wait up to 24 hours for it to propagate.