e107inc / reference

Use this e107 plugin to manage footnotes/references/sources associated with your news items.
GNU General Public License v3.0
2 stars 2 forks source link

problem with incorrect message #1

Closed Jimmi08 closed 8 years ago

Jimmi08 commented 8 years ago

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.

image

I found the reason in mysql_class.php . When I vardump result (something like this) image result is bool(true) so it never pass test above.

CaMer0n commented 8 years ago

@Jimmi08 Thanks for this. Are you using PDO or not for MySQL?

CaMer0n commented 8 years ago

I reproduced the problem using PHP 5.4. It should be fixed in the core now.

Jimmi08 commented 8 years ago

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

CaMer0n commented 8 years ago

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.

Jimmi08 commented 8 years ago

Thanks, I wasn't sure.