robert
May 20, 2018, 11:35am
1
I have a problem to create a invoice many data sometimes it works mostly not i run version : 1.5.9
Google chrome console :
‘’’’’’
dependencies.min.js?v=1.5.9:1 POST https://darklokaal.nl/fc/index.php/invoices/ajax/create 500 (Internal Server Error) send @ dependencies.min.js?v=1.5.9:1 ajax @ dependencies.min.js?v=1.5.9:1 _.(anonymous function) @ dependencies.min.js?v=1.5.9:1 (anonymous) @ VM265:57 dispatch @ dependencies.min.js?v=1.5.9:1 m.handle @ dependencies.min.js?v=1.5.9:1
‘’’’’’
Kovah
May 20, 2018, 12:02pm
2
Please post the application logs as described in the FAQ.
robert
May 20, 2018, 12:17pm
3
I try :
$config[‘log_threshold’] = IP_DEBUG ? 2 : 1;
Changed to
$config[‘log_threshold’] = 4 ? 2 : 1;
Does nothing or do i something wrong ?
Kovah
May 20, 2018, 12:19pm
4
Enable the debug mode by replacing ‘ENABLE_DEBUG=false’ with ‘ENABLE_DEBUG=true’ in the ipconfig.php file.
See https://wiki.invoiceplane.com/en/1.5/general/faq#debugmode
robert
June 10, 2018, 11:10am
5
Kovah sorry got some problems with my connection… i enabled now when i see the problem i will send you the log
robert
June 11, 2018, 8:33pm
6
What date format are you using? Maybe try the default 14-Jun-2018 and see if you still get error
Error 500 type errors are mostly related to the web server config. Try looking at the web server logs for hints.
1 Like
@robert did you manage to solve the problem?
Do you have access to your apache error logs or do you have to keep asking the hosting provider?
When you get a 500 error it’s usually a timeout while sending data to the client, usually more than 5 minutes, then timeout.
Can you re-create an error log? The error should be in there