Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#709 2009-08-20 15:56:55

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

Sebastian, check out this post which should answer your question.

Offline

#710 2009-08-20 16:29:41

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

Hi

i don´t understand anything. Where is this .htaccess file or php.ini?
If is on the FTP is not there.

Thanks


Sonríe | Smile . <txp:lover />

Offline

#711 2009-08-20 16:35:55

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

Sebastian, check if you have access to your PHP settings on your server. If you don’t know where to find your PHP settings, create a file called phpinfo.php and place this in it:

<?php
phpinfo();
?>

You may be able to see if allow_url_fopen is set to on or off. To change the setting, you either need access to your php.ini file (in which the PHP configuration is made) or your web host has to do this for you.

Offline

#712 2009-08-20 16:47:47

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

Ok, is on on my local server and is on.
I find the .htaccess, now what have i to do?

Thanks!

Edit:

Ok i have my php.ini and the allow_url_fopen Off Off
How can i do to change that?

Last edited by sebatorresi (2009-08-20 16:55:38)


Sonríe | Smile . <txp:lover />

Offline

#713 2009-08-20 16:55:26

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

As far as I know, its a bad idea to set this in .htaccess because then someone has access to your server. Its better to set this in your php.ini file. Suggest you check with your webshost first.

If you do decide to change the setting in .htaccess, I believe you need something like this:

php_flag allow_url_fopen on

Offline

#714 2009-08-20 16:56:40

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

Ok i have my (on my webhost) php.ini and the allow_url_fopen Off Off
How can i do to change that?


Sonríe | Smile . <txp:lover />

Offline

#715 2009-08-20 16:58:07

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

Sebastian, in your php.ini file change this:

allow_url_fopen	Off	Off

To this:

allow_url_fopen = On

Note that sometimes the setting is commented out like so:

;allow_url_fopen = On

Offline

#716 2009-08-20 17:01:20

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

Sorry, i don´t have the php.ini file, i have my phpinfo whwew say that is off.
The php.ini would be into my FTP?


Sonríe | Smile . <txp:lover />

Offline

#717 2009-08-20 17:07:42

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

For the php.ini file, I can’t say where it would be, it varies according to web host. You should check the documentation or setup emails from your host.

For a start, try adding the line into your .htaccess I posted earlier, that way you may be able to tell if the allow_url setting is what stops you from connecting to Flickr.

After that, you can change the setting in php.ini itself, and remove the .htaccess line.

Offline

#718 2009-08-20 17:18:37

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

The .htaccess doesn´t work, and i can´t find the php.ini…

Thanks


Sonríe | Smile . <txp:lover />

Offline

#719 2009-08-20 17:24:50

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

Ok i change the php.ini, so i put allow_url_fopen = On
but nothing happen, still the same error.

My php.ini was php.ini.sample o had to cange to php.ini…

Last edited by sebatorresi (2009-08-20 17:26:12)


Sonríe | Smile . <txp:lover />

Offline

#720 2009-08-20 17:31:54

sebatorresi
Member
From: Spain
Registered: 2009-05-27
Posts: 105
Website

Re: [plugin] [ORPHAN] vdh_flickr

I don´t understand this
http://kb.mediatemple.net/questions/793/Why+is+allow_url_fopen+disabled+on+the+(gs)+Grid-Service%3F

Edit

Ok, now on my phpinfo is all on so the problem is other… grrrr

Last edited by sebatorresi (2009-08-20 17:34:24)


Sonríe | Smile . <txp:lover />

Offline

Board footer

Powered by FluxBB