Elxis CMS Forum

Support => Technical support => Topic started by: Farhad Sakhaei on October 20, 2007, 11:52:14

Title: operation aborted error
Post by: Farhad Sakhaei on October 20, 2007, 11:52:14
hi , when i browse admin pages somtimes i get this error :

Internet Explorer cannot open the Internet site http://www.urlsite.com/administrator/index2.php
Operation aborted

sometime i get this error very much ...
 ::)
Title: Re: operation aborted error
Post by: datahell on October 20, 2007, 14:20:56
2 things to check:
1. Have you modified Elxis backend template? Check the headers order in your administration template.
2. Language files. Change language to english (original files). Do you have the same problem?
Title: Re: operation aborted error
Post by: Farhad Sakhaei on October 20, 2007, 17:56:01
i know about headers order , because i was started that topic ...
i think there isn't any problem in english language ... so please help me to do ...  :)
Title: Re: operation aborted error
Post by: datahell on October 20, 2007, 19:16:28
It is the last time I answer without giving site's url. I wont do it again.

Open all language files one by one.
- Check that files are encoded as utf-8.
- Check if there are any BOM characters at the begining (before the php start tag). If so, delete them.
- Remove empty lines  before or after the php start/end tags.

The above should solve any problem related to language files. If not, it is not a language files related issue.

To speed up the process locate the component that this problem appears. If it is in all pages then check only language.php, language.gemini.php language.xml.php. Else go to the component's language file ( ie language.com_banners.php )
Title: Re: operation aborted error
Post by: Farhad Sakhaei on October 21, 2007, 11:31:38
ok, i'll try to check these matters ,
about site names i already started many sites based on elxis , but all of them are service based , if you want i can tell all of themĀ  :)
Title: Re: operation aborted error
Post by: Farhad Sakhaei on October 21, 2007, 15:13:56
ok john , unfortunately today i saw this error in english language too

i was removed BOM characters from begin of files , also all files are utf-8 ...
i checked english files , but they have an empty line after ?> line in all of them ... i was translated persian language files based on editing english files ...

this problem occures sometimes not allways ... i guess it may be for few speed !!! has it any effect in using ELXIS with few speed ?
now i am using ELXIS on a canada server and it is very far from me ... and this problem occures more ...
note: i haven't any disconnect ....

i believe that this problem is in I.E. only and there isn't any problem in FireFox
Title: Re: operation aborted error
Post by: datahell on October 21, 2007, 23:57:48
I don't know, I need to see it to tell you what is happening. This problem usually is caused by language files and/or template headers. But may be it is something else, a javascript, IE settings, a firewall like norton internet security and who knows what else. IE7 I guess works without problems, is nt it? The problem is only on IE6? I see in google many problems like yours in joomla too. So search internet for "joomla operation aborted". I see that usually is an extension specific error, like this fix: http://forum.joomlaworks.gr/index.php?topic=1738.0
Title: Re: operation aborted error
Post by: Farhad Sakhaei on October 22, 2007, 12:04:51
windows uses CR,LF line end characters but linux uses LF character as end of line ...
i think when we use CR,LF , size of file will be increased , so the load of language files will take more time ...
i am converting windows files (CR-LF) to linux files (LF) , i hope it will be work properly