Quote:
Originally Posted by elricstorm
Go into your admincp>maintenance>view phpinfo and look through there and below the following sections:
Configuration > PHP Core
You should see..
If this is set to OFF, that's your first problem and you need to talk to your host provider to have them change the php.ini file to allow it to ON. The parser uses file_get_contents to pull data from the xml file on the armory.
The second thing you should look for is under the following section while viewing the same file:
Section is named CURL
- CURL support enabled
- CURL Information libcurl/7.13.1 OpenSSL/0.9.7f zlib/1.2.2.2 libidn/0.5.15
If you don't see this then you have another problem and need to ask your hosting provider to install the curl libary which is a very common libary that everyone should have. Check that next. Also, make sure you read the troubleshooting section of the chm file.
|
hi! thanks for the quick reply. i checked the sections you said. my allow_url_fopen is indeed set to on and the the curl section is enabled and shows the same curl info...
i'll go back and read the troubleshooting section again to see if i've missed anything but it looks like it's all correct.