|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
I recently upgraded to PHP 5.2.1 on my Gentoo box, planning to upgrade
from T3 4.0.5 to 4.1. After changing the symlinks to post to the new source I attempted to access the install tool, only to find that apache would hang on certain sections. I reverted to the 4.0.5 source (no database changes were made) and found that this occurs with the install tool there as well. The following links in the install tool result in this behavior: Basic configuration Database analyzer Image processing Clean up database typo3temp The other links work without any problems. The rest of the system (BE and FE) seems to be working without any hitches at all. The "hang" results in apache becoming completely unresponsive, but not using any CPU. No errors are present in either the PHP or Apache error logs. Obviously, this makes any upgrade impossible. I suspected that the suhosin patch might be causing the problems, but a recompile without it resulted in the same situation. I am running MySQL 5 but have Set sql_mode="MYSQL40" in setDBinit. I did not upgrade or recompile MySQL during this upgrade. Any suggestions as to further steps I can take to troubleshoot this, or suggestions for a fix? Thanks, S. G. Kearn My PHP configure: './configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu' '--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info' '--sysconfdir=/etc' '--cache-file=./config.cache' '--enable-maintainer-zts' '--disable-cli' '--with-apxs2=/usr/sbin/apxs2' '--with-config-file-path=/etc/php/apache2-php5' '--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active' '--without-pear' '--enable-bcmath=shared' '--with-bz2=shared' '--enable-calendar=shared' '--with-curl=shared' '--with-curlwrappers' '--disable-dbase' '--enable-exif=shared' '--without-fbsql' '--without-fdftk' '--enable-ftp=shared' '--with-gettext=shared' '--without-gmp' '--disable-hash' '--disable-ipv6' '--without-kerberos' '--enable-mbstring=shared' '--with-mcrypt=shared' '--with-mhash=shared' '--without-msql' '--without-mssql' '--with-ncurses=shared' '--with-openssl' '--with-openssl-dir=/usr' '--enable-pcntl=shared' '--disable-pdo' '--without-pgsql' '--with-pspell=shared' '--without-recode' '--disable-shmop' '--without-snmp' '--enable-soap=shared' '--enable-sockets=shared' '--without-sybase' '--without-sybase-ct' '--enable-sysvmsg=shared' '--enable-sysvsem=shared' '--enable-sysvshm=shared' '--without-tidy' '--enable-wddx=shared' '--with-xmlrpc=shared' '--with-xsl=shared' '--enable-zip=shared' '--with-zlib=shared' '--disable-debug' '--enable-dba=shared' '--with-cdb' '--with-db4' '--without-flatfile' '--without-gdbm' '--with-inifile' '--with-qdbm' '--with-freetype-dir=/usr' '--with-t1lib=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--without-xpm-dir' '--with-gd' '--with-imap=shared' '--with-imap-ssl' '--with-mysql=shared,/usr/lib/mysql' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-mysqli=shared,/usr/bin/mysql_config' '--with-readline' '--without-libedit' '--without-mm' '--with-sqlite=/usr' '--enable-sqlite-utf8' Debug info: ### DEBUG SYSTEM INFORMATION - START ### HTTP_HOST : omni.terica.net TYPO3_HOST_ONLY : omni.terica.net TYPO3_PORT : PATH_INFO : QUERY_STRING : TYPO3_INSTALL[type]=phpinfo REQUEST_URI : /typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo HTTP_REFERER : http://omni.terica.net/typo3/install/index.php TYPO3_REQUEST_HOST : http://omni.terica.net TYPO3_REQUEST_URL : http://omni.terica.net/typo3/install...?TYPO3_INSTALL[type]=phpinfo TYPO3_REQUEST_SCRIPT: http://omni.terica.net/typo3/install/index.php TYPO3_REQUEST_DIR : http://omni.terica.net/typo3/install/ TYPO3_SITE_URL : http://omni.terica.net/ TYPO3_SITE_SCRIPT : typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo TYPO3_SSL : SCRIPT_NAME : /typo3/install/index.php TYPO3_DOCUMENT_ROOT : /var/www/typo3/site SCRIPT_FILENAME : /var/www/typo3/site/typo3/install/index.php REMOTE_ADDR : [omitted] REMOTE_HOST : HTTP_USER_AGENT : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2 HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5 CONST: PHP_OS : Linux CONST: TYPO3_OS : CONST: PATH_thisScri: /var/www/typo3/site/typo3/install/index.php CONST: php_sapi_name: apache2handler OTHER: TYPO3_VERSION: 4.0.5 OTHER: PHP_VERSION : 5.2.1-pl3-gentoo imagecreatefromgif( 1imagecreatefrompng( 1imagecreatefromjpeg 1imagegif() : 1 imagepng() : 1 imagejpeg() : 1 imagettftext() : 1 OTHER: IMAGE_TYPES : 15 OTHER: memory_limit : 128M SERVER: SERVER_PORT : 80 SERVER: SERVER_SOFTW: Apache SERVER: GATEWAY_INTE: CGI/1.1 SERVER: SCRIPT_NAME : /typo3/install/index.php SERVER: PATH_TRANSLA: T3CV_GFX: image_proc: 1 T3CV_GFX: gdlib : 1 T3CV_GFX: gdlib_png : 0 T3CV_GFX: gdlib_2 : 1 T3CV_GFX: im : 1 T3CV_GFX: im_path : /usr/X11R6/bin/ T3CV_GFX: im_path_lz: /usr/bin/ T3CV_GFX: im_version: im6 T3CV_GFX: im_negate_: 0 T3CV_GFX: im_imvMask: 1 T3CV_GFX: im_combine: composite ### DEBUG SYSTEM INFORMATION - END ### _______________________________________________ TYPO3-install mailing list TYPO3-install (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-install |
|
#2
|
|||
|
|||
|
Hi there,
> I recently upgraded to PHP 5.2.1 on my Gentoo box, planning to upgrade > from T3 4.0.5 to 4.1. After changing the symlinks to post to the new > source I attempted to access the install tool, only to find that apache > would hang on certain sections. I reverted to the 4.0.5 source (no > database changes were made) and found that this occurs with the install > tool there as well. > > The following links in the install tool result in this behavior: > > Basic configuration > Database analyzer > Image processing > Clean up database > typo3temp i have the same problem with 5.2.1 / gentoo / typo3 4.0.5 and 4.1. I tried commenting line after line in the localconf to see if there is anything configured that doesn't work any more but no luck has anyone found out anything that might help me on this one please? best regards, joachim My PHP configure is like: './configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu' '--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info' '--sysconfdir=/etc' '--cache-file=./config.cache' '--enable-maintainer-zts' '--disable-cli' '--with-apxs2=/usr/sbin/apxs2' '--with-config-file-path=/etc/php/apache2-php5' '--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active' '--without-pear' '--enable-bcmath' '--with-bz2' '--disable-calendar' '--with-curl' '--without-curlwrappers' '--disable-dbase' '--enable-exif' '--without-fbsql' '--without-fdftk' '--disable-filter' '--enable-ftp' '--with-gettext' '--without-gmp' '--disable-hash' '--disable-json' '--without-kerberos' '--enable-mbstring' '--with-mcrypt' '--without-mhash' '--without-msql' '--with-mssql' '--with-ncurses' '--with-openssl' '--with-openssl-dir=/usr' '--disable-pcntl' '--disable-pdo' '--without-pgsql' '--disable-posix' '--with-pspell' '--without-recode' '--disable-simplexml' '--disable-shmop' '--without-snmp' '--enable-soap' '--disable-sockets' '--without-sybase' '--without-sybase-ct' '--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm' '--with-tidy' '--enable-wddx' '--with-xmlrpc' '--with-xsl' '--enable-zip' '--with-zlib' '--disable-debug' '--enable-dba' '--without-cdb' '--with-db4' '--without-flatfile' '--with-gdbm' '--without-inifile' '--without-qdbm' '--with-freetype-dir=/usr' '--with-t1lib=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gd' '--with-mysql=/usr/lib/mysql' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-readline' '--without-libedit' '--without-mm' '--without-sqlite' > > My PHP configure: > > './configure' '--prefix=/usr/lib/php5' '--host=i686-pc-linux-gnu' > '--mandir=/usr/lib/php5/man' '--infodir=/usr/lib/php5/info' > '--sysconfdir=/etc' '--cache-file=./config.cache' > '--enable-maintainer-zts' '--disable-cli' '--with-apxs2=/usr/sbin/apxs2' > '--with-config-file-path=/etc/php/apache2-php5' > '--with-config-file-scan-dir=/etc/php/apache2-php5/ext-active' > '--without-pear' '--enable-bcmath=shared' '--with-bz2=shared' > '--enable-calendar=shared' '--with-curl=shared' '--with-curlwrappers' > '--disable-dbase' '--enable-exif=shared' '--without-fbsql' > '--without-fdftk' '--enable-ftp=shared' '--with-gettext=shared' > '--without-gmp' '--disable-hash' '--disable-ipv6' '--without-kerberos' > '--enable-mbstring=shared' '--with-mcrypt=shared' '--with-mhash=shared' > '--without-msql' '--without-mssql' '--with-ncurses=shared' > '--with-openssl' '--with-openssl-dir=/usr' '--enable-pcntl=shared' > '--disable-pdo' '--without-pgsql' '--with-pspell=shared' > '--without-recode' '--disable-shmop' '--without-snmp' > '--enable-soap=shared' '--enable-sockets=shared' '--without-sybase' > '--without-sybase-ct' '--enable-sysvmsg=shared' > '--enable-sysvsem=shared' '--enable-sysvshm=shared' '--without-tidy' > '--enable-wddx=shared' '--with-xmlrpc=shared' '--with-xsl=shared' > '--enable-zip=shared' '--with-zlib=shared' '--disable-debug' > '--enable-dba=shared' '--with-cdb' '--with-db4' '--without-flatfile' > '--without-gdbm' '--with-inifile' '--with-qdbm' > '--with-freetype-dir=/usr' '--with-t1lib=/usr' '--disable-gd-jis-conv' > '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--without-xpm-dir' > '--with-gd' '--with-imap=shared' '--with-imap-ssl' > '--with-mysql=shared,/usr/lib/mysql' > '--with-mysql-sock=/var/run/mysqld/mysqld.sock' > '--with-mysqli=shared,/usr/bin/mysql_config' '--with-readline' > '--without-libedit' '--without-mm' '--with-sqlite=/usr' > '--enable-sqlite-utf8' > _______________________________________________ TYPO3-install mailing list TYPO3-install (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-install |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] install tool doesn't update database | Christoph Koehler | typo3-english@lists.netfielders.de | 2 | 26.04.2007 06:55 |
| Re: [TYPO3] install tool doesn't update database | Maarten Zuidland | typo3-english@lists.netfielders.de | 7 | 11.03.2007 15:17 |
| [TYPO3-linux] Install problems relating GD | Kari Salovaara | typo3-linux@lists.netfielders.de | 2 | 03.02.2007 10:46 |
| [TYPO3-dev] safe_mode and install tool | Christian Welzel | typo3-dev@lists.netfielders.de | 1 | 18.12.2006 23:53 |
| [TYPO3-install] Forbidden - no permission to access/typo3/install/index.php | Marcel Ehrhard | typo3-install@lists.netfielders.de | 0 | 13.12.2006 21:17 |