Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

1064 - Syntax error in DANGLING CARROT


2 replies to this topic

#1 kollegen

  • Community Member
  • 2 posts
  • Real Name:Georg Preisack
  • Gender:Male
  • Location:Germany

Posted 06 December 2007, 03:45

hi out there,

i tried to include the DANGLING CARROT-Contrib in my site.
First of all i had immense trouble with the 1054-error - this is (hopefully) fixed, but now there is the 1064-error and i could not find any possibility to fix this fu-shi.

My fault: i did not test it first on an offline-store ... very arrogant, i know, but ... :'(
anyway: here is my site: http://wellnet.wellmed.de

If anybody has an idea how to get rid of this shit, please let me know ...

ThanX a lot!

Georg

#2 kollegen

  • Community Member
  • 2 posts
  • Real Name:Georg Preisack
  • Gender:Male
  • Location:Germany

Posted 06 December 2007, 04:15

View Postkollegen, on Dec 6 2007, 04:45 AM, said:

hi out there,

i tried to include the DANGLING CARROT-Contrib in my site.
First of all i had immense trouble with the 1054-error - this is (hopefully) fixed, but now there is the 1064-error and i could not find any possibility to fix this fu-shi.

My fault: i did not test it first on an offline-store ... very arrogant, i know, but ... :'(
anyway: here is my site: http://wellnet.wellmed.de

If anybody has an idea how to get rid of this shit, please let me know ...

ThanX a lot!

Georg

Unbelivable, 5 minutes later, i found one "where" too much - problem fixed ... What a blame ... Sorry!

#3 roneada

  • Community Member
  • 25 posts
  • Real Name:Ronmorales
  • Gender:Male

Posted 21 December 2011, 16:16

View Postkollegen, on 06 December 2007, 04:15, said:

Unbelivable, 5 minutes later, i found one "where" too much - problem fixed ... What a blame ... Sorry!
I too it is the same as I fix it?


Error

consulta SQL:
CREATE TABLE `free_gifts` (
`gift_id` tinyint( 4 ) NOT NULL AUTO_INCREMENT ,
`threshold` mediumint( 9 ) NOT NULL default '0',
`products_id` mediumint( 9 ) NOT NULL default '0',
PRIMARY KEY ( `gift_id` )
) TYPE = MYISAM ;



MySQL ha dicho: [img]http://localhost/phpmyadmin/themes/original/img/b_help.png[/img]
#1064 - 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 6

Edited by roneada, 21 December 2011, 16:17.