• Im using your plugin with Manage Upload Types and am successfully uploading swf, BUT Im getting errors when I upload.
    (Im also using the $mimes add_filter upload_mimes code available from various sources, in a child functions.php which allows the Manage Upload Types to recognise the mime type automatically, the functions.php would not work on its own…)

    I’m getting the following errors when I upload, (but wasnt getting them initially):

    Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /my/own/server/path/folder/wp-content/plugins/top-flash-embed/classes/TopFlashEmbed.php on line 40

    Warning: getimagesize(http://studymet.co.uk/username/files/2013/10/BadOyster1.swf) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /my/own/server/path/folder/wp-content/plugins/top-flash-embed/classes/TopFlashEmbed.php on line 40

    Do you have any ideas what might be causing this? Ive removed/replaced the functions add filter, it made no difference. Id really like to use your plugin cos its for students and having an easy way to do it from the WYSIWYG would be perfect.

    Im using this in a network implementation.

    http://wordpress.org/plugins/top-flash-embed/

Viewing 1 replies (of 1 total)
  • Plugin Author foo123

    (@foo123)

    Hi, this is a server issue, it seems the php settings in the server
    do not allow the getimagesize function (which is used to get the swf dimensions) to work.

    Further development on this plugin has stopped!!

    Use as you wish.

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Errors with Top Flash Embed and getimagesize’ is closed to new replies.