Search…

X3 Photo Gallery Support Forums

Search…
 
jmbara
Topic Author
Posts: 4
Joined: 19 Jul 2009, 02:10

Help - HTML gallery - Fatal error

19 Jul 2009, 21:09

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

20 Jul 2009, 11:41

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.
firedev.com
 
jmbara
Topic Author
Posts: 4
Joined: 19 Jul 2009, 02:10

20 Jul 2009, 13:18

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.