Our FamilyForum

FamilyForum Documentation & Help => FamilyForum Features & Guidelines => Code & Stuff => Topic started by: Ken on February 14, 2015, 09:33:05 AM

Title: TinyPortal1.108-rev1
Post by: Ken on February 14, 2015, 09:33:05 AM
Getting ready to install TinyPortal1.108-rev1.zip and give it a final look over before Bloc sets it for public release.  :happy1:
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 14, 2015, 04:20:41 PM
Uninstall of last ver and install of this one was flawless. No errors in the log.
-------------------------------
An issue with the SMF Gallery comes up again, but the previous fix would not work... the edit below worked just fine with previous TP ver.

When the edit is made to the TPortal.php file the forum goes blank.

Problem:
When trying to access any of the albums in sub-category's the following error page comes up.

Quote
An Error Has Occurred!
The category doesn't exist.
...it is being caused by a conflict with one of the TinyPortal files.

Fixed it with a coding edit supplied by IchBin™.
... anyone using this edit should backup your files.

Quote from: IchBin™

    A temporary fix in Sources/TPortal.php about line #1024 you can find this code:
 
Code: [Select]
    //return if not quite a category
    if(isset($_GET['action']) && $_GET['action'] == 'manageboards')
    return;


    Change it to this:
 
Code: [Select]
    //return if not quite a category
    if(isset($_GET['action']) && ($_GET['action'] == 'manageboards' || $_GET['action'] == 'gallery'))
    return;

Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 14, 2015, 04:53:49 PM
I see bloc has already seen your post.  Hopefully he can work it out

we're so close a new release which is great news, just waiting to test the shoutbox fix we spoke about in that thread, and bingo.  Then I'll have three sites to update.    :whistle1:
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 14, 2015, 06:23:34 PM
 laughing7

Yepp... it's getting really close!
I think the issues that we're seeing are pretty minor and Bloc is working on them, so it may not be very long before he is ready to go 'live'.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 15, 2015, 01:54:45 AM
You do have 2 tp errors that show up for guests. Can't seem recreate them logged in.   shocked003
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 04:57:27 AM
Getting ready to install TinyPortal11_1.109rev1.zip.
This one includes fixes for some minor bugs that we've found in the previous release. 

What errors were you seeing Steve?
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 05:52:04 AM
Just installed the latest,  TinyPortal11_1.109rev1.zip. (February 14)
Got a blank page as the install completed, directly after the tables affected notice.
And, this error:
Code: [Select]
http://www.ourfamilyforum.org/FamilyForum/index.php?action=admin;area=packages;sa=install2;package=TinyPortal11_1.109rev1.zip;pid=0

2: require(/home/ourfamil/public_html/FamilyForum/Packages/temp/do_hooks.php): failed to open stream: No such file or directory

File: /home/ourfamil/public_html/FamilyForum/Sources/Packages.php
Line: 939

Other than that little hiccup I'm not finding anything out of place or not working.
Haven't tried working with the Shoutbox, there have been some issues reported with it and Bloc is working on it.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 15, 2015, 05:57:05 AM

What errors were you seeing Steve?

Yep that would be handy to know, before it's released. ;)

Ken, I see you're running 1.109 now.  Just curious, did you install this over the top of 1.108 as a upgrade?  Just wondering because I couldn't do this because I got several Test Failed in the package manager when I tried it as bloc suggested.  So I did a uninstall 1.108 and install 1.109

I think it will be a case of anyone upgrading from any older version of TP will have to Un-install and Install the new when it goes live tbh.  Unless block can work his magic.  :-\
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 06:18:08 AM
Mick, I didn't try to install over the previous, so I didn't see the behavior that you did... I just went directly to the uninstall-install way.

Hopefully Bloc is able to get it sorted, I can foresee lots of questions from users if they need to do an uninstall before using this new version.  laughing7
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 15, 2015, 06:33:02 AM
Mick, I didn't try to install over the previous, so I didn't see the behavior that you did... I just went directly to the uninstall-install way.

Hopefully Bloc is able to get it sorted, I can foresee lots of questions from users if they need to do an uninstall before using this new version.  laughing7

Cheers Ken, just read your post over at TP support.

Yes t guess it will probably get a bit messy with people not reading the install instructions.  Thing is, Brad removed quite a bit of the old code from TP in the later versions, and doing a upgrade won't remove that old code.  Hence the uninstall requirement.  Like I said, unless bloc can work around this in a upgrade package.  Follow this for a general idea http://www.tinyportal.net/index.php?issue=143.0
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 15, 2015, 06:48:48 AM
The 3rd and 4th errors in the log now. They showed up just before I logged in last. After I played around a bit to try and recreate them the 1st and 2nd ones you see there now appeared. Those are from Yahoo or Google...I forget who's IP it really is.

Quote
http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=723;type=avatar
8: Undefined index: forum_name
File: /home/ourfamil/public_html/FamilyForum/Themes/default/languages/TPortal.english.php
Line: 307

http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=782;type=avatar
8: Undefined index: forum_name
File: /home/ourfamil/public_html/FamilyForum/Themes/default/languages/TPortal.english.php
Line: 307
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 15, 2015, 06:59:18 AM
It is Google and creating PMXBlog errors.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 07:07:09 AM
It is Google and creating PMXBlog errors.

We've had that for a long time now and I don't foresee any help on that issue, Feline has not updated the FelBlog in some time now and may never do so again... but who knows. :)
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 15, 2015, 07:16:15 AM
It is Google and creating PMXBlog errors.

We've had that for a long time now and I don't foresee any help on that issue, Feline has not updated the FelBlog in some time now and may never do so again... but who knows. :)

Hopefully you won't need it for the next major version of TP ken.  :drool:
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 07:17:36 AM
It is Google and creating PMXBlog errors.

We've had that for a long time now and I don't foresee any help on that issue, Feline has not updated the FelBlog in some time now and may never do so again... but who knows. :)

Hopefully you won't need it for the next major version of TP ken.  :drool:

Yeppers.  laughing7

Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 07:19:08 AM
Getting ready to do this... hold on to your nickers.  :hah!:

Ken, it should not have gone to a blank screen - but my guess it did because something erased the hooks file inside the temp directory.

Could you try another thing, could you uninstall it, be sure to remove the zip file for TP - and then upload just the contents of the zip? Pack it out and upload into a folder of the same name minus the ".zip" into Packages folder?

I want to see if that error comes up then, when there is no un-zipping done.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 15, 2015, 07:53:46 AM
That still does not explain the TP errors...
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 07:58:02 AM
Getting ready to do this... hold on to your nickers.  :hah!:

Ken, it should not have gone to a blank screen - but my guess it did because something erased the hooks file inside the temp directory.

Could you try another thing, could you uninstall it, be sure to remove the zip file for TP - and then upload just the contents of the zip? Pack it out and upload into a folder of the same name minus the ".zip" into Packages folder?

I want to see if that error comes up then, when there is no un-zipping done.

Done.
Not seeing errors except as noted before for the Shoutbox.

Did see this file overwrite notice during my ftp upload... note the different file dates and the one file is empty.

(https://www.ourfamilyforum.org/FamilyForum/proxy.php?request=http%3A%2F%2Fi59.tinypic.com%2F2jsins.png&hash=ce9e8756e8ebe5d10f6702f7507dc6a3fb2a5276)
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 08:26:34 AM
Steve, is this the error that you are talking about?

Code: [Select]
http://www.ourfamilyforum.org/FamilyForum/index.php?action=tpmod;shout=admin;s=1007;a870f547=3b371e1a67e8130a7f050b5b1bb5d13f

8: Undefined index: subtabs

File: /home/ourfamil/public_html/FamilyForum/Themes/default/TPsubs.template.php
Line: 2223
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 15, 2015, 08:35:21 AM
Nope, the ones I posted before. I will try to create a test site and see if I can recreate them. But it is time for a nap shortly.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 08:44:36 AM
OK, have a good nap.  :thumbup:

There may be an updated version later.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 10:25:25 AM
Install the latest from github which had a few changes over what was installed, works for the Shoutbox now. (wordwrap)
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 15, 2015, 01:08:06 PM
Install the latest from github which had a few changes over what was installed, works for the Shoutbox now. (wordwrap)

The latest one still has a problem with the shoutbox, this time when you set it to scroll.  It stretches out the side and adds a horizontal scroll bar again.  I also just tested it here Ken, hope you don't mind.  I have reported it.

EDIT: Seems to only play up in IE.  :whistle1:
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 15, 2015, 05:19:02 PM
Install the latest from github which had a few changes over what was installed, works for the Shoutbox now. (wordwrap)

The latest one still has a problem with the shoutbox, this time when you set it to scroll.  It stretches out the side and adds a horizontal scroll bar again.  I also just tested it here Ken, hope you don't mind.  I have reported it.

EDIT: Seems to only play up in IE.  :whistle1:

Good deal Mick.
Kay and me were out for a while, went to look at puppies.  :happy1:
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 16, 2015, 03:24:59 PM
Getting ready to install TinyPortal11_1.109rev3.


EDIT: done, with no errors so far.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 16, 2015, 04:40:36 PM
Getting ready to install TinyPortal11_1.109rev3.


EDIT: done, with no errors so far.

Nice. Just done the same Ken.  :wink:
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 16, 2015, 04:50:04 PM
 :thumbup:

Ps: On that TP Article that we were discussing... here's the local version:
http://www.ourfamilyforum.org/FamilyForum/index.php?page=228


Feel free to experiment.  laughing7

EDIT: another copy:
www.ourfamilyforum.org/FamilyForum/index.php?page=227
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 16, 2015, 04:57:18 PM
:thumbup:

Ps: On that TP Article that we were discussing... here's the local version:
http://www.ourfamilyforum.org/FamilyForum/index.php?page=228


Feel free to experiment.  laughing7

EDIT: another copy:
www.ourfamilyforum.org/FamilyForum/index.php?page=227

Cool, thanks.  Do you want me to change it to this one to see what it looks like?  Did you get the PM over at TP.net?  I added a link to my second testsite with a live version of what I showed you.

I was hoping one or two of the other team members would offer their opinion, but judging on the lack of feedback, I get the feeling they're not too keen. lol..  Glad you like it anyway. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 16, 2015, 05:34:52 PM
Just looked at you test site and I like it a lot.
If we combine your blocks with my article I'm thinking we will be getting close to something front page worthy.  :thumbup:

As for other TP Team members getting involved... some had already drifted away and then we had some downtime where everyone was kind of quite, so to me it's not a surprise that we've getting geared back up slowly. Now that we have Bloc back in the game it may just pick up a bit better though.  :happy1:

Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 16, 2015, 05:38:11 PM
What we need now is a blank php page where we can add your blocks and my article in together.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 16, 2015, 05:51:27 PM
What we need now is a blank php page where we can add your blocks and my article in together.

Ken, does it need to be an article?
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 16, 2015, 05:56:58 PM
No, not really... what do you have in mind?
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 16, 2015, 06:08:51 PM
No, not really... what do you have in mind?

Well in principal, how it is on my test site already, just using blocks.   :wink:  That way the text above the demo blocks can be edited independently, likewise with the demo blocks, and the licence block. 

I'll make another block and replace the text above the blocks with your article text.  Which one of those two that you pointed me to do you want me to try?
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 16, 2015, 06:19:16 PM
#228 is the one that's stripped of all the extras like comments, rating... etc, so use that one. Doesn't really matter because they are just for working copies anyway. Plus, the content is the same in both.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 16, 2015, 07:00:02 PM
#228 is the one that's stripped of all the extras like comments, rating... etc, so use that one. Doesn't really matter because they are just for working copies anyway. Plus, the content is the same in both.

Cheers Ken, I used the stripped one.  Sent you a PM.  Have a look and see what you think.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 16, 2015, 07:14:39 PM
Great stuff.  :thumbup:

Sent you a PM back.  shocked003
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 16, 2015, 07:19:52 PM
Ken, thanks.  Replied.  ;)

I'm off for a some kip now, getting late here in the UK.  :oops!
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 16, 2015, 07:50:24 PM
Ken, thanks.  Replied.  ;)

I'm off for a some kip now, getting late here in the UK.  :oops!

Yepp, me too... later.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 17, 2015, 08:51:37 AM
The shoutbox breaks up words...not sure if that was reported or not already...
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 17, 2015, 09:03:10 AM
The shoutbox breaks up words...not sure if that was reported or not already...

Me did that (http://www.tinyportal.net/index.php?topic=35411.msg283427#msg283427).  :2cool!!
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 19, 2015, 08:58:22 AM
Thanks...
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 21, 2015, 11:35:11 AM
Just installed  TinyPortal1.109-rev4... we are getting close to the public release!  laughing7
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 21, 2015, 12:13:17 PM
LOL, I saw rev3 yesterday but didn't get a chance to d/l it yet.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 21, 2015, 12:20:06 PM
LOL, I saw rev3 yesterday but didn't get a chance to d/l it yet.

Good timing then Steve, rev 3 is bugged, go for rev4 ;)
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 21, 2015, 01:39:19 PM
It's a good thing I've been busy then.  :hah!:

It's my son's b-day, been shopping at a lot of stores, took Lealer and Tina to work and looking at new mobos and cpus for the new PC I'm going to build. ...and I'm supposed to be helping a friend fix her site.  :-[

Going to get it now...
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 21, 2015, 01:51:40 PM
Found a bug here with the shout. Go to your profile and View Shouts. Mine says Zero shouts but shows 12 pages of shouts?!?!?!
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 21, 2015, 02:04:24 PM
Tell your son Happy B-Day for us Steve.  :thumbup:

Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 21, 2015, 02:10:38 PM
Found a bug here with the shout. Go to your profile and View Shouts. Mine says Zero shouts but shows 12 pages of shouts?!?!?!

Confirmed Steve, mine shows the same... going to post it on TP

(https://www.ourfamilyforum.org/FamilyForum/proxy.php?request=http%3A%2F%2Fi61.tinypic.com%2Fif1jk2.png&hash=f4d7113eeab8344b30c634c49b600b34bd5f3def)
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 21, 2015, 02:24:43 PM
I wasn't sure if this site had the test version installed or not so I posted it here first.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 21, 2015, 02:47:21 PM
I wasn't sure if this site had the test version installed or not so I posted it here first.

Yeppers... TinyPortal1.109-rev4 installed about 3 hrs ago.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 21, 2015, 03:01:09 PM
I happened to find it comparing your site to my test site. I figured that if you were using it here it was an upgrade vs my site being a fresh install. I didn't have but 2 shouts on my site and knew I had too many over the years here. LOL

My site shows it as it should so the problem lies in upgrading somewhere.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 21, 2015, 03:58:17 PM
I happened to find it comparing your site to my test site. I figured that if you were using it here it was an upgrade vs my site being a fresh install. I didn't have but 2 shouts on my site and knew I had too many over the years here. LOL

My site shows it as it should so the problem lies in upgrading somewhere.

Ken, check http://cctestsite.info/testsite2/index.php

And Steve, I'm sure you're still a admin on my original test site, http://cctestsite.info

I've got rev4 installed on both these sites, and can't see that problem,  Both of these have had all versions of TP installed at some point, from 1.0.7 right up to 1.109-rev4

These are neither upgrades, or fresh installs.  They have always had TP uninstalled first, and the latest version installed after. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 21, 2015, 04:06:39 PM
Quote
Ken, check http://cctestsite.info/testsite2/index.php

Just did a test shout and the numbers show correctly in my profile.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 21, 2015, 04:11:40 PM
Quote
Ken, check http://cctestsite.info/testsite2/index.php

Just did a test shout and the numbers show correctly in my profile.

Ken, I don't think your file got replaced on the server.  You have the text wrap problem in the shoutbox again.

The text wrap was probably just my browser cache, because it's ok now. 
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 21, 2015, 08:45:07 PM
Ok, then you're probably right about the files, Mick.

And I've totally forgotten all about your test site. LOL
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 04:57:34 AM
Ok, then you're probably right about the files, Mick.

And I've totally forgotten all about your test site. LOL

lol. No problem Steve.  I always wondered how you keep up with all the sites you're part of. 

Ken, I had a little play with the slider, http://cctestsite.info/testsite2/index.php  I used Brads original slider images as a test, can't get them to resize as I would like, but you get the idea.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 22, 2015, 05:26:06 AM
lol. No problem Steve.  I always wondered how you keep up with all the sites you're part of. 
I don't...people like you usually remind me.  :rofl2

I do need to start making a list...  But then I'd probably forget where I put the list. :hah!:

Ken, I had a little play with the slider, http://cctestsite.info/testsite2/index.php  I used Brads original slider images as a test, can't get them to resize as I would like, but you get the idea.
Is this part of TP 1.1?
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 22, 2015, 05:28:05 AM
That looks good Mick.  :thumbup:
Any way to slow it down? To me it looks to be a little to quick to the next image. And, what about at the bottom of the page, would it look better there, or at the top like you have it now?
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 22, 2015, 05:30:32 AM
Quote
Is this part of TP 1.1?

We've been working on a new front/home page for TP and Micks test site has it loaded up.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 05:35:06 AM

Is this part of TP 1.1?

No Steve, it's just a slider I was originally messing about with for my guitarist site, but I think it's been kind of adopted as a candidate for the new Tinyportal.net  front page.  I need to try out some different sliders to be honest.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 22, 2015, 05:44:23 AM
Ah! Actually, I've been thinking of adding one to my site since my phpBB site and many other forums/cms' have them. Just never had enough time yet to explore it.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 22, 2015, 05:50:06 AM
The catbg curves are still not fixed yet.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 05:57:03 AM
The catbg curves are still not fixed yet.

 :-[ You've shown me this before a few times.  Can you post me an example pic. Unless I've missed one in here somewhere.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 22, 2015, 06:04:17 AM
Sure! It happens here and on my test site but only to the left side and all tp profile pages except the 2 article pages. I just recreated my site from scratch to be sure. The 1st one is from here and the 2nd is from my site.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 22, 2015, 06:07:50 AM
And on your test site...
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 06:15:34 AM
And on your test site...

This is only happening with the SMF default theme Curve, am I right?

Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 22, 2015, 06:17:55 AM
Nope, see the first image I posted. It is from here with the DzinerStudio red and white theme.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 06:18:18 AM
That looks good Mick.  :thumbup:
Any way to slow it down? To me it looks to be a little to quick to the next image. And, what about at the bottom of the page, would it look better there, or at the top like you have it now?

Ken, sorry I was working on a alternative layout for the front page when you posted this. I just needed to see what it looked like.  We can try the block where ever you like.  You can also move them about yourself if you want to. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 06:23:27 AM
Nope, see the first image I posted. It is from here with the DzinerStudio red and white theme.

 :-[ I blame my eyesight.  I should have seen that. lol..

Try it at http://www.tinyportal.net I'm sure it's fine there. 

Did you already report this here? http://www.tinyportal.net/index.php?topic=35411.0
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 06:34:54 AM
That looks good Mick.  :thumbup:
Any way to slow it down? To me it looks to be a little to quick to the next image. And, what about at the bottom of the page, would it look better there, or at the top like you have it now?

Ken, sorry I was working on a alternative layout for the front page when you posted this. I just needed to see what it looked like.  We can try the block where ever you like.  You can also move them about yourself if you want to. ;)

Yes it can be slowed down, it's currently set a four seconds per image. But this was just a test, so nothing concrete.  The slider is a bit of a mare to work with, and probably needs rebuilding every time something needs adjusting, that's my issue with it so far.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on February 22, 2015, 07:06:25 AM
Nope, see the first image I posted. It is from here with the DzinerStudio red and white theme.

 :-[ I blame my eyesight.  I should have seen that. lol..

Try it at http://www.tinyportal.net I'm sure it's fine there. 
That's OK...it happens when you start to get really old.  :funny:

It doesn't happen at TP using the Studio theme but if you switch to Curves you'll see it. I guess block fixed it on his own themes.

Did you already report this here? http://www.tinyportal.net/index.php?topic=35411.0
Yes, yesterday here: http://www.tinyportal.net/index.php?topic=35411.msg283534#msg283534

You can also see it in the image Ken posted here: http://www.tinyportal.net/index.php?topic=35411.msg283528#msg283528
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 22, 2015, 07:35:35 AM
I like the way you have it now with the welcome on top and then the slider and then the download + the rest  of the text.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 07:41:23 AM
I like the way you have it now with the welcome on top and then the slider and then the download + the rest  of the text.

Ken, thanks.  Just asked you this very question on there as it happen. lol..  Now you've answered it. Spooky. lol..

Got to play with these ideas I guess. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 22, 2015, 08:34:40 AM
I just posted about how I like your current version.  :thumbup:

Also, added a sponsor block below the slider to see how that goes over with the rest of the Team.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 08:56:59 AM
I just posted about how I like your current version.  :thumbup:

Also, added a sponsor block below the slider to see how that goes over with the rest of the Team.

Nice job Ken.  It will obviously look better with the title switched off when the code is in place.  It does kind of break up the flow of things a bit, but we don't have a lot of options to be fair.

I'm going to experiment with your three in a row sponsor block idea. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 22, 2015, 09:01:25 AM
OK.
I have looked at the code, but cannot see how it might be changed to make it display as a single line.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 22, 2015, 10:25:32 AM
TinyPortal1.109-rev4 installed now.   :-[


[EDIT]
TinyPortal1.109-rev5 installed now.  :hah!:
[/EDIT]
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 12:14:45 PM
TinyPortal1.109-rev4 installed now.  :hah!:

You mean rev5 Ken ? ;)
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 22, 2015, 12:30:31 PM
TinyPortal1.109-rev4 installed now.  :hah!:

You mean rev5 Ken ? ;)

Whoops!!!  shocked003
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 22, 2015, 12:34:34 PM
Daytona 500 coming on... I'll be distracted for the rest of today.  :whistle1:
Title: Re: TinyPortal1.108-rev1
Post by: Mick on February 22, 2015, 12:40:24 PM
Daytona 500 coming on... I'll be distracted for the rest of today.  :whistle1:

lol..  Enjoy Ken, wish it was on here. Have to wait for F1 season to start, or Moto GP.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on February 22, 2015, 06:21:05 PM

Latest TP & SMF Gallery Pro. [FIXED]
... again.  ^-^

In This Topic (http://www.tinyportal.net/index.php?topic=35281.0) I had reported an issue with the latest TP and SMF Gallery Pro. In the gallery, when trying to visit a category/album it would return an error page saying, "An Error Has Occurred! The category doesn't exist."

The fix was a code edit to TPortal.php that Brad had posted for me.
A temporary fix in TPortal.php about line #1024 you can find this code:
Code: [Select]
//return if not quite a category
if(isset($_GET['action']) && $_GET['action'] == 'manageboards')
return;

Change it to this:
Code: [Select]
//return if not quite a category
if(isset($_GET['action']) && ($_GET['action'] == 'manageboards' || $_GET['action'] == 'gallery'))
return;

However; before I could get it to work this time it was necessary to extract a fresh copy of TPortal.php from the rev 5 package, do the edit and then upload it to my server.
Works OK now.  O0
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on March 01, 2015, 06:42:16 AM
I came here this morning and for some reason I decided to check the error log and see that you get 2 errors when you come here before logging in...as a guest.

Quote
http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=723;type=avatar
8: Undefined index: forum_name
File: /home/ourfamil/public_html/FamilyForum/Themes/default/languages/TPortal.english.php
Line: 307

Quote
http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=789;type=avatar
8: Undefined index: forum_name
File: /home/ourfamil/public_html/FamilyForum/Themes/default/languages/TPortal.english.php
Line: 307

The "attach=789" is different in each case...I assume for whatever the user is viewing, perhaps?
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 01, 2015, 08:31:44 AM
Not sure Steve... in any case I've already posted the error to the TP Beta topic.  :thumbup:
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 01, 2015, 08:50:49 AM
Not sure Steve... in any case I've already posted the error to the TP Beta topic.  :thumbup:

Ken, can you post me a link to that post please.

I'm sure that's a old error that's come up again.  http://www.tinyportal.net/index.php?topic=35278.msg282074#msg282074  I thought it was fixed tbh.

I'm not seeing it on my sites, but then I don't have any traffic.  :rofl2
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 01, 2015, 10:30:30 AM
Here it tizz Mick. (http://www.tinyportal.net/index.php?topic=35411.msg283535#msg283535)  :happy1:


Bloc, you may have seen these errors when you were on my site, but just in case:

Code: [Select]
Bloc
Apply Filter: Only show the error messages of this IP address 84.202.209.36 
  Reverse chronological order of list Today at 02:40:27 PM
Apply Filter: Only show the error messages of this session e923793bcbcbe10429cc3af90ec1b0d4
Apply Filter: Only show the errors of this type Type of error: Undefined
Apply Filter: Only show the error messages of this URL
http://www.ourfamilyforum.org/FamilyForum/index.php?action=tpmod;shout=admin
Apply Filter: Only show the errors with the same message
8: Undefined index: subtabs

File: /home/ourfamil/public_html/FamilyForum/Themes/default/TPsubs.template.php
Line: 2223
Apply Filter: Only show the error messages of this member Bloc

http://www.ourfamilyforum.org/FamilyForum/index.php?action=tpmod;shout=admin

8: Undefined index: subtabs

File: /home/ourfamil/public_html/FamilyForum/Themes/default/TPsubs.template.php
Line: 2223

http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=723;type=avatar

8: Undefined index: forum_name

File: /home/ourfamil/public_html/FamilyForum/Sources/TPortal.php
Line: 511

http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=723;type=avatar

8: Undefined index: forum_name

File: /home/ourfamil/public_html/FamilyForum/Themes/default/languages/TPortal.english.php
Line: 307

http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=782;type=avatar

8: Undefined index: forum_name

File: /home/ourfamil/public_html/FamilyForum/Sources/TPortal.php
Line: 511

http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=782;type=avatar

8: Undefined index: forum_name

File: /home/ourfamil/public_html/FamilyForum/Themes/default/languages/TPortal.english.php
Line: 307
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 01, 2015, 11:10:21 AM
Ken, Thanks.

So if I'm reading those posts correctly, the error was fixed, but now it's back again??

Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 01, 2015, 11:29:44 AM
It would appear so, this needs to be posted to the Beta topic again.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 01, 2015, 11:56:34 AM
It would appear so, this needs to be posted to the Beta topic again.

Excellent, I see you 've done it.  Can't be many more bugs to iron out, so fingers crossed.  :thumbup:
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 01, 2015, 12:16:01 PM
It would appear so, this needs to be posted to the Beta topic again.

Excellent, I see you 've done it.  Can't be many more bugs to iron out, so fingers crossed.  :thumbup:
  laughing7

+1!
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 05, 2015, 04:21:18 PM
ooh, looky here http://www.tinyportal.net/index.php

Does that look familiar Ken.  :D
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 05, 2015, 08:10:02 PM
ooh, looky here http://www.tinyportal.net/index.php

Does that look familiar Ken.  :D

Yepp! It do!  laughing7
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 05, 2015, 08:34:49 PM
Now me gotta build something similar for our home page here, using the slider with pictures from the Galleries (both are still active) and an article with a welcome message.  :happy1:
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 06, 2015, 03:06:10 AM
Now me gotta build something similar for our home page here, using the slider with pictures from the Galleries (both are still active) and an article with a welcome message.  :happy1:

Ken, I was thinking along the same lines actually.  I'll probably just do a copy paste and edit though, because I'm a lazy git. lol..   :rofl2

Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 06, 2015, 03:34:28 AM
Me too.  :disturbed:
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 06, 2015, 03:46:56 AM
Me too.  :disturbed:

lol..  shocked003

Hope the guys like the new look, not 100% sure how it'll go down with them, but hey we tried, and done our best.  There's a couple of blocks there I wasn't sure about that I had to move from front page, will have to ask about those to see if they're important. Will do this later after work.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 06, 2015, 04:05:00 AM
It's looking great.  :thumbup:

A couple more blocks would be good... are you going to add in Les's block? I think we should, as long as it's in with the other blocks at the bottom.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 06, 2015, 06:01:21 AM
Now me gotta build something similar for our home page here, using the slider with pictures from the Galleries (both are still active) and an article with a welcome message.  :happy1:

 shocked003 ... gotta update CPG.

Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 06, 2015, 01:01:38 PM
It's looking great.  :thumbup:

A couple more blocks would be good... are you going to add in Les's block? I think we should, as long as it's in with the other blocks at the bottom.

Well I was going to try it, but Les has already added it.  Thing is, it now doesn't fit the description above those blocks, which says,

"Below are a few of the blocks built in to TinyPortal, and ready to use"

There's no sponsor block built into TP, so we might have to look at that again.  Unless you think it's ok of course.  The reason I haven't added more blocks atm, was simply because they are a nightmare to arrange, they are all different sizes which makes it tricky, and the percentage setting don't work in the columns either.  You can see what happened when Les added the block for example, it shifted them all over the place and created a lot of empty spaces in those columns.

Like I said in the other thread over there, it would be neat if you could tell the blocks which column to sit in. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 06, 2015, 05:15:45 PM
I wouldn't worry about it... the page looks tremendously better than before and no one has complained, so it's OK like it is.  :thumbup:

The title isn't actually that misleading because that ad block is simply a PHP block and those are built into the block system... you just activate one when you need it.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 06, 2015, 05:25:18 PM
I wouldn't worry about it... the page looks tremendously better than before and no one has complained, so it's OK like it is.  :thumbup:

The title isn't actually that misleading because that ad block is simply a PHP block and those are built into the block system... you just activate one when you need it.

True on all counts Ken. I'll leave it be, and hopefully bloc will perhaps find a fix for the percentage stuff, that will make it easy to arrange them. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 11, 2015, 06:02:05 PM
TinyPortal  1.109rev7 available for testing. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 11, 2015, 06:30:32 PM
TinyPortal  1.109rev7 available for testing. ;)

Got it installed to my XAMPP, playing around with it a little.

Whoops! Just read on TP where Bloc did a update on it.  shocked003
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 11, 2015, 06:34:07 PM
TinyPortal  1.109rev7 available for testing. ;)

Got it installed to my XAMPP, playing around with it a little.

Whoops! Just read on TP where Bloc did a update on it.  shocked003

Yeah, that was rev 6. lol..
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 11, 2015, 06:38:56 PM
OK, rev7 up and running.  :thumbup:

Guess I better wait for the dust to settle before installing it here on OFF.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 11, 2015, 06:57:16 PM
OK, rev7 up and running.  :thumbup:

Guess I better wait for the dust to settle before installing it here on OFF.

I guess.  I have it on both test sites atm, http://cctestsite.info and http://cctestsite.info/testsite2/index.php
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 11, 2015, 07:42:13 PM
I like the shout sticky thingie... don't know if I'll ever use it, but I like it.  :thumbup:
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 11, 2015, 07:47:18 PM
I like the shout sticky thingie... don't know if I'll ever use it, but I like it.  :thumbup:

Same here Ken. I might use it occasionally, but if I did it wouldn't be more than one sticky at a time.  Handy to have though. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 13, 2015, 03:33:27 AM
Ken, could you do me a favour please.  Can you post me a screengrab of your TP 1.109 rev 7 installed in SMF 2.1

I've tried it three times in Xampp, and get exactly the same results,

just don't want to clutter up the thread over at tp.net atm, until bloc has responded.  Think we might have to split the topic a bit over there so people don't get confused about the different SMF versions.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 13, 2015, 03:51:35 AM
OK, will do.

Give me a little time because currently my XAMPP is set up with SMF 2.0.9... I'll reload it with 2.1 and post back.
Sorry for any confusion over versions, I should have paid more attention to what you are running.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 13, 2015, 04:11:29 AM
OK, will do.

Give me a little time because currently my XAMPP is set up with SMF 2.0.9... I'll reload it with 2.1 and post back.
Sorry for any confusion over versions, I should have paid more attention to what you are running.

Ken no worries.  But are you saying you were running and getting shoutbox errors with SMF 2.0.9 and not 2.1 in this reply? http://www.tinyportal.net/index.php?topic=35411.msg283775#msg283775

I have about twenty sites set up in Xampp lol..  Several 2.0.9 a few 2.1, and a few Coppermine installs. 
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 13, 2015, 04:28:14 AM
That comment was screwed up because I was running 2.0.9... as mentioned I should have paid more attention.  :-[

I have 2.1 + rev7 installed now and checking it out, will report back shortly.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 13, 2015, 04:34:54 AM
That comment was screwed up because I was running 2.0.9... as mentioned I should have paid more attention.  :-[

I have 2.1 + rev7 installed now and checking it out, will report back shortly.

Thanks Ken, that kinda makes more sense now, I thought my Xampp was playing up lol..  Ok,, we'll see what bloc says.  Not sure what Les was using either atm.  I just asked that question of you both over there, Just to get it back on track.

What I get when I install TP in 2.1,  is twelve errors in the log from the shout bbc buttons.  New image missing from recent block. And general board on front page of forum, which won't go away.  Turning off the shoutbox gets rid of any errors in the log.

Hopefully you'll get the same. ;)
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 13, 2015, 04:39:09 AM
Install:
Install/Upgrade thank you message not going away on it's on... had to click on a forum navigation button to clear it.

(https://www.ourfamilyforum.org/FamilyForum/proxy.php?request=http%3A%2F%2Fi62.tinypic.com%2F2m5xzqr.png&hash=ce67e9a5ed9e98fc2d63e2634ce30e1f5f293154)


ShoutBox:
After two shouts, these errors (24 of them)


Code: [Select]
Ken
Today at 08:31 am
::1 
31b6173e47d926ae3f825fd6cec317e2
Type of error: Undefined
8: Undefined index: upshrink_description
http://localhost/index.php?
File: U:/xampp/htdocs/tp-files/tp-modules/TPShout/Sources/TPShout.php
Line: 663

Ken
Today at 08:31 am
::1 
31b6173e47d926ae3f825fd6cec317e2
Type of error: Undefined
8: Undefined index: marquee
http://localhost/index.php?
File: U:/xampp/htdocs/tp-files/tp-modules/TPShout/Sources/TPShout.php
Line: 657

Ken
Today at 08:31 am
::1 
31b6173e47d926ae3f825fd6cec317e2
Type of error: Undefined
8: Undefined index: shadow
http://localhost/index.php?
File: U:/xampp/htdocs/tp-files/tp-modules/TPShout/Sources/TPShout.php
Line: 656

Ken
Today at 08:31 am
::1 
31b6173e47d926ae3f825fd6cec317e2
Type of error: Undefined
8: Undefined index: glow
http://localhost/index.php?
File: U:/xampp/htdocs/tp-files/tp-modules/TPShout/Sources/TPShout.php
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 13, 2015, 04:51:27 AM
You're right about the confusion and that we should start a new topic over on TP for that version... of course we need to finish work on 1.0.9 first.  laughing7
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 15, 2015, 07:12:18 AM
Bloc just uploaded TinyPortal11_1.109rev8.zip.
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 16, 2015, 04:15:03 PM
bloc just uploaded TinyPortal11_1.109rev9  Seems fine atm. Stripped out the 2.1 stuff and cut out some of the shoutbox changes again, for now anyway.   :thumbup:
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 16, 2015, 04:40:25 PM
Good deal!  :thumbup:

Gonna go and grab it now.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 16, 2015, 05:27:56 PM
Bloc posted some dancing banana's and me could not resist!!!  :banana: :banana: :banana:

... added to the post form smileys  :banana:
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 16, 2015, 07:10:32 PM
Bloc posted some dancing banana's and me could not resist!!!  :banana: :banana: :banana:

... added to the post form smileys  :banana:

Cool bananas.  shocked003

Ken, you getting any errors from rev 9?  When you try to edit a shout from within the shoutbox
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 16, 2015, 07:59:22 PM
Ummm... just found all these in the error log.

Code: [Select]
Reverse chronological order of list Today at 07:49:22 PM
Apply Filter: Only show the error messages of this session 85f192cf7039ceaf36313ef29d840aa2
Apply Filter: Only show the errors of this type Type of error: General
Apply Filter: Only show the error messages of this URL
http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_below sub template - eval?)
Line: 103

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_below sub template - eval?)
Line: 103

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_below sub template - eval?)
Line: 73

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_below sub template - eval?)
Line: 73

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_above sub template - eval?)
Line: 59


http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_above sub template - eval?)
Line: 59

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_above sub template - eval?)
Line: 41

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_above sub template - eval?)
Line: 41

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_above sub template - eval?)
Line: 40

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2
Apply Filter: Only show the errors with the same message
8: Undefined index: tp_panels
Apply Filter: Only show the errors from this file
File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_above sub template - eval?)
Line: 40

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2
Apply Filter: Only show the errors with the same message
2: in_array() expects parameter 2 to be array, null given
Apply Filter: Only show the errors from this file
File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_above sub template - eval?)
Line: 28

http://www.ourfamilyforum.org/SP/index.php?action=tpmod;shout=admin;s=8;f71011c=85f192cf7039ceaf36313ef29d840aa2

File: /home/ourfamil/public_html/SP/Themes/default/Login.template.php (tp_above sub template - eval?)
Line: 28
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 21, 2015, 07:25:01 PM
Just upgraded to TinyPortal1.109-rev9.  :thumbup:
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 22, 2015, 07:38:06 AM
Getting some errors like this in the log, is this just caused by a search engine thrashing around???

Code: [Select]
http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=12;topic=46.0
Apply Filter: Only show the errors with the same message
8: Undefined index: forum_name
Apply Filter: Only show the errors from this file
File: /home/ourfamil/public_html/FamilyForum/Themes/default/languages/TPortal.english.php
Line: 307
Title: Re: TinyPortal1.108-rev1
Post by: Mick on March 22, 2015, 08:39:01 AM
Getting some errors like this in the log, is this just caused by a search engine thrashing around???

Code: [Select]
http://www.ourfamilyforum.org/FamilyForum/index.php?action=dlattach;attach=12;topic=46.0
Apply Filter: Only show the errors with the same message
8: Undefined index: forum_name
Apply Filter: Only show the errors from this file
File: /home/ourfamil/public_html/FamilyForum/Themes/default/languages/TPortal.english.php
Line: 307

Ken, that was supposed to be fixed in rev 5 http://www.tinyportal.net/index.php?topic=35411.msg283541#msg283541

Looks like some of the fixes were undone when taking out the shoutbox stickys etc.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on March 22, 2015, 09:20:47 AM
Guess I'll need to post these errors to TP.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on April 08, 2015, 02:21:27 PM
Progress has slowed to a standstill on this update.
Maybe me needs to stir things up a bit?  laughing7
Title: Re: TinyPortal1.108-rev1
Post by: Mick on April 09, 2015, 02:08:47 PM
Progress has slowed to a standstill on this update.
Maybe me needs to stir things up a bit?  laughing7

Yes, it would be great to get these last errors sorted, and get TP 1.1 released.
Title: Re: TinyPortal1.108-rev1
Post by: Ken on April 09, 2015, 02:58:10 PM
Yes, I'll send Bloc a PM to see what the status is on any work that he's currently doing.
Title: Re: TinyPortal1.108-rev1
Post by: Skhilled on April 10, 2015, 07:50:03 PM
I've been so busy with my new PC I've forgotten all about this...