Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - anglerdk

Pages: [1]
1
Dansk / Re: Danish ~ Dansk
« on: March 21, 2012, 04:19:15 am »
hvor kan man hente sprogfilen ??

2
In 2.0RC I also found this also beside the kinayder fix - (beside that the php file changed doesnt have the same name though)

public/install/installation/templates/sql/mysql_schema.php

line 980

CREATE TABLE `<?php echo $table_prefix ?>contact_widgets` (
....
  PRIMARY KEY (`widget_name`,`contact_id`) USING BTREE


Change to

PRIMARY KEY USING BTREE (`widget_name`,`contact_id`)

This worked for me

 ;D

Pages: [1]