Bug #53157
closedBasic Configuration can't be opened on shared hoster due to MySQL restrictions
0%
Description
Hi, I had to install TYPO3 on a shared hoster (networksolutions.com) and noticed that I was not able to open the 'Basic Configuration' of the Install-Tool. It shows the following error:
"Fatal error: Call to a member function fetch_object() on a non-object in [...] /htdocs/typo3/sysext/core/Classes/Database/DatabaseConnection.php on line 1295"
When I try the action on the MySQL itself it throws the following error: "#1227 - Access denied; you need the SHOW DATABASES privilege for this operation"
Looking at the code, I think there should be some kind of check in place that $db_list is in fact an object.
Updated by Philipp Gampe about 11 years ago
- Status changed from New to Accepted
We should really do a check here. Can you provide a patch for this? (against master)
http://wiki.typo3.org/CWT
Anyway, you can ask your host to fix the setup as MySQL will only show tables that you have access to. Therefore there is no point in keeping that privilege from you.
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/25124
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/25124
Updated by Tomita Militaru about 11 years ago
Can you tell us the exact TYPO3 version?
Updated by Paul Rohrbeck about 11 years ago
Tomita Militaru wrote:
Can you tell us the exact TYPO3 version?
6.1.5
Updated by Tomita Militaru about 11 years ago
This is duplicate of #47744, already fixed in master.