Hello together,
i got following problem:
i installed the Point Market, configured all options, installed also uCash and if i
visit "Maintenance of Point Market" i get this error:
"
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in [path]/.../market.php on line 1441
Warning: file_get_contents(https://vborg.vbsupport.ru/misc.php?...id=pointmarket) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in [path]/.../market.php on line 1441"
So, i opened the problematic file and got these lines:
Code:
// Get Latest Version from vBulletin.org
$productVerCheckURL = "https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=pointmarket";
$latestVersion = file_get_contents($productVerCheckURL);
$latestVersion = ereg_replace("[^A-Za-z0-9.]", "", $latestVersion );
What should i do :O?
Thanks for your support

.
/Extendet