Login

Login with a Google Account.



Advertisements

Welcome, Guest
Username: Password: Remember me

TOPIC: Download failed using cURL

Download failed using cURL 2 years 1 month ago #74

Hello

. I have cURL enabled, FTP off. I was upgrading OK using fopen previously but not now. With fopen I get the following message:
Download Failed: Remote Server connection failed: fopen(http://jsitepoint.com/update/packages/joomla/update.xml) [function.fopen]: failed to open stream: Permission denied; Using Proxy: No(42)[/code]

With cURL I am getting the following message:
Download Failed: cURL transfer failed(7): Failed to connect to jsitepoint.com IP number 1: Permission denied(46)

any help with be greatly appreciated as I was very happy before and was working perfectly.
The administrator has disabled public write access.

Re:Download failed using cURL 2 years 1 month ago #77

  • jj135
  • jj135's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Hi!

I had some problems to with both fopen and curl. The solution for me was to (temporarily)set 'allow_url_fopen = On' in my php.ini. Now the fopen method worked perfectly for me. I upgraded about 15 sites from 1.1.14 to 1.1.15 today.

When you don't have access to the php.ini file this will obviously not work. But you might ask tour hosting provider to help you along.

Another thing: One of my sites did have a problem, even with allow_url_fopen set to on. But when I turned OFF ftp support in the Joomla configuration it worked OK. While it worked with ftp enabled on all of my other sites... You might try turning it on or off.

Hope this helps!
The administrator has disabled public write access.
Time to create page: 0.282 seconds