https://www.icyphoenix.com/viewtopic.php?f=26&t=2994
-----------------------------------
houser
Sat 27 Oct, 2007 15:35

FAP SUPPORT - [solved] Error With New Install
-----------------------------------
Dear all,

New user and install of FAP 1.4.1 here.
Upgrading from Smartor's Album...and have problems with accessing even the ACP part of it all.
Would be very grateful if somone can offer any hints of where my eror lies on this.
A "simple" path problem? I noticed there are path settings in Album.php and I tried editing those...
My forum is in the root of our webhotelspace.

My suspicion is also with the /cgi-bin/ directory and how that is referenced from the sql base.
The phpmyadmin panel says "/cgi-bin/"
Should it be something else if my forums are in the root of the webhotel?  "../cgi-bin/" "/.cgi-bin/"
Should that directory be in the root?

TIA and best regards
Janne A.


Here is my error when trying the configuration link in ACP
[code linenumbers=false]Warning: main() [function.main]: Unable to access ../ALBUM_MOD_PATHalbum_hierarchy_debug.php in /customers/afff.se/afff.se/httpd.www/admin/admin_album_config_extended.php on line 66

Warning: main(../ALBUM_MOD_PATHalbum_hierarchy_debug.php) [function.main]: failed to open stream: No such file or directory in /customers/afff.se/afff.se/httpd.www/admin/admin_album_config_extended.php on line 66[/code]

Here is the error when surfing to the album as end user.

[code linenumbers=false]Warning: main(ALBUM_MOD_PATHalbum_common.php) [function.main]: failed to open stream: No such file or directory in /customers/afff.se/afff.se/httpd.www/album.php on line 61

Warning: main() [function.include]: Failed opening 'ALBUM_MOD_PATHalbum_common.php' for inclusion (include_path='m2f/includes/pear/:../m2f/includes/pear/:.:/usr/lib/php') in /customers/afff.se/afff.se/httpd.www/album.php on line 61

Fatal error: Call to undefined function: album_read_tree() in /customers/afff.se/afff.se/httpd.www/album.php on line 135[/code]


-----------------------------------
houser
Sat 27 Oct, 2007 21:38

[deleted]
-----------------------------------
deleted by me


-----------------------------------
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]


-----------------------------------
houser
Tue 30 Oct, 2007 08:56

Re: Error With New Install
-----------------------------------
Thanx so much for reply!

MAn you're quick..
Yes I had missed that part,
Thanx again!
Janne A.


