Re: [Final] phpBB Gallery 1.0.1
Verfasst: 07.07.2009 14:13
DJ: ACP > MODs > phpbb gallery > übersicht > Cache leeren
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
/styles/prosilver/template/ucp_gallery.html ist aber vorhanden und auch nicht empty....[phpBB Debug] PHP Notice: in file /includes/ucp/ucp_gallery.php on line 29: include(./gallery/includes/ucp_functions.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/ucp/ucp_gallery.php on line 29: include() [function.include]: Failed opening './gallery/includes/ucp_functions.php' for inclusion (include_path='.:/opt/RZphp5/includes')
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3840: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3842: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3843: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3844: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
Allgemeiner Fehler
template->_tpl_load_file(): File ./styles/prosilver/template/ucp_gallery.html does not exist or is empty
Die ucp_funktions.php müsste man laut Anleitung weder was änderen oder neu kopieren.[phpBB Debug] PHP Notice: in file /includes/ucp/ucp_gallery.php on line 29: include(./gallery/includes/ucp_functions.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/ucp/ucp_gallery.php on line 29: include() [function.include]: Failed opening './gallery/includes/ucp_functions.php' for inclusion (include_path='.:/opt/RZphp5/includes')
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3840: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3842: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3843: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3844: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
Code: Alles auswählen
[album]{NUMBER}[/album]
Code: Alles auswählen
<a href="http://DeineDomain.de/gallery/image.php?image_id={NUMBER}"><img src="http://DeineDomain.de/gallery/image.php?mode=thumbnail&image_id={NUMBER}" alt="{NUMBER}" /></a>
Code: Alles auswählen
GALLERY_HELPLINE_ALBUM
Danke redbull254, jetzt funktioniert auch bei mir der BBCode.redbull254 hat geschrieben:Hallo erstmal,
BBCode-BenutzungHTML-Ersetzung:Code: Alles auswählen
[album]{NUMBER}[/album]
Tipp-AnzeigeCode: Alles auswählen
<a href="http://DeineDomain.de/gallery/image.php?image_id={NUMBER}"><img src="http://DeineDomain.de/gallery/image.php?mode=thumbnail&image_id={NUMBER}" alt="{NUMBER}" /></a>
Code: Alles auswählen
GALLERY_HELPLINE_ALBUM
http://www.flying-bits.org/tracker.php?p=6&t=588Dinseprinz hat geschrieben:Danke redbull254, jetzt funktioniert auch bei mir der BBCode.
Allerdings funktioniert die Sprachvariable GALLERY_HELPLINE_ALBUM nicht, denn wenn ich mit der Maus über die Schaltfläche rüberscrolle, erscheint nur GALLERY_HELPLINE_ALBUM.