so my tables and fields are all created in swedish... i don't know why swedish, but shi* happens. I compared the Drupal DB files together with Panels DB install and the MySQL 4.1+ and the Panels SQL request syntax looks different. There are no {} surrounding the table name in 4.1 and there is the UTF8 setting inside.

please correct this, i was made to correct and install all by hand, while mysql 4.1.10 throw everytime "invalid syntax for this version" or something like this (only from memory). After i removed the {} everything was ok and the create table has worked.

CommentFileSizeAuthor
#1 panels.install.patch922 bytesdrewish
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drewish’s picture

Status: Active » Needs review
FileSize
922 bytes

here's a patch to make the tables UTF-8

Tobias Maier’s picture

Status: Needs review » Reviewed & tested by the community

small fix
i think its ready

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Will be in 1.1 release later today.

Anonymous’s picture

Status: Fixed » Closed (fixed)