Hi everyone.
I'm having a HUGE problem.
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:
----
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
----
And the same on line 105 and 177.
Everything is about this line:
list($width, $height, $type, $attr) = getimagesize("$path/$file[name]", &$info);
can anyone help me please???
Thanks
