https://www.icyphoenix.com/viewtopic.php?f=26&t=2994&p=20888#p20888
-----------------------------------
Artie
Tue 30 Oct, 2007 00:20

Re: Error With New Install
-----------------------------------
Check that you did this part of the install

[codeblock]#
#-----[ OPEN ]------------------------------------------------
#
includes/constants.php
#
#-----[ FIND ]------------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Mighty Gorgon - Full Album Pack - BEGIN
define('ALBUM_MOD_PATH', 'album_mod/');
define('ALBUM_FILES_PATH', 'album_mod/upload/');
include($phpbb_root_path . ALBUM_MOD_PATH . 'album_constants.' . $phpEx);
// Mighty Gorgon - Full Album Pack - END[/codeblock]


