Actions
Bug #22549
closedFresh install does not redirect to Install Tool when mysql is not available
Start date:
2010-04-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When deploying TYPO3 dummy archive and accessing the website from a browser, user is not redirected to Install Tool when mysql driver is not available. This should be enhanced to allow a DBAL-aware website to be configured when no MySQL driver is available (but let's say oci8 for Oracle is there).
Exact error message is
Database Error
It seems that MySQL support for PHP is not installed!
It comes from method sql_pconnect() of t3lib_db.
Copied from http://forge.typo3.org/issues/show/7531 for better tracking
(issue imported from #M14254)
Files
Actions