Hi Nicolas
The issue resolved.
PHP ini file was configured with:
log_errors = On
error_log value on the php.ini was without path means that php will write erors on php system wariable path (in my case c:\php)
So i changed to
error_log = "c:\php\some_text_error.txt"
I tried to change the order status and is working perfectly
I don't know if the change of the php.ini values is the reason.
I attached also the php_error log for your review but like i said now is working perfectly.
Best regards and tnx
This attachment is hidden for guests.
Please log in or register to see it.