• I’m having an issue where the articulate zip file fails to load. I choose the file and then press upload, but it cycles forever. The javascript console tells me that “Uncaught SyntaxError: Unexpected token < media-upload.php?type=upload&:76jQuery.ajaxForm.success media-upload.php?type=upload&:76options.success jquery.form.js:153cb jquery.form.js:488”. I have previously followed the instructions for changing the parameters in my php.ini file. Any suggestions? Thanks! ??

    https://www.ads-software.com/plugins/insert-or-embed-articulate-content-into-wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I a having the same issue. When the upload reaches 100% it keeps cycling

    If you receive a -1 error or the upload never finishes, you need to update your php.ini file in your wp-admin folder to reflect the following:

    post_max_size = 50M
    max_execution_time = 60
    max_input_time = 60
    upload_max_filesize = 50M

    Make sure the php.ini file is located in your wp-admin folder or the changes won’t have any impact. In some cases, you need to increase those numbers dramatically.

    If you keep having issues, try using a different browser to upload your content.

    If you still have issues, contact me at articulatefreak.com.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Articulate zip file fails to upload’ is closed to new replies.