- WordPress
- Shopware
- TYPO3
- PrestaShop
- Contao
- Joomla!
- Magento
- Redaxo
- Drupal
- osCommerce
- phpBB
- ProcessWire
RSS-/Atom-Feeds für CMS-Updates
Tags: Allgemein | Contao | Drupal | Joomla! | osCommerce | phpBB | ProcessWire | Redaxo | TYPO3 | TYPOlight | WordPress Kommentieren
Konfigurationsdateien und Backend-URLs der wichtigsten CMS und Shop-Systeme
Tags: CMS | Gambio | Joomla! | Joomla! / Virtuemart | phpBB | PrestaShop | Redaxo | TYPO3 | xt:Commerce | xt:Commerce VEYTON 4.0 Kommentieren
CMS
CMS | Konfigurationsdatei | Backend-URL |
---|---|---|
Conrete5 | /config/site.php (?) | |
Contao | /system/config/localconfig.php | /contao |
Drupal | /sites/default/settings.php (?) | /user |
ProcessWire | /site/config.php | /wadmin/login/ |
Joomla! | /configuration.php (?) | /administrator |
phpBB | /config.php (?) | |
phpwcms | /config/phpwcms/conf.inc.php | /login.php |
Redaxo | /redaxo/include/master.inc.php | /redaxo |
Typo3 4.7 | /typo3conf/config.php (?) | /typo3 |
Typo3 6.2 | /typo3conf/LocalConfiguration.php | /typo3 |
Typo3 7 | /typo3conf/LocalConfiguration.php | /typo3 |
Typolight | /typolight | |
Vanilla | /conf/config.php (?) | |
Website Baker CMS | /config.php (?) | /admin |
WordPress | /wp-config.php | /wp-admin |
Shop-Systeme
CMS | Konfigurationsdatei | Backend-URL |
---|---|---|
osCommerce | /admin | |
Oxid E-Shop | /config.inc.php (?) | |
Prestashop | /config/settings.inc.php | /adminXXXX XXXX steht dabei für eine zufällige vierstellige Zahl, die automatisch bei der Installation generiert wird. Dies dient der Absicherung des Backends. |
ShopWare | /config.php | /backend |
xt:commerce 3 / Gambio | /admin/includes/configure.php /includes/configure.php |
Der Login erfolgt über das Frontend |
xt:commerce VEYTON 4 | /conf/config.php | /xtAdmin |
phpBB: Nach Serverumzug werden Bilder fehlerhaft dargestellt
Tags: phpBB Kommentieren
Nach einem „Standard-Umzug“ eines phpBB-Forums (Version 3.0.12) stieß ich auf das Problem, dass einige Bilder in Posts (vornehmlich Inline-Images) nicht oder fehlerhaft dargestellt wurden. Auch ein erneuter Download über den Browser und ein anschließendes Öffnen in Photoshop produzierten eine Fehlermeldung, die auf ein defektes Bild schließen ließen. Nach diversen nervenaufreibenden Übertragungsversuchen von (in diesem Falle ca. 2.500 Grafiken zwischen 2 und 5 MB) stellte sich heraus, dass die übertragenen Bilder nach Tranfer von Server A zu Server B auf mysteriöse Weise zerstört wurden. Das liegt daran, dass die Dateien in /files
keine Dateiendung mehr besitzen und von vielen FTP-Programmen (in meinem Fall FileZilla) als ASCII-Dateien interpretiert werden, was zur Manipulation der Zeilenumbrüche führt und Binärdaten zerstört.
Einfache Abhilfe:
- FileZilla Einstellungen aufrufen
- Übertragung => Dateitypen
- Haken im Feld „Automatische Bestimmung des Dateityps“ bei der Einstellung „Dateien ohne Endung als ASCII-Dateien behandeln“ entfernen
Danach muss man die gesamte Übertragung zwar noch einmal vornehmen – in meinem Fall war das Problem damit jedoch gelöst.
Quellen