Page 1 of 1

can't open anymore my homepage

Posted: 15 Nov 2009, 14:42
by alberto
after I was workin on setting my imagevueX2, as I try to to go my homepage albertobernasconi.com I have a warning from flash that sounds a bit like this " a script of the movie (?) (filmato in italian) is slowing down flash player 10. if you don 't inetrrupt it , it could be the cause of a block of the computer . do you want to interrupt the script? no others applications are open, and it happened from two different pcs. what ever I choose, ys or no, I can't see my gallery anymore
thanks
a.

Posted: 16 Nov 2009, 03:58
by mjau-mjau
in your admin -> settings -> thumbnails.thumbnails.margin, you have 100,100,800,800. This sets the margins top, right, below, and left of your thumbnails - Setting it to 800 below and left of thumbnails wont work, and why would you do that? That would not display any thumbnails at all ... In fact, its sending the script into some unlimited loop because its trying to calculate how many pages it needs to create to display a certain amount of thumbnails with 0 thumbnails on every page... which of course is unlimited. Please set the 800 values back to 100, or something more realistic.

Of course, the system should perhaps intercept this and not go into an infinite loop, but in any case, it will not be able to display any thumbnails with that margin ...

Posted: 16 Nov 2009, 04:03
by alberto
thanks Karl, just doing attempts

Posted: 16 Nov 2009, 06:56
by alberto
alberto wrote:thanks Karl, just doing attempts
I corrected it but there must be something else not working

Posted: 16 Nov 2009, 12:01
by alberto
alberto wrote:thanks Karl, just doing attempts
please help me. I have the same problem although I changed the setting as you told me . I'm stuck i can't go on

Posted: 16 Nov 2009, 14:08
by alberto
please I can't go on working
thanks

Posted: 17 Nov 2009, 01:21
by mjau-mjau
ok, but may I ask what on earth you are doing? You are editing settings that you obviously have no idea as to what they do. First you set margin for the thumbnails to be 800px(which is impossible), and now you have set MAX_WIDTH and MAX_HEIGHT of the thumbnails are to 30px!
Code
<min_width>30</min_width>
<min_height>30</min_height>
<max_width>30</max_width>
<max_height>30</max_height>
Your thumbnails will not be able to display within a 30px area of course, so the script goes into infinite loop trying to figure out how many pages it needs to create if displaying 0 thumbnails per page. That needs to be set to much higher values, like the default 200 - 200 - 700 - 600.

Please, be cautious when you edit your config file, or be prepared to reset it with the default config. You can reset your config by logging in to FTP, and deleting the file imagevue/config/config.xml. There are tons of settings in imagevue, because our users have been requesting them over time. However, all settings are not fail-safe and wont just work by entering any values ...

Posted: 17 Nov 2009, 04:25
by alberto
I ask what on earth you are doing? i DON'T KNOW
You are editing settings that you obviously have no idea as to what they do. RIGHT! I'M LEARNING
You can reset your config by logging in to FTP. ON NOOOO!!
BE PATIENT AND THANK YOUUUUUUUUUUUUUUUUUUU

anyway sorry to bother you but still after several attempts i have no clear if it's possible to move the thumbnails form the centre of the page? is it thumbnails -margins? and if it's so how am I supposed to set it if I want it more on the left and the top of the page?
thanks again Karl
a.

Posted: 18 Nov 2009, 01:00
by mjau-mjau
sorry, remove thumbnails from center of page?

well, this might be possible but those settings were created for margin limits that come into effect when downsizing browser size. Might be difficult ...