Nu kan ik 5.3 activeren door:
Code: Select all
<FilesMatch "\.php$">
AddHandler x-httpd-php53 .php
</FilesMatch>
MAAR ... als ik dat doe krijg ik deze meldingen op de site.
Code: Select all
Warning: session_start() [function.session-start]: open(/tmp/sess_e0293295a733c235efd5575b9aafeceb, O_RDWR) failed: Permission denied (13) in /home/MYWEBSITE/public_html/site/include.php on line 51
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/MYWEBSITE/public_html/site/include.php:51) in /home/MYWEBSITE/public_html/site/include.php on line 51
Warning: Cannot modify header information - headers already sent by (output started at /home/MYWEBSITE/public_html/site/include.php:51) in /home/MYWEBSITE/public_html/site/index.php on line 153
Warning: Cannot modify header information - headers already sent by (output started at /home/MYWEBSITE/public_html/site/include.php:51) in /home/MYWEBSITE/public_html/site/index.php on line 154
Warning: Cannot modify header information - headers already sent by (output started at /home/MYWEBSITE/public_html/site/include.php:51) in /home/MYWEBSITE/public_html/site/index.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at /home/MYWEBSITE/public_html/site/include.php:51) in /home/MYWEBSITE/public_html/site/index.php on line 156
Warning: Cannot modify header information - headers already sent by (output started at /home/MYWEBSITE/public_html/site/include.php:51) in /home/MYWEBSITE/public_html/site/index.php on line 157
Warning: Cannot modify header information - headers already sent by (output started at /home/MYWEBSITE/public_html/site/include.php:51) in /home/MYWEBSITE/public_html/site/index.php on line 292