Tim S
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can no longer log into Dashboardhttp://www.highfieldfarm.com/wp-login.php
Is the correct link to your dashboard. You may want to make sure when WordPress was migrated that the site url and home settings were updated correctly. Here’s a link on how to do that:
Forum: Installing WordPress
In reply to: Big problem with imagesAll the images look as if they redirect to a reg-cleaners website. I’d look to see if there’s something in your .htaccess file causing those re-directs. I hope this helps!
Forum: Installing WordPress
In reply to: using multiple urlsgovepatel is correct, all the other domains will be add-on domains under the same cPanel. Now, if you have a VPS, Dedicated, or Reseller account you may be able to create new cPanel accounts in WHM. Contact your hosting provider to see what options you have available.
Forum: Fixing WordPress
In reply to: I want to start to changeIf you are logged into the dashboard as the administrator, you can change the other users profiles to give them privileges as you see fit. I hope this is what you are trying to do.
Forum: Installing WordPress
In reply to: Why does URL contain "/wordpress"?If you’re only running once instance of WordPress it makes sense to only have one set of files for the installation. Keeping files you dont need will only confuse you later. Once all the files have been moved over to your root folder, you’ll need to update the site url and home to your domain points correctly.
Forum: Fixing WordPress
In reply to: Unable to get to settings–> generalHi Kyle,
It sounds as if you may have an .htaccess file causing the redirect. If you have and .htaccess file, rename it and try again. If the problem is corrected than you know it’s a re-write rule in the htaccess.
Forum: Installing WordPress
In reply to: Blank pagesIf you wanted the same theme and content, you’d have to move the wp-content folder. Even though you installed a new installation of WordPress, it would still be using the theme, plugins, and content from your old site. Try renaming the current theme’s folder via FTP and rename the plugins folder to disable them.
Typically, 500 errors are generic in nature. Look in the servers error_log file to see what is actually causing the error. It sounds as if you are having a permissions error. I’d check to make sure your files permissions and ownership is set correctly. I hope this helps!
Forum: Installing WordPress
In reply to: Blank pagesTypically, white pages are due to an error and you have php debugging turned off. You may want to check in your error logs to see if there’s any errors present. Also, is this a default installation with no plugins and themes in use. If you have installed any themes or plugins make sure to disable them.
I hope this helps!
Forum: Installing WordPress
In reply to: Internal Server Error 500 on new installation500 errors are generic in nature. You’ll need to look at your error_logs or contact your hosting provider to see if they can give you more insight into the exact error.
I’ve noticed that 500 errors are related to file permissions errors pretty frequently. You may want to make sure the file permissions are correct.
Forum: Fixing WordPress
In reply to: How to login from other website into current wordpress siteThere’s plugins for WordPress to allow logging in via Facbook. Here’s a link to one of those:
http://wordpress.org/extend/plugins/simple-facebook-connect/
Forum: Fixing WordPress
In reply to: My website is MIAIf it is a self hosted installation, you’d need to contact your web hosting provider. It’s likely a DNS issue. I’ve looked into your domain name by running a dig command and it returns nameservers from hostgator. If this is your host, you may want to contact them.
Forum: Fixing WordPress
In reply to: My website is MIAWordPress.org does not provide hosting. Are you using a self hosted WordPress installation? Are you using wordpress.com and using domain mapping?
Forum: Fixing WordPress
In reply to: user dashboardTo communicate between users you could use the buddypress plugin. This allows you to build a site where it creates a social network with forums, and ways for your users to communictae amongst each other. I hope this helps. If you need more information on BuddyPress, you can read over An Introduction to BuddyPress. It’s pretty simple to install and adds a lot of flexibility to your WordPress installation. I hope this helps!