Admin-Ahead Community

Linux => General Linux => Topic started by: Aby on November 24, 2013, 11:05:08 pm

Title: Getting following message in cron email? Sorry, allow_url_fopen variable.
Post by: Aby on November 24, 2013, 11:05:08 pm


Getting following message in cron email? Sorry, allow_url_fopen variable
Getting following message in cron email?

======
Sorry, allow_url_fopen variable can't be set to 1 from php script.
You should set allow_url_fopen = 1 in your php.ini file in order to run
Backlink Index Express
========

Solution: change crontab with curl
i.e */5 * * * * curl http://thewebsitemarketingpro.com/bie_v6/indexexpress.php
for php give the full path.. i.e /home/uname/public_html/thewebsitemarketingpro.com/bie_v6/indexexpress.php

===