Hoe het beste Foto-album(2.053)upgraden tot album pack 1.0.3
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Hoe het beste Foto-album(2.053)upgraden tot album pack 1.0.3
Dat is mijn vraag,in onderstaande tekst kan ik niet goed opmaken wat ik moet doen:
(* Remove all the modifications listed in the install file for Smartor Photo
Album 2.0.53 (only modifications to the files, not the SQL).)
Moet ik alle "oude" bestaande files van Foto-album 2.053 verwijderen??
Of moet ik de wijzigingen die stonden in de oude install file van album 2.0.53 ongedaan maken??(Dus de files die daar aangepast moesten worden)
To Upgrade your album version 2.053 to Full Album Pack 1.0.3 you should:
* Remove all the modifications listed in the install file for Smartor Photo
Album 2.0.53 (only modifications to the files, not the SQL).
* Apply the SQL queries listed here below.
* Follow the instruction listed in: full_album_pack_1_0_3.txt
but without executing any more SQL code.
Alvast bedankt
gr richard
(* Remove all the modifications listed in the install file for Smartor Photo
Album 2.0.53 (only modifications to the files, not the SQL).)
Moet ik alle "oude" bestaande files van Foto-album 2.053 verwijderen??
Of moet ik de wijzigingen die stonden in de oude install file van album 2.0.53 ongedaan maken??(Dus de files die daar aangepast moesten worden)
To Upgrade your album version 2.053 to Full Album Pack 1.0.3 you should:
* Remove all the modifications listed in the install file for Smartor Photo
Album 2.0.53 (only modifications to the files, not the SQL).
* Apply the SQL queries listed here below.
* Follow the instruction listed in: full_album_pack_1_0_3.txt
but without executing any more SQL code.
Alvast bedankt
gr richard
- Bas
- Berichten: 2741
- Lid geworden op: 02 dec 2003, 17:38
- Locatie: Omgeving Goslar (Duitsland)
- Contacteer:
Re: Hoe het beste Foto-album(2.053)upgraden tot album pack 1
Dat stuk wat ik in de quote zette moet je doen.pumpeduse schreef: Of moet ik de wijzigingen die stonden in de oude install file van album 2.0.53 ongedaan maken??(Dus de files die daar aangepast moesten worden)

Klopt ik heb zelf ook nog wat aanpassingen gedaan(ook nog een mod voor sub-albums) en daarom dacht ik laat ik eerst eens jullie vragen..Bee schreef:Heb je mods/aanpassingen geinstalleerd/gemaakt in de album mod?
Ik ben bang dat ik de boel namelijk verkl**t....
Ik ben ook bang dat er sommige foto's verloren gaan...
vr gr richard
Re: Hoe het beste Foto-album(2.053)upgraden tot album pack 1
Bas schreef:Dat stuk wat ik in de quote zette moet je doen.pumpeduse schreef: Of moet ik de wijzigingen die stonden in de oude install file van album 2.0.53 ongedaan maken??(Dus de files die daar aangepast moesten worden)
Oke maar moet je ook de toen bijgevoegde bestanden verwijderen?
Alvast bedankt!
vr gr richard
Heb ik gedaan...
Nu krijg ik deze foutmelding als ik mijn foto-album aanklik:
Couldn't access list of Album Categories
DEBUG MODE
SQL Error : 1054 Unknown column 'c.cat_user_id' in 'where clause'
SELECT c.*, COUNT(p.pic_id) AS count, '' AS username FROM phpbb_album_cat AS c LEFT JOIN phpbb_album AS p ON c.cat_id = p.pic_cat_id WHERE cat_id <> 0 AND c.cat_user_id = 0 GROUP BY cat_id ORDER BY cat_order ASC
Line : 135
File : album_hierarchy_sql.php
En dit als ik iemands profiel bekijk:
Could not obtain ranks information
DEBUG MODE
SQL Error : 1054 Unknown column 'c.cat_user_id' in 'where clause'
SELECT count(*) AS pic_total FROM phpbb_album_cat AS c, phpbb_album AS p WHERE c.cat_user_id = 2 AND p.pic_cat_id = c.cat_id
Line : 109
File : usercp_viewprofile.php
En nog meer foutmeldingen....
gr richard
weet iemand raad?
Nu krijg ik deze foutmelding als ik mijn foto-album aanklik:
Couldn't access list of Album Categories
DEBUG MODE
SQL Error : 1054 Unknown column 'c.cat_user_id' in 'where clause'
SELECT c.*, COUNT(p.pic_id) AS count, '' AS username FROM phpbb_album_cat AS c LEFT JOIN phpbb_album AS p ON c.cat_id = p.pic_cat_id WHERE cat_id <> 0 AND c.cat_user_id = 0 GROUP BY cat_id ORDER BY cat_order ASC
Line : 135
File : album_hierarchy_sql.php
En dit als ik iemands profiel bekijk:
Could not obtain ranks information
DEBUG MODE
SQL Error : 1054 Unknown column 'c.cat_user_id' in 'where clause'
SELECT count(*) AS pic_total FROM phpbb_album_cat AS c, phpbb_album AS p WHERE c.cat_user_id = 2 AND p.pic_cat_id = c.cat_id
Line : 109
File : usercp_viewprofile.php
En nog meer foutmeldingen....
gr richard
weet iemand raad?
Iemand idee wat dit voor foutmelding is??
Could not query pics information
DEBUG MODE
SQL Error : 1054 Unknown column 'PERSONAL_GALLERY' in 'where clause'
SELECT p.pic_id, p.pic_title, p.pic_desc, p.pic_user_id, p.pic_user_ip, p.pic_time, p.pic_view_count, p.pic_lock, r.rate_pic_id, AVG(r.rate_point) AS rating, COUNT(DISTINCT c.comment_id) AS comments, MAX(c.comment_id) as new_comment FROM phpbb_album AS p LEFT JOIN phpbb_album_rate AS r ON p.pic_id = r.rate_pic_id LEFT JOIN phpbb_album_comment AS c ON p.pic_id = c.comment_pic_id WHERE p.pic_cat_id = PERSONAL_GALLERY AND p.pic_user_id = 2 GROUP BY p.pic_id ORDER BY pic_time DESC LIMIT 12
Line : 291
File : album_personal.php
Could not query pics information
DEBUG MODE
SQL Error : 1054 Unknown column 'PERSONAL_GALLERY' in 'where clause'
SELECT p.pic_id, p.pic_title, p.pic_desc, p.pic_user_id, p.pic_user_ip, p.pic_time, p.pic_view_count, p.pic_lock, r.rate_pic_id, AVG(r.rate_point) AS rating, COUNT(DISTINCT c.comment_id) AS comments, MAX(c.comment_id) as new_comment FROM phpbb_album AS p LEFT JOIN phpbb_album_rate AS r ON p.pic_id = r.rate_pic_id LEFT JOIN phpbb_album_comment AS c ON p.pic_id = c.comment_pic_id WHERE p.pic_cat_id = PERSONAL_GALLERY AND p.pic_user_id = 2 GROUP BY p.pic_id ORDER BY pic_time DESC LIMIT 12
Line : 291
File : album_personal.php
Ik heb het foto-album erop staan,upgraden is in mijn ogen niet te doen als je wat mods geinstalleerd hebt..(ik ben al mijn oude foto's kwijt)
Ik heb uiteindelijk alle mods van het oude album weer verwijderd en toen full albumpack volledig geinstalleerd.
Maar tis wel leuk geworden na wat aanpassingen..
http://www.tdisite.nl
vr gr richard
Ik heb uiteindelijk alle mods van het oude album weer verwijderd en toen full albumpack volledig geinstalleerd.
Maar tis wel leuk geworden na wat aanpassingen..
http://www.tdisite.nl
vr gr richard