Project

General

Profile

Actions

Bug #53157

closed

Basic Configuration can't be opened on shared hoster due to MySQL restrictions

Added by Paul Rohrbeck over 10 years ago. Updated almost 10 years ago.

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 #1

Updated by Philipp Gampe over 10 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.

Actions #2

Updated by Gerrit Code Review over 10 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

Actions #3

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/25124

Actions #4

Updated by Tomita Militaru over 10 years ago

Can you tell us the exact TYPO3 version?

Actions #5

Updated by Paul Rohrbeck over 10 years ago

Tomita Militaru wrote:

Can you tell us the exact TYPO3 version?

6.1.5

Actions #6

Updated by Tomita Militaru over 10 years ago

This is duplicate of #47744, already fixed in master.

Actions #7

Updated by Wouter Wolters almost 10 years ago

  • Status changed from Under Review to Closed

duplicate

Actions

Also available in: Atom PDF