• Resolved ultrasimplified

    (@ultrasimplified)


    Hi,

    I updated to v. 1.98. this morning and I’m getting an error in the admin editor page that appears to be linked to this plugin. Chrome reports this in the inspector:

    function checkAccessTokenLength(){
    		var cff_token_string = jQuery('#cff_access_token').val(),
    			cff_token_check = cff_token_string.indexOf('|');
    
    [UNCAUGHT TYPE ERROR: CANNOT READ PROPERTY INDEXOF OF 'UNDEFINED"]
    
      		if ( (cff_token_check == -1) && (cff_token_string.length < 50) && (cff_token_string.length !== 0) ) {
      			jQuery('.cff-profile-error.cff-access-token').fadeIn();

    this stops the Add Media popup from working in the editor.

    I have rolled back to the previous version and everything is OK.

    Robin

    https://wordpress.org/plugins/custom-facebook-feed/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ultrasimplified

    (@ultrasimplified)

    I haven’t set up a Facebook Access token for this page…

    Page id is: 275527282486080

    I’ve got the same issue, however now it’s preventing javascript for certain plugins.

    Regards,
    Scott

    Thread Starter ultrasimplified

    (@ultrasimplified)

    Rolling back the plugin to the last version seems to fix it.

    The recent update also breaks previewing functionality of posts and pages, interferes with the pop-out menus of dashboard items and renders blank screens in the theme customiser – not to mention messing up a few other plugins.

    Rolling back to 1.9.7 until this gets sorted.

    Plugin Author smashballoon

    (@smashballoon)

    Hey guys, I’m really sorry for the issue. I’ve just released an update which should fix this. Could you let me know whether 1.9.8.1 fixes the JavaScript error for you?

    John

    Thread Starter ultrasimplified

    (@ultrasimplified)

    Hi John,

    I have just run the update and – good news – it seems to be working just great!

    thanks for getting back to us.

    Robin

    Plugin Author smashballoon

    (@smashballoon)

    Awesome, thanks for letting me know Robin. I apologize again for the problem but happy to hear that everything is working correctly again now.

    If you have any issues in future then just let me know.

    John

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Latest update seems to break WordPress image editing’ is closed to new replies.