<?xml version="1.0"?><!-- 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>e2interactive forums Tag: getimagesize</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Tag: getimagesize</description>
<language>en</language>
<pubDate>Mon, 08 Sep 2008 04:49:44 +0000</pubDate>

<item>
<title>e2 on "Call-time pass-by-reference"</title>
<link>http://www.e2interactive.com/blog/forums/topic/25#post-122</link>
<pubDate>Mon, 17 Dec 2007 23:05:52 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">122@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;To fix this issues open up getfolder.php and find:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;list($width, $height, $type, $attr) = getimagesize(&#38;quot;$path/$file[name]&#38;quot;, $info);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;list($width, $height, $type, $attr) = getimagesize(&#38;quot;$path/$file[name]&#38;quot;, $info);&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "getimagesize() line 105 Read Error!"</title>
<link>http://www.e2interactive.com/blog/forums/topic/23#post-121</link>
<pubDate>Mon, 17 Dec 2007 23:05:11 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">121@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;To fix this issues open up getfolder.php and find:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;list($width, $height, $type, $attr) = getimagesize(&#38;quot;$path/$file[name]&#38;quot;, $info);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;list($width, $height, $type, $attr) = getimagesize(&#38;quot;$path/$file[name]&#38;quot;, $info);&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "getimagesize() line 105 Read Error!"</title>
<link>http://www.e2interactive.com/blog/forums/topic/23#post-120</link>
<pubDate>Mon, 17 Dec 2007 22:10:42 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">120@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I believe this is an issue with using php 5, if you server is running php 5 it will through this error.  I will need to work on a solution to see what the issue with the script.  It has something to do with the getfolder.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "getimagesize() line 105 Read Error!"</title>
<link>http://www.e2interactive.com/blog/forums/topic/23#post-86</link>
<pubDate>Fri, 12 Oct 2007 08:47:06 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">86@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Do you have a sample where I can see what's happening.&#60;/p&#62;
&#60;p&#62;Sorry for the long response I've been sick and out of commission for the last 2 days.
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Call-time pass-by-reference"</title>
<link>http://www.e2interactive.com/blog/forums/topic/25#post-85</link>
<pubDate>Fri, 12 Oct 2007 08:44:11 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">85@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I haven't done much work in php 5, I'll look into it, but can't say it will be fast.  I'll have to go do some research and see what I can find, to see if it is easy.
&#60;/p&#62;</description>
</item>
<item>
<title>peivem on "Call-time pass-by-reference"</title>
<link>http://www.e2interactive.com/blog/forums/topic/25#post-84</link>
<pubDate>Fri, 12 Oct 2007 07:33:00 +0000</pubDate>
<dc:creator>peivem</dc:creator>
<guid isPermaLink="false">84@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I've found the problem. The gallery is not compatible with php5 (on dreamhost server I have the version 5.2.2).&#60;/p&#62;
&#60;p&#62;Is there a way to get an &#34;upgrade&#34; of the gallery to be compatible with php 5?. By now it's only compatible with php 4 (4.4.7 is the actual version of dreamhost - I can choose between both of them).&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>peivem on "Call-time pass-by-reference"</title>
<link>http://www.e2interactive.com/blog/forums/topic/25#post-83</link>
<pubDate>Thu, 11 Oct 2007 20:38:40 +0000</pubDate>
<dc:creator>peivem</dc:creator>
<guid isPermaLink="false">83@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Hi everyone.&#60;br /&#62;
I'm having a HUGE problem.&#60;br /&#62;
Just when I install the gallery (on my dreamhost's server and on my home with easyphp), and after configure everything I go to the index.php file and get this errors:&#60;/p&#62;
&#60;p&#62;----&#60;br /&#62;
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of getimagesize(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\documents and settings\administrador\escritorio\e2\getfolders.php on line 41&#60;br /&#62;
----&#60;/p&#62;
&#60;p&#62;And the same on line 105 and 177.&#60;br /&#62;
Everything is about this line:&#60;/p&#62;
&#60;p&#62;list($width, $height, $type, $attr) = getimagesize(&#34;$path/$file[name]&#34;, &#38;#38;$info);&#60;/p&#62;
&#60;p&#62;can anyone help me please???&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>chevoldavis on "getimagesize() line 105 Read Error!"</title>
<link>http://www.e2interactive.com/blog/forums/topic/23#post-80</link>
<pubDate>Thu, 11 Oct 2007 10:02:00 +0000</pubDate>
<dc:creator>chevoldavis</dc:creator>
<guid isPermaLink="false">80@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I am getting this error everytime I try to view the gallery. The images get uploaded fine but when I view it it gives this error and just does nothing. I saw a previous post on here about the same problem, but never saw the solution. Any light you can shed onthis problem will greatly help. Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
