Hallo Leute,
hab nun schon desöfteren cmsms installiert, aber das habe ich auch noch nicht gesehen: url deleted
selbst wenn ich auf das install-Verzeichniss zugreife, bekomme ich diese Ausgabe. Hab das ganze bisher schon dreimal neu aufgesetzt, bekomme aber jedesmal das selbe Ergebniss. Mein Host ist 1&1 - an dem solls aber nicht liegen, da ich schon einige Seiten bei dem habe die einwandfrei laufen.
wo liegt das Problem? Wäre nett wenn einer helfen kann.
grüße
seltsames passiert hier.
seltsames passiert hier.
Last edited by konsument on Wed Aug 12, 2009 5:53 pm, edited 1 time in total.
Re: seltsames passiert hier.
The following directories must be writable by the web server:
'; echo 'tmp/cache
'; echo 'tmp/templates_c
'; echo '
Please correct by executing:
chmod 777 tmp/cache
chmod 777 tmp/templates_c
Maybe you have to correct these settings.
Success,
Rob
'; echo 'tmp/cache
'; echo 'tmp/templates_c
'; echo '
Please correct by executing:
chmod 777 tmp/cache
chmod 777 tmp/templates_c
Maybe you have to correct these settings.
Success,
Rob
Re: seltsames passiert hier.
allready tried - without any success.
noch jemand ne Idee?
noch jemand ne Idee?
Re: seltsames passiert hier.
Hmmm..
It seems that the PHP script isn't executed, you just get the code.
I assume you have this in Apache conf --- AddType application/x-httpd-php .php .phtml --- because other php pages do work fine.
But hey... http://www.maler-juergens.de/ has links to http://www.php-entwickler.com/juergens/home/index.php?
Have you checked your rewrite rules in .htaccess?
Maybe you need to set the RewriteBase..
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^(.*)$ index.php?page=$1 [L]
I hope this will help.
Cheers, Rob
It seems that the PHP script isn't executed, you just get the code.
I assume you have this in Apache conf --- AddType application/x-httpd-php .php .phtml --- because other php pages do work fine.
But hey... http://www.maler-juergens.de/ has links to http://www.php-entwickler.com/juergens/home/index.php?
Have you checked your rewrite rules in .htaccess?
Maybe you need to set the RewriteBase..
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^(.*)$ index.php?page=$1 [L]
I hope this will help.
Cheers, Rob
Re: seltsames passiert hier.
Thanks for the hint to htaccess. There was an AddHandler command for using only php4. Now everything works fine. 

Re: seltsames passiert hier.
Congratulations!!!
Re: seltsames passiert hier.
Trotzdem seltsam, CMSms sollte mit PHP 4 und 5 funktionieren ...konsument wrote: There was an AddHandler command for using only php4. Now everything works fine.![]()
Re: seltsames passiert hier.
Es stand genau das in der htaccess: AddHandler application/x-httpd-php4 .php
Ich kenne mich damit so gut wie gar nicht aus, aber möglicherweise beschränkt das die Funktionalität lediglich auf PHP 4.0 und hat deshalb nur den Code ausgespuckt.
Ich kenne mich damit so gut wie gar nicht aus, aber möglicherweise beschränkt das die Funktionalität lediglich auf PHP 4.0 und hat deshalb nur den Code ausgespuckt.