[TYPO3-german] ExtensionManager zeigt keine Extensions mehr aus dem Repository - Installation von Extension geht auch nicht mehr

Heike Herzog-Kuhnke hhk at kuhnke-owl.de
Fri Mar 25 14:48:05 CET 2011


Nachtrag:

ich konnte mittlerweile wieder auf den alten Extension Manager zugreifen,
ich hatte nicht begriffen, dass dann oben einfach mehr Auswahlmöglichkeiten
sind.
Der Versuch dort ein Update durchzuführen brach mir mehrfach das Update mit
folgender Meldung ab:
--------------------

Internal Server Error

The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, webmaster at kuhnke-net.de and inform
them of the time the error occurred, and anything you might have done that
may have caused the error.
More information about this error may be available in the server error log.
---------------------

Daraufhin habe ich dann bei meinem Provider angefragt, was los ist und die
folgende Info bekommen:


Vermutlich läuft das Script hier in ein Zeit-Limit. Sie sollten einmal den
AddHandler- Eintrag aus Ihrer .htaccess für den Zeitraum des Updates
löschen. Somit läuft PHP als Modul. Dabei haben Sie mehr Ressourcen für das
Update zur Verfügung als im PHP-CGI-Modus.

-----------------------

Also habe ich die .htacces, die in dem Verzeichnis ist, in dem auch Typo3
installiert ist (oberhalt von den anderen typo3 verzeichnissen wie
typoconf..) geladen und dort nach einer passenden Zeile gesucht:

-----------------------

AddHandler php5-cgi .php
#####
# 
# Example .htaccess file for TYPO3 CMS - for use with Apache Webserver
# 
# This file includes settings for the following configuration options:
# 
# - Compression via TYPO3
# - Settings for mod_rewrite (URL-Rewriting)
# - PHP optimisation
# - Miscellaneous
# 
# If you want to use it, you have to copy it to the root folder of your
TYPO3 installation (if its
# not there already) and rename it to '.htaccess'. To make .htaccess files
work, you might need to
# adjust the 'AllowOverride' directive in your Apache configuration file.
# 
# IMPORTANT: You may need to change this file depending on your TYPO3
installation!
#
# Lines starting with a # are treated as comment and ignored by the web
server.
# 
# You should change every occurance of TYPO3root/ to the location where you
have your website in.
# For example:
# If you have your website located at http://mysite.com/
# then your TYPO3root/ is just empty (remove 'TYPO3root/')
# If you have your website located at http://mysite.com/some/path/
# then your TYPO3root/ is some/path/ (search and replace)
# 
# You can also use this configuration in your httpd.conf, but then you have
to modify some lines,
# see the comments (search for 'httpd.conf')
# 
# Questions about this file go to the matching Install mailing list, see
# http://typo3.org/documentation/mailing-lists/
# 
####


### Begin: Compression via TYPO3 ###

# Compressing resource files will save bandwidth and so improve loading
speed especially for users
# with slower internet connections. TYPO3 can compress the .js and .css
files for you.
# 1) Uncomment the following lines and
# 2) Set $TYPO3_CONF_VARS['BE']['compressionLevel'] = '9'

#
#	AddType "text/javascript" .gzip
#
#
#	AddType "text/css" .gzip
#
#AddEncoding gzip .gzip

### End: Compression via TYPO3 ###


### Begin: Browser caching of ressource files ###

# Enable long browser caching for JavaScript and CSS files.

# This affects Frontend and Backend and increases performance.
# You can also add other file extensions (like gif, png, jpg), if you want
them to be longer cached, too.


  
    ExpiresActive on
    ExpiresDefault "access plus 7 days"
  
  FileETag MTime Size


### End: Browser caching of ressource files ###


### Begin: Settings for mod_rewrite ###

# You need rewriting, if you use a URL-Rewriting extension (RealURL,
CoolUri, SimulateStatic).



# Enable URL rewriting
RewriteEngine On

# Change this path, if your TYPO3 installation is located in a subdirectory
of the website root.
#RewriteBase /

# Rule for versioned static files, configured through:
# - $TYPO3_CONF_VARS['BE']['versionNumberInFilename']
# - $TYPO3_CONF_VARS['FE']['versionNumberInFilename']
# IMPORTANT: This rule has to be the very first RewriteCond in order to
work!
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)\.(\d+)\.(php|js|css|png|jpg|gif|gzip)$ $1.$3 [L]

# Stop rewrite processing, if we are in the typo3/ directory.
# For httpd.conf, use this line instead of the next one:
# RewriteRule
^/TYPO3root/(typo3/|t3lib/|fileadmin/|typo3conf/|typo3temp/|uploads/|favicon\.ico)
- [L]
RewriteRule
^(typo3/|t3lib/|fileadmin/|typo3conf/|typo3temp/|uploads/|favicon\.ico) -
[L]

# Redirect http://example.com/typo3 to http://example.com/typo3/index_re.php
and stop the rewrite processing.
# For httpd.conf, use this line instead of the next one:
# RewriteRule ^/TYPO3root/typo3$ /TYPO3root/typo3/index.php [L]
RewriteRule ^typo3$ typo3/index_re.php [L]

# If the file/symlink/directory does not exist => Redirect to index.php.
# For httpd.conf, you need to prefix each '%{REQUEST_FILENAME}' with
'%{DOCUMENT_ROOT}'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

# Main URL rewriting.
# For httpd.conf, use this line instead of the next one:
# RewriteRule .* /TYPO3root/index.php [L]
RewriteRule .* index.php [L]



### End: Settings for mod_rewrite ###


### Begin: PHP optimisation ###

# If you do not change the following settings, the default values will be
used.

# TYPO3 works fine with register_globals turned off.
# This is highly recommended, if your web server has it turned on.
#php_flag register_globals off

### End: PHP optimisation ###



### Begin: Miscellaneous ###

# Make sure that directory listings are disabled.
#Options -Indexes

### End: Miscellaneous ###


# Add your own rules here.
# ...

-----------------------------------

Wenn ich die erste Zeile als Kommentar markiere geht gar nichts mehr.

Hatte ich schon erwähnt, dass es zwischen der Anzeige der Datensätze im
ExtensionManager und der Anzahl der Datensätze in der
cache_extensions-Tabelle massive Unterschiede gibt?

Mittlerweile weiß ich, dass ich, wenn ich zufällig im Filter ein paar der
2000Knips Extensions erwische, diese auch angezeigt bekomme. Aber der Rest
bleibt unsichtbar, auch wenn er offensichtlich (wenn man dem Status unteng
lauben kann) gezählt wird.

in der Alten Ansicht bekomme ich zwar keine Server-Fehlermeldung mehr, aber
die Nachricht, dass es keine neueren Daten gibt. Angezeigt werden in der
alten Ansicht die Extension auch.

Gruß
Heike
-- 
View this message in context: http://old.nabble.com/ExtensionManager-zeigt-keine-Extensions-mehr-aus-dem-Repository---Installation-von-Extension-geht-auch-nicht-mehr-tp31236006p31238073.html
Sent from the TYPO3 German mailing list archive at Nabble.com.


More information about the TYPO3-german mailing list