Error Log

Web hosting discussion, programming, and shared and dedicated servers.
31 posts Page 1 of 4
by ErrorLost » Mon Jan 02, 2017 2:15 pm
I am currently experiencing errors on my live site that I wasn't getting while developing locally. Is there an Error Log that I can download?
by joemuller » Tue Jan 03, 2017 1:09 pm
Indeed there is! Using either ftp.sonic.net or shell.sonic.net, your logs should be in the following location:

/var/log/httpd/YOUR_SONIC_USERNAME/
I'm a proud employee of Sonic.net! :-)
by ErrorLost » Tue Jan 03, 2017 1:45 pm
Thank you. It looks like according to my php.info file that I don't have Error Reporting turned on. So there is nothing in that directory. Is there a way to edit the INI file?
by joemuller » Tue Jan 03, 2017 2:30 pm
You can set php.ini settings one of two ways:

1.) Set up a .user.ini file to override the default php.ini settings (http://php.net/manual/en/configuration. ... r-user.php)

Code: Select all

display_errors = on
error_reporting = E_ALL
2.) Use php_value inside an .htaccess file (http://php.net/manual/en/configuration.changes.php)

Code: Select all

php_flag display_errors on
php_value error_reporting E_ALL
I'm a proud employee of Sonic.net! :-)
by Error Log » Tue Jan 03, 2017 2:52 pm
Wonderful! Thank you!
by ErrorLost » Tue Jan 03, 2017 3:16 pm
Strange. I am getting error 550: Permission Denied.
by joemuller » Tue Jan 03, 2017 5:01 pm
I'd be happy to take a quick look, but I'm not sure which website you're working on. Could you let me know the username and/or domain name?
I'm a proud employee of Sonic.net! :-)
by Error Log » Wed Jan 04, 2017 12:40 pm
That'd be great. The domain is crystalsilenceleague.org

I am working as a contractor helping a friend. Unfortunately, I did not set up the original site. Any insight would be greatly appreciated!
by ErrorLost » Wed Jan 04, 2017 12:49 pm
It looks like a User.INI file required PHP version 5.3.0 and this site is still running 5.2.11. Here is a link to the php info
http://crystalsilenceleague.org/info.php
by Guest » Wed Jan 04, 2017 1:41 pm
Here is a link on how to change to a different version of php. I'm not sure if 5.5 is the latest version though.

https://wiki.sonic.net/wiki/Php5
31 posts Page 1 of 4

Who is online

In total there are 22 users online :: 0 registered, 0 hidden and 22 guests (based on users active over the past 5 minutes)
Most users ever online was 999 on Mon May 10, 2021 1:02 am

Users browsing this forum: No registered users and 22 guests