[TYPO3-english] Pproblems getting typo3 running at one.com's server
Allan Jacobsen
Allan.J at cobsen.dk
Sun Apr 4 10:29:35 CEST 2010
Kim Rasmussen skrev:
> Hey
>
> I just checked the php ver and it is 5.3, the sql database is MySQL
> klientversion: 5.0.32, and it should be ok, or?
>
> I just tried ones again and getting these warnings at step two using the
> install tool:
>
> Warning: mysql_list_dbs() [function.mysql-list-dbs]: Unable to save MySQL
> query result in
> /customers/minerva13.com/minerva13.com/httpd.www/t3lib/class.t3lib_db.php on
> line 987
>
> Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result
> resource in
> /customers/minerva13.com/minerva13.com/httpd.www/t3lib/class.t3lib_db.php on
> line 988
>
> And from step two to tree I get this error:
>
> ERRORS
> 0 Could not create database 'minerva13_com' (...not created)
>
> Click the browsers "Back" button to reenter the values.
>
> And it is the same problems as I've had before, and from there on, the
> support at one.com had suggested some changes in a file see below:
>
> the look for the codes:
> function getDatabaseList() {
> $dbArr=array("minerva13_com");
> if ($result = $GLOBALS['TYPO3_DB']->sql_pconnect(TYPO3_db_host,
> TYPO3_db_username, TYPO3_db_password)) {
> $dbArr = $GLOBALS['TYPO3_DB']->admin_get_dbs();
> }
> return $dbArr;
> }
> Camille: then change it to:
>
> function getDatabaseList() {
> $dbArr=array("minerva13_com");
> //if ($result = $GLOBALS['TYPO3_DB']->sql_pconnect(TYPO3_db_host,
> TYPO3_db_username, TYPO3_db_password)) {
> //$dbArr = $GLOBALS['TYPO3_DB']->admin_get_dbs();
> //}
> But the wanted result either.
>
> Can you suggest better providers than one.com in dk?
>
Ohh yes, I don't know anyone that has been able to get TYPO3 running at
one.com.
If you want the absolute cheapest, then unoeuro.com have been used by
several people, but I dont know if they still run as good as a few years
ago, but then there is the hosters with TYPO3 knowledge, which includes
at least my company typomedia.dk, dcmedia.dk, pil.dk, moccompany.dk,
linkfactory.dk and typoconsult.dk, but there are more if you look.
--
MVH/Best regards
Allan Jacobsen
http://www.typomedia.dk/ Dedicated TYPO3 hosting
More information about the TYPO3-english
mailing list