• Resolved vorstaltd

    (@vorstaltd)


    Hi,
    I got a problem with the database on Adminer plugin page. Somehow, suddenly, instead Modify field appeared a strange field with the text. You can see it http://s3.postimg.org/7iyzbra2b/Capture1.jpg
    On this example text is where%5BD%5D=Y&where%5BBarCode%5D=9780753827666&where%5BASIN%5D=0753827662&where%5BAuthor%5D=Flynn%2C+Gillian&where%5BTitle%5D=Gone+Girl&where%5BSKU%5D=M456B14-09-10-15-55&where%5BSalesRank%5D=74&where%5BLowestPrice%5D=2.71&where%5BPrice%5D=2.70&where%5BMinPrice1%5D=0.00&where%5BMinPrice2%5D=2.68&where%5BMaxPrice1%5D=2.80&where%5BMaxPrice2%5D=40.00&where%5BOut%5D=FALSE&where%5BSale%5D=TRUE&where%5BForSale%5D=N&where%5BKeep%5D=FALSE&where%5BFees%5D=0.00&where%5BCurrentPrice%5D=2.80&where%5BFNSKU%5D=X000AC2VO9&where%5BCondition%5D=&where%5BQuantity%5D=9
    Also, instead of button to indicate whole result appeared the field with the number 1. You can see it http://s10.postimg.org/7r0443y3d/Capture2.jpg
    And it happened to all the tables, for example http://s13.postimg.org/pnbbgd493/Capture3.jpg with text where%5BID%5D=6
    On phpMyAdmin everything is in order. However, on the plugin page I can not use the SQL command, not to mention that I can’t check the bulk rows.
    I’ve tried to uninstall and re-install the plugin, but the result is the same. I ask for emergency help. I should be grateful for any advice on how to fix it.

    https://wordpress.org/plugins/adminer/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Yep I am seeing this as well. The checkbox issue has to do with the Form Type. If you change the Type to “checkbox” instead of “adminer_checkbox” then the checkboxes display normally. This is posted just for informational purposes for the dev.

    @vorstaltd – revert back to the last Adminer version by downloading it from here: https://downloads.wordpress.org/plugin/adminer.1.3.2.zip Then delete the /plugins/adminer/ plugin folder and install the 1.3.2 zip file.

    <input id="check-all" type="adminer_checkbox" onclick="formCheck(this, /^(tables|views)\[/);">
    
    <input type='adminer_checkbox' name='tables[]' value='if2g6oue5_bpspro_arq_add' onclick="formUncheck('check-all');">
    Plugin Author Frank Bueltge

    (@bueltge)

    Sorry. I have also seen this bug currently. I will fix this in the next days. But currently I’m on traveling, WordCamps. Please use the last version before.

    Plugin Author Frank Bueltge

    (@bueltge)

    Now, I have updated the problem, fixed in 1.4.1.

    Hi Frank, thanks for fixing the checkbox bug.
    There seems to be another problem now, haven’t checked where it comes from, I updated from 1.4 to 1.4.1 and now I get

    Warning: include(../adminer/drivers/firebird.inc.php) [function.include]: failed to open stream: No such file or directory in wp-content/plugins/adminer/inc/adminer/include/bootstrap.inc.php on line 67
    
    Warning: include() [function.include]: Failed opening '../adminer/drivers/firebird.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in wp-content/plugins/adminer/inc/adminer/include/bootstrap.inc.php on line 67
    
    Warning: Cannot modify header information [...]

    The file: /drivers/firebird.inc.php does not actually exist and the include code for this particular file was not in the last Adminer version so most likely it is a new file that did not get into the new Adminer version release. Not a critical error. Workaround is to comment out the include line of code with 2 forward slashes in the: /adminer/inc/adminer/include/bootstrap.inc.php file at code line 67. I guess if you are using Firebird then this would be an issue, otherwise commenting out the include line of code probably would not affect any other DB types.

    // include "../adminer/drivers/firebird.inc.php";

    Plugin Author Frank Bueltge

    (@bueltge)

    The firebird.inc.php is inside the current version 1.4.2 – see the svn tag: http://plugins.svn.wordpress.org/adminer/tags/1.4.2/inc/adminer/drivers/

    Can you retest this again?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘URGENT! instead Modify field appeared a strange field with text’ is closed to new replies.