https://www.icyphoenix.com/viewtopic.php?f=35&t=9506&p=60284#p60284 ----------------------------------- AndyGpy Mon 21 Dec, 2015 10:31 Re: Album Plugin Problems ----------------------------------- Have managed to fix it.. @Mort You need to fix your plugin_album.php as follows Find OPEN [b]plugin_album.php[/b] FIND [codeblock]include_once(ALBUM_MOD_PATH . '/album_common.' . PHP_EXT);[/codeblock] REPLACE WITH [codeblock] include(IP_ROOT_PATH . PLUGINS_PATH . $config['plugins'][$plugin_name]['dir'] . 'common.' . PHP_EXT); include_once(ALBUM_MOD_PATH . 'album_functions.' . PHP_EXT);[/codeblock] The Block now works a treat on the home page. [img]http://www.icyphoenix.com/files/images/5799/mort_block.jpg[/img] Hope this helps