Error when printing remittance summary report

General support regarding TimeTrex, such as
configuring policies/taxes or processing payroll.
Post Reply
macbeth
Posts: 198
Joined: Wed Feb 25, 2009 1:06 pm

Error when printing remittance summary report

Post by macbeth »

I get the attached error when I try to print the remittance summary report:
Attachments
Capture.PNG
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Error when printing remittance summary report

Post by shaunw »

Your PHP installation is setup to display errors, which will corrupt or prevent TimeTrex from functioning in cases like what you have experienced. In general is also not recommended for production systems due to security reasons as well.

You will need to turn "display_errors" off in your PHP.ini file and that should resolve the issue for you.
macbeth
Posts: 198
Joined: Wed Feb 25, 2009 1:06 pm

Re: Error when printing remittance summary report

Post by macbeth »

Is this where it would be? Is it already set to off? Thanks
Attachments
Capture.PNG
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Error when printing remittance summary report

Post by shaunw »

It appears to be off, but you may have other php.ini files on your system that could be in use.
macbeth
Posts: 198
Joined: Wed Feb 25, 2009 1:06 pm

Re: Error when printing remittance summary report

Post by macbeth »

What's my next move? I couldn't find any other php.ini files on my system. Thanks
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Error when printing remittance summary report

Post by shaunw »

Check your timetrex.ini.php file, do you have "display_errors" = TRUE set in there?
macbeth
Posts: 198
Joined: Wed Feb 25, 2009 1:06 pm

Re: Error when printing remittance summary report

Post by macbeth »

Yes! That was it! Thank you! What else should be changed in the debug section?
Attachments
Capture.PNG
Capture.PNG (3.41 KiB) Viewed 5495 times
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Error when printing remittance summary report

Post by shaunw »

You could sent enable_log = FALSE and enable = FALSE if you don't have a need for logging.
Post Reply