MyBB Community Forums

Full Version: Plugin Uploader for 1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Is this what you're looking for?

[attachment=38448]

MySQLi version 5.7.17, PHP 7.0.13 on Ubuntu 16.04.
Hm, okay, can you run this query:

ALTER TABLE `mybb_pluginuploader` CHANGE `files` `files` TEXT NULL;

I didn't realise the behaviour of text fields had changed at any point Huh
This was the response.

[attachment=38449]
Looks fine, did the plugin work after this?
Sorry for the delay. Yes... it does seem to work. Thank you.
I forgot password for plugin uploader

What to do now?
Run this MySQL query:

DELETE FROM mybb_pluginuploader where name = '_password'
For which plugin? Are you using the most recent version of the Plugin Uploader?
Matt,

I got the same error as the above poster. MyBB 1.8.10 fresh install, several other plugins installed, but that shouldn't matter. I was trying to download Destroy666x's Style User Names plugin.

EDIT: It worked fine when I manually downloaded the zip and imported it.
Pages: 1 2 3 4 5 6 7