Author Topic: installprobs 4images  (Read 13249 times)

0 Members and 1 Guest are viewing this topic.

Offline topher

  • Newbie
  • *
  • Posts: 12
    • View Profile
installprobs 4images
« on: April 17, 2003, 03:21:02 PM »
hey also ich hab bei evanzo meinen webspace und hab dann 4images hochgeladen und will die install php ausführen! dann kommen nur die ganzen fehlermeldungen:
Quote

Warning: opendir() [function.opendir]: SAFE MODE Restriction in effect. The script whose uid is 26056 is not allowed to access /home/www/htdocs/ost-kinder.de owned by uid 0 in /home/www/htdocs/ost-kinder.de/4images/install.php on line 63

Warning: opendir(./lang) [function.opendir]: failed to open dir: No such file or directory in /home/www/htdocs/ost-kinder.de/4images/install.php on line 63

Warning: closedir(): supplied argument is not a valid Directory resource in /home/www/htdocs/ost-kinder.de/4images/install.php on line 73

Warning: main() [function.main]: Unable to access ./lang/deutsch/install.php in /home/www/htdocs/ost-kinder.de/4images/install.php on line 84

Warning: main(./lang/deutsch/install.php) [function.main]: failed to create stream: No such file or directory in /home/www/htdocs/ost-kinder.de/4images/install.php on line 84

Warning: main() [function.main]: Failed opening './lang/deutsch/install.php' for inclusion (include_path='') in /home/www/htdocs/ost-kinder.de/4images/install.php on line 84

Warning: main() [function.main]: Unable to access ./includes/constants.php in /home/www/htdocs/ost-kinder.de/4images/install.php on line 97

Warning: main(./includes/constants.php) [function.main]: failed to create stream: No such file or directory in /home/www/htdocs/ost-kinder.de/4images/install.php on line 97

Warning: main() [function.main]: Failed opening './includes/constants.php' for inclusion (include_path='') in /home/www/htdocs/ost-kinder.de/4images/install.php on line 97



Warning: opendir() [function.opendir]: SAFE MODE Restriction in effect. The script whose uid is 26056 is not allowed to access /home/www/htdocs/ost-kinder.de owned by uid 0 in /home/www/htdocs/ost-kinder.de/4images/install.php on line 284

Warning: opendir(./includes) [function.opendir]: failed to open dir: No such file or directory in /home/www/htdocs/ost-kinder.de/4images/install.php on line 284


dann hab ich den tipp bekommen, den safemode abschalten zu lassen.. naja hab dann ne mail geschrieben und in der antwort stand drin dass sie das leider nich machen und dass die probs vielleicht von der umstellung des server auf php 4.3 kommen könnten! kann mir jmd helfen??

danke topha

Offline Maweryk

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
installprobs 4images
« Reply #1 on: April 17, 2003, 03:31:19 PM »
Try this:

[MOD] for Bypassing The SAFE MODE

http://www.4homepages.de/forum/viewtopic.php?t=3958

Cheers,

Markus

Offline topher

  • Newbie
  • *
  • Posts: 12
    • View Profile
:-))
« Reply #2 on: April 17, 2003, 03:35:54 PM »
YEAH THX FOR FAST HELP.. i searched for topics but there were so much and i didnt find something that did fit

Offline topher

  • Newbie
  • *
  • Posts: 12
    • View Profile
still same problem
« Reply #3 on: April 17, 2003, 03:59:27 PM »
i rewrote both files but i have still the same problem :(
i dont have problems with managing 4images yet but i do have problems installing 4images :(

Offline Maweryk

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
installprobs 4images
« Reply #4 on: April 17, 2003, 04:08:13 PM »
Die obigen Fehlermeldungen kommen, wenn Du auf Installation starten klickst?

Offline topher

  • Newbie
  • *
  • Posts: 12
    • View Profile
installprobs 4images
« Reply #5 on: April 17, 2003, 04:10:10 PM »
ja leider

Offline Maweryk

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
installprobs 4images
« Reply #6 on: April 17, 2003, 04:22:10 PM »
Hmm, da kann ich Dir leider nicht weiterhelfen.
Vielleicht ist Jan so nett und hilft Dir bei der Installation.
Hier noch ein Link, der sich intensiv mit Safe Mode beschäftigt. :wink:

http://4homepages.de/forum/viewtopic.php?t=4535

Viel Glück.

Markus

Offline topher

  • Newbie
  • *
  • Posts: 12
    • View Profile
thx
« Reply #7 on: April 17, 2003, 04:29:17 PM »
das wär natürlich cool wenn er mir dabei helfen würde.... naja ich les jetzt mal die anderen post durch die du mir gegeben hast :)

Offline Maweryk

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
installprobs 4images
« Reply #8 on: April 17, 2003, 04:31:48 PM »
Probier doch mal bitte die Werte von Hand in die config_new.php einzutragen.
Dann noch mal die Seite aufrufen. Klappt es jetzt schon wieder nicht, die Datei mal in config.php umbenennen und schauen, wie sich 4images dann verhält.
Wenn der Installer nicht bis zum Ende durchläuft, dann werden auch keine neuen Tabellen in der Datenbank erstellt und 4images wird nicht laufen.

Gruß

Markus

Offline topher

  • Newbie
  • *
  • Posts: 12
    • View Profile
installprobs 4images
« Reply #9 on: April 17, 2003, 04:42:54 PM »
ich kann ja noch nichtmal die install.php ausführen.. dann kommen die obengenannten fehler... also kann ich nicht erkennen was ich in die felder eintragen muss!!! --> 4images läuft noch gar nicht.. das kommt gleich am anfang

Offline Maweryk

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
installprobs 4images
« Reply #10 on: April 17, 2003, 04:47:16 PM »
Logo, aber du kannst doch die Datei config.new.php mit einem Editor ändern und dann wieder hochladen, oder?
Inhalt von config.new.php:

Code: [Select]
$db_servertype = "mysql";
$db_host = "";
$db_name = "";
$db_user = "";
$db_password = "";

$table_prefix = "4images_";

define('4IMAGES_ACTIVE', 1);



Macht es KLICK.  :wink:

Gruß

Markus

PS.: db_host, db_user etc. hast Du von evanzo erhalten.

Offline topher

  • Newbie
  • *
  • Posts: 12
    • View Profile
hab ich gemacht
« Reply #11 on: April 17, 2003, 04:57:54 PM »
so das hab ich gemacht.. aber ich weiss nich welchen ordner und dateien ich chmod 777 geben muss.. und wenn ich dann die index.php öffnen will kommen folgende fehler:

Quote

Warning: main() [function.main]: Unable to access ./global.php in /home/www/htdocs/ost-kinder.de/4images/index.php on line 31

Warning: main(./global.php) [function.main]: failed to create stream: No such file or directory in /home/www/htdocs/ost-kinder.de/4images/index.php on line 31

Warning: main() [function.main]: Failed opening './global.php' for inclusion (include_path='') in /home/www/htdocs/ost-kinder.de/4images/index.php on line 31

Warning: main() [function.main]: Unable to access ./includes/sessions.php in /home/www/htdocs/ost-kinder.de/4images/index.php on line 32

Warning: main(./includes/sessions.php) [function.main]: failed to create stream: No such file or directory in /home/www/htdocs/ost-kinder.de/4images/index.php on line 32

Fatal error: main() [function.main]: Failed opening required './includes/sessions.php' (include_path='') in /home/www/htdocs/ost-kinder.de/4images/index.php on line 32

außerdem hab ich ja noch nix eingegeben zwecks admin und so
:(

Offline Maweryk

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
installprobs 4images
« Reply #12 on: April 17, 2003, 05:08:37 PM »
5. Setzen die angegebenen Zugriffsrechte für folgende Verzeichnisse:

     chmod 777 (drwxrwxrwx) : data
     chmod 777 (drwxrwxrwx) : data/database
     chmod 777 (drwxrwxrwx) : data/media
     chmod 777 (drwxrwxrwx) : data/thumbnails
     chmod 777 (drwxrwxrwx) : data/tmp_media
     chmod 777 (drwxrwxrwx) : data/tmp_thumbnails
     chmod 777 (drwxrwxrwx) : templates
     chmod 777 (drwxrwxrwx) : templates/default
     chmod 777 (drwxrwxrwx) : templates/default/media

     Setzen die angegebenen Zugriffsrechte für folgende Dateien:

     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default"
     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default/media"

Wenn Du z.B. WS_FTP verwendest.
Ordner anklicken, rechte Maustaste, chmod(Unix) und dann überall einen Haken reinmachen und auf OK klicken. Jetzt sieht du unten links, wie der Ordner auf 777 geändert wurde.

Viel Glück.

Markus

Offline topher

  • Newbie
  • *
  • Posts: 12
    • View Profile
installprobs 4images
« Reply #13 on: April 17, 2003, 05:15:36 PM »
jo das hab ich gemacht.. aber admin iss noch nicht gesetzt.. und wenn ich die index.php aufrufe kommen immernoch die gleichen fehler.. und wenn ich config.php aurufe passiert gar nix

Offline Maweryk

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
installprobs 4images
« Reply #14 on: April 17, 2003, 05:28:19 PM »
Sorry, aber dann musst Du wirklich auf Jan warten.

Schöne Ostertage.

Markus