[TYPO3-english] Pproblems getting typo3 running at one.com's server

Kim Rasmussen kim at minerva13.com
Sat Apr 3 21:55:39 CEST 2010


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?

-----Oprindelig meddelelse-----
Fra: typo3-english-bounces at lists.typo3.org
[mailto:typo3-english-bounces at lists.typo3.org] På vegne af Allan Jacobsen
Sendt: 3. april 2010 20:44
Til: TYPO3 English
Emne: Re: [TYPO3-english] Pproblems getting typo3 running at one.com's
server

How about starting with a phpinfo script, so you know if it is capable 
of running TYPO3 at all ?

There have been many people that have given up on one.com, but maybe 
they have changed, and now support enough ram and other things.

Kim Rasmussen skrev:
> These are questions that I'm not quite sure of. But I do think that it is
> php version 5 and it is a linux server, but I not quite sure of the os. At
> my computer it is Windows XP pro.
>
> I think I'll try to start from the beginning again, but it is the 3. time,
> and earlier trials haven't bin successful.
>
> But just downloaded the version of typo3 you suggested, and will now try
to
> upload it to the providers server, and then I do hope for more success
this
> time. 
>
> -----Oprindelig meddelelse-----
> Fra: typo3-english-bounces at lists.typo3.org
> [mailto:typo3-english-bounces at lists.typo3.org] På vegne af Peter Russ
> Sendt: 2. april 2010 23:57
> Til: typo3-english at lists.typo3.org
> Emne: Re: [TYPO3-english] Pproblems getting typo3 running at one.com's
> server
>
> --- Original Nachricht ---
> Absender:   Kim Rasmussen
> Datum:       02.04.2010 23:16:
>   
>> What version of TYPO3 do you try to install?
>>
>>
>> It's version 4.2.6
>>
>>     
>
> First: you should install lastest version, i.e. 4.2.12 of old stable 
> (http://typo3.org/download/packages/)
>
> Second: IF you have to install version 4.2.6: line 4838  of 
> class.tx_install.php should read like this:
> <meta http-equiv="Content-Type" content="text/html; 
>
charset='.($GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset']?$GLOBALS['TYPO3
> _CONF_VARS']['BE']['forceCharset']:'iso-8859-1').'" 
> />
>
> If it does, check typo3conf/localconf.php if there is a value set either 
> for $GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset'] or for 
> $TYPO3_CONF_VARS['BE']['forceCharset'] and it's content.
>
> Which php version is running on the server, which os?
>
> Peter.
>   
-- 
MVH/Best regards
Allan Jacobsen

http://www.typomedia.dk/ Dedicated TYPO3 hosting


_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list