|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hello there!
I've downloaded typo3-4.2.1 source and dummy, untared it to my directory named /srv/www/cms, which is virtually hosted by Apache 2.2.8 with mod_perl5. The symlink (typo3_src) I reset correctly, and the index.php, which is located in typo3_src is run, as some test-printout-lines prove: it eventually find tslib and the constant is correctly set. Interestingly: I got "internal server errors" until I set "display_errors = On" in php.ini or .htaccess. However, as I turn on the php_flag display_errors everything works without error: But I get an empty result from index.php, which means: No HTML-Header, no print-out, just and empty screen and silence. No log-entries are written at all. I just don't know where to look? By the way: MySQL mysql-5.0.51a-27.1 is installed and running as daemon, but no databases are yet set up... As indicated above: the AMP is run on X86_64 Suse-Linux 2.6.25.5-1.1-default (openSUSE 11.0). As far as I understand the documentation, there should be an initial setup menu or something presented? Any ideas out there? My brain seems to be too empty to dig it! 8-) I appended my complete system-info as it is generated by the phpchecker. _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#2
|
|||
|
|||
|
Hello Boris,
Try to rename your .htaccess to _.htaccess and check again. Sometimes the .htaccess provide some problems. Grtz Jos Boris Schlüszler wrote: > Hello there! > > I've downloaded typo3-4.2.1 source and dummy, untared it to my directory > named /srv/www/cms, which is virtually hosted by Apache 2.2.8 with > mod_perl5. > > The symlink (typo3_src) I reset correctly, and the index.php, which is > located in typo3_src is run, as some test-printout-lines prove: it > eventually find tslib and the constant is correctly set. > > Interestingly: I got "internal server errors" until I set > "display_errors = On" in php.ini or .htaccess. > > However, as I turn on the php_flag display_errors everything works > without error: But I get an empty result from index.php, which means: No > HTML-Header, no print-out, just and empty screen and silence. > > No log-entries are written at all. I just don't know where to look? > > By the way: MySQL mysql-5.0.51a-27.1 is installed and running as daemon, > but no databases are yet set up... > > As indicated above: the AMP is run on X86_64 Suse-Linux > 2.6.25.5-1.1-default (openSUSE 11.0). > > As far as I understand the documentation, there should be an initial > setup menu or something presented? > > Any ideas out there? My brain seems to be too empty to dig it! 8-) > I appended my complete system-info as it is generated by the phpchecker. > > > ------------------------------------------------------------------------ > > > t3lib_div::getIndpEnv() > > These are 'system variables' returned from t3lib_div::getIndpEnv() and > should be universal for any server configuration: > > HTTP_HOST cms > TYPO3_HOST_ONLY cms > TYPO3_PORT > PATH_INFO > QUERY_STRING arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > REQUEST_URI > /typo3_src/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > HTTP_REFERER > http://cms/typo3_src/misc/phpcheck/i...=parameter1&p2[key]=value > TYPO3_REQUEST_HOST http://cms > TYPO3_REQUEST_URL > http://cms/typo3_src/misc/phpcheck/i...=parameter1&p2[key]=3417 > TYPO3_REQUEST_SCRIPT http://cms/typo3_src/misc/phpcheck/index.php > TYPO3_REQUEST_DIR http://cms/typo3_src/misc/phpcheck/ > TYPO3_SITE_URL http://cms/typo3_src/misc/phpcheck/ > TYPO3_SITE_SCRIPT index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > TYPO3_SSL > TYPO3_REV_PROXY > SCRIPT_NAME /typo3_src/misc/phpcheck/index.php > TYPO3_DOCUMENT_ROOT /srv/www/cms > SCRIPT_FILENAME /srv/www/cms/typo3_src/misc/phpcheck/index.php > REMOTE_ADDR 10.0.0.7 > REMOTE_HOST > HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.0; de; > rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 > HTTP_ACCEPT_LANGUAGE de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 > > PHP_OS Linux > TYPO3_OS > PATH_thisScript > php_sapi_name() apache2handler > > > Raw values > > These are the raw 'system variables' returned from getenv(), > HTTP_SERVER_VARS, HTTP_ENV_VARS etc. These are displayed here so we can > find the right values via this testscript to map to with > t3lib_div::getIndpEnv() > > Key getenv() HTTP_SERVER_VARS _SERVER HTTP_ENV_VARS _ENV > REQUEST_URI > /typo3_src/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > > /typo3_src/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > > REMOTE_ADDR 10.0.0.7 10.0.0.7 > REMOTE_HOST > PATH_INFO > SCRIPT_NAME /typo3_src/misc/phpcheck/index.php > /typo3_src/misc/phpcheck/index.php > SCRIPT_FILENAME /srv/www/cms/typo3_src/misc/phpcheck/index.php > /srv/www/cms/typo3_src/misc/phpcheck/index.php > HTTP_HOST cms cms > HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.0; de; > rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 Mozilla/5.0 (Windows; U; > Windows NT 5.0; de; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 > HTTP_ACCEPT_ENCODING gzip,deflate gzip,deflate > HTTP_REFERER > http://cms/typo3_src/misc/phpcheck/i...=parameter1&p2[key]=value > > http://cms/typo3_src/misc/phpcheck/i...=parameter1&p2[key]=value > > QUERY_STRING arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > > $GLOBALS["HTTP_SERVER_VARS"]["DOCUMENT_ROOT"] > $HTTP_SERVER_VARS["PATH_TRANSLATED"] > $GLOBALS["HTTP_SERVER_VARS"]["REDIRECT_URL"] > $GLOBALS["HTTP_SERVER_VARS"]["REQUEST_URI"] > > Cookie 'test_script_cookie': '**' > ------------------------------------------------------------------------ > > > What to do now? > > 1) Click this link above once more: Go to this page again. > <http://cms/typo3_src/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2%5Bkey%5D =4dd5#link1> > 2) Then save this HTML-page and send it to kasperYYYY (AT) typo3 (DOT) com with > information about 1) which webserver (Apache/ISS), 2) Unix/Windows, 3) > CGI or module (ISAPI) > 2a) You might help us find any differences in your values to this > reference example <http://cms/typo3_src/misc/phpcheck/reference.html> by > comparing the values before you send the result (thanks). > 3) If you are really advanced you try and click the link below here. > With CGI-versions of servers it will most likely give an error page. If > it does not, please send the output to me as well (save HTML-page and > send to kasperYYYY (AT) typo3 (DOT) com). If you do this PATH_INFO test, please let > me know. > > 4) For the really, really advanced folks, it might be interesting to see > the output if you could place this link in the root of a domain. That > means the index.php script will be executed from eg. > "http://www.blablabla.com/" and not > "http://www.blablabla.com/kaspers_test/" - it can make a difference. > > > I am operating with these categories of servers. *Please identify your > configuration and label your email with that "type":* > > /TYPE:/ /Description:/ > WA13CGI Windows / Apache 1.3.x / CGI > WA2CGI Windows / Apache 2.x / CGI > WA13ISAPI Windows / Apache 1.3.x / ISAPI-module > WA2ISAPI Windows / Apache 2.x / ISAPI-module > WISS_CGI Windows / ISS / CGI > WISS_ISAPI Windows / ISS / ISAPI-module > MA13MOD Mac (Darwin) / Apache 1.3.x / Module > LA13CGI Linux / Apache 1.3.x / CGI > LA2CGI Linux / Apache 2.x / CGI > LA13MOD Linux / Apache 1.3.x / Module > LA2MOD Linux / Apache 2.x / Module > > Go to this page again (PATH_INFO). > <http://cms/typo3_src/misc/phpcheck/index.php/arg1/arg2/arg3/#link2> > PHP Logo <http://www.php.net/> > > > PHP Version 5.2.6 > > > System Linux monster 2.6.25.5-1.1-default #1 SMP 2008-06-07 01:55:22 > +0200 x86_64 > Build Date Jun 25 2008 19:08:47 > Configure Command '../configure' '--prefix=/usr' > '--datadir=/usr/share/php5' '--mandir=/usr/share/man' > '--bindir=/usr/bin' '--with-libdir=lib64' '--includedir=/usr/include' > '--sysconfdir=/etc/php5/apache2' > '--with-config-file-path=/etc/php5/apache2' > '--with-config-file-scan-dir=/etc/php5/conf.d' '--enable-libxml' > '--enable-session' '--with-mm' '--with-pcre-regex=/usr' '--enable-xml' > '--enable-simplexml' '--enable-spl' '--enable-filter' '--disable-debug' > '--enable-inline-optimization' '--disable-rpath' '--disable-static' > '--enable-shared' '--program-suffix=5' '--with-pic' '--with-gnu-ld' > '--with-system-tzdata=/usr/share/zoneinfo' > '--with-apxs2=/usr/sbin/apxs2' '--disable-all' '--disable-cli' > Server API Apache 2.0 Handler > Virtual Directory Support disabled > Configuration File (php.ini) Path /etc/php5/apache2 > Loaded Configuration File /etc/php5/apache2/php.ini > Scan this dir for additional .ini files /etc/php5/conf.d > additional .ini files parsed /etc/php5/conf.d/ctype.ini, > /etc/php5/conf.d/dom.ini, /etc/php5/conf.d/hash.ini, > /etc/php5/conf.d/iconv.ini, /etc/php5/conf.d/json.ini, > /etc/php5/conf.d/pdo.ini, /etc/php5/conf.d/pdo_sqlite.ini, > /etc/php5/conf.d/sqlite.ini, /etc/php5/conf.d/tokenizer.ini, > /etc/php5/conf.d/xmlreader.ini, /etc/php5/conf.d/xmlwriter.ini > PHP API 20041225 > PHP Extension 20060613 > Zend Extension 220060519 > Debug Build no > Thread Safety disabled > Zend Memory Manager enabled > IPv6 Support enabled > Registered PHP Streams php, file, data, http, ftp > Registered Stream Socket Transports tcp, udp, unix, udg > Registered Stream Filters string.rot13, string.toupper, string.tolower, > string.strip_tags, convert.*, consumed, convert.iconv.* > > > Suhosin logo <http://www.hardened-php.net/suhosin/index.html> This > server is protected with the Suhosin Patch 0.9.6.2 > Copyright (c) 2006 Hardened-PHP Project <http://www.hardened-php.net/> > > > Zend logo <http://www.zend.com/> This program makes use of the Zend > Scripting Language Engine: > Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies > > > ------------------------------------------------------------------------ > > > PHP Credits > <http://cms/typo3_src/misc/phpcheck/index.php?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000> > > ------------------------------------------------------------------------ > > > Configuration > > > PHP Core > > Directive Local Value Master Value > allow_call_time_pass_reference Off Off > allow_url_fopen On On > allow_url_include Off Off > always_populate_raw_post_data Off Off > arg_separator.input & & > arg_separator.output & & > asp_tags Off Off > auto_append_file /no value/ /no value/ > auto_globals_jit On On > auto_prepend_file /no value/ /no value/ > browscap /no value/ /no value/ > default_charset /no value/ /no value/ > default_mimetype text/html text/html > define_syslog_variables Off Off > disable_classes /no value/ /no value/ > disable_functions /no value/ /no value/ > display_errors On On > display_startup_errors Off Off > doc_root /no value/ /no value/ > docref_ext /no value/ /no value/ > docref_root /no value/ /no value/ > enable_dl Off Off > error_append_string /no value/ /no value/ > error_log /var/log/apache2/php5.log /var/log/apache2/php5.log > error_prepend_string /no value/ /no value/ > error_reporting 6135 6143 > expose_php On On > extension_dir /usr/lib64/php5/extensions /usr/lib64/php5/extensions > file_uploads On On > highlight.bg #FFFFFF #FFFFFF > highlight.comment #FF8000 #FF8000 > highlight.default #0000BB #0000BB > highlight.html #000000 #000000 > highlight.keyword #007700 #007700 > highlight.string #DD0000 #DD0000 > html_errors Off Off > ignore_repeated_errors Off Off > ignore_repeated_source Off Off > ignore_user_abort Off Off > implicit_flush Off Off > include_path .:/usr/share/php5:/usr/share/php5/PEAR > .:/usr/share/php5:/usr/share/php5/PEAR > log_errors On On > log_errors_max_len 1024 1024 > magic_quotes_gpc Off Off > magic_quotes_runtime Off Off > magic_quotes_sybase Off Off > mail.force_extra_parameters /no value/ /no value/ > max_execution_time 30 30 > max_input_nesting_level 64 64 > max_input_time 60 60 > memory_limit 128M 128M > open_basedir /no value/ /no value/ > output_buffering 4096 4096 > output_handler /no value/ /no value/ > post_max_size 8M 8M > precision 14 14 > realpath_cache_size 16K 16K > realpath_cache_ttl 120 120 > register_argc_argv Off Off > register_globals Off Off > register_long_arrays Off Off > report_memleaks On On > report_zend_debug On On > safe_mode Off Off > safe_mode_exec_dir /no value/ /no value/ > safe_mode_gid Off Off > safe_mode_include_dir /no value/ /no value/ > sendmail_from /no value/ /no value/ > sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i > serialize_precision 100 100 > short_open_tag Off Off > SMTP localhost localhost > smtp_port 25 25 > sql.safe_mode Off Off > suhosin.log.phpscript 0 0 > suhosin.log.phpscript.is_safe Off Off > suhosin.log.phpscript.name /no value/ /no value/ > suhosin.log.sapi /no value/ /no value/ > suhosin.log.script /no value/ /no value/ > suhosin.log.script.name /no value/ /no value/ > suhosin.log.syslog /no value/ /no value/ > suhosin.log.syslog.facility /no value/ /no value/ > suhosin.log.syslog.priority /no value/ /no value/ > suhosin.log.use-x-forwarded-for Off Off > track_errors Off Off > unserialize_callback_func /no value/ /no value/ > upload_max_filesize 2M 2M > upload_tmp_dir /tmp /tmp > user_dir /no value/ /no value/ > variables_order GPCS GPCS > xmlrpc_error_number 0 0 > xmlrpc_errors Off Off > y2k_compliance On On > zend.ze1_compatibility_mode Off Off > > > apache2handler > > Apache Version Apache/2.2.8 (Linux/SUSE) > Apache API Version 20051115 > Server Administrator root (AT) cms (DOT) schneider > Hostname:Port cms.schneider:0 > User/Group wwwrun(30)/8 > Max Requests Per Child: 10000 - Keep Alive: on - Max Per Connection: 100 > Timeouts Connection: 300 - Keep-Alive: 15 > Virtual Server Yes > Server Root /srv/www > Loaded Modules core prefork http_core mod_so mod_actions mod_alias > mod_auth_basic mod_authn_file mod_authz_host mod_authz_groupfile > mod_authz_default mod_authz_user mod_authn_dbm mod_autoindex mod_cgi > mod_dir mod_env mod_expires mod_include mod_log_config mod_mime > mod_negotiation mod_setenvif mod_ssl mod_suexec mod_userdir mod_php5 > > > Directive Local Value Master Value > engine 1 1 > last_modified 0 0 > xbithack 0 0 > > > Apache Environment > > Variable Value > HTTP_HOST cms > HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.0; de; > rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 > HTTP_ACCEPT > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > HTTP_ACCEPT_LANGUAGE de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 > HTTP_ACCEPT_ENCODING gzip,deflate > HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7 > HTTP_KEEP_ALIVE 300 > HTTP_CONNECTION keep-alive > HTTP_REFERER > http://cms/typo3_src/misc/phpcheck/i...=parameter1&p2[key]=value > > HTTP_COOKIE test_script_cookie=Cookie+Value%21 > PATH > /sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin > > SERVER_SIGNATURE <address>Apache/2.2.8 (Linux/SUSE) Server at cms Port > 80</address> > SERVER_SOFTWARE Apache/2.2.8 (Linux/SUSE) > SERVER_NAME cms > SERVER_ADDR 10.0.0.12 > SERVER_PORT 80 > REMOTE_ADDR 10.0.0.7 > DOCUMENT_ROOT /srv/www/cms > SERVER_ADMIN root (AT) cms (DOT) schneider > SCRIPT_FILENAME /srv/www/cms/typo3_src/misc/phpcheck/index.php > REMOTE_PORT 1572 > GATEWAY_INTERFACE CGI/1.1 > SERVER_PROTOCOL HTTP/1.1 > REQUEST_METHOD GET > QUERY_STRING arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > REQUEST_URI > /typo3_src/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > > SCRIPT_NAME /typo3_src/misc/phpcheck/index.php > > > HTTP Headers Information > > HTTP Request Headers > HTTP Request GET > /typo3_src/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > HTTP/1.1 > Host cms > User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.0.1) > Gecko/2008070208 Firefox/3.0.1 > Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0..8 > Accept-Language de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 > Accept-Encoding gzip,deflate > Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 > Keep-Alive 300 > Connection keep-alive > Referer > http://cms/typo3_src/misc/phpcheck/i...=parameter1&p2[key]=value > > Cookie test_script_cookie=Cookie+Value%21 > HTTP Response Headers > X-Powered-By PHP/5.2.6 > Set-Cookie test_script_cookie=Cookie+Value%21; path=/ > Keep-Alive timeout=15, max=100 > Connection Keep-Alive > Transfer-Encoding chunked > Content-Type text/html > > > ctype > > ctype functions enabled > > > date > > date/time support enabled > "Olson" Timezone Database Version 0.system > Timezone Database internal > Default timezone Europe/Berlin > > > Directive Local Value Master Value > date.default_latitude 31.7667 31.7667 > date.default_longitude 35.2333 35.2333 > date.sunrise_zenith 90.583333 90.583333 > date.sunset_zenith 90.583333 90.583333 > date.timezone /no value/ /no value/ > > > dom > > DOM/XML enabled > DOM/XML API Version 20031129 > libxml Version 2.6.32 > HTML Support enabled > XPath Support enabled > XPointer Support enabled > Schema Support enabled > RelaxNG Support enabled > > > filter > > Input Validation and Filtering enabled > Revision $Revision: 1.52.2.42 $ > > > Directive Local Value Master Value > filter.default unsafe_raw unsafe_raw > filter.default_flags /no value/ /no value/ > > > hash > > hash support enabled > Hashing Engines md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 > ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 > tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b > haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 > haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 > haval192,5 haval224,5 haval256,5 > > > iconv > > iconv support enabled > iconv implementation glibc > iconv library version 2.8 > > > Directive Local Value Master Value > iconv.input_encoding ISO-8859-1 ISO-8859-1 > iconv.internal_encoding ISO-8859-1 ISO-8859-1 > iconv.output_encoding ISO-8859-1 ISO-8859-1 > > > json > > json support enabled > json version 1.2.1 > > > libxml > > libXML support active > libXML Version 2.6.32 > libXML streams enabled > > > pcre > > PCRE (Perl Compatible Regular Expressions) Support enabled > PCRE Library Version 7.6 2008-01-28 > > > Directive Local Value Master Value > pcre.backtrack_limit 100000 100000 > pcre.recursion_limit 100000 100000 > > > PDO > > PDO support enabled > PDO drivers sqlite, sqlite2 > > > pdo_sqlite > > PDO Driver for SQLite 3.x enabled > PECL Module version 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6.2.3 2007/12/31 > 07:20:10 sebastian Exp $ > SQLite Library 3.5.7 > > > Reflection > > Reflection enabled > Version $Id: php_reflection.c,v 1.164.2.33.2.50 2008/03/13 15:56:21 > iliaa Exp $ > > > session > > Session Support enabled > Registered save handlers files user mm sqlite > Registered serializer handlers php php_binary > > > Directive Local Value Master Value > session.auto_start Off Off > session.bug_compat_42 Off Off > session.bug_compat_warn On On > session.cache_expire 180 180 > session.cache_limiter nocache nocache > session.cookie_domain /no value/ /no value/ > session.cookie_httponly On On > session.cookie_lifetime 0 0 > session.cookie_path / / > session.cookie_secure Off Off > session.entropy_file /dev/urandom /dev/urandom > session.entropy_length 16 16 > session.gc_divisor 1000 1000 > session.gc_maxlifetime 1440 1440 > session.gc_probability 1 1 > session.hash_bits_per_character 5 5 > session.hash_function 1 1 > session.name PHPSESSID PHPSESSID > session.referer_check /no value/ /no value/ > session.save_handler files files > session.save_path /var/lib/php5 /var/lib/php5 > session.serialize_handler php php > session.use_cookies On On > session.use_only_cookies On On > session.use_trans_sid 0 0 > > > SimpleXML > > Simplexml support enabled > Revision $Revision: 1.151.2.22.2.39 $ > Schema support enabled > > > SPL > > SPL support enabled > Interfaces Countable, OuterIterator, RecursiveIterator, > SeekableIterator, SplObserver, SplSubject > Classes AppendIterator, ArrayIterator, ArrayObject, > BadFunctionCallException, BadMethodCallException, CachingIterator, > DirectoryIterator, DomainException, EmptyIterator, FilterIterator, > InfiniteIterator, InvalidArgumentException, IteratorIterator, > LengthException, LimitIterator, LogicException, NoRewindIterator, > OutOfBoundsException, OutOfRangeException, OverflowException, > ParentIterator, RangeException, RecursiveArrayIterator, > RecursiveCachingIterator, RecursiveDirectoryIterator, > RecursiveFilterIterator, RecursiveIteratorIterator, > RecursiveRegexIterator, RegexIterator, RuntimeException, > SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, > SplTempFileObject, UnderflowException, UnexpectedValueException > > > SQLite > > SQLite support enabled > PECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.10 2007/12/31 > 07:20:11 sebastian Exp $ > SQLite Library 2.8.17 > SQLite Encoding UTF-8 > > > Directive Local Value Master Value > sqlite.assoc_case 0 0 > > > standard > > Regex Library Bundled library enabled > Dynamic Library Support enabled > Path to sendmail /usr/sbin/sendmail -t -i > > > Directive Local Value Master Value > assert.active 1 1 > assert.bail 0 0 > assert.callback /no value/ /no value/ > assert.quiet_eval 0 0 > assert.warning 1 1 > auto_detect_line_endings 0 0 > default_socket_timeout 60 60 > safe_mode_allowed_env_vars PHP_ PHP_ > safe_mode_protected_env_vars > GCONV_PATH,GETCONF_DIR,HOSTALIASES,LD_AUDIT,LD_DEB UG,LD_DEBUG_OUTPUT,LD_DYNAMIC_WEAK,LD_LIBRARY_PATH ,LD_ORIGIN_PATH,LD_PRELOAD,LD_PROFILE,LD_SHOW_AUXV ,LD_USE_LOAD_BIAS,LOCALDOMAIN,LOCPATH,MALLOC_TRACE ,NLSPATH,RESOLV_HOST_CONF,RES_OPTIONS,TMPDIR,TZDIR > GCONV_PATH,GETCONF_DIR,HOSTALIASES,LD_AUDIT,LD_DEB UG,LD_DEBUG_OUTPUT,LD_DYNAMIC_WEAK,LD_LIBRARY_PATH ,LD_ORIGIN_PATH,LD_PRELOAD,LD_PROFILE,LD_SHOW_AUXV ,LD_USE_LOAD_BIAS,LOCALDOMAIN,LOCPATH,MALLOC_TRACE ,NLSPATH,RESOLV_HOST_CONF,RES_OPTIONS,TMPDIR,TZDIR > url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentr y > a=href,area=href,frame=src,input=src,form=fakeentr y > user_agent /no value/ /no value/ > > > tokenizer > > Tokenizer Support enabled > > > xml > > XML Support active > XML Namespace Support active > libxml2 Version 2.6.32 > > > xmlreader > > XMLReader enabled > > > xmlwriter > > XMLWriter enabled > > > Additional Modules > > Module Name > > > Environment > > Variable Value > LESSKEY /etc/lesskey.bin > NNTPSERVER news > INFODIR /usr/local/info:/usr/share/info:/usr/info > MANPATH /usr/share/man:/usr/local/man > HOSTNAME monster > XKEYSYMDB /usr/share/X11/XKeysymDB > HOST monster > TERM linux > SHELL /bin/bash > PROFILEREAD true > HISTSIZE 1000 > XDG_SESSION_COOKIE > efa6c70847e262b3cc353352484e725c-1220793591.850480-182285532 > MORE -sl > get_module_list_done true > LC_ALL POSIX > GROFF_NO_SGR yes > JRE_HOME /usr/lib64/jvm/jre > USER root > LS_COLORS > no=00:fi=00:di=01;34:ln=00;36 i=40;33:so=01;35:do =01;35:bd=40;33;01:cd=40;33;01 r=41;33;01:ex=00;3 2:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32: *.btm=01;32:*.dll=01;32:*.tar=00;31:*..tbz=00;31:* .tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.t az=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.zo o=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31 :*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35: *.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*. jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.p cx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm =01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=0 1;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;3 2:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:* .voc=00;32:*.wav=00;32: > > XNLSPATH /usr/share/X11/nls > ENV /etc/bash.bashrc > HOSTTYPE x86_64 > FROM_HEADER /no value/ > PAGER less > COLUMNS 80 > CSHEDIT emacs > XDG_CONFIG_DIRS /etc/xdg > get_includes_done true > MINICOM -c on > MAIL /var/mail/root > PATH > /sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin > > CPU x86_64 > JAVA_BINDIR /usr/lib64/jvm/jre/bin > INPUTRC /etc/inputrc > PWD /etc/php5/apache2 > JAVA_HOME /usr/lib64/jvm/jre > LANG POSIX > PYTHONSTARTUP /etc/pythonstart > LINES 24 > TEXINPUTS :/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX > QT_SYSTEM_DIR /usr/share/desktop-data > SHLVL 3 > HOME /var/lib/apache2 > LESS_ADVANCED_PREPROCESSOR no > OSTYPE linux > LS_OPTIONS -A -N --color=tty -T 0 > XCURSOR_THEME DMZ > WINDOWMANAGER /usr/bin/startkde3 > LESS -M -I > MACHTYPE x86_64-suse-linux > LOGNAME root > XDG_DATA_DIRS /usr/share:/etc/opt/kde3/share:/opt/kde3/share > LC_CTYPE de_DE.UTF-8 > LESSOPEN lessopen.sh %s > INFOPATH /usr/local/info:/usr/share/info:/usr/info > LESSCLOSE lessclose.sh %s %s > G_BROKEN_FILENAMES 1 > JAVA_ROOT /usr/lib64/jvm/jre > COLORTERM 1 > _ /sbin/startproc > PREVLEVEL N > RUNLEVEL 3 > DAEMON /usr/sbin/httpd2-prefork > > > PHP Variables > > Variable Value > _REQUEST["arg1,arg2,arg3"] /no value/ > _REQUEST["p1"] parameter1 > _REQUEST["p2"] > > Array > ( > [key] => 3417 > ) > > _REQUEST["test_script_cookie"] Cookie Value! > _GET["arg1,arg2,arg3"] /no value/ > _GET["p1"] parameter1 > _GET["p2"] > > Array > ( > [key] => 3417 > ) > > _COOKIE["test_script_cookie"] Cookie Value! > _SERVER["HTTP_HOST"] cms > _SERVER["HTTP_USER_AGENT"] Mozilla/5.0 (Windows; U; Windows NT 5.0; de; > rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 > _SERVER["HTTP_ACCEPT"] > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > _SERVER["HTTP_ACCEPT_LANGUAGE"] de-de,de;q=0.8,en-us;q=0.5,en;q=0.3 > _SERVER["HTTP_ACCEPT_ENCODING"] gzip,deflate > _SERVER["HTTP_ACCEPT_CHARSET"] ISO-8859-1,utf-8;q=0.7,*;q=0.7 > _SERVER["HTTP_KEEP_ALIVE"] 300 > _SERVER["HTTP_CONNECTION"] keep-alive > _SERVER["HTTP_REFERER"] > http://cms/typo3_src/misc/phpcheck/i...=parameter1&p2[key]=value > _SERVER["HTTP_COOKIE"] test_script_cookie=Cookie+Value%21 > _SERVER["PATH"] > /sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin > _SERVER["SERVER_SIGNATURE"] <address>Apache/2.2.8 (Linux/SUSE) Server at > cms Port 80</address> > _SERVER["SERVER_SOFTWARE"] Apache/2.2.8 (Linux/SUSE) > _SERVER["SERVER_NAME"] cms > _SERVER["SERVER_ADDR"] 10.0.0.12 > _SERVER["SERVER_PORT"] 80 > _SERVER["REMOTE_ADDR"] 10.0.0.7 > _SERVER["DOCUMENT_ROOT"] /srv/www/cms > _SERVER["SERVER_ADMIN"] root (AT) cms (DOT) schneider > _SERVER["SCRIPT_FILENAME"] /srv/www/cms/typo3_src/misc/phpcheck/index.php > _SERVER["REMOTE_PORT"] 1572 > _SERVER["GATEWAY_INTERFACE"] CGI/1.1 > _SERVER["SERVER_PROTOCOL"] HTTP/1.1 > _SERVER["REQUEST_METHOD"] GET > _SERVER["QUERY_STRING"] arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > _SERVER["REQUEST_URI"] > /typo3_src/misc/phpcheck/index.php?arg1,arg2,arg3&p1=parameter1&p2[key]=3417 > _SERVER["SCRIPT_NAME"] /typo3_src/misc/phpcheck/index.php > _SERVER["PHP_SELF"] /typo3_src/misc/phpcheck/index.php > _SERVER["REQUEST_TIME"] 1220805136 > > > PHP License > > This program is free software; you can redistribute it and/or modify it > under the terms of the PHP License as published by the PHP Group and > included in the distribution in the file: LICENSE > > This program is distributed in the hope that it will be useful, but > WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > If you did not receive a copy of the PHP license, or have any questions > about PHP licensing, please contact license (AT) php (DOT) net. > > _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#3
|
|||
|
|||
|
Hi Jo!
Thanks für your reply! Indeed, .htaccess as it is provided, causes errors, namely, that the "Rewrite"-commands aren't supported and the module is missing. But even if replaced by a harmless .htaccess (or none at all) the result, a deserted screen, doesn't change. Currently I'm trying to find out, whether it may be caused by a missing PHP-mysql-module or something... _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#4
|
|||
|
|||
|
Hello out there!
I've installed the external php_mysql-Module; (since when is it a seperate module...?!) The screen was empty still! You know why? Because my text-based browsers (lynx, w3m) apparently did not support redirection, and typo3-install-screen is redirected somehow... Everything works fine with Firefox It's as easy as this! 8-) _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-german] Wochentag wird in Englisch ausgegeben nachServerwechsel SuSE -> Ubuntu 8.04 | Michael Ludwig | typo3-german@lists.netfielders.de | 14 | 05.08.2008 20:47 |
| [TYPO3-linux] newbie needs some tutorian to start | J.Bakshi | typo3-linux@lists.netfielders.de | 2 | 04.12.2007 05:35 |
| [TYPO3-linux] installation on linux | T T | typo3-linux@lists.netfielders.de | 1 | 15.11.2007 13:18 |
| [TYPO3-german] [OT] Update Suse 9.3 auf 10.3 | Michael Paffrath | typo3-german@lists.netfielders.de | 1 | 07.11.2007 13:05 |
| [TYPO3] tt_news newbie | Suresh Kumar | typo3-english@lists.netfielders.de | 2 | 26.08.2007 19:29 |