Actions
Bug #53157
closedBasic Configuration can't be opened on shared hoster due to MySQL restrictions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2013-10-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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.
Actions