Page 4 of 4

Re: TPFC migration

Posted: Tue Jan 09, 2018 1:37 pm
by nickoftime
Glad you are back up... was worried that you were hacked. :oops:

Re: TPFC migration

Posted: Tue Jan 09, 2018 4:05 pm
by __philippe
Yep, same retrospective worries here:

For quite a while (started around 09JAN18 08:00 UTC up to now), Login was blocked with ominous message:

Your connection is not private
NET::ERROR_CERT_DATE_INVALID

Re: TPFC migration

Posted: Wed Jan 10, 2018 3:04 am
by lastaltoid
Andrew Lee wrote: Tue Jan 09, 2018 1:30 pm
billon wrote: Mon Jan 08, 2018 11:42 am Sometimes (not always, randomly), when you login from the site, you redirected to this error page:

You actually logined successfully, just didn't redirected to the previous page, but to this error page
If it's random, it'll be hard to diagnose until we have more info. I just tried with Firefox and Chrome. Steps I took:

1. Logout from TPFC
2. Pop into any random database entry page.
3. Click "Login" from top of page.
4. After login, I'm redirected back the same database entry page in (2)

If you guys hit this problem again, try to note the exact sequence of steps you took and post them here.
Consistently get error as described by billion viewtopic.php?p=88869#p88869.
Start at front page and click login
StartHere_2018-01-10_025202.jpg
from there on the error (with successful) login occurs.

Correction, repeatedly fails using FF56, however no problem using latest chrome. :(

Re: TPFC migration

Posted: Thu Jan 11, 2018 3:33 pm
by Andrew Lee
Damn, it didn't take long for the bots to strike! :shock:

Will have to do something later...

Re: TPFC migration

Posted: Fri Mar 09, 2018 9:59 pm
by billon
AutoIt entry "Change history" is broken, just empty page

Re: TPFC migration

Posted: Sat Mar 10, 2018 5:27 pm
by Andrew Lee
Fixed. Thanks for spotting this!

The reason is because some fields for this entry (especially "What's New" is really huge eg. > 1KB). This chokes up the text diff engine and takes a long time to complete, so the script times out.

What I have done is to truncate fields greater than 1KB before feeding them into the text diff engine. I think it's a good compromise compared to upping the script timeout parameter.

Re: TPFC migration

Posted: Sat Mar 17, 2018 6:45 pm
by Specular
Finally. Been waiting for someone to be online to check what the class and styling was.

Here's a screenshot of the tweak to the 'online' background image label for users, which is currently on the right hand side:

Image

And attached is the updated icon_user_online.gif background image and the content.css within a zip which changes the 'background-position' from line 824, seen in the spoiler below.
Spoiler!   

Code: Select all

.online {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
}

Re: TPFC migration

Posted: Sat Mar 17, 2018 7:16 pm
by webfork
Specular wrote: Sat Mar 17, 2018 6:45 pmHere's a screenshot of the tweak to the 'online' background image label for users, which is currently on the right hand side
Cool :)

Re: TPFC migration

Posted: Sun Mar 18, 2018 4:53 pm
by Andrew Lee
Here's a screenshot of the tweak to the 'online' background image label for users, which is currently on the right hand side:
Changes applied. Thanks!

Re: TPFC migration

Posted: Sun Mar 18, 2018 10:10 pm
by Specular
Andrew Lee wrote: Sun Mar 18, 2018 4:53 pmChanges applied. Thanks!
No prob. Thought to @ you but couldn't figure out how to @ handles which contain spaces :P (At least I think the new software supports @'ing, maybe that's only another one I frequent).

Re: TPFC migration

Posted: Tue Mar 20, 2018 7:33 pm
by Andrew Lee
No prob. Thought to @ you but couldn't figure out how to @ handles which contain spaces :P (At least I think the new software supports @'ing, maybe that's only another one I frequent).
I did a quick google about this. Don't think it's support it even the latest version of phpBB. It is supported, however, in vBulletin.