Search results

  1. Anna

    Website no longer showing up

    All accounts are bumped to use php version 7.2, that could be related if your script is not yet updated for use with the 7.x branch of php. You can switch to 5.6 by going to "Extra features" -> "Switch php version". The 500 error most oftenly relates to php errors (and use of a depreceted...
  2. Anna

    Email missing after migration

    What you claim you had before migrations should really not have worked as that is on a whole different server. The suggested setting that I have found (though my account is on x11) is to use mail.yourdefaultdomain.com as the server host, that does however not provide a true ssl certificate as...
  3. Anna

    Site Builder

    Sitebuilder will not be available once the migrations are done.
  4. Anna

    Newly Uploaded Content 404

    I see that you are using cloudflare, since there isn't any integration with cloudflare with directadmin you would need to update the A record for the domain at cloudflare if you haven't. The IP of the new server is: 198.91.81.13 I'll see to recreating the public_html for you, but for the future...
  5. Anna

    Redirected with old Cpanel, now I can't remove it with the new DirectAdmin

    The ip should definitely have changed with the migration, which is why I wondered if you used cloudflare or similar as we wouldn't have been able to change records on their end if you did. I have sorted out the IP issue and confirmed that the redirect is indeed the result of one of your...
  6. Anna

    Website can't be reached

    wordpress.org has nothing to do with our site and thus its login credentials would not be affected by the migrations, unless you refer to loging into the admin side of your wordpress installation, that would be done on your own domain (grvs.x10host.com/wp-login.php). If you did install via...
  7. Anna

    Database is gone

    Yes, root on cpanel was just one step above from public_html, and with it being in root there directadmin naturally assumed you still wanted it in root along with the files that indeed do belong there. The added extra user has been removed from the database.
  8. Anna

    Website can't be reached

    @delabol2 I found your IP as blocked for failed login attempts, I have unblocked it, can you try reaching your site now?
  9. Anna

    Website can't be reached

    @delabol2 Your server is x14 and loads fine for me, I'll do a bit investigation to see if I can figure out why it doesnt for you. @lylex10h I can confirm that your server, x11, seem to have lost connectivity as I can not reach it on admin side or by viewing pages. I have reached out to admins...
  10. Anna

    Disk Quota Exceeded? For What?

    Can you please try now? I did a small adjustement and upon testing I could create a file in your account without errors (I have removed it as well)
  11. Anna

    Redirected with old Cpanel, now I can't remove it with the new DirectAdmin

    The issue is that your site is served from the old server not from the new server. When I ping the domain I get .2 as last number of ip, it should be .12 as last number, that is why I wondered if you had setup dns elsewhere such as with cloudflare. I think it fair to say that the issue is in...
  12. Anna

    Database is gone

    I have found the issue, the relative path between the connecting file and the vars.php is wrong since cpanel and directadmin handles things differently. One option would be to move vars.php to the folder called grvs.x10host.com which would make the current relative path correct (that is one step...
  13. Anna

    Database is gone

    The error message still indicates that no user is passed with the connection and not using password (probably due to lack of username) Which database should be contected with that specific site, and in what folder would I find vars.php (I'd like to take a closer look)?
  14. Anna

    I accessed but now i can't access to DirectAdmin

    1. There is a direct link to directadmin: https://x14.x10hosting.com:2222 (for your server, note that it would not count towards activity to use the direct login) 2. You would use username that appears on cpanel efter loging in (same as your forumusername in your case) 3. Logins might be flaky...
  15. Anna

    Redirected with old Cpanel, now I can't remove it with the new DirectAdmin

    Are you by any chance using cloudflare, or similar service? I did a ping on your domain and that came back with the old server IP instead of the IP of your current server. This would explain why we can't find and remove the redirect as well. Directadmin does not have an integration with...
  16. Anna

    Email missing after migration

    Look at the top of the page, towards the right end. You'll see a dropdown called Domain. Switch between the domains you want to manage emails for there and the email should be visible to you. As for email client, you would need to change the server paramater to those matching the server (using...
  17. Anna

    Disk Quota Exceeded? For What?

    Do you still see this as an issue? Your account appears well below quota for me when I just checked it.
  18. Anna

    What are FTP parameters with DirectAdmin?

    I did indeed find your IP as blocked, for failed logins to ssh. That connection method is not available on free hosting. There was also a couple temporary blocks related to ftp connections. I have removed your IP.
  19. Anna

    What are FTP parameters with DirectAdmin?

    If it was a dns issue, you shouldn't be able to resolve the domain into an IP. More likely your IP is blocked for one reason or another (wrong login most commonly). I'll look into that.
  20. Anna

    This page isn’t working HTTP ERROR 500

    I'm going to guess that is due to your script being incompatible with the latest php version, I did dig a little and it appears your script uses a depreceted method to connect to mysql. The oldest php version you can chose is 5.6, but it is probably wise to upgrade your script to be able to use...
Top