7
I am sorry, but it does not work:
Fatal error: require_once(): Failed opening required 'C:\wamp64\www\httpdocs\modules\publisher\class/admin/admin_footer.php' (include_path='.;C:\php\pear') in C:\wamp64\www\httpdocs\modules\publisher\class\MimetypesUtility.php on line 491
I though the "class" is wrong and changed line 491 to:
require_once PUBLISHER_ADMIN_URL .'/admin_footer.php';
This does not work either:
Fatal error: require_once(): Failed opening required 'http://localhost/httpdocs/modules/publisher/admin/admin_footer.php' (include_path='.;C:\php\pear') in C:\wamp64\www\httpdocs\modules\publisher\class\MimetypesUtility.php on line 491
Why ? The path is correct, the file exists. There are 2 additonal warnings:
Fouten
Waarschuwing: require_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in bestand /modules/publisher/class/MimetypesUtility.php regel 491
Waarschuwing: require_once(
http://localhost/httpdocs/modules/publisher/admin/admin_footer.php): failed to open stream: no suitable wrapper could be found in bestand /modules/publisher/class/MimetypesUtility.php regel 491
Another issue is that C:\php\pear does noet exist. I have a regular wamperver installation, but tht does not provide c:\php\pear.
Is there a solution ?
SMEDrieben