![]() |
Quote:
When I added a comma, it worked fine. |
Quote:
|
magnus
what is for my error? Datenbankfehler in vBulletin 3.0.0: Ungueltige SQL-Abfrage: CREATE TABLE `vbgarage_images` ( `vbgarageid` smallint(6) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `data` longblob NOT NULL, `type` varchar(50) NOT NULL default '', PRIMARY KEY (`vbgarageid`) ) TYPE=MyISAM AUTO_INCREMENT=1 ; mysql error: You have an error in your SQL syntax near '; ' at line 9 |
what i did wrong was that i removed the 'caneditownusernotes' => 131072 part and i simply replaced it with 'canvbgarage' => 262144 which was wrong...
i should add it after that and not replace it ;) |
Quote:
Try running this query: [SQL] CREATE TABLE " . TABLE_PREFIX . "vbgarage_images ( `vbgarageid` smallint(6) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `data` longblob NOT NULL, `type` varchar(50) NOT NULL default '', PRIMARY KEY (`vbgarageid`) ) TYPE=MyISAM AUTO_INCREMENT=1; [/SQL] |
No this error:
Error SQL-Befehl : CREATE TABLE " . TABLE_PREFIX . "vbgarage_images( `vbgarageid` smallint( 6 ) unsigned NOT NULL AUTO_INCREMENT , `userid` int( 10 ) unsigned NOT NULL default '0', `name` varchar( 50 ) NOT NULL default '', `data` longblob NOT NULL , `type` varchar( 50 ) NOT NULL default '', PRIMARY KEY ( `vbgarageid` ) ) TYPE = MYISAM AUTO_INCREMENT = 1 MySQL meldet: #1064 - You have an error in your SQL syntax near '" . TABLE_PREFIX . "vbgarage_images( `vbgarageid` smallint( 6 ) unsigned NOT ' at line 1 |
Quote:
[SQL] CREATE TABLE vbgarage_images ( `vbgarageid` smallint(6) unsigned NOT NULL auto_increment, `userid` int(10) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `data` longblob NOT NULL, `type` varchar(50) NOT NULL default '', PRIMARY KEY (`vbgarageid`) ) TYPE=MyISAM AUTO_INCREMENT=1; [/SQL] |
That now registered into the data base over PHPmyadmin
|
Database is ok per phpmyadmin :
vbgarage_images vbgarage_users but how get I now the new Pharasen added? |
Quote:
The clean init.php file has this 'canseedelnotice' => 262144 So having 'canvbgarage' => 262144, just wouldn't work what should it be then? |
All times are GMT. The time now is 07:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|