Some one reported the following error:
Quote:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in [path]/vHoist.php on line 67
Warning: file_get_contents(http://www.vHoist.com/vb_GarageListF...tered&vbe=&pk=) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in [path]/vHoist.php on line 67
|
The fix is as follows:
Open your php.ini file on your server and add:
allow_url_fopen = On
OR if you can override... add this to the top of your vHoist.php file
ini_set('allow_url_fopen', 'on');