Kurogane Posted June 1, 2017 Report Posted June 1, 2017 (edited) I'm trying to install revive and i have this error [Last executed query: CREATE TABLE `rv2_application_variable` (`name` VARCHAR(255) DEFAULT '' NOT NULL, `value` TEXT NOT NULL, PRIMARY KEY (name))] [Native code: 1071] [Native message: Specified key was too long; max key length is 767 bytes] I'm trying to change the values is in tables_core.xml <field> <name>name</name> <type>openads_varchar</type> <length>20</length> <notnull>true</notnull> <default></default> </field> Not work, always return me 255. Its in other file call it? Edited June 1, 2017 by Kurogane Quote
andrewatfornax Posted June 5, 2017 Report Posted June 5, 2017 Hi @Kurogane, What database are we talking about here - I am assuming MySQL? What version, etc.? Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.