PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.6x (http://www.photopost.com/forum/bugs-vbulletin-3-6x/)
-   -   No cats displaying ....(fixed) (http://www.photopost.com/forum/bugs-vbulletin-3-6x/127238-no-cats-displaying-fixed.html)

kderentz September 12th, 2006 03:58 PM

No cats displaying ....(fixed)
 
I did the upgrade to 2.0 for my 3.6 vb forum but now im not getting any catagories:

www.streetfaction.com/gallery/

Any ideas?

I already re uploaded the install script and tried reinstalling the templates and that didnt work.

Zachariah September 13th, 2006 04:10 PM

Your gallery should be up and running.

--------------------------------------------

This was an upgrade from:

Gallery:
1.0 RC3 to 2.0 Beta 2

There were a few setting added "I think" by version 1.0, but not included in the update side of the script. This bit of code fixed your problem.

I fixed the installer for further versions.


Code:

Content visible to verified customers only.

kderentz September 14th, 2006 04:16 PM

Thanks for fixing the cat display .... :D


However Im getting a error when I try and upload image

These are the DB errors Im getting:

Quote:

Database error in vBulletin 3.6.0:

Invalid SQL:
INSERT INTO adv_gallery_customfields_entries (imgid ,field4,field5,field6) VALUES (1024 , '', '', '');

MySQL Error : Unknown column 'field4' in 'field list'
Error Number : 1054
Date : Thursday, September 14th 2006 @ 01:43:31 PM

Quote:

Invalid SQL:
INSERT INTO adv_gallery_customfields_entries (imgid ,field4,field5,field6) VALUES (1023 , '', '', '');

MySQL Error : Unknown column 'field4' in 'field list'
Error Number : 1054
Date : Thursday, September 14th 2006 @ 01:43:15 PM
Script : http://www.streetfaction.com/gallery/upload.php
Referrer :
IP Address : 65.40.152.106
Username : M3This
Classname : vb_database
Also the counters are not updating on the main gallery page :confused:

Zachariah September 14th, 2006 06:48 PM

Ok I killed the customfield.
- Did a test upload and your cool :)


All times are GMT -5. The time now is 04:12 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