Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Is RockMongo compatible with PHP7 and the new Mongo php driver ? #117

Open
acrozes opened this issue Dec 28, 2015 · 11 comments
Open

Is RockMongo compatible with PHP7 and the new Mongo php driver ? #117

acrozes opened this issue Dec 28, 2015 · 11 comments

Comments

@acrozes
Copy link

acrozes commented Dec 28, 2015

I don't think so but is someone try ?

@volumetric
Copy link

Doesn't seem to be working for me by default update. Maybe i need to do something else to make it work

@consigliere23
Copy link

I think that this project is dead and no longer being maintained :(

@YukinoHayakawa
Copy link

I've tried today.
First install the package manager of php called composer, which is required to use mongodb in php now, then run $ composer require alcaeus/mongo-php-adapter (see https://github.com/alcaeus/mongo-php-adapter, a compatibility layer for php 7 to use legacy mongo functions) in the rockmongo root directory.
If the command finishes with success, add require_once 'vendor/autoload.php'; at the top of index.php of rockmongo, then it should work again.

@volumetric
Copy link

volumetric commented May 26, 2016

@RyokoAkizuki will try to do it

[update] It Worked !! 😄

@ajay-qburst
Copy link

Thanks @RyokoAkizuki ! that worked 👍

@gsraman
Copy link

gsraman commented Jan 20, 2017

@YukinoHayakawa It worked. Thank you.

@jonmnoj
Copy link

jonmnoj commented Feb 21, 2017

In case anyone is interested, after checking those who have forked the project, the most recently updated version has been made to work with PHP 7 and Mongo 3.4:
https://github.com/viktor-poltorak/rockmongo

@raselcse10
Copy link

https://github.com/viktor-poltorak/rockmongo it's working. Thanks

@stefanocudini
Copy link

Vote on this issue please #133

@trungx
Copy link

trungx commented Jun 24, 2019

It saved my life

@stefanocudini
Copy link

@trungx loook at issue: #133

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants