Forum Replies Created

Viewing 15 replies - 181 through 195 (of 476 total)
  • I wouldn’t worry about losing your posts. Though the site may have been disabled, it would not be standard procedure for our staff to actually delete your data. You or your friend (whoever has access to the Go Daddy Hosting Control Panel for the hosting account) should be able to perform a backup of the database so you can get a copy for safe keeping or for migration to another server. Here’s a quick walkthrough for making a backup of a database on our shared hosting services: http://x.co/dNu6

    Please note, though, that moving to a new provider is not necessarily the best solution. In fact, you may have similar issues at another provider if you get a similar hosting service without addressing the problem that your site exhibits – that is, overuse of shared hosting resources due to an overly intensive database query. It may be better to simply stop using the StatPress plugin and find another solution for tracking the stats of your site. If that is not an option and you’d prefer not to make changes to your site, you should consider moving to a more powerful hosting environment, like a dedicated server, where the impact of a query won’t negatively affect other users.

    I hope this response is helpful to you. If you have any additional questions about how to proceed, the account holder can contact our Support staff for assistance or advice about managing the account in question.

    mdjordan,

    I am not sure how to actually link it in iWeb (That is a question maybe better suited on the iWeb forums) but the address or URL you would be linking to is just youdomain.com/blogfoldername Hope you find this useful! ^Colby Go Daddy Social Media Team

    Just to confirm the hosting account is all set up and good to go right? Sounds like you made the nameserver change correctly. Also just make sure your A Record IP is set to your hosting accounts IP address. To find your hosting accounts IP see: http://x.co/cntL To learn how to change your A Record IP see http://x.co/moddns Hope this helps! ^Colby Go Daddy Social Media Team

    The plugin currently only supports WordPress 3.3+, and it would be difficult to update it for older versions.

    If you’re hosted with Go Daddy, there’s an alternative solution. Our Hosting Support staff has some tools they can use with your site to produce the same output you’d get from the P3 plugin.

    So, if you’re with Go Daddy, send a support request through http://x.co/WeHelp and ask if they can run a plugin profile on your site since you’re unable to do it yourself.

    kwilsonoffice,

    I could probably figure out what’s going on if I knew the domain name, but there’s another option – you could do an auto install using the Hosting Connection tool. If you’d rather do that, here are the instructions for how to do it: http://x.co/cICq
    If you have any trouble with is, feel free to call Go Daddy Support. Contact info is here: http://x.co/cICy

    Glad you like it, Frank. Thanks.

    jonrowe,

    I just visited the site you mentioned in your initial post, and it appears to be working. Did you get the issue resolved? Can you tell us what the issue was and how it was fixed?

    funkisockmunki,

    It really does sound like a similar problem, and as a result, my recommendation will be very similar as well.

    First off, I’d recommend switching to Linux instead of Windows. Though I still recommend putting all sites that use a web.config (or .htaccess on Linux) in their own subfolders, you can get away with it on Linux in most situations whereas Windows will also have a problem due to how a web.config file affects subfolders.

    In response to your question about whether or not you could add something to the web.config to make it work, I honestly don’t know. If so, it is beyond to limits of my personal knowledge. Luckily, there is no reason not to pursue the much simpler solution of moving the root instance into a subfolder and keeping the root empty:

    1. Change the primary name on the hosting account to a placeholder.
    2. Some time after completing step one (up to 24 hours), you will be able to add what was your primary name back to the hosting account as an alias (and in a subfolder).
    3. Move any content that was in the root and relevant to your primary name into the new subfolder.

    Well, I’m happy to hear that we got you past the importing issue 🙂 Thanks for coming back to let us know.

    As for the speed, is there any chance you’re on a Windows hosting plan? If so, I’d recommend switching over to Linux for the best possible PHP performance (here’s how – http://x.co/bUpr ). If that’s not it, it’s possible there has been a load spike or some other condition that temporarily slowed things down. I agree, though, that contacting our Support staff is the best way to proceed.

    You would not actually be able to register the same domain from two different places. My guess is that your order at GoDaddy.com was for either a domain transfer or Domain Buy Service. These services aren’t actually a registration for a domain – they are options for getting a domain that is already registered elsewhere or by someone else. To find out exactly what you ordered, you should contact our Support staff who can review your account with you. Contact information is here: http://x.co/bPPG

    Your domain is currently using WordPress’ nameservers. That means that it’s hosted at WordPress.com. This explains why you couldn’t connect via FTP… you were trying to connect to WordPress.com’s servers, not GoDaddy.com’s. So, if you want to connect the domain to your Go Daddy hosting, you will need to change the nameservers to the nameservers for your Go Daddy hosting. The necessary nameservers are listed in your Hosting Control Center (click the ‘view’ link in the DNS area).

    Keep in mind, though, that changing nameservers does not mean that the domain name has actually been transferred into your GoDaddy.com account. Unless you actually purchase a transfer (this may be what you ordered before) and complete the transfer process, the domain will continue to be managed by WordPress. This means that you would need to continue paying them each year to keep the domain. If you choose to keep the name at WordPress.com, be sure you don’t forget to renew it.

    Whether you keep your domain registered through WordPress.com (change just the nameservers) or transfer the domain to GoDaddy.com, the WordPress Domain Management article that you linked can help. We have our own article to assist with transferring domains as well – http://x.co/bPSK

    I hope this information is helpful to you. Remember, if you have any questions about your GoDaddy.com account or how to proceed, our Support staff is always available to you.

    This could be happening for a number of reasons. You probably have some old, vulnerable code on your site, but finding exactly what it is may be difficult. It is likely a plugin or theme, though it could also be vulnerable code elsewhere in your account (not necessarily in the affected WordPress site). Another possibility is that your hosting username and password have been compromised through malware on a machine you used to access your account. For this reason, I suggest you update anti-virus software and update the passwords associated with your GoDaddy.com hosting account and your WordPress site.

    As for fixing your site, the best way to address this is to completely clear your account of all files and install a fresh instance of WordPress so you know it’s clean. Before you clear the files, you would backup your site’s database, the uploads folder, and any other files you customized (like your theme’s css files). Check the uploads folder to make sure only images (and any other file you might have uploaded for your site) are there. If you find rogue php files, they should be cleared too.

    If you’d prefer that Go Daddy’s Security Team investigate the cause and assist you with cleansing the site, we do offer a Security Scanner service. You can learn more about this service at http://x.co/bPMW

    I suspect that the database export you created with phpMyAdmin has two lines in it that prevent an import to a database with a different name. As an example, these lines are in a database of mine that I just exported:

    CREATE DATABASE MY_DATABASE_NAME DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    USE MY_DATABASE_NAME;

    When you try to import the database, you’re asking to import the data into a database using that name, and since the name is different, the import fails. Luckily, all you have to do is remove those two lines (for me, lines 21 and 22) from the .sql file, and the import should work just fine.

    So here’s my recommendation. First, make a backup of your backup (just in case). Then erase those two lines completely and save the file. Try the import again. Report back on the results.

    SteveNetRivet,

    I’d like to investigate the specific account you’re referring to, but I need to know the domain name. Have your clients’ interactions with our Support staff been on the phone or through email? If they were through email, could you post the Incident ID number here so I can find it and review the situation? If there’s no existing incident, you can create one here – http://x.co/heretohelp – or just post the domain name in this thread.

    For the record, the issue users were experiencing when this thread began has been resolved. I can only guess that what your client is seeing is caused by something different even if it results in the same symptom. Furthermore, if FastCGI is an option on an account, there should always be an option to disable it. Yet another reason I’d like to look into this myself – if there’s something unusual or unintended going on with the account, I want to catch it as quickly as possible.

    I hope to see your response soon.

    jamiegerig,

    It’s true that there are limitations to our Support. Our staff generally does not investigate issues with third party scripts. However, the specific problem you described was an inability to send mail using an email address from specific vendors as the sender. That is something we should be able to test.

    If this is still a concern of yours, please submit another support request asking that this specific functionality be tested. Then post another response in this thread so I know you’ve done so and can check up on the status of the request.

    Generally speaking, in order to avoid email disruption, you just need to make sure that your MX records do not change during the process. Note that MX records are defined in the zone file, and the zone file is stored on your nameservers.

    So, what you need to do is make sure that a zone file is setup and assigned the proper MX records prior to changing the nameservers to your new provider.

    [removed the advertising]

Viewing 15 replies - 181 through 195 (of 476 total)