Jump to content
MakeWebGames

Uncaught methods


Spudinski

Recommended Posts

Good day,

Since my usual help site isn't responding to this query, I will post it here to get a broader audience for help.

My problem is as follows:

I have an implementation of SWFUpoad, help together with ifunk. All script are stock, except the settings={} variable and the debug controller(I don't know why anyone would want debug as default).

All scripts have been tested locally, and they all functioned without any complications on my WAMP setup.

But, and here comes the problems, when I began testing the scripts on a live server the one specific script, "swfupload.js" began to malfunction in ways I did not anticipate it to.

Directly after finishing the upload to the server, the page goes completely blank(WSOD), and nothing in my scripts seem to indicate anything towards this behaviour.

Through debugging the script I have received the following error(s):

Script output is:

Resource interpreted as Other but transferred with MIME type undefined.swfupload.js:453User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)
Resource interpreted as Other but transferred with MIME type undefined.
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)
swfupload.js:496User Notice: SWFUpload.prototype.startUpload(undefined)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(StartUpload,)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(ReturnUploadStart,true)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)
swfupload.js:496User Notice: SWFUpload.prototype.startUpload(undefined)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(StartUpload,)
swfupload.js:457User Error: SWFUpload.prototype.callFlash(StartUpload,)
**swfupload.js:458Uncaught Call to StartUpload failed**
Resource interpreted as Other but transferred with MIME type undefined.

 

Normal output is(on local):

User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)swfupload.js:453User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)
swfupload.js:496User Notice: SWFUpload.prototype.startUpload(undefined)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(StartUpload,)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(ReturnUploadStart,true)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)
swfupload.js:496User Notice: SWFUpload.prototype.startUpload(undefined)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(StartUpload,)
swfupload.js:453User Notice: SWFUpload.prototype.callFlash(TestExternalInterface,)

 

StartUpload() trace:

Uncaught Call to StartUpload failed
SWFUpload.callFlashswfupload.js:458
SWFUpload.startUploadswfupload.js:497
$.fn.swfuploadjquery.swfupload.js:40
e.extend.eachjquery.min.js:2
e.fn.e.eachjquery.min.js:2
$.fn.swfuploadjquery.swfupload.js:16
(anonymous function)/projects/upload.vh/?page=upload#:78
f.event.dispatchjquery.min.js:3
f.event.add.h.handle.ijquery.min.js:3
f.event.triggerjquery.min.js:3
f.fn.extend.triggerjquery.min.js:3
e.extend.eachjquery.min.js:2
e.fn.e.eachjquery.min.js:2
f.fn.extend.triggerjquery.min.js:3
$.fn.swfupload.each.$.each.settings.(anonymous function)jquery.swfupload.js:30
(anonymous function)swfupload.js:732
SWFUpload.executeNextEventswfupload.js:752
(anonymous function)

Notice User Notice & Error are my debug, not the script.

Also, the MIME type warning is not what I think would be causing this, since it's a server-side configuration error on Apache content-types.

My current script can be located here: https://gist.github.com/1722413

Thank you

S.

Edited by Spudinski
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...