Error on PHP snippet
-
Hi ,
Am trying to add a Content Block with the following PHP code (without the tags):
include(‘https://www.awin1.com/wshow.php?inc=1&s=517987’);
I am getting errors as follows:
Warning: include(): https:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/lumumi/public_html/wp-content/plugins/global-content-blocks/global-content-blocks.php(322) : eval()’d code on line 1
Warning: include(https://www.awin1.com/wshow.php?inc=1&s=517987): failed to open stream: no suitable wrapper could be found in /home/lumumi/public_html/wp-content/plugins/global-content-blocks/global-content-blocks.php(322) : eval()’d code on line 1
Warning: include(): Failed opening ‘https://www.awin1.com/wshow.php?inc=1&s=517987′ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/lumumi/public_html/wp-content/plugins/global-content-blocks/global-content-blocks.php(322) : eval()’d code on line 1
Please help! Thanks
- The topic ‘Error on PHP snippet’ is closed to new replies.