PDA

View Full Version : problem, filesize always 0, views stuck


NuFFy
10-19-2005, 08:37 PM
seem to have a problem with file sizes always reading 0. also i dont belive the cron jobs for attachments updates is ever run, neither will views ever change unless i run them manually. realy need a fix for this.
any suggestions?.

Brian
10-20-2005, 04:38 PM
Make sure you haven't removed the $cronimage variable from your footer template. If that's not it then you'll need to ask for help at vbulletin.com as this would have nothing to do with the CMPS.

Our Sponsors
 

XtAzY
10-20-2005, 04:58 PM
this occurs on my board as well. The filesize remains 0 when theres attachments in the news template.

NuFFy
10-22-2005, 06:52 AM
ok after messing about seems my firefox browser somehow is to blame for views and attachment views not working on vba page, strange as on the forum it works.........

Attachment filesize still reads 0. on forum it reads correctly.
brian im supprised no ones mentioned it before. theres 2 of us here with same problems.

searched vbulletin and there was a problem but only in the beta 3.5`s and it was reported as a bug.
cant ask for help because i need to remove vbadvanced to get support/ but my problems are with vbadvanced news displaying no filesizes and messing views up with firefox 1.7.

http://www.vbadvanced.com/forum/showthread.php?t=10817&highlight=cron could this be the same problem? my vbadvanced links is missing the same things but my vbagallery is not. what files would i need to check for the missing string in links and vbacmps.

Our Sponsors
 

NuFFy
10-22-2005, 09:08 AM
can anyone else who has had this problem but resolved it please post what you did to resolve the issue`s. thnx.

Brian
10-22-2005, 01:07 PM
Try looking in your modules/news.php file for this code:
$nattachcache["$news[postid]"]['filesize']

Replace with this:
$attachment['filesize']

And that should take care of the problem with the filesize.

NuFFy
10-22-2005, 01:12 PM
nice quick responce :) thnx worked like a charm.