Seite 275 von 343

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 16.09.2009 17:44
von Christian_N
@nickvergessen, vielleicht solltest in der Ankündigung ( http://www.flying-bits.org/viewtopic.php?f=38&t=1957 ) und hier im ersten Post auf dieses Fix hinweisen, vielleicht wird dann weniger hier/bei dir diesbezüglich gefragt.
Den denk mal in paar Tage oder so kommt der nächste Benutzer mit diese Frage, weil die nicht 274 Seite lesen wollen. :D

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 16.09.2009 21:04
von Lucan
Hast du irgendeine SEO-MOD installiert?
Nein.

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 16.09.2009 21:59
von Christian_N
Hm, die Änderungen in der includes/constants.php ordnungsgemäß gemacht?
Weil dort wird das Verzeichnis definiert:

Code: Alles auswählen

define('GALLERY_ROOT_PATH', 'gallery/');
EDIT: aktiviere ggf. sonst mal den Debug-Modus, falls er nicht aktiv ist.

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 17.09.2009 00:15
von i101
Nabend.
Habe den Mod installiert und erhalte nun folgende Fehlermeldung...

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3697: include(./plugins/index.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3697: include(./plugins/index.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3697: include() [function.include]: Failed opening './plugins/index.php' for inclusion (include_path='.:/usr/share/pear/php5')
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3794: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3193)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3796: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3193)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3797: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3193)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3798: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3193)
Hilfe.

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 17.09.2009 01:37
von nickvergessen
includes/constants.php nicht bearbeitet?

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 17.09.2009 02:09
von i101
nickvergessen hat geschrieben:includes/constants.php nicht bearbeitet?
Wurde von mir bearbeitet.

Desweiteren gibts folgende Fehlermeldung wenn ich versuche mich was hochzuladen..

Code: Alles auswählen

Fatal error: Call to a member function add_lang() on a non-object in /is/htdocs/wp1121944_FR9CFXW6W0/www/phpbb3/includes/functions_display.php on line 853

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 17.09.2009 03:41
von franki
Vieleicht beim ändern der includes/functions.php einen Fehler gemacht ?
install.xml hat geschrieben: finde

Code: Alles auswählen

// The following assigns all _common_ variables that may be used at any point in a template.
füge davor ein

Code: Alles auswählen

$user->add_lang('mods/info_acp_gallery');
	$gallery_root_path = GALLERY_ROOT_PATH;
	include($phpbb_root_path . $gallery_root_path . 'plugins/index.' . $phpEx);
finde

Code: Alles auswählen

'U_PRIVATEMSGS'			=> append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&folder=inbox'),
füge davor ein

Code: Alles auswählen

'U_GALLERY_MOD'			=> append_sid("{$phpbb_root_path}{$gallery_root_path}index.$phpEx"),

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 17.09.2009 12:00
von nickvergessen
i101 hat geschrieben:Desweiteren gibts folgende Fehlermeldung wenn ich versuche mich was hochzuladen..

Code: Alles auswählen

Fatal error: Call to a member function add_lang() on a non-object in /is/htdocs/wp1121944_FR9CFXW6W0/www/phpbb3/includes/functions_display.php on line 853
http://www.flying-bits.org/viewtopic.php?p=9254#p9254

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 17.09.2009 17:31
von i101
Forum auf v3.0.5 aktualisiert und Gallery v1.0.3 installiert. Funktioniert nun ohne Probleme. Großes Danke.

Frage zu den Einstellungen: Wie bekomme ich eine Preview der Bilder hin? Wie hier zum Beispiel. Bei mir sieht es irgendwie so aus. Zwei Bilder sind hochgeladen worden, denoch ist die Preview leer.

Edit: Hat sich erledigt. Hatte vergessen die Style components zu aktualisieren.

Re: [Final] phpBB Gallery 1.0.3

Verfasst: 17.09.2009 18:44
von Lucan
Christian_N hat geschrieben:Hm, die Änderungen in der includes/constants.php ordnungsgemäß gemacht?
Weil dort wird das Verzeichnis definiert:

Code: Alles auswählen

define('GALLERY_ROOT_PATH', 'gallery/');
EDIT: aktiviere ggf. sonst mal den Debug-Modus, falls er nicht aktiv ist.
Die änderung in der constants.php ist drinn.


Der Debug Modus gab folgendes her:
[phpBB Debug] PHP Notice: in file /home/.sites/69/site229/web/forum/includes/functions.php on line 3403: Undefined variable: sql

Und das steht dort:

Code: Alles auswählen

        }
        $result = $db->sql_query($sql);
        $guests_online = (int) $db->sql_fetchfield('num_guests');
        $db->sql_freeresult($result);

Grüße