Suppressed PHP Errors

ODTech

Senior Member
Joined
May 9, 2010
Messages
915
Reaction score
13
Location
Western Cape
Hi All.

Can anyone tell me how i tell php/server to not suppress php errors?

My server is ubuntu 12.04 LTS headless. The probem is i was testing hotspot software on a happily running setup but eventualy scrapped everything. Now when i open my invoicing program bambooinvoice it just opens to a white page. According to the bambooinvoice installation guide troubleshooting section a white page means php errors and that some systems suppress errors.

I put the program in /var/www and made sure that www-data user and group has write permissions to it and made sure that index.php has permissions 775 set.

Thanks in advance.
 
check /var/log/apache2/error.log

Thank you this helped. It turned out there was a syntax error in one of the php files, specificaly the one containing the email settings.

It still wouldn't work afterwards but i sorted that with "sudo chown -R www-data:www-data /var/www/bambooinvoice"

It's weird though since i copied the bambooinvoice folder as it was from my ubuntu 13.10 workstation where it worked. On the server it came up with that php error.

@GreGorGy

Thanks too.

Error reporting was on in the index.php but not in php.ini. I'll keep that in mind for future reference.
 
Top
Sign up to the MyBroadband newsletter
X