Hi,
Does anyone have experience with accessing PHPFox info using external PHP scripts? I've done it before using the following:
define('PHPFOX_PARENT_DIR', __DIR__ . DIRECTORY_SEPARATOR);
define('PHPFOX_NO_RUN', true);
require('../PF.Base/start.php');
But with my script being inside another directory as you can see, I'm getting an error 500. It's not a PHPFox issue, I believe it's a PHP setting (I've already checked permissions, played with openbase_dir settings, etc, and it's one I've actually resolved in the past I just can't remember what I changed, so if anyone's had the same, or knows how do achieve the same using REST, I'd appreciate any tips