wowakan Posted March 5, 2014 Share Posted March 5, 2014 I did in fact get MumPi to work. But what I am trying to do is evaluate different web interfaces, I posted this with another person on their website but never got a reply on the error and cannot find where to change it.this is the error I am getting:1_ Error => PMA_meta-> Ice initialization exception => Ice_UnknownLocalException : message => ../../include/Ice/BasicStream.h:175: Ice::UnsupportedEncodingException: protocol error: unsupported encoding version: 1.1 (can only support encodings compatible with version 1.1)1_ Error => PMA_meta-> Fatal error during Ice initializatoin.I know it has to do with the Ice version, but where and how to fix it is another.Murmur 1.2.5Ice 3.5.1CentOS 6.5 Quote Link to comment Share on other sites More sharing options...
bleeh Posted August 25, 2014 Share Posted August 25, 2014 Hello, same thing I said on another post, you must tell PMA to use the V1 protocol.That's not very clean but I modified the "main/classes/PMA_meta.php" file, replacing "Meta:tcp -h" with "Meta -t -e 1.0:tcp -h" and then everything started working.Please let me know if you find a cleaner way to do it :o)I have almost the same config as you :Murmur 1.2.8 (static)Ice 3.5.1CentOS 6.5 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.