Code Monkey home page Code Monkey logo

Comments (14)

dream-mo avatar dream-mo commented on June 3, 2024 1

https://github.com/vrana/adminer/blob/master/adminer/drivers/mongo.inc.php#L622

Is there a bug in the logic of the latest adminer code? It's just my guess. It feels weird anyway

$connection->_link = $connection->connect("mongodb://$server", $options);
if ($password != "") {       
	$options["password"] = "";
	try {
		$connection->connect("mongodb://$server", $options);
		return lang('Database does not support password.');                 // why return?
	} catch (Exception $ex) {
		// this is what we want
	}
}
return $connection;

from adminer.

f3l1x avatar f3l1x commented on June 3, 2024

Well, I've verified it in my image but I think it's not problem in there. Do you have any updates?

from adminer.

sinacek avatar sinacek commented on June 3, 2024

Unfortunately not. It still doesn't work with PHP 7.

from adminer.

f3l1x avatar f3l1x commented on June 3, 2024

How about now @sinacek ?

from adminer.

sinacek avatar sinacek commented on June 3, 2024

Still doesn't work.
docker run -ti --rm -p 80:80 -e MONGO_AUTH_SOURCE=admin dockette/adminer:full

from adminer.

f3l1x avatar f3l1x commented on June 3, 2024

What is MONGO_AUTH_SOURCE? Could you point me to php doc somewhere?

from adminer.

sinacek avatar sinacek commented on June 3, 2024

It's variable for authentication collection in Mongo. see vrana/adminer#358

https://docs.mongodb.com/manual/reference/connection-string/#urioption.authSource

from adminer.

dream-mo avatar dream-mo commented on June 3, 2024

image:dockette/adminer:full add env MONGO_AUTH_SOURCE=admin Still not useful. But use image:dockette/adminer:full-php5 is ok

from adminer.

f3l1x avatar f3l1x commented on June 3, 2024

It looks like change in php versions. I don't know where is the problem now. :(

from adminer.

GaetanNaulin avatar GaetanNaulin commented on June 3, 2024

https://github.com/vrana/adminer/blob/master/adminer/drivers/mongo.inc.php#L622

Is there a bug in the logic of the latest adminer code? It's just my guess. It feels weird anyway

$connection->_link = $connection->connect("mongodb://$server", $options);
if ($password != "") {       
	$options["password"] = "";
	try {
		$connection->connect("mongodb://$server", $options);
		return lang('Database does not support password.');                 // why return?
	} catch (Exception $ex) {
		// this is what we want
	}
}
return $connection;

I try to move "return lang..." into catch, and now I'm able to connect to MongoDB. Many thanks !

from adminer.

dream-mo avatar dream-mo commented on June 3, 2024

adminer-mongodb is not unstable, let's wait for it to stabilize later.

from adminer.

SellamiRami avatar SellamiRami commented on June 3, 2024

Hello all, Do you have some new about adminer-mongodb? In fact, I have an authentication problem when I'm using Adminer 4.7.7. However, when I'm using Adminer 4.8, i succeded to authenticate my self, to add some data. Nevertheless, I'm not able to create a new database or a new Collection.
Thanks in advance for the response.

from adminer.

f3l1x avatar f3l1x commented on June 3, 2024

Hi @SellamiRami. Have you tried to use phar version of Adminer (https://github.com/vrana/adminer/releases/tag/v4.8.1)? We should locate this issue, if it's in adminer itself or in dockette/adminer.

from adminer.

f3l1x avatar f3l1x commented on June 3, 2024

Can you please test latest version?

from adminer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.