PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old April 23rd, 2007, 04:08 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Nov 2003
Location: British Columbia, Ca
Posts: 53
New Fresh Install [added 2.3]

Trying to do a new install of vbgallery 2.2 to our vb 3.6.5. forum and as soon as the start installation is clicked we are getting this error;

Database error in vBulletin 3.6.4:

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 : Monday, April 23rd 2007 @ 03:57:01 PM
Script : http://www.xxxxxxxx.com/forum/adminc...ry_install.php
Referrer : http://www.xxxxxxx.com/forum/admincp...ry_install.php

Classname : vb_database

Line 18 shows:
define('CVS_REVISION', '$RCSfile: vbgallery_install.php,v $ - $Revision: 2.2 $');
elyk is offline  
Old April 23rd, 2007, 06:24 PM   #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
Hello,
What version on MySQL are you running ?
I had another problem with a member (day or so ago) who had 5.x MySQL.

Code:
Content visible to verified customers only.
changes to:
Code:
Content visible to verified customers only.
He reported that once the double quote was on the next line all went fine.

forums\admincp\vbgallery_install.php

Code:
Content visible to verified customers only.
I have plans to change the syntax.

Last edited by Zachariah; April 23rd, 2007 at 06:30 PM.
Zachariah is offline  
Old April 24th, 2007, 12:07 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Nov 2003
Location: British Columbia, Ca
Posts: 53
Thanks Zachariah,

MySQL 4.1.21

I will try what you posted and see how it goes.
elyk is offline  
Old April 24th, 2007, 03:22 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Nov 2003
Location: British Columbia, Ca
Posts: 53
Did the above changes and now when we run the install we get this:

Parse error: syntax error, unexpected T_STRING in /home/xxx/xxxxxx/forum/admincp/vbgallery_install.php on line 936

Line 936 shows:
SELECT imageid, imgid
elyk is offline  
Old April 24th, 2007, 03:37 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
Shoot me some ftp access and AdminCP via PM.
- Ill take a look @ whats going on.
Zachariah is offline  
Old April 26th, 2007, 02:39 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 57
I get the same error howe can I fix this plz ?
warrior is offline  
Old April 26th, 2007, 05:19 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


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.

Last edited by Zachariah; April 26th, 2007 at 05:24 PM.
Zachariah is offline  
Old April 27th, 2007, 12:21 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 57
Quote:
Originally Posted by Zachariah View Post


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.
sorry I dont have that to this version 2.2 I have download that from you howe shuld I do ????
warrior is offline  
Old May 2nd, 2007, 03:04 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 50
Quote:
I'm also reciving the error:

Database error in vBulletin 3.6.4:

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 : Wednesday, May 2nd 2007 @ 12:04:21 AM
Script : http://www.yourmomma.com/forums/admi...ry_install.php
Referrer : http://www.yourmomma.com/forums/admi...ry_install.php
IP Address : 69.225.55.125
Username : YourMomma
Classname : vB_Database
Now I made the changes and removed the coma and drop down on the double quote. However after install now in the admincp, I no longer see a gallery link in the left hand column.
Shelby is offline  
Old May 2nd, 2007, 08:50 AM   #10 (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
Quote:
Originally Posted by Shelby View Post
However after install now in the admincp, I no longer see a gallery link in the left hand column.
http://www.vbulletin.com/docs/html/u...up_admin_perms

Administrator permissions allow you to manage the amount of privileges each of your administrators has in the control panel. This has no effect on their permissions on the actual board.

AdminCP => Usergroups => Administrator Permissions
- [Edit Permissions]

[ x ] Can Administer Vbgallery
Zachariah is offline  
Closed Thread


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
2.1 fresh install and... well, can't install. Database error. Exilera Installs and Upgrade - vBulletin 3.6x 6 December 2nd, 2006 09:50 AM
Fresh Install Error HobbyTalk Classifieds Installation & Upgrades 2 November 4th, 2006 10:10 PM
Fresh Install joseduddy Photopost Pro Installation & Upgrades 9 September 20th, 2006 08:27 AM
fresh install, getting errors iPrecisionNET ReviewPost Installation & Upgrades 1 June 27th, 2005 06:29 AM
4.8d Fresh install - Cant login skinnyFT Photopost Pro Installation & Upgrades 4 July 20th, 2004 01:12 PM


All times are GMT -5. The time now is 09:35 PM.

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