PDA

View Full Version : Please help with error messages.


bumperman
3rd May 2010, 13:27
Getting a lot of error messages in a PC based web editor.



Audible blip, then.....

In Omnia(as downloaded from SF) in Preview or normal mode:

Error Message 1

"When larger picture is clicked:

Omnia Erimus - Windo...
To help protect your security, Internet
Explorer has restricted this webpage fro...

Please wait while loading...(moving message)"



Then Error Message 2

"Internet Explorer Script Error

An error has occurred in the script on this page.
Line: 2446
Char: 4
Error: The remote server machine does not exist or is unavailable.
Code: 0
URL: file:///C:/Documents%20and%20Settings/user/My%20Documents/ShopFactory%

20Websites/Omnia/Runtime/contents/core.html?

Do you want to continue running scripts on this page?"

OR a slightly different version of message 2:-


"Internet Explorer Script Error

An error has occurred in the script on this page.
Line: 2449
Char: 29
Error: Object doesn't support this property or method.
Code: 0
URL: file:///C:/Documents%20and%20Settings/user/My%20Documents/ShopFactory%

20Websites/Omnia/Runtime/contents/core.html?

Do you want to continue running scripts on this page?"

another version:-

"Internet Explorer Script Error

An error has occurred in the script on this page.
Line: 2
Char: 1
Error: Syntax error
Code: 0
URL: file:///C:/Documents%20and%20Settings/user/My%20Documents/ShopFactory%

20Websites/Omnia/Runtime/contents/core.html?

Do you want to continue running scripts on this page?"

Error message 3 (retry leads to audible blip)

"This action cannot be completed because the other programme is busy. Choose 'switch to' to activate the busy programme

and correct the problem."

Error message 4

"Windows Internet Explorer

Cannot find 'file:///C:/documents%20and%20settings/user/my%20documents5/shopfactory..............."


In Omnia index 2 in preview or normal mode when more images is clicked:
nothing happens on single clicks, but on double clicks sometimes modify page loads, sometimes more images loads!



I hope you can help me!

regards

John

fisicx
3rd May 2010, 14:16
Line 2446!

That a pretty humungous file you are creating. Without eveb looking at the code I bet there is huge chunks of bloat your could get rid of.

The error messages relate to a script (probably javascript) that is not working properly. I suspect the problem is the absolute file paths your are using but can't be certain.

The way to solve the problem is to remove the bit of code that is creating the error messages and see if the rest of the page loads correctly. You then gently insert the code line by line until it all falls over. The last line of code you added is the gremlin.