[REL] Gallery Block 1.4.1
Forum rules
This forum is not for support requests.
Only post Modifications for Board3 Portal 1.0.x in this forum.
This forum is not for support requests.
Only post Modifications for Board3 Portal 1.0.x in this forum.
Re: [REL] Gallery Block 1.4.0
No one? I'd really like to get this mod working, it's the one I've been asked for more than anything else. The index page is working, it's just the portal that isn't. Is it likely to be the mod to move it into the root that causing it?
Regards
Doug
Regards
Doug
Re: [REL] Gallery Block 1.4.0
Hallo
Ich hab ein Problem bei der Installation.
Ich hab das neuste Board3 drauf und die Gallery 1.0.0 und diesen Mod 1.4.0
Sobald ich bei der Installation zu der Seite kommt wo er mir anzeigt ob Board3 1.0.3 und Gallery 1.0.0 installiert sind, zeigt er mir nur JA bei dem Board an. Bei der Gallery steht nix und ich kann somit nicht weiter installieren.
Woran könnte das liegen?
Danke schonmal für die Hilfe.
Ich hab ein Problem bei der Installation.
Ich hab das neuste Board3 drauf und die Gallery 1.0.0 und diesen Mod 1.4.0
Sobald ich bei der Installation zu der Seite kommt wo er mir anzeigt ob Board3 1.0.3 und Gallery 1.0.0 installiert sind, zeigt er mir nur JA bei dem Board an. Bei der Gallery steht nix und ich kann somit nicht weiter installieren.
Woran könnte das liegen?
Danke schonmal für die Hilfe.
-
- Active Member
- Posts: 2
- Joined: 28. July 2009 10:03
- phpBB.de User: sportclassic
- phpBB.com User: sportclassic
Re: [REL] Gallery Block 1.4.0
www.sport-classic.net
Board version: 3.0.4
Database server: MySQL 5.0.81-community
Board3 Portal Version v1.0.3
I updated my portal to the latest release. Board3 Portal Version v1.0.3
everything was go from there.
Then I installed the gallery block.
Now I have errors left and right.
template->_tpl_load_file(): File ./styles/subsilver2/template/gallery/recent_body.html does not exist or is empty
Which is now the last one I get.
Before it was giving me sql errors of:
General Error
SQL ERROR [ mysql4 ]
Table 'ducati_phpb1.GALLERY_CONFIG_TABLE' doesn't exist [1146]
SQL
SELECT * FROM GALLERY_CONFIG_TABLE
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: nstall/install_functions.php
LINE: 88
CALL: dbal_mysql->sql_query()
FILE: nstall/install_install.php
LINE: 102
CALL: load_gallery_config()
FILE: nstall/install_install.php
LINE: 67
CALL: install_install->check_server_requirements()
FILE: nstall/index.php
LINE: 184
CALL: install_install->main()
FILE: nstall/index.php
LINE: 56
CALL: module->load()
So I am at a loss.... I'm not a greenhorn. But I'm not a everyday coder. Any help?
At this point I guess I need to run a back up to start over on my board
Board version: 3.0.4
Database server: MySQL 5.0.81-community
Board3 Portal Version v1.0.3
I updated my portal to the latest release. Board3 Portal Version v1.0.3
everything was go from there.
Then I installed the gallery block.
Now I have errors left and right.
template->_tpl_load_file(): File ./styles/subsilver2/template/gallery/recent_body.html does not exist or is empty
Which is now the last one I get.
Before it was giving me sql errors of:
General Error
SQL ERROR [ mysql4 ]
Table 'ducati_phpb1.GALLERY_CONFIG_TABLE' doesn't exist [1146]
SQL
SELECT * FROM GALLERY_CONFIG_TABLE
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: nstall/install_functions.php
LINE: 88
CALL: dbal_mysql->sql_query()
FILE: nstall/install_install.php
LINE: 102
CALL: load_gallery_config()
FILE: nstall/install_install.php
LINE: 67
CALL: install_install->check_server_requirements()
FILE: nstall/index.php
LINE: 184
CALL: install_install->main()
FILE: nstall/index.php
LINE: 56
CALL: module->load()
So I am at a loss.... I'm not a greenhorn. But I'm not a everyday coder. Any help?
At this point I guess I need to run a back up to start over on my board
-
Topic author - Former Team Member
- Posts: 2266
- Joined: 19. January 2008 01:17
- phpBB.de User: Christian_N
- phpBB.com User: Christian_N
- Location: Frankfurt
- Contact:
Re: [REL] Gallery Block 1.4.0
@Plex es ist etwas seltsam, wenn die Gallery installiert ist sollte er eigentlich auch dort "JA" anzeigen.
Dann lösche die Prüfung einfach mal aus der install/install_install.php raus.
FINDE:
ERSETZEN MIT:
Dadurch wird die Prüfung einfach übersprungen.
@sportclassic you have not installed the Gallery MOD from nickvergessen...
Dann lösche die Prüfung einfach mal aus der install/install_install.php raus.
FINDE:
Code: Select all
'U_ACTION' => $this->p_master->module_url . "?mode=$mode&sub=requirements",
Code: Select all
'U_ACTION' => $this->p_master->module_url . "?mode=$mode&sub=create_table",
@sportclassic you have not installed the Gallery MOD from nickvergessen...
Christian_N wrote:Addon-Requirements: board3 Portal v1.0.3 (to download) and Gallery by nickvergessen v1.0.0 (to download)
-
- Active Member
- Posts: 2
- Joined: 28. July 2009 10:03
- phpBB.de User: sportclassic
- phpBB.com User: sportclassic
Re: [REL] Gallery Block 1.4.0
I think what might have happen is
I had a old gallery on the site before we went to using the portal.
When I upgraded the forum from 3.0.0 to the current 3.0.4 the old gallery stopped working.
So I then decided to just change the site to the portal. And everything was great. We just had no gallery.
So last week I found this gallery block and wanted to install it.
We were running the last verson of the portal and needed to be upgraded to the latest release.
So I backed up the forum and the server. Figuring ok two back ups... life is good.
I then updated the old portal to the latest release everything worked as planned.
Ran another set of back ups.
Then started to install the gallery block 1.4.0
After that it all went down hill.
I'm not sure at this point what to do.
I had to run a older back up just to recover the site. Its not running any portal right now but the files are there. I cant seem to figure out why.
So at this point if anyone can help me, my site has been offline for 2 days now.
I had a old gallery on the site before we went to using the portal.
When I upgraded the forum from 3.0.0 to the current 3.0.4 the old gallery stopped working.
So I then decided to just change the site to the portal. And everything was great. We just had no gallery.
So last week I found this gallery block and wanted to install it.
We were running the last verson of the portal and needed to be upgraded to the latest release.
So I backed up the forum and the server. Figuring ok two back ups... life is good.
I then updated the old portal to the latest release everything worked as planned.
Ran another set of back ups.
Then started to install the gallery block 1.4.0
After that it all went down hill.
I'm not sure at this point what to do.
I had to run a older back up just to recover the site. Its not running any portal right now but the files are there. I cant seem to figure out why.
So at this point if anyone can help me, my site has been offline for 2 days now.
Re: [REL] Gallery Block 1.4.0
Ok, hat funktioniert. Tausend Dank
-
Topic author - Former Team Member
- Posts: 2266
- Joined: 19. January 2008 01:17
- phpBB.de User: Christian_N
- phpBB.com User: Christian_N
- Location: Frankfurt
- Contact:
Re: [REL] Gallery Block 1.4.1
Released v1.4.1...
History
History
- View: http://www.phpbb-projekt.de/tracker.php ... 1&u=0&at=0
- [ FIX ] Bug-Report #40
- [ FIX ] Bug-Report #39
- [ ADD ] Disable block icon... config since B3P 1.0.4
- [ CHANGE ] width="16px" height="16px" to width="16" height="16"
- [ CHANGE ] Unreported: Compatible with board3 Portal 1.0.4
- [ CHANGE ] Unreported: MODX 1.2.3
Re: [REL] Gallery Block 1.4.1
I'm running Gallery 1.0.3., Board3 Portal 1.0.2, and looking to update this block add-on, which I think is almost a year old on my system. Do I HAVE to update to Board3 1.0.4 to use this add-on now?
And I use Filezilla FTP - can it be configured to actually find my .htaccess file? LOL...
Sorry for the Noob questions.
Thank you
And I use Filezilla FTP - can it be configured to actually find my .htaccess file? LOL...
Sorry for the Noob questions.
Thank you
-
Topic author - Former Team Member
- Posts: 2266
- Joined: 19. January 2008 01:17
- phpBB.de User: Christian_N
- phpBB.com User: Christian_N
- Location: Frankfurt
- Contact:
Re: [REL] Gallery Block 1.4.1
The Gallery block v1.4.1 works only with B3P v1.0.4 please update your B3P version until to v1.0.4
Sorry for my bad English.
No idea on this issue, please use Google or ask the question new on phpBB.com.novanilla wrote:And I use Filezilla FTP - can it be configured to actually find my .htaccess file? LOL...
Sorry for my bad English.
Re: [REL] Gallery Block 1.4.1
Thank you for your help. Your English is fine, I'm grateful that you continue to work on and support these projects!
-
- Valued Contributor
- Posts: 51
- Joined: 10. May 2009 21:08
- phpBB.de User: MeSsIaH
- Location: Arberg
- Contact:
Re: [REL] Gallery Block 1.4.1
Nabend..
hab in meinem Testforum auf B3P 1.0.4 gehoben, hab darin die Gallery 1.0.3 laufen.
und hatte bisher den Gallery Block 1.4.0 am laufen.
Bin jetzt auf Gallery Block 1.4.1 gegangen.
Laut install.xml soll man in der root\portal\block\dditional_block.php
include($phpbb_root_path . 'portal/block/gallery.'.$phpEx)
einfügen.
Wenn ich das mache, bekomme ich im Portal, mit Klick auf die "Foren-Übersicht" bzw. auf die "Gallery" eine Fehlermeldung.
Fatal error: Cannot redeclare recent_gallery_images() (previously declared in ...\gallery\includes\functions_recent.php:23) in ...\gallery\includes\functions_recent.php on line 342
Wenn ich das auskommentiere, funktioniert die Forenübersicht & Gallery allerdings wird dann der Block nicht angezeigt.
Hat dazu jemand ne Idee ?
Viele Grüße
J.Kolb
hab in meinem Testforum auf B3P 1.0.4 gehoben, hab darin die Gallery 1.0.3 laufen.
und hatte bisher den Gallery Block 1.4.0 am laufen.
Bin jetzt auf Gallery Block 1.4.1 gegangen.
Laut install.xml soll man in der root\portal\block\dditional_block.php
include($phpbb_root_path . 'portal/block/gallery.'.$phpEx)
einfügen.
Wenn ich das mache, bekomme ich im Portal, mit Klick auf die "Foren-Übersicht" bzw. auf die "Gallery" eine Fehlermeldung.
Fatal error: Cannot redeclare recent_gallery_images() (previously declared in ...\gallery\includes\functions_recent.php:23) in ...\gallery\includes\functions_recent.php on line 342
Wenn ich das auskommentiere, funktioniert die Forenübersicht & Gallery allerdings wird dann der Block nicht angezeigt.
Hat dazu jemand ne Idee ?
Viele Grüße
J.Kolb
Nix wissen aber Hauptsache mit reden....
-
Topic author - Former Team Member
- Posts: 2266
- Joined: 19. January 2008 01:17
- phpBB.de User: Christian_N
- phpBB.com User: Christian_N
- Location: Frankfurt
- Contact:
Re: [REL] Gallery Block 1.4.1
Hast auch den Portalview MOD installiert?
Den dann wäre es klar, weil die in der Foren-Übersicht auch includiert wird und in der Gallery die selbe Funktion genutzt wird.
Versuch deshalb mal in der portal\block\additional_block.php
es wie folgt einzufügen:
Werde die Tage noch die Gallery & Download bei mir auf der Testseite machen um hier besser eingreifen zu können.
Den dann wäre es klar, weil die in der Foren-Übersicht auch includiert wird und in der Gallery die selbe Funktion genutzt wird.
Versuch deshalb mal in der portal\block\additional_block.php
es wie folgt einzufügen:
Code: Select all
if (!function_exists('recent_gallery_images'))
{
include($phpbb_root_path . 'portal/block/gallery.' . $phpEx);
}
-
- Active Member
- Posts: 31
- Joined: 19. December 2008 05:08
- phpBB.com User: dudenell
- Location: NY state
- Contact:
Re: [REL] Gallery Block 1.4.1
do you happen to have version 1.4.0 available for download or the codechanges from
1.2.3 to 1.4.1 ?
1.2.3 to 1.4.1 ?
-
- Valued Contributor
- Posts: 51
- Joined: 10. May 2009 21:08
- phpBB.de User: MeSsIaH
- Location: Arberg
- Contact:
Re: [REL] Gallery Block 1.4.1
Ja, PortalView MOD RC2 ist installiert.Christian_N wrote:Hast auch den Portalview MOD installiert?
Den dann wäre es klar, weil die in der Foren-Übersicht auch includiert wird und in der Gallery die selbe Funktion genutzt wird.
Versuch deshalb mal in der portal\block\additional_block.php
es wie folgt einzufügen:Werde die Tage noch die Gallery & Download bei mir auf der Testseite machen um hier besser eingreifen zu können.Code: Select all
if (!function_exists('recent_gallery_images')) { include($phpbb_root_path . 'portal/block/gallery.' . $phpEx); }
Klappt jetzt einwandfrei. Thx @ Chrisitan_N
Noch ne Frage...
Der Gallery Block wird ja nur in der Portalübersicht angezeigt.
Vlt. für nächstes Release ein Möglichkeit mit einbauen, per ACP auch dies für die Foren-Übersicht einzublenden ?
Kann man ja mal überlegen
Gruß
Jürgen
Nix wissen aber Hauptsache mit reden....
-
- Valued Contributor
- Posts: 51
- Joined: 10. May 2009 21:08
- phpBB.de User: MeSsIaH
- Location: Arberg
- Contact:
Re: [REL] Gallery Block 1.4.1
Hi,dudenell wrote:do you happen to have version 1.4.0 available for download or the codechanges from
1.2.3 to 1.4.1 ?
in the contrib Folder you find the Update from 1.2.3 to 1.4.0, and from 1.4.0 to 1.4.1
At first you have to upgrade from 1.2.3 to 1.4.0.
After that you can upgrade from 1.4.0 to 1.4.1.
Good Luck...
Best Regards
Jürgen
Nix wissen aber Hauptsache mit reden....