Jump to content

charset type


Recommended Posts

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 by Kurogane
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...