Author Topic: install.php error (Die Installation war erfolgreich!)  (Read 3857 times)

0 Members and 1 Guest are viewing this topic.

Offline suzkaw

  • Pre-Newbie
  • Posts: 8
    • View Profile
install.php error (Die Installation war erfolgreich!)
« on: August 16, 2002, 04:29:27 PM »
I am trying to install the script and it is not working. :(  Anyway I have downloaded the install.htm script after the install.php doesn't but it still doesn't work.  Also I have chmod all my files 777 so it should have no problem righting to it.

Please can someone give me some advice on what to do next? Can I just edit the file with my database info? and not go through the install.

Thanks,
Eric

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
install.php error (Die Installation war erfolgreich!)
« Reply #1 on: August 16, 2002, 05:35:05 PM »
Rename the file config.new.php to config.php, open it and fill out the required variables and change:
Code: [Select]
//define('4IMAGES_ACTIVE', 1);
to
Code: [Select]
define('4IMAGES_ACTIVE', 1);

Then use the mysql dump in "data/database/default" to insert the tables and basic data to your database.

Point your browser to your 4images installation folder an login with admin/admin. You will find the link to the "Control Panel" at the bottom of each page.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline suzkaw

  • Pre-Newbie
  • Posts: 8
    • View Profile
install.php error (Die Installation war erfolgreich!)
« Reply #2 on: August 16, 2002, 05:53:14 PM »
Thank you.  It worked perfectly.