10441 Posts in 2220 Topics by 1717 members
| Go to End | Next > | |
| Author | Topic: | 2887 Views |
-
Re: For all who want YouTube on 2.3

18 March 2009 at 5:54am
If you are using 2.2.3 and the stable release of YouTube it works out the box for me - considering it's a CURL error I suggest it's your WAMP install that is the problem.
If you are using the stable version of YouTube and 2.3 and have made the modification as per above, and you are still getting the same error then again I suggest it's your install of WAMP.
-
Re: For all who want YouTube on 2.3

18 March 2009 at 6:02am
That's wierd... i've built 9 sites using the same WAMP server install and haven't had a single problem. It's only with this YouTube gallery page that it is causing the error. Everything else and all other modules are working correctly. Not sure what is going on. Thanks Matt anyway for your help.
-
Re: For all who want YouTube on 2.3

18 March 2009 at 6:15am Last edited: 18 March 2009 6:16am
Maybe the YouTube module makes a call that non of your other sites have made? Maybe in a more recent version of WAMP they have changed the configuration that has broken CURL?
-
Re: For all who want YouTube on 2.3

18 March 2009 at 6:27am
yeah i don't know. I give up today. It's wrecking my head!
-
Re: For all who want YouTube on 2.3

18 March 2009 at 2:33pm
Why not do a simple phpinfo(); and see the results for your server and search if the PHP CURL extension is installed. I am also running on the latest WAMP Server (my development box) and it has CURL installed. Just something to think about...
-
Re: For all who want YouTube on 2.3

20 March 2009 at 10:24am Last edited: 20 March 2009 10:25am
Howdy all!
I had the same problem with the curl_init() error. Turns out it was just that PHP wasn't compiled with the curl extensions. I'm running Ubuntu 8.04 so the fix for anyone running that configuration is:
sudo apt-get install curl libcurl3 php5-curl
followed by an apache restart
sudo /etc/init.d/apache2 restart
Funny enough I use WAMP at work and I had a similar problem. On that it was the same thing, the apache curl extension had not been loaded.
Hope that helps someone.
-
Re: For all who want YouTube on 2.3

20 March 2009 at 12:23pm
Like I said it sounded like it was more to do with CURL (being a CURL error) than anything else!
-
Re: For all who want YouTube on 2.3

20 March 2009 at 9:12pm
Yeah, that's exactly what was wrong. Installed fine onto my live server.
thanks for all your help.
| 2887 Views | ||
| Go to Top | Next > |




