← Back to team overview

phpdevshell team mailing list archive

[Bug 949314] Re: ReadBean ORM plugin does not take into account the database server

 

** Changed in: phpdevshell
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/949314

Title:
  ReadBean ORM plugin does not take into account the database server

Status in Open Source PHP RAD Framework with UI.:
  Fix Released

Bug description:
  The RedBean ORM plugin have got the database hostname hard coded to "localhost" in the file plugins/RedBeanORM/includes/orm.class.php:
  R::setup("mysql:host=localhost;dbname={$configuration['database_name']}"...

  It should use the hostname from the configuration,

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/949314/+subscriptions


References