Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home3/recordau/public_html/tools/cronApprovals.php on line 3
Warning: include(http://www.oil-testimonials.com/tools/approveUsers.php?action=sendAlerts&method=cron) [function.include]: failed to open stream: no suitable wrapper could be found in /home3/recordau/public_html/tools/cronApprovals.php on line 3
Warning: include() [function.include]: Failed opening 'http://www.oil-testimonials.com/tools/approveUsers.php?action=sendAlerts&method=cron' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home3/recordau/public_html/tools/cronApprovals.php on line 3
It’s probably complaining that approveUsers.php is in a password protected directory so it’s not accessible to the outside world. This would normally make sense to me, except I have another cron file in the same directory that executes without needing authorization. Any more ideas?