Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)
  • Thread Starter andamira

    (@andamira)

    Hi, sorry for the delay. In one of the last updates of the last month, this issue fixed itself. I’ve been testing it and now it works fine.

    Thanks

    Thread Starter andamira

    (@andamira)

    Thanks! It was already off, I think I’ll need to do more tests…

    It believe you must recreate the permalinks after removing the quick redirects. It works for me.

    Thread Starter andamira

    (@andamira)

    Using Deprecated calls plugin I found additional info:

    [ Moderator note: Code blocks fixed ]

    Incorrect Use of wpdb::prepare()
    Used in wp-content/plugins/wp-google-map-plugin/wp-google-map-plugin.php on line 617.
    The query argument wpdb::prepare () must have a placeholder.
    This message was added in version 3.9.

    The same ‘Incorrect Use of wpdb::prepare()’ message for:

    Used in wp-content/plugins/wp-google-map-plugin/wpgmp-manage-map.php on line 514.
    
    Used in wp-content/plugins/wp-google-map-plugin/wpgmp-manage-map.php on line 26.
    
    Used in wp-content/plugins/wp-google-map-plugin/wpgmp-create-map.php on line 292.
    
    Used in wp-content/plugins/wp-google-map-plugin/wpgmp-manage-location.php on line 26.
    
    Used in wp-content/plugins/wp-google-map-plugin/wpgmp-add-location.php on line 205.

    Thread Starter andamira

    (@andamira)

    A follow up. When WP_DEBUG is set to true, this Notices are printed in the backend header:

    Notice: Use of undefined constant Mfma_rlMediaSelector - assumed 'Mfma_rlMediaSelector' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-selector.php on line 430
    
    Notice: Use of undefined constant PLUGIN_VERSION - assumed 'PLUGIN_VERSION' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 33
    
    Notice: Use of undefined constant PLUGIN_VERSION - assumed 'PLUGIN_VERSION' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 34

    I could replicate it in another WP 3.9.1 installation. In both sites, with debug mode on, when visiting the upload.php?page=mfma_relocator-submenu-handle page, this message is the only thing that appears:

    SyntaxError: Unexpected token <
    Notice: Use of undefined constant Mfma_rlMediaSelector - assumed 'Mfma_rlMediaSelector' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-selector.php on line 430
    
    Notice: Use of undefined constant PLUGIN_VERSION - assumed 'PLUGIN_VERSION' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 33
    
    Notice: Use of undefined constant PLUGIN_VERSION - assumed 'PLUGIN_VERSION' in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 34
    
    Fatal error: Maximum execution time of 30 seconds exceeded in /home/.../public_html/wp-content/plugins/media-file-manager-advanced/media-relocator.php on line 217

    and in the chrome console this errors appear:

    Uncaught SyntaxError: Unexpected token ILLEGAL upload.php?page=mfma_relocator-submenu-handle:178
    Uncaught SyntaxError: Unexpected token ILLEGAL upload.php?page=mfma_relocator-submenu-handle:305
    5
    Uncaught TypeError: Cannot read property 'length' of undefined

    Thread Starter andamira

    (@andamira)

    Well… after some time, tinkering, plugin upgrading, disabling, enabling and so on, I can no longer reproduce the problem. I’ll be sure to search for javascript errors if it ever comes again. Thanks

    Thread Starter andamira

    (@andamira)

    Ah, well of course, I configured SSL just right, no problem with that. ??

    I just wanted to notify of the wrong link address.

    Thread Starter andamira

    (@andamira)

    Yea I was using latest woocommerce 2.1.2. Anyway, it was a false alarm.

    I just created a new installation for you to see and I couldn’t reproduce the error. So it turns out it was a bug of mine, coming from the templates I modified to accomodate woocommerce.

    I’m not sure exactly what error caused this, I guess an unclosed tag. At the end I just fixed it by copying the original templates and making the needed changes more carefully all over again. This time it works at it should.

    In anycase thank you for your quick response.

    Thread Starter andamira

    (@andamira)

    Well, that was fast. I just confirmed this is solved. Thank you !

    I also want to know if this is possible with this plugin.

    Forum: Fixing WordPress
    In reply to: Connection lost

    My solution was to export all data and import it to a new wordpress 3.8 installation.

    Thank you, exactly the same just happened to me.

    I must say that the notice will only appear when you have WP_DEBUG enabled though.

    Forum: Fixing WordPress
    In reply to: Connection lost

    I’m having the exact same problem, and I’m thinking of restoring an old backup of 3.7 just because of this. No solution found yet.

    Thread Starter andamira

    (@andamira)

    These are the deleted default mime types:

    asf|asx video/x-ms-asf
    gz|gzip application/x-gzip
    htm|html text/html
    jpg|jpeg|jpe image/jpeg
    mid|midi audio/midi
    mov|qt video/quicktime
    mp3|m4a|m4b audio/mpeg
    mp4|m4v video/mp4
    mpeg|mpg|mpe video/mpeg
    ogg|oga audio/ogg
    onetoc|onetoc2|onetmp|onepkg application/onenote
    pot|pps|ppt application/vnd.ms-powerpoint
    ra|ram audio/x-realaudio
    tif|tiff image/tiff
    txt|asc|c|cc|h text/plain
    wp|wpd application/wordperfect
    xla|xls|xlt|xlw application/vnd.ms-excel

    They get removed when saving a new mime type using this plugin. Then you can only re-add them separating them into individual lines. Tested with wordpress 3.8

    Do you plan to update the main version from the trunk? I found the same error and I could apply the fix manually but since the bug was solved 10 months ago…

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