PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old May 5th, 2007, 04:23 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 26
vB Installation error

On the 1st step i get:

Quote:
Database error in vBulletin 3.6.5:

Invalid SQL:
CREATE TABLE ppgal_categories (
catid smallint(5) NOT NULL auto_increment,
styleid smallint(5) unsigned NOT NULL default '0',
title varchar(255) NOT NULL default '',
description text,
displayorder smallint(4) NOT NULL default '0',
hasimages smallint(3) unsigned NOT NULL default '0',
active smallint(3) unsigned NOT NULL default '0',
catuserid int(10) unsigned NOT NULL default '0',
allowusercats smallint(3) unsigned NOT NULL default '0',
parent smallint(5) unsigned NOT NULL default '0',
parentlist varchar(255) NOT NULL default '',
password varchar(100) NOT NULL default '',
catimage varchar(255) NOT NULL default '',
membercat smallint(3) unsigned NOT NULL default '0',
imagecount int(10) NOT NULL default '0',
postcount int(10) NOT NULL default '0',
lastimageid int(10) NOT NULL default '0',
lastimagetitle varchar(255) NOT NULL default '',
lastimageuserid int(10) unsigned NOT NULL default '0',
lastimageusername varchar(100) NOT NULL default '',
lastimagedateline int(10) unsigned NOT NULL default '0',
lastpostid int(10) unsigned NOT NULL default '0',
lastpostimagetitle varchar(255) NOT NULL default '',
lastpostuserid int(10) unsigned NOT NULL default '0',
lastpostusername varchar(100) NOT NULL default '',
lastpostdateline int(10) unsigned NOT NULL default '0',
options int(10) unsigned NOT NULL default '0',
useroptions int(10) unsigned NOT NULL default '0',
adv_setting text NOT NULL,
disext MEDIUMTEXT NOT NULL default '',
newimageemail varchar(255) NOT NULL default '',
newpostemail varchar(255) NOT NULL default '',
styleoverride smallint(3) unsigned NOT NULL default '0',
PRIMARY KEY (catid),
KEY parent (parent)
) TYPE=MyISAM;

MySQL Error : Table 'ppgal_categories' already exists
Error Number : 1050
Date : Saturday, May 5th 2007 @ 09:16:29 AM
Script : http://marmbi.com/admincp/vbgallery_install.php
Referrer : http://marmbi.com/admincp/vbgallery_install.php
IP Address : 81.77.74.63
Username : Dan
Classname : vB_Database
My Gallery folder is in my root but also are my forums. Is there anything i need to change to get this working?
Yours Truly is offline   Reply With Quote
Old May 5th, 2007, 07:57 AM   #2 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
MySQL Error : Table 'ppgal_categories' already exists
States that the gallery is already installed. Are you trying to upgrade ?
Zachariah is offline   Reply With Quote
Old May 5th, 2007, 08:59 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 118
If you are installing both vbulletin and vbgallery in the same folder, you are going to have issues.

Correct me if I'm wrong, but won't the index.php over right the other?
ski-whiz is offline   Reply With Quote
Old May 5th, 2007, 09:29 AM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 26
Im not trying to upgrade this is the 1st time i uploaded /gallery into my root and all the others normally?

Does this ned to be in /forums for it to function?
Yours Truly is offline   Reply With Quote
Old May 5th, 2007, 12:27 PM   #5 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
I have my site set.
/root
/root/forums/
/root/gallery/

In the download of the gallery script pack.
- there is 2 folders "forums" and "gallery"

The content of the "forums" folder will need to be uploaded to /root/forums/ keeping in tact the directory structure and sub folders.

The "gallery" folder:
- can be renamed (ex: photos)
- uploaded parallel to the forums folder
- uploaded under the forums folder
- setup as a sub-domain

When you install the gallery make sure and fill out the correct PATH's and URL's to reflect how the gallery was uploaded.

@ Yours Truly
Quote:
MySQL Error : Table 'ppgal_categories' already exists
Tells be you ran the php install file from the AdminCP and have all the database changes needed for the gallery.

What errors are you getting in your when you view your gallery root ?

(IE: /gallery/ )
Zachariah is offline   Reply With Quote
Old May 5th, 2007, 01:48 PM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 26
Quote:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /mounted-storage/home34c/sub002/sc28242-WCVA/marmbi.com/gallery/gallery_global.php on line 56

Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /mounted-storage/home34c/sub002/sc28242-WCVA/marmbi.com/gallery/gallery_global.php on line 57

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php/') in /mounted-storage/home34c/sub002/sc28242-WCVA/marmbi.com/gallery/gallery_global.php on line 57
Thats what i get

And my structure is

/root <-- forums are here www.marmbi.com not www.marmbi.com/forums
/root/gallery

Does it need to be www.marmbi.com/forums for it to work?
Yours Truly is offline   Reply With Quote
Old May 5th, 2007, 02:04 PM   #7 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Rename:
gallery/gallery_config.php.new

To:
gallery/gallery_config.php

Edit:
gallery/gallery_config.php

Find:
Code:
Content visible to verified customers only.
Change to:
Code:
Content visible to verified customers only.
[save]
Zachariah is offline   Reply With Quote
Old May 5th, 2007, 04:12 PM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 26
I still end up getting this =/

Quote:
Database error in vBulletin 3.6.5:

Invalid SQL:
CREATE TABLE ppgal_posts (
postid int(10) NOT NULL auto_increment,
title varchar(100) NOT NULL default '',
userid int(10) NOT NULL default '0',
username varchar(50) NOT NULL default '',
dateline int(10) NOT NULL default '0',
pagetext text NOT NULL,
imageid int(10) NOT NULL default '0',
visible smallint(3) unsigned NOT NULL default '0',
allowsmilie smallint(3) NOT NULL default '0',
iconid smallint(3) unsigned NOT NULL default '0',
showsignature smallint(3) NOT NULL default '0',
ipaddress varchar(15) NOT NULL default '',
PRIMARY KEY (postid),
KEY imageid (imageid),
KEY userid (userid),
KEY iconid (iconid),
) TYPE=MyISAM;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') TYPE=MyISAM' at line 18
Error Number : 1064
Date : Saturday, May 5th 2007 @ 09:11:28 PM
Script : http://marmbi.com/admincp/vbgallery_install.php
Referrer : http://marmbi.com/admincp/vbgallery_install.php
IP Address : 81.77.74.63
Username : Dan
Classname : vB_Database
Yours Truly is offline   Reply With Quote
Old May 6th, 2007, 11:36 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 26
I tried uninstalling and the installing still no hope

Anyone?
Yours Truly is offline   Reply With Quote
Old May 7th, 2007, 05:07 AM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 26
Still no luck? Sorry to be a bother but i bought this product expecting it to work
Yours Truly is offline   Reply With Quote
Old May 7th, 2007, 10:12 AM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 26
Sorry to keep going on but any insights yet?
Yours Truly is offline   Reply With Quote
Old May 7th, 2007, 10:22 AM   #12 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Hello,
I will have an update soon. I left a comma at the end that needs to be removed.

forums\admincp\vbgallery_install.php

Line 1615
Code:
Content visible to verified customers only.
Kill the comma.

Code:
Content visible to verified customers only.
Zachariah is offline   Reply With Quote
Old May 7th, 2007, 10:31 AM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 26
Worked a treat thanks a lot

Only thing was i had this at the top of all my pages through install

Warning: unserialize() expects parameter 1 to be string, array given in /admincp/vbgallery_install.php on line 45

Also i get

Quote:
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /mounted-storage/home34c/sub002/sc28242-WCVA/marmbi.com/gallery/gallery_global.php on line 57

Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php/') in /mounted-storage/home34c/sub002/sc28242-WCVA/marmbi.com/gallery/gallery_global.php on line 57
On my /gallery page but i think it's because my forum is in the root so i think i may be able to sort this one

Edit

I thought wrong lol any thought's on this?
Yours Truly is offline   Reply With Quote
Old May 7th, 2007, 12:56 PM   #14 (permalink)
Registered User
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,244
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Take a look @ post # 7 in this thread
Zachariah is offline   Reply With Quote
Old May 7th, 2007, 01:01 PM   #15 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2007
Posts: 26
I swear i did that i must not have uploaded the edited one lol thanks again
Yours Truly is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error during installation brianlim Photopost Pro Installation & Upgrades 2 September 10th, 2006 04:22 PM
Error upon installation TbChampions Installs and Upgrade - vBulletin 3.5.X 2 January 25th, 2006 09:38 PM
After installation error dtzy Installs and Upgrade - vBulletin 3.0.X 11 May 3rd, 2005 10:49 PM
installation error Fatal error: Call to undefined function: init_user_groups hoss ReviewPost Installation & Upgrades 1 January 16th, 2005 07:35 PM
Installation error HELP !! imported_Graham Installs and Upgrade - vBulletin 3.0.X 3 December 26th, 2004 12:12 PM


All times are GMT -5. The time now is 06:34 AM.

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