News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

TinyPortal

Started by lurkalot, February 12, 2005, 04:43:00 AM

Previous topic - Next topic

agridoc

Chelle try to download the file  tp_upgrade.php from this topic If you upgraded from SMF1 to SMF2 with TP. upload it in your SMF dir and run it. Remember to delete it after.

BTW the last message of the topic that Dramber mentions suggests the above solution.
  For Greek aeromodellers and our friends around the world  - Greek Button sets for SMF - Greeklish to Greek mod
Δeν αφιερώνω χρόνο για μηνύματα σε greeklish.

Martine M

I get lots or errors in my logs from 2 members regarding TP

4 Database error sfrom one member:
Databasefout: Unknown column '$ID_MEMBER' in 'on clause'
Apply Filter: Only show the errors from this file
File: /home/unitedtu/public_html/Sources/TPmodules.php
Line: 237

All beneath are from one other member
14 General:
2: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument
Apply Filter: Only show the errors from this file
File: /home/unitedtu/public_html/Themes/default/TPBlockLayout.template.php
Line: 69

19 Undifined:
8: Undefined index: tp_panels
Apply Filter: Only show the errors from this file
File: /home/unitedtu/public_html/Themes/default/TPBlockLayout.template.php
Line: 69

Do you know what the problem might be?
Running SMF 2.09 - Diego Andrés Theme Elegant Mind - TP 1.0 - Main Forum language English - Browser Firefox 33


IchBin™

For the first error:
http://www.tinyportal.net/index.php?topic=34158.0

For the other 2 errors, it is likely because one of your article categories does not have a selected layout and layout type. This has been fixed for new categories that are created to have a default selection.
IchBin™        TinyPortal

Martine M

Thanks Ichbin fixed the first problem.

The other 2 problems I have to see what you mean tomorrow I guess, don't have the time anymore.
I will let you know if it is fixed.
Running SMF 2.09 - Diego Andrés Theme Elegant Mind - TP 1.0 - Main Forum language English - Browser Firefox 33


Chelle

Thanks Dramber and agridoc.  For some reason, I can't access TP.net unless I use a proxy.  Weird.  Site's all sorted, appreciate it!
Disclaimer: The above post may contain elements of cheekiness.

My eccentricity has nothing to do with my stabilization

IchBin™

Why can't you access it? What is the error you are getting?
IchBin™        TinyPortal

rollingrock

Hey there, I upgraded to the new TP version and lost my ShoutBox.   Any ideas on what I need to do to get it back?

In my blocks, I don't have an option to add a ShoutBox....yet when I go to settings, I see all my shouts.  800+ pages of them'....

thanks and glad to connect with you again,

Cheers

lurkalot

Quote from: rollingrock on August 02, 2011, 10:14:05 PM
Hey there, I upgraded to the new TP version and lost my ShoutBox.   Any ideas on what I need to do to get it back?


rollingrock,

Add a new left or right block.  Choose TP module from the list "Choose type of block:" Save it.  Look at the block again and you'll see you now have a radio button to select, called TPshout.  Select it and save again.  Activate the block and you should be sorted.


Martine M

Quote from: IchBin™ on August 02, 2011, 10:41:21 AM
For the first error:
http://www.tinyportal.net/index.php?topic=34158.0

For the other 2 errors, it is likely because one of your article categories does not have a selected layout and layout type. This has been fixed for new categories that are created to have a default selection.

I didn't have any articles, there were 2 article categories which are deleted this afternoon and for now the error list is still empty.
Running SMF 2.09 - Diego Andrés Theme Elegant Mind - TP 1.0 - Main Forum language English - Browser Firefox 33


redrancor

I'm having a particular problem after upgrading to TP 1.104.  I'm running SMF 2.0 RC4.

While trying to access index.php?action=tpadmin;sa=submission (the article submissions page) I receive this error:

QuoteYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 8, 10, 12, 13, 14, 15, 16)' at line 5
File: /home/content/03/6267203/html/Sources/TPortalAdmin.php
Line: 3049

At first glance, this appeared to me to be the re-occurrence of the old apostrophe error that would break the DB.  After looking through the DB and removing apostrophes from the article titles (and articles themselves, just in case), I am still receiving the error and cannot access the submissions page.  As far as I can tell, everything else appears fine for me after going through most of this topic.

Any ideas?  Thanks!


lurkalot

Quote from: redrancor on August 06, 2011, 12:17:52 AM
I'm having a particular problem after upgrading to TP 1.104.  I'm running SMF 2.0 RC4.

While trying to access index.php?action=tpadmin;sa=submission (the article submissions page) I receive this error:

QuoteYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 8, 10, 12, 13, 14, 15, 16)' at line 5
File: /home/content/03/6267203/html/Sources/TPortalAdmin.php
Line: 3049

At first glance, this appeared to me to be the re-occurrence of the old apostrophe error that would break the DB.  After looking through the DB and removing apostrophes from the article titles (and articles themselves, just in case), I am still receiving the error and cannot access the submissions page.  As far as I can tell, everything else appears fine for me after going through most of this topic.

Any ideas?  Thanks!



redrancor,  Please check to see if you have any articles that are not approved. Approve them, and check to see if the "Submissions" page works after that please.

fmofmpls

Can anybody please tell me whether or not the Global Tags function is working with TP? I can't seem to get an answer.

redrancor

Quoteredrancor,  Please check to see if you have any articles that are not approved. Approve them, and check to see if the "Submissions" page works after that please.

Looks like that did the trick!  Thanks!

Biology Forums

How do I remove this panel in profile view? See attachment

IchBin™

Quote from: redrancor on August 06, 2011, 08:17:24 PM
Quoteredrancor,  Please check to see if you have any articles that are not approved. Approve them, and check to see if the "Submissions" page works after that please.

Looks like that did the trick!  Thanks!

Yep, this is fixed in the next release. :)


Quote from: shuban on August 07, 2011, 04:44:25 PM
How do I remove this panel in profile view? See attachment

Code (find in TPmodules.php) Select

function tp_getprofileareas(&$data)
{
global $txt;


Code (add after) Select

        return;



Quote from: fmofmpls on August 06, 2011, 06:34:45 PM
Can anybody please tell me whether or not the Global Tags function is working with TP? I can't seem to get an answer.

I have no idea what Bloc's intentions were for the tags feature. It seems incomplete to me. So at this point, I'm going to say no it's not working.
IchBin™        TinyPortal

Biology Forums

Whoa, I didn't work :( I'm using 1.1.14

IchBin™

Ok, undo that since you're not using SMF2. Helps if you say that up front. :)

Code (find in TPSubs.php) Select
function TP_fetchprofile_areas()
{
global $db_prefix, $context, $scripturl, $txt, $settings, $smcFunc;


Code (add after) Select

return;
IchBin™        TinyPortal

Biology Forums

Quote from: IchBin™ on August 07, 2011, 08:59:49 PM
Ok, undo that since you're not using SMF2. Helps if you say that up front. :)

Code (find in TPSubs.php) Select
function TP_fetchprofile_areas()
{
global $db_prefix, $context, $scripturl, $txt, $settings, $smcFunc;


Code (add after) Select

return;


lol are you sure this is working for you, but it still doesn't work for me; it's still there :o

IchBin™

I can't remember the circumstance at which these two functions are called at the moment. Either way, there should be another function named TP_fetchprofile_areas2() right below that function. Put the return in that function and it should make the menu disappear for good.
IchBin™        TinyPortal

Biology Forums

Quote from: IchBin™ on August 07, 2011, 09:52:50 PM
I can't remember the circumstance at which these two functions are called at the moment. Either way, there should be another function named TP_fetchprofile_areas2() right below that function. Put the return in that function and it should make the menu disappear for good.

It worked, thank you.

Advertisement: