upgrade gallery

Hulp nodig bij een modificaties of op zoek naar een MOD?
Forumregels

LEES: Richtlijnen voor Support. Vul de support template in!
phpBB3.0.x
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
Plaats reactie
Danny L
Berichten: 176
Lid geworden op: 14 jan 2011, 17:43
Locatie: Neerpelt (B)
Contacteer:

upgrade gallery

Bericht door Danny L » 16 sep 2011, 20:56

Om mijn gallery weer up to date te maken (naar versie 1.1.4) moet ik eerst elke update appart doorvoeren.
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);
Dan is m'n forum weer toegankelijk.

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();

?>
Raar dat hier wordt verwezen naar /gallery/includes/function_recent. terwijl deze hele map verwijderd moet worden. :roll:

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)
Hetgeen ik hier uit opmaak is dat de files in /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
Verder is mijn opmaak flink beschadigd (Mini-chat) (enkel met IE, niet bij firefox)
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.

Danny L
Berichten: 176
Lid geworden op: 14 jan 2011, 17:43
Locatie: Neerpelt (B)
Contacteer:

Re: upgrade gallery

Bericht door Danny L » 17 sep 2011, 13:02

Op de site van Nick Vergessen kreeg ik deze tip:
nickvergessen schreef:Please replace the code with new code from:
http://www.flying-bits.org/rrc_configurator.php
Dat heeft de grootste problemen opgelost.
Het enige waar ik nu nog mee zit is dat m'n logo bovenaan, vervormd blijft, ongeacht dat ik de hoogte manueel opgeef, of automatisch laat kiezen.

Danny L
Berichten: 176
Lid geworden op: 14 jan 2011, 17:43
Locatie: Neerpelt (B)
Contacteer:

Re: upgrade gallery

Bericht door Danny L » 18 sep 2011, 19:07

Ook hier heeft Nick de oplossing gegeven.
nickvergessen schreef: Regarding the logo stretching:
Go to ACP > Styles > Imageset > select your style and then your logo and set the size correctly

Or you edit the styles/.../imageset/imageset.cfg set the size for the logo file correclty and then refresh your imageset in ACP > Styles > Imageset. This will avoid problems in future!
De eerste oplossing werktte niet, maar de 2° gaf voor mij ook weer de oplossing.

Eindelijk ben ik terug bij met m'n gallery (versie 1.1.4) :mrgreen:

Plaats reactie