Seite 1 von 1

Photo Album 2.0.53 - Nur Fehler, Hilfäää...>_<

Verfasst: 02.08.2005 22:50
von Alita-san
Huhu,

ich hätte für mein Forum gerne eine Gallerie, wo man Bilder hoch laden kann. Nun hab ich hier schon etwas im Forum rum gesucht und bin auf das Album von Smator gestossen.
Leider bin ich alles andere als ein Englisch- Ass und hab auch kein Plan von dieser php Programmierung. :roll:

Ich hab mich jetzt soweit ichs lesen konnte durch die Installations Anleitung gekämpft, aber nun ist aus.

Gibts irgendwo eine Anleitung auf Deutsch und vielleicht für Einsteiger??
#-----[ OPEN ]-------------------------------------------------------
#
includes/constants.php

#
#-----[ FIND ]----------------------------------------
#
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}


#
#-----[ AFTER, ADD ]----------------------------------
# Don't worried! This file is very *lite*
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
Das habe ich jetzt zB so verstanden, dass ich die constants.php Datei öffne, dort nach den
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
suche und dahinter einfach
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
rein haue.

Also so:
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
So habe ich das mit allen anderen Sachen, die in der Installations Anleitung beschrieben sind, gemacht. Und wo BEFORE stand, habe ichs davor eingefügt.

Hab ich das so richtig gemacht??

Und ab hier versteh ich dann nur noch Bahnhof:
-----[ COPY ]-------------------------------------------------------
# These following instructions mean...
# Upload all files in directory "phpbb_root" with their structure to your phpBB root directory
#
# Remember to upload all the language files and template files to all your
# language packs and template directories
#
# If you use FTP please remember to use ASCII mode for text files (*.php, *.tpl)
# and BINARY mode for image files (*.jpg, *.gif)
# Fortunately good FTP clients today can auto-detect the mode for your files

copy phpbb_root/*.php to *.php
copy phpbb_root/admin/*.php to admin/
copy phpbb_root/album_mod/*.* to album_mod/
copy phpbb_root/language/lang_english/*.php to language/lang_english/
copy phpbb_root/templates/subSilver/*.* to templates/subSilver/
copy phpbb_root/templates/subSilver/admin/*.* to templates/subSilver/admin/
copy phpbb_root/templates/subSilver/images/*.* to templates/subSilver/images/
copy phpbb_root/templates/subSilver/images/lang_english/*.* to templates/subSilver/images/lang_english/


#
#-----[ ACTION ]--------------------------------------
# Create folder: album_mod/upload
# Create folder: album_mod/upload/cache


#
#-----[ ACTION ]--------------------------------------
# Require for Unix-like host (you can use your FTP client to do this)
#
# CHMOD 777 album_mod/upload
# CHMOD 777 album_mod/upload/cache


#
#-----[ SQL ]--------------------------------------------------------
# For FRESH Install Only!!! If you *upgrade* from Album v1.x.x you
# must *skip* this step to go to the *next* step!
#
# This Photo Album must add 5 tables into your database.
# Fortunately it will not alter any existed tables :)
#
# Upload album_db_install.php and album_mysql.sql to your phpBB root
# directory then run album_db_install.php by typing on the browser
# After that, delete both files immediately
#
# If you do not want to run album_db_install.php you can run the SQL
# queries manually in album_mysql.sql
#
##########


#
# If you are using phpBB older-than204 you should read file patch_phpBB_older-than-204.txt
#
# If you are using phpBB 2.0.4 you should read file patch_phpBB_204.txt
#


# After install, you should check your AdminCP
#
# If you have any problems try to look at FAQ.TXT first!
#
# Keep all files in this archive at a safe place in your hard disk. You
# maybe will need it again if you want to upgrade in future :)
# Normally, you can download the lastest version only from my site. So
# if you lost these files, you would not look back again.


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Ich habe wie schon geschrieben ein bestehendes Forum, wo ich das rein hauen will. Habe allerdings noch ein Forum zum rum testen gemacht, bevor ich das richtige Forum mit meinen Testerein schrotte.

Kann mir dort vielleicht Jemand helfen? *winsel*

Grüße
Alita

Verfasst: 03.08.2005 17:00
von Alita-san
Huhu,

so ein wenig weiter bin ich jetzt und hab das Album auch mehr oder weniger installiert. Ich scheine aber einiges Falsch gemacht zu haben, denn es gibt kein Knopf, wo man die Bilder hoch laden kann und im Admin Bereich kommen diese Meldungen:

Bei Categories:
Warning: main(../language/lang_german/lang_main_album.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/alkaemy3000/admin/admin_album_cat.php on line 37
Bei Clear Cache:
Warning: main(../language/lang_german/lang_main_album.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/alkaemy3000/admin/admin_album_clearcache.php on line 37
Bei Konfiguration:
Warning: main(../language/lang_german/lang_main_album.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/alkaemy3000/admin/admin_album_config.php on line 37
Bei Befugnisse:
Warning: main(../language/lang_german/lang_main_album.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/alkaemy3000/admin/admin_album_auth.php on line 37
Und Personal Galleries:
Warning: main(../language/lang_german/lang_main_album.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/alkaemy3000/admin/admin_album_personal.php on line 37
Hab ich da jetzt irgendwas vergessen oder falsch gemacht??
Hab ja wie gesagt das Forum zum testen gemacht, wenn ich das Album dann ins richtige Forum einbringe, muss es ohne Probleme klappen. :?

Hilfäääää!! >_<

Ach falls wer die URL brauch: http://alkaemy3000.al.funpic.de

Grüße
Alita

Verfasst: 03.08.2005 18:11
von Max
Hallo,


Deine Fehlermeldungen sagen eigentlich nur, dass nicht alle Files dort sind, wo sie sein sollen.
Kontrolliere mal den Upload der MOD-Files nach, ob alles richtig hochgeladen wurde und auch die Zielordner stimmen.



Gruß Max

Verfasst: 04.08.2005 13:29
von Alita-san
Huhu,

die Fehler im Admin Bereich hab ich jetzt weg bekommen (die lang_ Datein haben im deutschen Sprach- Ordner gefehlt..).

Nun habe ich ein anderes Problem, wenn ich auf Album gehe, kommt nur noch ein Error bzw NICHTS! Woran kann das wieder liegen? *verzweifel*

Wenn mir wer helfen will, kann er auch meine FTP Daten haben um zu schauen, was da nicht stimmt.

Grüße
Alita