Go Daddy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP GD2 Library Support & GoDaddy Shared Linux Servers@teamamy
This shows that GD is compiled into PHP –
–with-gd’ ‘–with-freetype-dir=/usr’ ‘–with-jpeg-dir=/usr’ ‘–with-png-dir=/usr/bin/libpng-config’ ‘–enable-gd-native-ttf’You should be able to scroll down the page and find the GD section that gives the specific version information.
Forum: Fixing WordPress
In reply to: PHP GD2 Library Support & GoDaddy Shared Linux Servers@teamamy
If you’re running Linux with PHP version 5, you should have GD Library 2 installed. To confirm the current versions and settings you can use the following article, though it sounds like you may have already done this.
http://help.godaddy.com/article/5073If you need to change your PHP language you can follow the instructions here: http://help.godaddy.com/article/3937
Forum: Installing WordPress
In reply to: WordPress on Godaddy unbearably slowWe hear what you’re saying and wanted to follow up. We’ve made calls to several of the posters on this thread. If you have not received a call, we have not been able to get a hold of you, or we can’t locate your account. Please post your domain name and we will get in touch.
What we’ve found that has helped increase site speed in many cases and mentioned by Otto42, is a third-party plug-in called Super-Cache. You can see more here: http://wordpress.org/extend/plugins/wp-super-cache/
Forum: Installing WordPress
In reply to: How to Import Comments from Godaddy Quickblogcast to WPThe standard export doesn’t export the comments. You can export on a post-by-post basis. While you can export entries via RSS, you’d have to click on each individual entry and then view the comments. From there you can obtain the RSS feed to export the comments for that individual entry.
Forum: Installing WordPress
In reply to: Godaddy.comtoddc2001,
The following information will help you with your manual installation:
Once you have set up a database for your account, you can find your host name information by clicking the Pencil icon next to the name of your database. Note the following items, as they will be needed later in the install process:
* Host Name
* Database Name
* Database User NameNow, you need to download the latest version of WordPress from their servers. This can be found at WordPress.org.
Modify wp-config.phpExtract the WordPress ZIP file you downloaded and open the WordPress folder. Locate wp-config-sample.php and open it with a text editor like Notepad. Save a copy of the file as wp-config.php. You will be working in this file from now on.
In wp-config.php, locate the section that looks like this example:
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘putyourdbnamehere’);
/** MySQL database username */
define(‘DB_USER’, ‘usernamehere’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘yourpasswordhere’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);Enter the Database information from your newly created Database as follows:
* putyourdbnamehere is your MySQL Database Name
* usernamehere is your MySQL User Name
* yourpasswordhere is your MySQL password
* localhost is your MySQL Host NameWordPress includes security keys which add encryption of information stored in user’s cookies. These must be set manually in the wp-config.php file. Locate the section of the file that looks like this:
define(‘AUTH_KEY’, ‘put your unique phrase here’);
define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
define(‘NONCE_KEY’, ‘put your unique phrase here’);Go to WordPress’ online key generator and insert the keys in place of the placeholder text in the wp-config.php file. When you are finished, save and close the wp-config.php file.
Install WordPressUsing an FTP client such as FileZilla, Fetch or gFTP, FTP into your server and copy the WordPress folder to your hosting account. This directory can be stored anywhere in your account, in this example it will be in the root (http://www.coolexample.com).
1. Begin the WordPress installation by going to http://www.coolexample.com/wp-admin/install.php, where coolexample is the name of your domain. This will launch the WordPress installation process where you’ll be asked for your Blog Title and Email address.
2. Enter this information and click Install WordPress.
3. The next screen will provide you with a username and password to log into your blog for the first time. Note that information, then click Log in.
4. Enter the username and password you just noted and click Log In. The WordPress Dashboard will display. This is the main administration center for your blog.Let me know if you have any questions.
Forum: Fixing WordPress
In reply to: All pages except home are 404 with friendly URLs.@royatl
We are currently working on implementing the IIS7 URL Rewrite Module that WordPress 2.8 supports. It will be available in the near future.Forum: Fixing WordPress
In reply to: 404 Error for brand new blog when choosing pretty permalinks@oise73
Glad to see this was resolved! Just wanted to mention that there used to be a delay with .htaccess caching on Go Daddy. We recently implemented a change that now picks up this file immediately.Forum: Installing WordPress
In reply to: WordPress on Godaddy unbearably slow@boxcarwilli
Grid is certainly an option. Otto42 also provides some good tips. What’s the ticket number so I can follow up?@djcryptic
We want to keep your business and would like to help you out. Our team can review the performance issues. Submit a ticket via support@godaddy.com. Once you receive the email with ticket number please post back with it so that I can follow up.Forum: Fixing WordPress
In reply to: WordPress 2.8 can’t write to domain root on GoDaddy hostingWe’ve used the “Giving WordPress its own directory” settings on a test WP site, and we could not recreate your issue.
You stated that you have upgraded to WordPress 2.8 manually, and GoDaddy.com now offers an automatic WordPress 2.8 upgrade for Hosting Connection installations. Therefore, we suggest that you use the automatic upgrade option to replace your current manual upgrade.
To upgrade automatically to 2.8 –
1. Access your hosting plan’s Hosting Control Center
2. Click on the “Your Applications” button
3. Click on the “My Applications” tab
4. Locate your WordPress installs and select the first one
5. Click on the “Install This Update” (gold) buttonOnce the update is completed you’ll receive a confirmation email.
Forum: Installing WordPress
In reply to: Godaddy WordPress Site Doesn’t PublishThe “This Web site is coming soon” page is generated by the default welcome.html file.
Therefore, it sounds like you missed step 7 in those instructions –
“Copy the index.php and .htaccess files from the WordPress directory into the root directory of your site (Blog address).”Once you have moved the index.php file from the WordPress directory to the root of the hosting, it will override the default welcome.html. You can test this by going to “yourdomain.com/Wordpress/index.php”, and if your site shows you have not moved the index.php file.
Forum: Fixing WordPress
In reply to: WordPress 2.8 can’t write to domain root on GoDaddy hosting@steerpike
We’ll work with you to identify the issue. Are you using Windows or Linux hosting?Forum: Installing WordPress
In reply to: Error Site not published… Odd@viperbite4
Looks like your install of WordPress is here: http://thebokenonline.com/wordpress/
This is the default when installing through Hosting Connection and can be adjusted upon installation.If you’d like to move your install you can follow the steps here:
http://codex.wordpress.org/Moving_WordPressIf you’d like to keep your install in Hosting Connection, you can uninstall (instructions here: http://help.godaddy.com/article/1736) and reinstall to the root or another directory. This option is available when you get to the step that says “Choose install directory”.
Keep in mind that it’s always a good practice to backup your data before making any changes.
Forum: Installing WordPress
In reply to: WordPress on Godaddy unbearably slow@digitalrenewal
Sorry about this! We’re always willing to take a look. I saw your post on another thread. I sent you an email asking for some more details so that we can check it out.Forum: Installing WordPress
In reply to: Suppressed in China!We’d love to have your business. I just want to make sure you understand that if one particular region is experiencing issues, it is very possible there are blocks placed beyond our control. Unfortunately, Go Daddy is unable to override foreign restrictions.
If you’d like to get started you can use the following instructions, or let me know if you need some help.
Purchase and set up the new hosting plan (Shared, GRID or WordPress) with your domain:
http://help.godaddy.com/article/5140
Import your content:
http://codex.wordpress.org/Importing_Content
Update your DNS for your domain so it points to the Go Daddy Name Servers:
http://help.godaddy.com/article/43
Propagation for the A record and Name Server change can take up to 48 hours.@enlaceflorida
I’ve got our development group looking in to this. We’ll be in touch with some more information soon. Thanks!