Just downloaded fresh 2.43 so i could verify the bugs are NOT self made..
there is an extra & in the cron call url.. only in gallery footer (check it in the html source code..
Code:
Content visible to verified customers only.
that gives as image src url:
cron.php?&rand=12344432
cron is called but is not cached as most servers dont like ?&
fix: find the line above in gallery_global.php
and remove the &
Also.. i logged in as a user i didnt use for a very long time.. and the daylight saving form got active.... as i logged in on a gallery page.. it redirected me to:
www.myhost.com/gallery/profile.php?do=dst
thast a page not found error..
i checked and
there is no replacement for the automatic daylight saving form in footer. it should be in gallery global..
there are 2 fixes possible:
1: in vbulletin footer template add a $vboption[bburl]/ in front of the profile.php in the dst form.. (thats what i did)
or
2: add a replacement in gallery_global.php
Luc