Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2005-06-03 16:25:42

KingMoore
Xinha Community Member
Registered: 2005-04-06
Posts: 23

Operation Aborted (but only on some computers!)

So my stuff was all working fine, and then i get this on a computer:

Image2.gif

today I have gotten it on a second computer, but it's still running fine on others. I didn't find anything when searching on this. Anyone have any advice what may be causing it. It happens when a textarea is trying to load.

Offline

#2 2005-06-04 00:04:56

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Operation Aborted (but only on some computers!)

perhaps memory usage?


James Sleeman

Offline

#3 2005-06-06 10:48:30

KingMoore
Xinha Community Member
Registered: 2005-04-06
Posts: 23

Re: Operation Aborted (but only on some computers!)

i don't think so... i will try to look into it more. it is becoming a bit frustrating. thanks!

Offline

#4 2005-06-06 15:33:58

kimss
Xinha Pro
From: Sweden
Registered: 2005-04-05
Posts: 99
Website

Re: Operation Aborted (but only on some computers!)

Are the URL's timing out on random or is it a particular file which is the problem? If its in random, are your webserver hosting some heavy sites which at times eats all resources on the server resulting in timeouts for Apache?

If its not on random, is the problem occuring when submitting from the edit page or when entering it? Its hard to guess since I cant accuallu see the filename of the URL on your snapshot...

Offline

#5 2005-06-08 15:36:02

KingMoore
Xinha Community Member
Registered: 2005-04-06
Posts: 23

Re: Operation Aborted (but only on some computers!)

the URL's actually aren't timing out. i click a link to go to a page and imediately i get the Operation Aborted and it stops loading w/a blank screen.

it is also strange because i can click the same link and it will give me the error sometimes, and load the text area other times!

Offline

#6 2005-06-08 15:37:29

KingMoore
Xinha Community Member
Registered: 2005-04-06
Posts: 23

Re: Operation Aborted (but only on some computers!)

perhaps it could be related to my config? i updated this a while back around when it started happening.

<!--########## TEXT EDITOR CODE ##############-->
    <script type="text/javascript">
      _editor_url = "edit/";
      _editor_lang = "en";
    </script>

    <!-- load the main HTMLArea file -->
    <script type="text/javascript" src="edit/htmlarea.js"></script>

    <script type="text/javascript">
      HTMLArea.loadPlugin("ContextMenu");
 
      function initDocument() {
        var editor = new HTMLArea("editor");
        var cfg = editor.config;

        editor.registerPlugin(ContextMenu);

editor.config.toolbar =
  [
    /*["popupeditor","separator"],*/
    [/*"formatblock","fontname","fontsize",*/"bold","italic","underline","strikethrough","separator"],
    ["forecolor","hilitecolor",/*"textindicator",*/"separator"],
    /*["subscript","superscript"],*/
    [/*"linebreak",*/"justifyleft","justifycenter","justifyright","justifyfull","separator"],
    ["insertorderedlist","insertunorderedlist","outdent","indent","separator"],
    ["inserthorizontalrule","createlink","insertimage","inserttable","separator"],
    [/*"killword","removeformat","toggleborders","lefttoright", "righttoleft","separator"*/"htmlmode"/*,"about"*/]
  ];
       
        /*
        editor.registerPlugin(Stylist);
        cfg.stylistLoadStylesheet('/~bunndjco/style/style.css');
        */

        editor.generate();
      }
    </script>
<!--###########################################-->

Offline

#7 2005-06-08 15:46:19

KingMoore
Xinha Community Member
Registered: 2005-04-06
Posts: 23

Re: Operation Aborted (but only on some computers!)

for what it's worth, it works like a champ in firefox.

in IE it seems to randomly decide between

a) working like a champ
b) giving that error and not loading the page at all
c) giving some sort of error about offsetwidth being null or not an object and loading the page but not the text area

when i hit refresh all is fine.

Last edited by KingMoore (2005-06-08 16:54:04)

Offline

#8 2005-06-15 07:12:01

IVC
New member
Registered: 2005-06-15
Posts: 1

Re: Operation Aborted (but only on some computers!)

Hi KingMoore smile

I´m having the same problem I´m afraid.. But only on some laptops..

Do you have new information about this problem?

Ys

Michael

Offline

#9 2005-06-30 12:50:31

hampus
New member
Registered: 2005-06-30
Posts: 1

Re: Operation Aborted (but only on some computers!)

I had the same error message today on my W2k3 IE 6.0.3790.0 Swedish.

After an hour of debugging I found the error to be that I explicitly declared the <base href> in the Xinha-containing page header on HTML 4.01 Transitional in standards mode.

Oddly enough, that single line is magic in some ways, because even if I leave it out of my source, it seems to be added by Zope or some Zope product to the outgoing HTML for some clients (Opera, independant on "user agent" settings and w3c validator service, but not IE or Mozilla).

Offline

#10 2006-04-10 17:46:48

jcsalem
New member
Registered: 2006-04-10
Posts: 4

Re: Operation Aborted (but only on some computers!)

I ran into this same issue. Fortunately, hampus's message saved me a HUGE amount of debugging time.

However, I'd like to retain the base href if possible.  Ticket #294 is open on this.  Does anyone have any ideas why it is happenning? I'd be happy to help narrow it down but I'd love a head start.

-- Jim

Offline

Board footer

Powered by FluxBB