Hello everybody,
I just installed the freshly released 5.3 EE and there is a small error in the mysqli_driver.inc: In the new line require_once __DIR__ . '..' . DIRECTORY_SEPARATOR. '..' . DIRECTORY_SEPARATOR. '..' . DIRECTORY_SEPARATOR. 'interface' . DIRECTORY_SEPARATOR. 'ResultSetInterface.php'; the first directory separator is missing, so the line should read: require_once __DIR__ . DIRECTORY_SEPARATOR. '..' . DIRECTORY_SEPARATOR. '..' . DIRECTORY_SEPARATOR. '..' . DIRECTORY_SEPARATOR. 'interface' . DIRECTORY_SEPARATOR. 'ResultSetInterface.php'; Also I was suprised, that the flow theme and the Visual CMS did not make it into the release - or at least not into the 5.2.9 -> 5.3 update. Is there a separate download? Regards, Tobias _______________________________________________ dev-general mailing list dev-general@lists.oxidforge.org http://dir.gmane.org/gmane.comp.php.oxid.general