PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.6x (http://www.photopost.com/forum/bugs-vbulletin-3-6x/)
-   -   [2.4.3 vb 3.7.1] mysql error - Unknown column 'places' - Bug in profile view (http://www.photopost.com/forum/bugs-vbulletin-3-6x/136948-2-4-3-vbulletin-3-7-1-mysql-error-unknown-column-places-bug-profile-view.html)

info5538 June 15th, 2008 06:32 AM

[2.4.3 vb 3.7.1] mysql error - Unknown column 'places' - Bug in profile view
 
Running photopost vbgallery 2.4.3, vbulletin 3.7.1 patch 1, vbseo (latest)

Apparently if you try to view certain members profiles, the following mysql error is generated

Code:

Content visible to verified customers only.

Zachariah June 16th, 2008 10:14 AM

The error points to:
/forums/includes/vbgallery/member_complete.php

Code:

Content visible to verified customers only.
This allows the user to not show images in a category if there is a value added. "Do not show images in category XXXX"

In your error:
Code:

Content visible to verified customers only.
$notcat is replaced with "places, other"
- there should only be category ID numbers. EX: 1,3,5,6

Something within the profile page also has $notcat defined.
- Do you have any other add-ons / hacks install into your profile area other than VBSEO ?
- What users does it happen to ? (new members, all users in a group, or only a select few)

info5538 June 16th, 2008 10:06 PM

I do have the vbulletin blog installed, could that be the cause? I have a few other mods, but none that I see affecting the profile (other than vbulletin's blog product).

Zachariah June 16th, 2008 10:54 PM

As a test remove that line and see if all is ok.
If so we will explore further on what is mixed up.

I have the VB Blog, VBSEO, VBGallery, on my site also, but no errors.

Have you tested if this error happens on different usergroups.

What users does it happen to ?
- new members
- all users in a group
- only a select few


All times are GMT -5. The time now is 02:23 AM.

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