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

Recent

Welcome to TinyPortal. Please login or sign up.

April 18, 2024, 10:15:29 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 192
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 106
  • Total: 106

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.

tino

Here is the latest RC release before I add the menu and other features back in. It should be stable but I expect that there will be some issues. Also I haven't provided an upgrade path from RC1 to RC2 so there might be some issues due to that mainly to do with the images and folder structure changing.

https://github.com/Tinyportal/ElkTP/releases/tag/V1.0.0-RC2

lurkalot

Will need to check what I did, but at the moment it broke stuff.  I have this error in log,

Type of error: Undefined
Exception: Call to undefined function TinyPortal\Model\is_countable()
http://elkarte2.test/index.php?
File: C:/laragon/www/elkarte2/TinyPortal/Model/Subs.php
Line: 1617

lurkalot

I had uninstalled RC1 (with the remove all data option) prior to trying RC2.

Also had to delete the RC1 package before it would let me upload RC2 because of this,

"The package you are trying to upload already exists on the server under file name: ElkTP-V1.0.0-RC1.zip"

tino

Quote from: lurkalot on February 07, 2021, 04:14:10 PM
Will need to check what I did, but at the moment it broke stuff.  I have this error in log,

Type of error: Undefined
Exception: Call to undefined function TinyPortal\Model\is_countable()
http://elkarte2.test/index.php?
File: C:/laragon/www/elkarte2/TinyPortal/Model/Subs.php
Line: 1617

I need to up the minimal php version, that's version 7.3 or greater as I removed the polyfill.

tino

Quote from: lurkalot on February 07, 2021, 04:35:21 PM
I had uninstalled RC1 (with the remove all data option) prior to trying RC2.

Also had to delete the RC1 package before it would let me upload RC2 because of this,

"The package you are trying to upload already exists on the server under file name: ElkTP-V1.0.0-RC1.zip"

I don't know how you got that? As the latest link calls it RC2. The original in the first post  is still RC1 as I've not released RC2 formally yet.

lurkalot

It was actually running the very first version I was trying from a few weeks ago.  ???

My local is running PHP: 7.2.19

tino

Quote from: lurkalot on February 07, 2021, 04:41:52 PM
It was actually running the very first version I was trying from a few weeks ago.  ???

My local is running PHP: 7.2.19

I don't intend to support less than php 7.3 as all other php versions are EOL.

I can create a polyfill package for it ( I use one on my site ) but I don't really want to have it as default as it just increases my testing time which is already limited.


tino


lurkalot

Quote from: tino on February 07, 2021, 04:46:59 PM
Add this to the bottom of Load.php if you want it to work on PHP7.2

https://github.com/PHPWatch/is_countable-polyfill/blob/master/src/is_countable.php

Thanks I will give that a try.  I'd rather not update my local atm, as I'm in the middles of something, and I just know I'd lose it.

tino

You should really update it to the latest php 7.2 I think it's php 7.2.34.