Project

General

Profile

Bug #3061

Updated by Carsten Rose over 7 years ago

Auf winstitute gibt u.a. die Instanzen: 

 a) http://www.biostat.uzh.ch/ >> winstitute: ag_7 

    T3: 'database' => 't3_ag7','username' => 't3_ag7', 

    QFQ Extension QFQ Extension 
        DB User: t3_ag7 (/srv/www/ag_7/typo3conf/ext/qfq/config.ini) 

    form2 Extension form2 Extension 
    DBQ2 Extension DBQ2 Extension  
         DB User: dbquser (/srv/www/ag_7/typo3conf/dbq2.config.ini) 
   

 b) http://www.math.uzh.ch/nmhp17 >> winstitute: conferences_7 
    math.inc.conf:Alias /conferences_7 /srv/www/conferences_62 

    T3: database' => 't3_zss', 'username' => 't3_zss' 

    QFQ Extension QFQ Extension 
        DB_USER = zgsm, DB_NAME = zgsm (/srv/www/conferences_62/typo3conf/config.qfq.ini) 
    DBQ2 Extension DBQ2 Extension  
        DB_USER = zgsm, DB_NAME = zgsm (/srv/www/conferences_62/typo3conf/config.qfq.ini) 


 Das Problem: 
 * je nachdem welche Website, nach einem Apache restart als erstes auferufen wird, gilt diese fuer a) _und_ b). 

 Folgenen Code zum debuggen 
 <pre> 
 sql1 = SELECT USER() 
 rend1 = <br><br> 

 sql2 = SHOW tables; 
 rend2 = <br> 
 tail2 = <br> 

 sql2a = SHOW databases; 
 rend2a = <br> 
 tail2a = <br> 
 </pre> 

 h1. Test 

 Biostat Seite: 

  * Apache restart 

  * ok (dbquser) http://www.biostat.uzh.ch/?id=350 
  http://www.biostat.uzh.ch/?id=350>>  
  * ok (QFQ Formular) http://www.biostat.uzh.ch/anmeldung/ 

  * fail (t3_ag7) http://www.math.uzh.ch/nmhp17/index.php?id=51

Back