Phapper
Phapper copied to clipboard
Fatal error: Class 'PhapperConfig' not found in ./src/phapper.php on line 30
PhapperConfig in the Phapper namespace, but class Phapper isn't in namespace Phapper
How to fix:
In phapper.php, lines 8 & 9:
//require_once(__DIR__.'/inc/responseparser.php');
require_once(__DIR__.'/../config.php');
In config.php, comment out line 5:
//namespace Phapper;