PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Wierd templating problem in upgrade (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/118408-wierd-templating-problem-upgrade.html)

crazy4bass May 24th, 2005 02:24 PM

Wierd templating problem in upgrade
 
Upgraded to the latest version of Gallery, everything seems to b fine except I'm now getting a directory listing violation error in the httpd error logs. Here's a snippet from the source of the main gallery page (index.php). It's the table that holds the category & description. For the life of me, I can't find where this code is created anywhere.
Code:

Content visible to verified customers only.
Notice the bolded code. This cell is being added but I can't figure out where.
Any help on this?

Thanks alot.

Brian May 24th, 2005 02:46 PM

Re: Wierd templating problem in upgrade
 
Sounds like the bug reported in this thread:
http://www.vbadvanced.com/forum/show...light=catimage

crazy4bass May 24th, 2005 04:45 PM

Re: Wierd templating problem in upgrade
 
Yep.. that fixed it. Had to apply the fix to the file in admincp and edit/save the categories once. Thanks alot.


All times are GMT -5. The time now is 04:05 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97