- SPL
- standard
- xml
+ - zlib
Some extensions can be optionally compiled into PHP. A list of loaded
extensions can be checked using the phpinfo() function.
- memory_limit set to at least to 64M in php.ini
- cURL
- filter
- GD2
+ - hash
- JSON
- mbstring
- mysql
- SPL
- standard
- xml
+ - zlib
Some extensions can be optionally compiled into PHP. A list of loaded
extensions can be checked using the phpinfo() function.
- memory_limit set to 128M or more in php.ini
"sudo" command. Assuming that the web server user is in the group named
"apache", execute the following commands in the web site root directory:
sudo chgrp -R apache fileadmin typo3temp typo3conf uploads
- sudo chmod g+rwX,o-w fileadmin typo3temp typo3conf uploads
+ sudo chmod -R g+rwX,o-w fileadmin typo3temp typo3conf uploads
If "sudo" is not available, ask your hosting company to change the permissions.
/var/log/httpd. Check with your hosting provider if you are in doubt where
the logs are located.
+Q: Backend or Installer looks strange, no images just black and white?
+A: Maybe you missed some configuration in your .htaccess file.
+ Have a look at typo3_src/misc/advanced.htaccess to find the options
+ you might need.
+
Q: I went through the setup process and created an admin user. Why can't I log
in now?
A: If you use MySQL 5.x or newer, try setting it to "compatible" mode. Open the