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

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 04:59:07 AM

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

Elkarte TinyPortal Testing

Started by tino, January 05, 2021, 01:55:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

McFly

#110
Just updated my test installation from RC2 to RC3. And made some work for the translation, by the way ... utf8. Now installable via the package manager in the right TP path.  :)

The first error still appears, the second is fixed.


edit: I hope I found and translated all the new lines of text.  ::)
"I'm not going to censor myself to comfort your ignorance."

Testsites (may be online or not ;-) )
ElkArte 1.1.x & TP on Apache2.4.48, PHP 8.1.2 FPM/FastCGI, MariaDB 10.5.12

tino

Quote from: Mc Fly on November 21, 2021, 09:49:58 PM

The first error still appears, the second is fixed.


The first error is also now fixed, I have credits disabled on my test install.  :doh:

Also downloaded and installed your language file and it seems to work well. Thanks for that  O0

McFly

Quote from: tino on November 22, 2021, 01:38:34 PM
...

The first error is also now fixed, I have credits disabled on my test install.  :doh:

...

Also a way to solve things.  ;D

I stumbled over an error while creating a PHP block: The code entry field is not displayed!  :o

When viewing the HTML source, two subsequent empty DIVs are noticeable in the associated DIV.

EDIT:

Fun fact: I can enter the PHP code if I switch to HTML/Javascript and switch back to PHP code before saving. :2funny:
"I'm not going to censor myself to comfort your ignorance."

Testsites (may be online or not ;-) )
ElkArte 1.1.x & TP on Apache2.4.48, PHP 8.1.2 FPM/FastCGI, MariaDB 10.5.12

tino

Guess there were no errors in the logs?

I'll have a variable missing or set incorrectly somewhere which is causing that one... the blocks logic from SMF TinyPortal was pretty much ripped up and started again for Elkarte so it's probably buggy as anything.

I think other than myself, lurkalot and @rjen (who kindly tested it initially for me) you're the first person to use it in anger. So any feedback is very much appreciated.

McFly

I like to test out one or the other, I enjoy it. Especially when you see that things are moving forward with ElkArte and TinyPortal. Just because TP does not change the files and "ftp" access is reduced exclusively to ssh.  O0

I have already found plenty of missing variables and other adversities. I think I should write them down ...  :hmm:  ... and as mentioned before, I'm currently testing with Apache 2.4.48, PHP 8.0.8 and MariaDB 10.5.12.
"I'm not going to censor myself to comfort your ignorance."

Testsites (may be online or not ;-) )
ElkArte 1.1.x & TP on Apache2.4.48, PHP 8.1.2 FPM/FastCGI, MariaDB 10.5.12

McFly

Warning: Undefined array key "memID"
index.php?action=profile;area=tparticles;sa=articles;u=1
TinyPortal/Views/TPprofile.template.php
line: 72


Warning: Undefined array key "selected_member"
index.php?action=profile;area=tparticles;sa=settings;u=1
TinyPortal/Views/TPprofile.template.php
line: 167


Warning: Undefined array key "uploads"
index.php?action=profile;area=tpsummary;u=1
TinyPortal/Views/TPprofile.template.php
line: 33


Warning: Undefined array key "portal_type"
index.php?action=admin;area=tpsettings;sa=settings
TinyPortal/Views/TPortalAdmin.template.php
line: 112


Subaction not defined
index.php?action=admin;area=tpgallery;sa=add;
sources/subs/Action.class.php
line: 129


Subaction not defined
index.php?action=admin;area=tpdownload;sa=add;
sources/subs/Action.class.php
line: 129
"I'm not going to censor myself to comfort your ignorance."

Testsites (may be online or not ;-) )
ElkArte 1.1.x & TP on Apache2.4.48, PHP 8.1.2 FPM/FastCGI, MariaDB 10.5.12

McFly

#116
Just looked in maintenance, integration hooks. The existing and active hooks:

integrate_delete_members
integrate_load_illegal_guest_permissions
integrate_load_permissions
integrate_modify_attachment_settings
integrate_modify_mention_settings
integrate_sa_manage_maintenance
integrate_save_modify_mention_settings
integrate_topics_maintenance

All others have not been found.  :-\
"I'm not going to censor myself to comfort your ignorance."

Testsites (may be online or not ;-) )
ElkArte 1.1.x & TP on Apache2.4.48, PHP 8.1.2 FPM/FastCGI, MariaDB 10.5.12

tino

Quote from: Mc Fly on November 25, 2021, 06:34:28 PM
Just looked in maintenance, integration hooks. The existing and active hooks:

integrate_delete_members
integrate_load_illegal_guest_permissions
integrate_load_permissions
integrate_modify_attachment_settings
integrate_modify_mention_settings
integrate_sa_manage_maintenance
integrate_save_modify_mention_settings
integrate_topics_maintenance

All others has not been found.  :-\

That one is due to how TinyPortal loads them and Elkarte detects them, they are there mind!

I'll work through the errors you raised tomorrow. Should have a few hours free!

McFly

I have encountered a strange problem. In the installation (see signature) I left the guests out on a trial basis. So far, so good. "Home" shows the front page and "Forum" changes to the forum. In another test installation, however, a login is requested once more and after that again I end up ... on the front page. However, this behavior persists when guest access is allowed again.  ??? :-\
"I'm not going to censor myself to comfort your ignorance."

Testsites (may be online or not ;-) )
ElkArte 1.1.x & TP on Apache2.4.48, PHP 8.1.2 FPM/FastCGI, MariaDB 10.5.12

tino

Which version are you running? I had an issue with the guest access functionality, which I think I fixed this last weekend. But it's related to the new feature I were you can allow guests access to the portal and not the forum.