Hello everybody,
Thank you for this great Mod, Denis.
My installation is like this:
mydomain
mydomain/galerie(4images)
mydomain/forum(phpbb3)
everything ist working fine.....
but there is one mistake:
When i try to start the website (mydomain/galerie) first time,( it means, all cokies an last visits are deletet) is only a blanck sreen..??
But if i make a second klick, or aktuall (for example F5) the website is loading normal !
When i try to start from (mydomain/forum)the website is loading normal!
my config.php 4images:
<?php
/**************************************************************************
* *
* 4images - A Web Based Image Gallery Management System *
* ---------------------------------------------------------------- *
* *
* File: config.php *
* Copyright: (C) 2002 Jan Sorgalla *
* Email: jan@4homepages.de *
* Web: http://www.4homepages.de *
* Scriptversion: 1.7.7 *
* *
* Never released without support from: Nicky (http://www.nicky.net) *
* *
**************************************************************************
* *
* Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz- *
* bedingungen (Lizenz.txt) für weitere Informationen. *
* --------------------------------------------------------------- *
* This script is NOT freeware! Please read the Copyright Notice *
* (Licence.txt) for further information. *
* *
*************************************************************************/
$db_servertype = "mysql";
$db_host = "xxx";
$db_name = "xxx";
$db_user = "xxx";
$db_password = "xxx";
$table_prefix = "4images_";
define("4IMAGES_ACTIVE", 1);
define('PHPBB3_BRIDGE_ON', true);
define('PHPBB3_PATH', '/srv/www/vhosts/mydomain/httpdocs/forum/');
define('PHPBB3_URL', 'http://mydomain.com/forum/');
?>
Where is the mistake??
Thank you for help
Flor