Trying to import the natsort.install.mysql, I am getting this error.

phpMyadmin puts a red X beside this:

BEGIN
  DECLARE orig   varchar(255)  default s;
delimiter //

Comments

bsuttis’s picture

Status: Active » Closed (fixed)

My bad, I was trying to import the install.mysql via phpmyadmin. Using command line it worked.

troybthompson’s picture

Is there a way to make this work if we only have access to phpmyadmin? I'm having the same problem.

mooffie’s picture

Troy, I'm afraid there isn't a way to do this via phpmyadmin.

The only reason this module is unconventional in its installation is because PHP doens't let us, the programmers, send a chunk of code to the database. I'll have to investigate this.