error |
1/24/2014 4:27:37 AM |
PHPRunner General questions | |
J
jura author
LINK |
|
T
|
TKirchner 1/24/2014 |
For the first u should check if the mentioned files in the error massage have any empty spaces in front or in the end of the document. |
![]() |
Sergey Kornilov admin 1/24/2014 |
Find the following line in AfterAppInit event: include_once(include\invoice_functions.php);
include_once(include/invoice_functions.php); |
J
|
jura author 1/27/2014 |
Find the following line in AfterAppInit event: include_once(include\invoice_functions.php);
include_once(include/invoice_functions.php);
|