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,…
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
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…
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…
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:
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
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?
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..