Author Topic: crashed the TP/Forum  (Read 904 times)

Offline cponygo

  • Semi-Newbie
  • *
  • Posts: 53
crashed the TP/Forum
« on: February 08, 2006, 04:51:53 PM »
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
« Last Edit: February 08, 2006, 04:53:24 PM by cponygo »

Offline Oldiesmann

  • Compliance Manager
  • Marketing
  • Simple Machines Super Hero
  • *
  • Posts: 19,590
  • Gender: Male
  • Ask me about the function DB :)
    • Archie Comics Fan Forum
Re: crashed the TP/Forum
« Reply #1 on: February 08, 2006, 06:13:58 PM »
Try re-uploading Load.php. I do not remember if TinyPortal modifies anything in that file or not, so you may have to modify Load.php again.

Offline cponygo

  • Semi-Newbie
  • *
  • Posts: 53
Re: crashed the TP/Forum
« Reply #2 on: February 08, 2006, 06:29:09 PM »
I looked in a search on my computer for load.php file...where else or how sels could I replace it?

TIA

Offline Oldiesmann

  • Compliance Manager
  • Marketing
  • Simple Machines Super Hero
  • *
  • Posts: 19,590
  • Gender: Male
  • Ask me about the function DB :)
    • Archie Comics Fan Forum
Re: crashed the TP/Forum
« Reply #3 on: February 08, 2006, 06:49:11 PM »
Download a fresh copy of SMF and extract Load.php to your computer (open up the zip file with WinZip or whatever archive program you use, click on the file name then click on "Extract" and make sure you've selected the option to extract only the selected file).

Offline cponygo

  • Semi-Newbie
  • *
  • Posts: 53
Re: crashed the TP/Forum
« Reply #4 on: February 08, 2006, 07:41:28 PM »
Thanks for the help- after the last post by you I just dl'd the fresh 106 version...

but I have a different issue now...

cleared all my cookies..installed everything-

The site pops up for my test subjects...

BUT- when I go to log out and then log back in as admin/regular name- I come up with an error- 404-

being a noob- this is baffling me...cause now I have to log into my server and open from there and change to one of my test names who BTW doesn't have admin capabilities...

is this making sense...arrrgh

I need to hang around younger computer types - I am too old..lol

thanks for any ideas