Author Topic: install.php Loop  (Read 4527 times)

0 Members and 1 Guest are viewing this topic.

Offline flavius

  • Pre-Newbie
  • Posts: 6
    • View Profile
install.php Loop
« on: November 11, 2002, 02:47:00 AM »
Ich hab 4images1.7 auf meiner Website installiert (Linux, fresh install) und die Installation lief einwandfrei und wurde bestätigt. Leider kann ich trotzdem weder die index.php noch die /admin/index.php aufrufen. Ich lande jedesmal wieder auf der install.php
Was mache ich falsch ?

Vielen Dank für die Hilfe im Voraus.

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
install.php Loop
« Reply #1 on: November 11, 2002, 11:20:25 AM »
Erstmal solltest Du die install.php nach der Installation vom Server löschen ;)

Evtl. hilft das (2. Punkt):
http://www.4homepages.de/forum/viewtopic.php?t=2296

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

Offline flavius

  • Pre-Newbie
  • Posts: 6
    • View Profile
install.php Loop
« Reply #2 on: November 11, 2002, 03:05:47 PM »
1. Hatte ich gemacht, aber immer nur einen 404 Error bekommen.

2. Hab jetzt die config.new.php umbenannt. Jetzt geht es zwar weiter, aber mit folgender Fehlermeldung:
Template Error: Couldn't open Template ./templates/default/whos_online.html

Die whos_online.html war bei mir garnicht im zip. Wo krieg ich die denn jetzt her ?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
install.php Loop
« Reply #3 on: November 11, 2002, 03:37:47 PM »
Doch, die Datei muss dabei sein. Evtl. ein Fehler beim entpacken des zips. Zur Not hier der Inhalt:
Code: [Select]
<table width="450" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td class="head1">
      <table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr>
          <td valign="top" class="head1">{lang_user_online}</td>
        </tr>
        <tr>
          <td valign="top" class="row2">
   {lang_user_online_detail}
   <br />
            {user_online_list}
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

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