Seite 2 von 3

wie was häh?

Verfasst: 14.06.2003 16:39
von Pendragon
Ich meinte mit enfachen worten,kannst du mal langsamer schreiben ich hab immer noch nichts kapiert

Verfasst: 14.06.2003 16:41
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:

Verfasst: 14.06.2003 16:46
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?

Verfasst: 14.06.2003 17:03
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?

Verfasst: 14.06.2003 17:13
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

Verfasst: 22.06.2003 16:39
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

Hilfe

Verfasst: 19.11.2005 21:50
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.


#

Hinweis

Verfasst: 19.11.2005 22:04
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:

JO!

Verfasst: 21.11.2005 15:52
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

HELP

Verfasst: 22.11.2005 17:46
von JogsEr
kann mir jmd. diesen Teil der Installation auf deutsch übersetzen??^^