This topic is locked

error

1/24/2014 4:27:37 AM
PHPRunner General questions
J
jura author

LINK
WHAT PRODUCE THIS ERROR
Thanks
PHPRunner 7, MySQL

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.
that in general means all the files need to start with <?php and end with ?> make sure there is no empty Space before or after those indicators.

Sergey Kornilov admin 1/24/2014

Find the following line in AfterAppInit event:

include_once(include\invoice_functions.php);


change it to be

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);


change it to be

include_once(include/invoice_functions.php);



I HAVE CHANGED..... BUT STIL NOT WORK