Viewing 15 replies - 1 through 15 (of 25 total)
  • Plugin Author nicearma

    (@nicearma)

    Hello, you have to tell me more information, because is going to be very hard to help you with only this information, so tell me:

    1. Is the firts activation or you made one update? (if you updated the plugin, did you desactivate and activate again the plugin?)
    2. The version of wp
    3. The type of browser and the version X.n (i dont really care the .n, i try it this plugin with the lasted version of firefox and chrome)

    If you can activate the console (Shift+ctrl+i for firefox or Shift+ctrl+k for chrome) and see in the >console part the message (i know i have to make some better way to show the error message, but i dont have time to do it for the moment)

    You will have something like this (is normal)
    SyntaxError: syntax error options-general.php:175
    SyntaxError: syntax error options-general.php:186
    SyntaxError: syntax error options-general.php:215
    SyntaxError: syntax error options-general.php:349
    SyntaxError: syntax error options-general.php:429
    SyntaxError: syntax error

    But if you have other information like:
    ‘e’ doesnt exist (this is not normal)

    NOTE: Your problem is like having a car that doesnt work, you call for help but you only give the information “my car dont work” help me to fix it

    Thread Starter wlad_brova

    (@wlad_brova)

    Version 4.0
    Opera 25.0.1614.68

    The first installation of plugin
    So, while you thinking, I’ll try for another browser

    Thread Starter wlad_brova

    (@wlad_brova)

    In Chrome & Firefox just the same problem
    Screenshot
    That’s all! Buttons are highlighting & pressing normaly, but nothing is changing yet (((

    Uncaught SyntaxError: Unexpected token < options-general.php?page=dnui.php:770
    Uncaught SyntaxError: Unexpected token < options-general.php?page=dnui.php:781
    Uncaught SyntaxError: Unexpected token < options-general.php?page=dnui.php:810
    Uncaught TypeError: Cannot read property ‘replace’ of undefined dnui.js?ver=4.0:5

    Plugin Author nicearma

    (@nicearma)

    I think the problem can be the lang of your wp site :/ try to show me the >console informationn like this Screenshot console Firefox

    Thread Starter wlad_brova

    (@wlad_brova)

    Screenshot

    Uncaught SyntaxError: Unexpected token < options-general.php?page=dnui.php:770
    Uncaught SyntaxError: Unexpected token < options-general.php?page=dnui.php:781
    Uncaught SyntaxError: Unexpected token < options-general.php?page=dnui.php:810
    Uncaught TypeError: Cannot read property ‘replace’ of undefined dnui.js?ver=4.0:5

    Plugin Author nicearma

    (@nicearma)

    OK i will make some test and try to fix the problem, but this will take me some time, i will release the patch in 12h (i think)

    Thread Starter wlad_brova

    (@wlad_brova)

    I hope! I need your plugin functionality for my news site

    Plugin Author nicearma

    (@nicearma)

    Try to delete this from the plugin :

    var _underscore_template = _.template;
    
    _.template = function(str, data) {
        return _underscore_template(
                str.replace(
                        /<%\s*include\s*(.*?)\s*%>/g,
                        function(match, templateId) {
                            var el = jQuery('#' + templateId);
                            return el ? el.html() : '';
                        }
                ),
                data
                );
    };

    I put this code but at the end i didnt use it (and is seem to be the problem), if you dont know how to delete this, go to the Menu->plugin->editor->Select DNUI->Select the file dnui.js Image after the delete
    Save it [Update file button]
    And try it again the plugin (make ‘ctrl+F5’ or refresh the page a lots, to ask the new dnui.js (without the cache), because if the cache is take the code deleted will be there and the error will be to)

    If you have some change please tell me.

    Thread Starter wlad_brova

    (@wlad_brova)

    :-(((( No reaction///

    Plugin Author nicearma

    (@nicearma)

    The same problem in the console? Well i will try to fix the Uncaught SyntaxError: Unexpected token < for see if this resolve the problem, because if not i dont have other ideas at this moment :/

    Plugin Author nicearma

    (@nicearma)

    I fix the problem in the plugin, but i didnt have the time to make somes test, but i only add some html code and make one delete of one ] in the air, i hope all going to be fine, try to test this time the version 1.5.1 (use the ctrl+F5 or change to another browser to see the new code)

    And tell me if you have some test (i hope all will be fine πŸ™‚ )

    Thread Starter wlad_brova

    (@wlad_brova)

    I have not figured out before the end, but in Chrome seems to work … In Opera – searching seems dead?
    Currently testing …

    Thread Starter wlad_brova

    (@wlad_brova)

    First 10 images it cleans good, but for deeper cleaning (only 100!) it freezes(((
    But I need check more than 100 000 images))) in my newspaper

    Plugin Author nicearma

    (@nicearma)

    you put 100 in the “Quantity of image to search”? i didnt understand the 100

    Thread Starter wlad_brova

    (@wlad_brova)

    If I change the quantity of “image to search” to 100 or higher…

    Next problem is it’s freeze, when I mark the option “Show only image not used”

Viewing 15 replies - 1 through 15 (of 25 total)

The topic ‘don't work’ is closed to new replies.