FAP SUPPORT - FAP 141 Color Groups Error »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP SUPPORT - FAP 141 Color Groups Error



Morph [ Fri 11 Apr, 2008 08:12 ]
Post subject: FAP SUPPORT - FAP 141 Color Groups Error
Hello install FAP 141 in phpbb2 2.0.23 various mods installed, Color colorice not working. In FAP

colorcolorice


File album_showpage.php is default the mod link file http://pastebin.com/m599295ae Can help, Greetings

MY Album http://www.kmorph.com/album.html


KasLimon [ Fri 11 Apr, 2008 14:23 ]
Post subject: Re: FAP 141
Hi Morph...

What you have to do if you want to have color groups enabled in album, I think, is to define it is PHPBBXS...

Open album_mod/album_constants.php
Find
Code: [Hide] [Select]
$table_prefix = ($table_prefix === false) ? 'fap_' : $table_prefix;

Before, add
Code: [Hide] [Select]
define('IS_PHPBBXS', true);
define('ADM_TPL', 'admin/');


It should work now.

Greets!


Morph [ Fri 11 Apr, 2008 17:33 ]
Post subject: Re: FAP 141
KasLimon, install code


Code: [Hide] [Select]
define('IS_PHPBBXS', true);
define('ADM_TPL', 'admin/');


ERROR:


Fatal error: Call to undefined function: create_date2() in /home/pcmorph/public_html/kmorph/album_mod/album_hierarchy_sql.php on line 1433




Powered by Icy Phoenix