Hilfe Anfänger braucht Anleitung für Foto album

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Pendragon
Mitglied
Beiträge: 8
Registriert: 14.06.2003 15:21
Wohnort: Frankreich
Kontaktdaten:

wie was häh?

Beitrag von Pendragon »

Ich meinte mit enfachen worten,kannst du mal langsamer schreiben ich hab immer noch nichts kapiert
Benutzeravatar
Schumi
Ehemaliges Teammitglied
Beiträge: 4925
Registriert: 07.10.2002 12:37

Beitrag von Schumi »

Am einfachsten wäre, wenn du uns sagst, was genau du nicht verstehst.
Mit der Aussage "Ich kapier nix" kann man nicht viel anfangen :wink:
Pendragon
Mitglied
Beiträge: 8
Registriert: 14.06.2003 15:21
Wohnort: Frankreich
Kontaktdaten:

Beitrag von Pendragon »

Ok

1) Was muss ich als erstes machen?
2) was muss ich verândern und mit was(programm)?
3) wo muss ich was tun?
4) in welcher datei muss ich die sachen abspeichern?
Benutzeravatar
Foo
Mitglied
Beiträge: 369
Registriert: 11.12.2002 21:01
Wohnort: tiefstes Sauerland
Kontaktdaten:

Beitrag von Foo »

1) Das was ich da mit --[ÖFFNE]-- etc beschrieben hab musst du tun :wink:

Beispiel:
#-----[ ÖFFNE ]-------------------------------------------------------
#
includes/constants.php
Das heißt, das du die Datei "constants.php" öffnen sollst.

2) Als Programm reicht ein einfacher Texteditor

3) ud 4) erklären sich ja eigentlich mit 1) oder?
In Meiner Signatur war Werbung und sie wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Pendragon
Mitglied
Beiträge: 8
Registriert: 14.06.2003 15:21
Wohnort: Frankreich
Kontaktdaten:

Beitrag von Pendragon »

was muss ich da genau kopiern und machen?

#-----[ KOPIERE ]-------------------------------------------------------
# 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/


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


#
#-----[ AKTION ]--------------------------------------
# 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
Gast

Beitrag von Gast »

Was kann ich falsch gemacht haben, so dss diese Meldung erscheint?
DEBUG MODE

SQL Error : 1054 Unknown column 'p.pic_id' in 'field list'

SELECT c.*, COUNT(p.pic_id) AS count FROM phpbb_album_cat AS c LEFT JOIN phpbb_album AS p ON c.cat_id = p.pic_cat_id WHERE cat_id <> 0 GROUP BY cat_id ORDER BY cat_order ASC

Line : 58
File : /www/meinedomain/album.php
JogsEr
Mitglied
Beiträge: 3
Registriert: 13.11.2005 17:36

Hilfe

Beitrag von JogsEr »

Kann mir jmd bei dem leztem Teil der Installation helfen, mir sagen was ich da genau machen muss?? :lol:
#
#-----[ KOPIERE ]-------------------------------------------------------
# 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/


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


#
#-----[ AKTION ]--------------------------------------
# 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.


#
Benutzeravatar
gloriosa
Mitglied
Beiträge: 13770
Registriert: 04.01.2005 20:23
Wohnort: Landeshauptstadt Erfurt

Hinweis

Beitrag von gloriosa »

Hallo,
eigentlich ist der Einbau von MOD's in der >>> KB:modsfaq <<< hervorragend beschriebend ! :o

Außerdem gilt >>> KB:81 <<< auf für lange *.txt- und *.tpl-Dateien ! :oops:
Viele Grüße - gloriosa :D
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
JogsEr
Mitglied
Beiträge: 3
Registriert: 13.11.2005 17:36

JO!

Beitrag von JogsEr »

eigentlich alles ganz leicht! nur der teil der Installation macht mir noch Probleme!:
#
#-----[ KOPIERE ]-------------------------------------------------------
# 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/


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


#
#-----[ AKTION ]--------------------------------------
# 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.


#

welchen text muss ich da kopieren??
und wo/wie muss ich den dann einfügen??

MFG JogsEr
JogsEr
Mitglied
Beiträge: 3
Registriert: 13.11.2005 17:36

HELP

Beitrag von JogsEr »

kann mir jmd. diesen Teil der Installation auf deutsch übersetzen??^^
Antworten

Zurück zu „phpBB 2.0: Mod Support“