Page 1 of 1

Help - HTML gallery - Fatal error

Posted: 19 Jul 2009, 21:09
by jmbara
My gallery (www.codemuse.net/photos/) is working well in Flash. When I test it (via the admin panel) to check if it also working in HTML, I can see the content folders; clicking on the folders produces the thumbnails; then clicking on the thumbnails results in the following error message:
Fatal error: Call to a member function on a non-object in /homepages/11/d121116097/htdocs/photos/imagevue/controllers/IndexController.php on line 126
I am using v. 2.1.3
How can I fix this error so that the gallery can also be seen in HTML for those who do not have Flash installed?
Thanks

Posted: 20 Jul 2009, 11:41
by Nick
You have image filename starting with space, rename erroneous file and it will work.

http://www.codemuse.net/photos/?content ... +Isles.jpg

This is second case for today with space in file/foldername, I guess we'll add a workaround in next release.

Posted: 20 Jul 2009, 13:18
by jmbara
That solved it! javascript:emoticon(':D') I must have inadvertedly inserted the spaces when batch renaming the files - I must be more careful next time! Nick, thank you for your very quick diagnosis and fix.