at my site-
www.cponygo.com I have Coppermine 1.3.2
then at
http://www.cponygo.com/forum/index.php was my my TP/Forums-
well I went to upgrade my Coppermine in hopes of doing a Coppermine fetch for a block and uploaded "something" wrong and now the page won't load.
it says it has to with cpg in my forums/sources/load file
this is a little bit of a highlighted text I found-
// Hmmm... doesn't exist?! I don't suppose the directory is wrong, is it?
elseif (!file_exists($settings['default_theme_dir']) && file_exists($boarddir . '/Themes/default'))
{
$settings['default_theme_dir'] = $boarddir . '/Themes/default';
if (!empty($context['user']['is_admin']) && !isset($_GET['id']))
{
loadLanguage('Errors');
echo '
', $txt['theme_dir_wrong'], '';
}
loadTemplate($template_name);
}
// Cause an error otherwise.
elseif ($template_name != 'Errors' && $template_name != 'index')
fatal_lang_error('theme_template_error', true, array((string) $template_name));
That is highlighted I think as the problem..
I am a very newbie person and probably shouldn't be in these areas but I installed a clock calender and TP so I felt a little comfy upgrading my coppermine..
any hints or straight up would be welcome
thanks in advance
I am running 1.0.6 smf and the latest TP
working Firefox as well