<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: NextGEN-ImageFlow] getimagesize error: URL file-access is  disabled</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: NextGEN-ImageFlow] getimagesize error: URL file-access is  disabled</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 00:07:38 +0000</pubDate>

<item>
<title>silencedmessage on "[Plugin: NextGEN-ImageFlow] getimagesize error: URL file-access is  disabled"</title>
<link>http://wordpress.org/support/topic/227155#post-957510</link>
<pubDate>Fri, 16 Jan 2009 06:13:28 +0000</pubDate>
<dc:creator>silencedmessage</dc:creator>
<guid isPermaLink="false">957510@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Andrew,&#60;br /&#62;
   I was facing a similiar problem.  I only had the second message, and am not much of a programmer, but this is what worked for me. Credit to the author of the plugin for the solution.&#60;/p&#62;
&#60;p&#62;In nextgen-imageflow/lib/functions.php you currently have this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;foreach ($pictures as $picture) {
    $image = $siteurl.&#38;#39;/&#38;#39;.$picture-&#38;gt;path.&#38;#39;/&#38;#39;.$picture-&#38;gt;filename;
    $size = getimagesize($image);
    $width = $size[0];
   $height = $size[1];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You should change it to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;foreach ($pictures as $picture) {
    $image = $siteurl.&#38;#39;/&#38;#39;.$picture-&#38;gt;path.&#38;#39;/&#38;#39;.$picture-&#38;gt;filename;
    $img = &#38;#39;ABSOLUTE PATH TO WP/&#38;#39;.$picture-&#38;gt;path.&#38;#39;/&#38;#39;.$picture-&#38;gt;filename;
    $size = getimagesize($img);
    $width = $size[0];
   $height = $size[1];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change ABSOLUTE PATH TO WP to the correct path, in your case I'd assume:&#60;br /&#62;
/homepages/36/d183424680/htdocs/wordpress/&#60;/p&#62;
&#60;p&#62;Hopefully this helps.
&#60;/p&#62;</description>
</item>
<item>
<title>AndrewRH on "[Plugin: NextGEN-ImageFlow] getimagesize error: URL file-access is  disabled"</title>
<link>http://wordpress.org/support/topic/227155#post-931325</link>
<pubDate>Fri, 19 Dec 2008 21:38:46 +0000</pubDate>
<dc:creator>AndrewRH</dc:creator>
<guid isPermaLink="false">931325@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Page with that error message:&#60;br /&#62;
&#60;a href=&#34;http://www.reeves-hall.net/nggallery/page-2071/images/&#34; rel=&#34;nofollow&#34;&#62;http://www.reeves-hall.net/nggallery/page-2071/images/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am using WP 2.7 and NextGen 1.0.2 and NextGEN ImageFlow 1.1&#60;/p&#62;
&#60;p&#62;Is actually two messages per photo in the gallery:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the
server configuration in /homepages/36/d183424680/htdocs/wordpress/wp-content/plugins/nextgen-imageflow/lib/functions.php
on line 92

Warning: getimagesize(http://www.reeves-hall.net/wp-content/gallery/2008-06-corfu-scenes/ARH20080607-2393 (Large).jpg)
[function.getimagesize]: failed to open stream: no suitable wrapper
could be found in /homepages/36/d183424680/htdocs/wordpress/wp-content/plugins/nextgen-imageflow/lib/functions.php
on line 92&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;~Andrew~
&#60;/p&#62;</description>
</item>
<item>
<title>AndrewRH on "[Plugin: NextGEN-ImageFlow] getimagesize error: URL file-access is  disabled"</title>
<link>http://wordpress.org/support/topic/227155#post-931049</link>
<pubDate>Fri, 19 Dec 2008 17:12:58 +0000</pubDate>
<dc:creator>AndrewRH</dc:creator>
<guid isPermaLink="false">931049@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;code&#62;Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /homepages/36/d183424680/htdocs/wordpress/wp-content/plugins/nextgen-imageflow/lib/functions.php on line 92&#60;/code&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
