Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,799
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. The error_log files if they exist should be in the same directory as the php script that threw the error.
  2. Did you add the domain to cpanel as either an alias domain or an addon domain?
  3. 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.
  4. Also check your error_log files to see if they have any useful information.
  5. The extension mcrypt has been installed on Tommy's php 5.4.
  6. I just tested remote postgresql on Johnny and it's working just fine. Are you sure your firewall is allowing outbound connections on port 5432? What do you see when you go to http://portquiz.net:5432/
  7. Maybe try adding some debug messages to your calendar to find out what variables are set to what during the processing of the calendar.
  8. A backup of your files is named reshinaa.tar.gz and is in your home directory. Your database should be included.
  9. The SFTP settings that we recommend you use are at the top of the FTP page.
  10. The archive named vsytibwy.tar.gz in your home directory should have all of your files. Let us know if anything is missing.
  11. The error was basically "We changed some of the passwords, and the rest of the passwords we'll change later". Very odd. Never seen anything like it.
  12. That's a strange error. Are you able to log in with the new password?
  13. Are there any php extensions that your site needs?
  14. For the certificate, you likely just need to install a new one. For the php script returning a blank page my best guess would be that Johnny's default php is 7.2 now, but it was 5.6 before. Is your script compatible with 7.2? Have you tried changing the php version back to 5.6?
×
×
  • Create New...