Tim S
Forum Replies Created
-
Forum: Installing WordPress
In reply to: can I install wordpress into wordpress.com blog?You don’t. WordPress.org is a WordPress installation for self hosted sites. WordPress.com, already uses a version of the WordPress framework, but is hosted on their servers.
Forum: Fixing WordPress
In reply to: need to change the url for my WP siteyes, you change two settings within phpMyAdmin. Or you can add lines to the wp-config.php file to accomplish the same thing. If you’re links were created within WordPress they will update automatically.
Forum: Installing WordPress
In reply to: Error establishing a database connectioncheck your database settings in the wp-config file and make sure all the database credentials are correct
500 errors are typically permissions issues. Look at your file permissions and make sure they are set correctly. Also make sure ownership of the files are appropriately “owned”
Forum: Fixing WordPress
In reply to: need to change the url for my WP siteI think you’ll be fine.
500 errors are generic in nature. You need to listen to Ipstenu and check your server’s error logs. This is the only way to determine the exact nature of your errors.
It may very well be GoDaddy and their servers however – it may not be server related at all. I’ve seen heavily traffic’d sites have issues due to a bad plugin causing too many MySQL connections. But this is only one possible cause.
I guess the point is, we’d be happy to help you find a resolution to your problem, if you can provide us with the exact nature of the error.
Forum: Fixing WordPress
In reply to: need to change the url for my WP siteSounds like you need to set the document root for that add-on domain to point to that folder. By doing this, the /desginer folder will be the main folder for that specific domain. then you need to update the site url and home.
Forum: Fixing WordPress
In reply to: Out of Error MemorySee if this link to another thread in the forums help you out. You need to adjust your memory limit.
http://wordpress.org/support/topic/out-of-memory-when-uploading-images?replies=18
Forum: Everything else WordPress
In reply to: Cute FTPNo worries! I’m glad I could assist you.
Forum: Everything else WordPress
In reply to: Cute FTPFTP credentials are not the same as your WordPress login credentials. FTP credentials would be set up with your hosting provider, either through their interface such as cPanel, or given to you by them.
Forum: Everything else WordPress
In reply to: Cute FTPThe error is due to a incorrect login. It’s related to either a bad password or/and username. Verify your FTP credentials are correct.
Forum: Installing WordPress
In reply to: best way to install wordpressNo worries! I hope it works out well for you!
Forum: Installing WordPress
In reply to: best way to install wordpressThe site url and home here’s a link to help you with that:
http://codex.wordpress.org/Changing_The_Site_URLForum: Fixing WordPress
In reply to: login required to see website as a public!!Yes, try and re-install it. Looks like your removing or moving files b/c I get the 404s as well
Forum: Fixing WordPress
In reply to: login required to see website as a public!!http://wordpress.org/support/topic/continuous-redirects-to-wp-adminampreauth1?replies=39
See if this forum link helps you