← Back to team overview

phpdevshell team mailing list archive

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

 

Public bug reported:

The ReadBean 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,

** Affects: phpdevshell
     Importance: Medium
     Assignee: Don Schoeman (don.sch)
         Status: New


** Tags: database hostname localhost orm plugin readbean

-- 
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.:
  New

Bug description:
  The ReadBean 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


Follow ups

References