When I use any variations of the scripts (with cURL and without) in this thread, I get these errors:
Notice: Undefined index: HTTPS in /var/www/html/includes/class_core.php on line 1599
Notice: Undefined index: HTTPS in /var/www/html/includes/class_core.php on line 1599
Notice: Undefined index: HTTP_REFERER in /var/www/html/includes/class_core.php on line 1626
I'm using VB 3.6.7 -- has something changed in this version that might be causing this? Is there another file I need to include to get the environment set up right?
I see where these indices are used in class_core.php, but I haven't (yet) found where they are defined. Still looking ...
Any suggestions would be appreciated.
Thanks,
Ron.
Okay, I'm not thinking straight. Of course, php sets the $_Server superglobal. SO, I guess my job is to find out why the HTTPS and HTTP_REFERER values are not being set.
Thanks,
Ron.
|