Album Plugin Problems
»
Show posts from
to
Icy Phoenix
Old Support Topics - Album Plugin Problems
Mighty Gorgon
[ Sat 09 Jan, 2016 11:56 ]
Post subject:
Re: Album Plugin Problems
This should be the right fix:
OPEN
blocks/plugin_album.php
FIND
Code: [
Hide
] [
Select
]
Code: [
Show
]
include_once(ALBUM_MOD_PATH . 'album_common.' . PHP_EXT);
REPLACE WITH
Code: [
Hide
] [
Select
]
Code: [
Show
]
include_once(IP_ROOT_PATH . PLUGINS_PATH . $config['plugins'][$plugin_name]['dir'] . 'common.' . PHP_EXT);
Informpro
[ Mon 11 Jan, 2016 16:24 ]
Post subject:
Re: Album Plugin Problems
Sorry, I didn't realize I let those slip...
Mighty Gorgon
[ Thu 21 Jan, 2016 17:23 ]
Post subject:
Re: Album Plugin Problems
Don't worry, that's not an issue...
Powered by
Icy Phoenix