TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 08:06:41 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 143
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 110
  • Total: 110

TinyPortal 1.0 Final ~ Install Questions

Started by Kerry, April 02, 2012, 03:41:18 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Kerry

Thanks IchBin. Congrats!

My version 1.1.04 appears to be working fine. Do I need to upgrade?

Thanks,

Kerry

ZarPrime

Quote from: Kerry on April 02, 2012, 03:41:18 AM
Thanks IchBin. Congrats!

My version 1.1.04 appears to be working fine. Do I need to upgrade?

Thanks,

Kerry

Kerry,

Your forum is actually using TP 1.0 RC2 so you are a few versions behind.  There are still some bugs in that version even if you haven't seen any.  The latest version is TP 1.0 Final and that came after RC4.  So, yes, you should probably update at some point.

ZarPrime

keyrocks

Quote from: ZarPrime on April 02, 2012, 09:09:06 AM
The latest version is TP 1.0 Final and that came after RC4.  So, yes, you should probably update at some point.
ZarPrime

Thanks to IchBin for sending out an email notice of the release of 1.0.
Question:
How do we update an existing install of 1.105 to 1.0 without losing data already in the tp_ d-base tables?
Or, would the revisions in 1.0 already be in 1.105?

IchBin

You can uninstall, and then install the new version. Always backup your files and database before you make any changes though. You should not lose anything in the database.

keyrocks

Thanks for the quick reply! Two more questions.
1) I've installed a couple of themes after I installted TP 1.105. Will installing 1.0 add the TP files to the other themes too?
2) Looking at my Package Manager panel, there is an "Uninstall" link available on the right of Tiny Portal in my Modification Packages panel. Do I unstall first before installing 1.0?

Lesmond

TinyPortal doesn't affect your themes, only the core theme.

Yes you can safely use the uninstall option, the new internal version number for TP is 1.107

keyrocks


jarska

/sources/TPdlmanager.php

Tpdownloads in admin panel-->error main template.

I found this:

   // add to the linktree
      TPadd_linktree($scripturl.'?action=tpmod;dl=adminitem'.$item , $itemname);
   }
   if(loadlanguage('TPdladmin') == false)
      loadlanguage('TPdladmin', 'english');
   if(loadlanguage('TPmodules') == false)
      loadlanguage('TPmodules', 'english');
   if(loadlanguage('TPortalAdmin') == false)
      loadlanguage('TPortalAdmin', 'english');

Should it be something like this: ::)

   // add to the linktree
      TPadd_linktree($scripturl.'?action=tpmod;dl=adminitem'.$item , $itemname);
   }
   if(loadtemplate('TPdladmin') == false)
      loadlanguage('TPdladmin', 'english');
   if(loadlanguage('TPmodules') == false)
      loadlanguage('TPmodules', 'english');
   if(loadlanguage('TPortalAdmin') == false)
      loadlanguage('TPortalAdmin', 'english');

IchBin

The only change I see is that you added the first loadtemplate() call?

The only real error I see is that I mistyped the function name... doh!

It should be loadLanguage ( with the capital "L").

jarska

I dont understand anything, but loadlanguage gives error and with  loadtemplate everything working. :-[

With older RC4 version`s TPdlmanager.php its working.

Attached error: