there is a bug in the release v2.0
/main/inc/_init.php
line: 10
require_once(ADODB.'/_db.php');
should be
require_once('../_db.php');
because _db.php is not in anodb but it's yours
cheers
Log in to post a comment.