Jump to content

ipb 4.1 upgrade error


Yavuz Demir

Recommended Posts

Posted

ipb  4.1 upgrade error :

 

Specified key was too long; max key length is 1000 bytes 
/home/edishekimi/public_html/348b/applications/core/sources/Setup/Upgrade.php::655
Retry? Continue

 

help me pls ?

hT.jpg

  • 5 months later...
Posted

Sorry nobody replied to you.

I just had the exact same error and was searching for a fix.  In case someone else finds their way to this page, what seems to have worked for me was adding the following to my conf_global file.

$INFO['sql_charset'] = 'utf8mb4';$INFO['sql_utf8mb4'] = true;

I had missed the last part and only added

$INFO['sql_charset'] = 'utf8mb4'

Inserting the full line seems to have fixed.

  • 10 months later...
Posted

I had both parts on separate lines at the bottom of the file so i copied what you posted as all of it on a single line and pasted it at the top of the file and all went good so i'm not sure if it's the location within the file or how it's presented?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...