dg / dibi

Dibi - smart database abstraction layer
https://dibiphp.com
Other
487 stars 136 forks source link

BUG: Error in examples #258

Closed khamyl closed 7 years ago

khamyl commented 7 years ago

BUG

Description

I'm getting warnings and fatal error error when trying to run example.

Steps To Reproduce

  1. I created test folder in the document root of Apache server
  2. Unpacked the dibi-3.1.0.zip in that folder
  3. Run the following request: http://localhost/test/examples/connecting-to-databases.php
dg commented 7 years ago

It must be installed via Composer since 3.1…

dg commented 7 years ago

I reverted it, so in last 3.1 ZIP examples should work

khamyl commented 7 years ago

It trully works now. I use the minified version, so I don't need the composer. Thank you for a really quick fix.