Closed Jimmi08 closed 8 years ago
@Jimmi08 Thanks for this. Are you using PDO or not for MySQL?
I reproduced the problem using PHP 5.4. It should be fixed in the core now.
Not at all. Is possible that e_admin.php doesn't work with download plugin? I've got it works with pages, links_page plugin, but not with download. Thanks
The downloads plugin isn't using e_admin for it's edit page, but a custom form instead. It's a hybrid between old and new code.
Thanks, I wasn't sure.
At first, thank you for this plugin. It works (tested on localhost), I had problem only with one thing. It always returns error message although everything was saved correctly.
I found the reason in mysql_class.php . When I vardump result (something like this) result is bool(true) so it never pass test above.