Hallo zusammen!
Ich hab mir ein Buchungssystem für ne Virtuale Airline gekauft. Nun häng ich an einer sache bei der install. Und zwar soll ich laut Anleitung:
Open up admin_add_download.php in the admin folder and change the $target_path (line 42 in code) to the link on your server
Ist das so gemeint: root/html/Buchungssystem ?
Bei Zeile 42 hab ich leider nicht stehen. Wäre klasse wenn mir einer das beantworten könnte.
Gruss
PS: Hier nochmal die genaue Anleitung
1. Upload all files and folders to your web server
2. Create a new database and run the install_database file
3. Edit data.php to match your database connections
4. Edit data.php in the admin folder to match your database connections
5. Change the permission to 777 for the 'uploads' folder (CHMOD)
6. Open up admin_add_download.php in the admin folder and change the $target_path (line 42 in code) to the link on your server.
install_database hab ich mit der sql datei gemacht.
Ich hab mit $target_path 2 sachen zur auswahl und zwar
$target_path = "/home/username/public_html/uploads/";
$target_path = $target_path . basename( $_FILES['uploadedfile']['name']);
Hab es auch so versucht. $target_path = "/http://www.european-lloyd.de/root/html/Buchungssystem/uploads/";
Auch ohne root versucht. Sagt aber immer Error Connecting to the database. Obwohl die daten alle richtig sind. Denn andere sachen kann ich mit denn daten auch installieren
Ich hab mir ein Buchungssystem für ne Virtuale Airline gekauft. Nun häng ich an einer sache bei der install. Und zwar soll ich laut Anleitung:
Open up admin_add_download.php in the admin folder and change the $target_path (line 42 in code) to the link on your server
Ist das so gemeint: root/html/Buchungssystem ?
Bei Zeile 42 hab ich leider nicht stehen. Wäre klasse wenn mir einer das beantworten könnte.
Gruss
PS: Hier nochmal die genaue Anleitung
1. Upload all files and folders to your web server
2. Create a new database and run the install_database file
3. Edit data.php to match your database connections
4. Edit data.php in the admin folder to match your database connections
5. Change the permission to 777 for the 'uploads' folder (CHMOD)
6. Open up admin_add_download.php in the admin folder and change the $target_path (line 42 in code) to the link on your server.
install_database hab ich mit der sql datei gemacht.
Ich hab mit $target_path 2 sachen zur auswahl und zwar
$target_path = "/home/username/public_html/uploads/";
$target_path = $target_path . basename( $_FILES['uploadedfile']['name']);
Hab es auch so versucht. $target_path = "/http://www.european-lloyd.de/root/html/Buchungssystem/uploads/";
Auch ohne root versucht. Sagt aber immer Error Connecting to the database. Obwohl die daten alle richtig sind. Denn andere sachen kann ich mit denn daten auch installieren
Kommentar