Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,878
  • Joined

  • Last visited

  • Days Won

    886

Everything posted by Krydos

  1. I would recommend asking about this on a wordpress forum. We all hate wordpress around here because it causes so much load and gets hacked so often so the only advice you're likely to get from us is "Don't use wordpress." Your site appears to be working for me.
  2. You currently have zero open mysql connections. The limit on Johnny is 4 open connections at once. If you try to open more than 4 connections at the same time you will get that error. If you need more than 4 simultaneous connections I recommend transferring your account to Tommy which currently offers unlimited mysql connections. A limit may be added in the future on Tommy as well if we find people abusing the unlimited connections.
  3. Your storage space has been doubled. Thanks for the donation.
  4. Unarchived.
  5. Fixed. You should now be able to login on our homepage again.
  6. I double checked and the postgresql user gbanhudo_remoteuser has remote access to the database gbanhudo_geometries from any IP.
  7. Unblocked. You were blocked for failed IMAP logins. Please make sure your mail clients have the proper credentials saved.
  8. I see a 403 forbidden when I visit your domain. Try renaming or deleting your .htaccess.
  9. You can grant postgresql permissions yourself through the button labeled PostgreSQL Databases in cPanel.
  10. I know a guy that uses plex, and it is indeed piracy. OP, if you have proof that what you're doing isn't piracy let us know and I'll take another look.
  11. https://forms.gle/pED4v4aFGJWSC28o9
  12. What is your username?
  13. Try adding the domain now.
  14. Unarchived. Your username is watersch2 now.
  15. Remote access enabled.
  16. The extension iconv has been installed on Johnny's php 7.3.
  17. The account ojplanet is already on Tommy, but now has double storage and one month of inactivity immunity. The account nmbayu has been moved to Tommy, given double storage, and given one month of inactivity immunity. The account techwiza has been moved to Tommy, given double storage, and given one month of inactivity immunity.
  18. The error_log files if they exist should be in the same directory as the php script that threw the error.
  19. Did you add the domain to cpanel as either an alias domain or an addon domain?
  20. Yes, you can check the current php upload size by creating a phpinfo file. I usually name it phpinfo.php but it can be anything you want. Then put the contents <?php phpinfo(); When you visit this page in a browser it will list all the information about the php version you're using. Here's Johnny's php 5.6 for example https://krydos2.heliohost.org/56/phpinfo.php Then you can search the page for the value you're looking for, such as max_file_uploads. If you need something changed on that page let us know and we can do it for you. For large uploads we recommend FTP though. Uploading large files through php is inefficient and uses a lot of memory and can cause instability on the server.
  21. Also check your error_log files to see if they have any useful information.
×
×
  • Create New...