Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Thank you very very much for finding this slip of the programmers finger…

    I patched it right away.

    de-activate and delete the plugin, then install it again from the plugins page, you will loose nothing.

    OR edit wppa-non-admin.php line 181:

    // wppa.pagedata
    	wp_enqueue_script( 'wppa-pagedata', WPPA_UPLOAD_URL.'/temp/wppa.'.session_id().'.js', array('wppa-init'), rand(0,4711), $footer );

    change to:

    // wppa.pagedata
    	if ( $footer ) wp_enqueue_script( 'wppa-pagedata', WPPA_UPLOAD_URL.'/temp/wppa.'.session_id().'.js', array('wppa-init'), rand(0,4711), $footer );

    i.e. add if ( $footer )

    OR wait for the next version.

    Thread Starter Debra

    (@notebookingpages)

    Awesome! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with wppa/temp js url’ is closed to new replies.