v3arcade
can you enable this so my forum can support v3 aracade i have installed the arcade but they have an auto game installer and they told me that my hosr need to do this
cURL, fopen and the XML Error: unknown at Line 0 error
--------------------------------------------------------------------------------
Supposedly there is a fix for the XML Error: unknown at Line 0 error many seem to receive.
1.) enable fopen in php.ini
allow_url_fopen = On
or, allow_url_fopen = 1
2.) In the .htaccess file (located in forum root)
allow_url_fopen 1
3.) This threads solution for those with cURL install, and no access to php.ini
|