0 Members and 1 Guest are viewing this topic.
ErrorSQL query:CREATE TABLE `smf_aeva_perms` ( `id_group` int(11) NOT NULL default 0, `id_profile` int(11) NOT NULL default 0, `permission` varchar(255) NOT NULL default '', PRIMARY KEY (`id_group`, `id_profile`, `permission`)) ENGINE=MyISAMMySQL said: Documentation#1071 - Specified key was too long; max key length is 1000 bytes
A repair can't hurt.
1. Did you do a repair? 2. What db are you using in XAMPP? The server is using MariaDB. That may be the difference.
Are you installing smf using a fresh "install" copy or using an "upgrade" copy? You should be using an upgrade version of smf otherwise smf will create it's own new db.You have to create your own new, empty db, import the OFF db to phpmyadmin then upload the upgrade smf files. Delete the "upgrade.*" files and the ".sql" files from the root folder. You'll also need to add your own two Settings.* files Then run repair_settings.php. You should now have an exact working copy of your forum.