PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.5.X (http://www.photopost.com/forum/bugs-vbulletin-3-5-x/)
-   -   New vBGallery install fails at first step...(OPEN) (http://www.photopost.com/forum/bugs-vbulletin-3-5-x/122248-new-vbgallery-install-fails-first-step-open.html)

DrMirth January 14th, 2006 02:51 PM

New vBGallery install fails at first step...(OPEN)
 
Okay, just purchased vBGallery v1.0.1 and have tried to install it for the first time. I have followed the installation instructions to the letter and have uploaded/changed all the relevant files. I access the vBGallery install page (vbagallery_install.php) and select the "Begin the installation process" option and then immediately encounter the following SQL error:

Code:

Content visible to verified customers only.
I would like to re-interate that I've never installed vBGallery before. Any ideas anyone?

DrMirth January 16th, 2006 03:56 PM

Okay, worked this out for myself. I have a number of other mods added to my vBulletin installation including the excellent GARS (http://www.thevbgeek.com/geekmart.ph...ayproduct&id=3) mod. It would appear GARS also adds a number of new phrases and uses the phrasetypeids 577, 578 and 579. This causes problems when installing vBGallery because it tries to insert it's own phrasetypeids with these same IDs.

What I did to overcome this was hack the vbagallery_install.php file so that it utilises phrasetypeids 580-584 instead. I then un-installed my first attempt at the vBGallery and then ran the install a second time - it worked just fine. My vBGallery is now up and running perfectly.

Would it not make sense to check to see what phrasetypeids are in use before inserting new ids into this table? As using hard coded values like vBGallery currently does is always going to cause problems as I'm sure GARS isn't the only vBulletin mod out there that tries to use these phrasetypeids.

Zachariah January 16th, 2006 10:49 PM

Good point

Thanks for the info.

- Move to Bugs area for later REFF.

WhatChaMissin February 1st, 2006 11:57 AM

Thanks this just saved me from pulling my hair out, lol!


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