Quote:
Originally Posted by docvader
Trafix,
Stayed up all night looking for swf files to include in this potentially wonderful communication method.
My girlfriend hates you.
Anyway, tried to install it this morning, and got this during install:
But, with perseverance and fortitude, I continued. The link in the nav bar causes this, not surprisingly:
OH, and YOYO
I always got my death threats in person. Not by VB-O-GRAMS.
lol...
rich
( I'll dig around in your install file and try to install this manually...)
|
some servers dont use mysql database on localhost or something like that
that makes problem with the install
its happend to hacks i coded also on 1 of my servers
so ill recommand that you will user the phpmyadmin tool that supplied with host and to insert this query
[SQL]CREATE TABLE `vbogram_card` (
`vbogram_cardid` int(11) NOT NULL auto_increment,
`sendername` varchar(100) NOT NULL default '',
`senderuserid` int(11) NOT NULL default '0',
`senderemail` varchar(100) NOT NULL default '',
`imageid` int(11) NOT NULL default '0',
`message` mediumtext NOT NULL,
`receiveremail` varchar(100) NOT NULL default '',
`receivername` varchar(225) NOT NULL default '',
`cardid` varchar(20) NOT NULL default '0',
`datestamp` int(11) NOT NULL default'0',
`reply` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`vbogram_cardid`))
[/SQL]
i removed all of \'\' cuse its uses on php thats why you didnt secced to enter this query manualy
try again with the query i gave u