- Modificatie & Versie:update gallery van 1.0.6 naar 1.1.1
Directe link naar de modificatie:http://www.flying-bits.org/download.php?mod_id=6
Adres van je forum: http://www.divinglommel.be/phpBB3/
phpBB versie:3.0.9
Heb je onlangs een andere modificatie of stijl geïnstalleerd?update gallery
Wat is het probleem?
Maar hier loop ik tegen een aantal problemen.
Allereerst kreeg ik een fatale foutmelding naar line 226 van m'n
index.php
Hier heb ik
//
voor gezet en dan ziet het er zo uit
Code: Selecteer alles
//recent_gallery_images($ints, 189, 7, false, true, 'album', 0);
dit zijn de laatste regels van mijn
index.php
Code: Selecteer alles
/**
* RRC of phpbb gallery
* for more information see gallery/index.php:
* "include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);"
*/
$gallery_root_path = GALLERY_ROOT_PATH;
include($phpbb_root_path . $gallery_root_path . 'includes/functions_recent.' . $phpEx);
$ints = array(
'rows' => 1,
'columns' => 4,
'comments' => 5,
'contests' => 1,
);
//recent_gallery_images($ints, 189, 7, false, true, 'album', 0);
// Output page
page_header($user->lang['INDEX']);
$template->set_filenames(array(
'body' => 'index_body.html')
);
page_footer();
?>
/gallery/includes/function_recent.
terwijl deze hele map verwijderd moet worden. Volgende "warnings" zijn nog aanwezig:
Code: Selecteer alles
[phpBB Debug] PHP Warning: in file /index.php on line 219: include(./gallery/includes/functions_recent.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file /index.php on line 219: include() [function.include]: Failed opening './gallery/includes/functions_recent.php' for inclusion (include_path='.:/usr/local/lib/php')
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4705: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3774)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4707: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3774)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4708: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3774)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4709: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3774)
/gallery/includes/function_recent.php
er niet zijn.Dat klopt ook, want dat was een instructie om deze te verwijderen:
Code: Selecteer alles
Delete files:
Delete gallery/includes/*.*
Delete gallery/mcp/*.*
Delete gallery/plugins/index.php
Krijg mijn logo niet meer normaal
knoppenbalk (kleuren in index.php niet juist, op andere pagina's wel) (enkel met IE, niet bij firefox)
en natuurlijk, de recent foto's en willekeurige foto's zijn van m'n index.php weg.