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!
e2interactive forums » Report a Bug
[closed] getimagesize() line 105 Read Error!
(4 posts)-
Posted 11 months ago #
-
Do you have a sample where I can see what's happening.
Sorry for the long response I've been sick and out of commission for the last 2 days.
Posted 11 months ago # -
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.
Posted 8 months ago # -
To fix this issues open up getfolder.php and find:
list($width, $height, $type, $attr) = getimagesize("$path/$file[name]", $info);and change it to:
list($width, $height, $type, $attr) = getimagesize("$path/$file[name]", $info);Posted 8 months ago #
Topic Closed
This topic has been closed to new replies.
