Questions tagged [incompatibility]
302 questions
0
votes
0 answers
Windows written python script can't import pandas or numpy when run on mac ; everything works fine on windows
I have written a script that depends on importing pandas and random libraries as a first step. However, when I try to run this script in python3 on a Mac computer,
I think I could just get away with using pandas and without importing numpy at all,…

Obsidian Scarlet
- 1
- 3
0
votes
1 answer
error: incompatible types: AppCompatEditText cannot be converted to String
I want to send data from registration From to the Firebase. I used the design library and used appcompactEditTex instead of simple EditText

zubair khan
- 39
- 7
0
votes
2 answers
Why is my website not getting loaded in Internet Explorer?
Recently I tried to host my website in AWS Elastic Beanstalk. The website got up and running and now I can access it using Chrome and Mozilla. However, it is giving me the following error while opening it using Microsoft Edge.
This is the output…

Ashutosh Kumar
- 381
- 2
- 6
- 18
0
votes
5 answers
How can I determine whether a user is on IE...and send them to a page saying my web app isn't supported on IE?
I've been developing a web application, and I have noticed that in testing with IE, there are major issues with certain critical display elements. For this reason, I need to block off the web app from IE users and send them to another page to…
0
votes
1 answer
jQuery code working in Safari, but half in IE
I've got the following piece of code:
vote = $('input.vote', $($("ul#statement_forms li.statement")[current])).attr("value");
alert(vote);
Where the variable current is an integer. If i run this in Safari it works as expected (it alerts the value…

Bennie
- 1
- 1
0
votes
1 answer
App has become incompatible with some devices
I noticed recently that my app has become incompatible with some devices 'due to the APK's manifest' (explanation from Play developer console), devices which I know for a fact that were able to run the app. I've looked back at changes of the…

Cosmin Radu
- 423
- 3
- 11
0
votes
1 answer
contenteditable = false in firefox browser
I have a problem with firefox. Cursor jumps into div where i have set an attribute contenteditable = false when i click backspace, instead of deleting whole div which I excpect (works on chrome and safari) The structure:

Aleksander Nuszel
- 320
- 2
- 7
0
votes
0 answers
ionic and apache2 incompatibility
I've installed Ionic and Cordova, some days ago. And from this moment my php don't work any more on my local server.
Did it already happen to anyone else ?
I have this kind of result.
If anyone can help me i'll be very gratefull !
Ask me for any…
user8695492
0
votes
0 answers
Encoding::CompatibilityError incompatible encoding with this operation: UTF-16
I've been fighting with this for a second day now. Don't really have a code snippet to provide, as I have no idea where this exception occurs. I have this Arachni security scanning tool (written in ruby; can be found here), and when I try to launch…

TiredOfProgramming
- 845
- 2
- 16
- 41
0
votes
4 answers
PHP 5.3 incompatible - and
Possible Duplicate:
?> tags not working in php 5.3.1
I am running Debian Lenny and the "official" PHP version is 5.2.? -- However, I've ran across many things that now require PHP 5.3. After some googling, I have found a site to help me force…

ParoX
- 5,685
- 23
- 81
- 152
0
votes
1 answer
Tibco BusinessWorks 6.x versions
Do you guys know if there is some sort of incompatibilities among the BusinessWorks 6.x versions? I'm going to use the version 6.4.2 to import an existing project created with a previous 6.x version, is that ok?

M. Man
- 66
- 9
0
votes
0 answers
asp.net TextBox not updating in IE11
I have migrated my .net projet from framework 3.5 to 4.5 and my the site was previously running under IE7.
I need to run it under IE11 now. I have a page which upon selecting an element in a dropdown display the values of the element selected.
The…

refresh
- 1,319
- 2
- 20
- 71
0
votes
0 answers
Navigate command
I have a page which unfortunately uses the old JavaScript command "navigate" (used to redirect to another page) instead of the currently used "location". There is unfortunately no way for me to change the code so I'm left with having to use IE,…

Jachym
- 485
- 9
- 21
0
votes
0 answers
No compatible server to client encryption algorithms PHP 7
Notice: No compatible server to client encryption algorithms found in
/var/www/.....
Code:
login('user', 'pass');
?>
Why? Help please!!!
0
votes
3 answers
jQuery new version incompatible script
I'm a beginner. The following script works fine with old versions of jQuery, but it's not compatible with jquery-3.3.1. Please help me..