habe hier folgendes problem:
bin gerade dabei Autorank PHP zu installieren.
ich benutze space bei 1&1 und alle bisheringen php scripte (auch) mit mysql laufen problemlos.
nun hier die installationsanleitung:
schritte 1-3 habe ich ausgeführt.
sogar die einzelnen dateinen in den verzeichnissen habe ich auf 777 gesetzt.
schritt 4 muss ich glaube ich nicht zu machen da datenbank ja bereits vorhanden.
nun geh ich auf schritt 5 und gebe ein wo die init.php liegt zb:
www.demo.de/demo/autorank/init.php
dort muss man die infos der datenbank eingeben wie pw, user usw.
diese trage ich dort ein.
nun bekomme ich folgende fehlermeldung:
was mache ich falsch?
die permissions sind gesetzt!
kann es an der datenbank liegen? muss ich dort noch was anlegen?
bitte um hilfe!
bin gerade dabei Autorank PHP zu installieren.
ich benutze space bei 1&1 und alle bisheringen php scripte (auch) mit mysql laufen problemlos.
nun hier die installationsanleitung:
Code:
Step 1: Upload all files and folders to your desired autorank directory on your server. Step 2: Chmod a+rwx (chmod 777) all folders that were uploaded. Step 3: Chmod a+rwx (chmod 777) index.php, in.php, and out.php. This will be necessary for the script to function properly so do not skip it. Step 4: Create a mysql database to be used by AutoRank PHP. This can be done thru shell by accessing the mysql prompt and typing 'CREATE DATABASE desired-db-name;' Or you can use any mysql admin program such as phpmyadmin ([url]http://phpmyadmin.sourceforge.net[/url]). Step 5: Point your web-browser to [url]http://www.yoursite.com/arpdir/init.php[/url] Step 6: Fill in the mysql database details pertaining to the user who has permissions to access the db you created in step 4. Step 7: If you followed the above directions, no errors should have occured and you are ready to log in to admin/setup.php using username admin and password admin. Step 8: Complete the config form you are taken to. Step 9: Configure your templates and you are ready to go.
sogar die einzelnen dateinen in den verzeichnissen habe ich auf 777 gesetzt.
schritt 4 muss ich glaube ich nicht zu machen da datenbank ja bereits vorhanden.
nun geh ich auf schritt 5 und gebe ein wo die init.php liegt zb:
www.demo.de/demo/autorank/init.php
dort muss man die infos der datenbank eingeben wie pw, user usw.
diese trage ich dort ein.
nun bekomme ich folgende fehlermeldung:
Code:
Initialization Tests Failed Below is a list of tests that failed. Please look over the list below and correct the errors. If you need assistance with any of the errors, please see the software's tests.html documentation file. * Cannot write to cache directory. Make sure the admin directory exists and set it's permissions to 777.
die permissions sind gesetzt!
kann es an der datenbank liegen? muss ich dort noch was anlegen?
bitte um hilfe!
Kommentar