In my file manager i have 4 files.
test.php
data.inc.php
include.inc.php
sample.xlsx
test.php uses a get call to both data.inc.php and include.inc.php to read data from sample.xlsx.
When hosting these files from xampp they work perfectly but when hosting from CMSMS data.inc.php and include.inc.php both return "500 Internal server error"
Can anyone shed some light on what may be happening here i have not been able to uncover anything in my research.
EDIT i am using the following the user defined tag.
include 'uploads/Php/test.php';
include 'uploads/Php/include.inc.php';
include 'uploads/Php/data.inc.php';