After deleting the old source code and upload the new one
I still got the [KL] Editor Manager 1.0.0 Release Candidate 1
Instead of [KL] Editor Manager 1.0.0 Release Candidate 2
The error is happening because one of the installation functions is run again even though it should not and I have honestly no idea why it is run again in the first place (it's never called in the update), but I have a more or less failsafe plan to get rid of that issue:
Uninstall the add-on (if impossible, just skip this step).
Head to your database and delete all tables that are prefixed with xf_kl_em_.
Open up the xf_addon table and delete only the entry with the title "[KL] Editor Manager".
If you still want to, you should be able to reinstall the add-on now.
I'll see if I can figure this out or if maybe Mike or Chris can help.
@bolibick@Dragonsys I'm currently looking into this issue. If you want to, you can open up the Setup.php in src/addons/KL/EditorManager and replace all occurences of 255 with 200 to see if that fixes the issue.
Seems like the styling is missing. Is the video from an online accessible installation? If so, would you provide me with a demo login so I can have a look at it?
Google is telling you that potentially everyone could use your API key and asks you to set up some form of limitation. I suggest limiting it to the IP address of your server.
Seems like the styling is missing. Is the video from an online accessible installation? If so, would you provide me with a demo login so I can have a look at it?
Google is telling you that potentially everyone could use your API key and asks you to set up some form of limitation. I suggest limiting it to the IP address of your server.
XF\Db\InvalidQueryException: MySQL query error [1071]: Specified key was too long; max key length is 767 bytes in src/XF/Db/AbstractStatement.php at line 212
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 77
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
XF\Db\AbstractAdapter->query() in src/XF/Db/Schema/AbstractDdl.php at line 151
XF\Db\Schema\AbstractDdl->apply() in src/XF/Db/SchemaManager.php at line 164
XF\Db\SchemaManager->createTable() in src/addons/KL/EditorManager/Setup.php at line 190
KL\EditorManager\Setup->installStep6() in src/XF/AddOn/StepRunnerInstallTrait.php at line 60
KL\EditorManager\Setup->installStepRunner() in src/XF/AddOn/StepRunnerInstallTrait.php at line 27
KL\EditorManager\Setup->install() in src/XF/Admin/Controller/AddOn.php at line 390
XF\Admin\Controller\AddOn->actionInstall() in src/XF/Mvc/Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 87
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1891
Yeah, that's the one @bolibick@Dragonsys are running into as well. I believe it to be an incompatible setup with your database. Would you be so kind to share your MySQL version with me?