Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.2 & 3.3 Extensions Database 3.2 / 3.3Ultimate Points Extension

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

martin wrote: 07 Sep 2020, 03:47 line 257

Code: Select all

if ($query_id)
		{
			$result = mysqli_fetch_assoc($query_id);
			return $result !== null ? $result : false;
		}

		return false;

i have that line yes ending with }

Code: Select all

		if ($query_id)
		{
			$result = mysqli_fetch_assoc($query_id);
			return $result !== null ? $result : false;
		}

		return false;
	}
what do i need to do here?
“A man searching for the Lost Paradise, can seem a fool to those who never sought the other world.”
-JM

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

miri4ever wrote: 06 Sep 2020, 23:12 Have you enabeled debug system ? Maybe turn off can help and I would try to upload original phpbb files to the folders, my a file is corrupt. Even to disable extension and clear all data if this works.
will try thanks

Edit: Fixxed, disabled and removed data and reinstalled ext :tumbsyes: :D

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

Even it is working, as soon when i open bank account and add points at the bank i will get the message back, without using bank it works all fine

Regards

User avatar

martin
Admin
Admin
Posts: 5106
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Ultimate Points Extension

Post by martin »

Turning off debug will just hide the error on some pages.

The line i posted is telling me you have a missing id as it cant be fetched.
Image

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

martin wrote: 07 Sep 2020, 10:37 turning off debug will just hide the error on some pages.

The line i posted is telling me you have a missing id as it cant be fetched.
ok thank you martin, any idea how to fixx the id?

User avatar

darkz
New user
New user
Posts: 1
Joined: 28 Aug 2020, 00:09
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by darkz »

Work with phpbb 3.3.1 ?

User avatar

NAPWR Online
Donator
Donator
Posts: 47
Joined: 21 May 2017, 14:30
    Linux Chrome

Re: Ultimate Points Extension

Post by NAPWR »

UP works at www.xu-1.com on 3.3.1

Just need the extension to email members when a Robber is at work :lol:
My name is Dave I, and all things are out there, and we are in here :mml:

User avatar

faroud
Users
Users
Posts: 141
Joined: 11 Jul 2015, 11:08
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by faroud »

Ultimate points works
but you see phpbb bug rules (3 lines)
on the forum overview
should this extension not be updated?
for phpbb 3.3.3?

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

faroud wrote: 21 Feb 2021, 22:07 ultimate points works
but you see phpbb bug rules (3 lines)
on the forum overview
should this extension not be updated?
for phpbb 3.3.3?
Can you post the errors?

User avatar

faroud
Users
Users
Posts: 141
Joined: 11 Jul 2015, 11:08
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by faroud »

[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 211: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 211: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 213: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 230: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 251: Trying to access array offset on value of type bool


lines on some tabs
overview-bank name
and tablad ultimate points

User avatar

Joost
Users
Users
Posts: 25
Joined: 20 Feb 2015, 11:21
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Joost »

simplejiro wrote: 13 May 2017, 16:17 Hi, possible to remove the .00 for the points? I prefer to show it as 10 points instead of 10.00 points.
I have the same question as simplejiro

User avatar

Joost
Users
Users
Posts: 25
Joined: 20 Feb 2015, 11:21
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Joost »

simplejiro wrote: 13 May 2017, 16:17 Hi, possible to remove the .00 for the points? I prefer to show it as 10 points instead of 10.00 points.
I have found the solution for this question. :D

Go to the folder:
ext/dmzx/ultimatepoints/core

And open the file:
functions_points.php

Search for:
$decimals = 2;

Replace this with:
$decimals = 0;

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

First post updated.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

First post updated.

User avatar

Brunchs
Users
Users
Posts: 16
Joined: 30 Jan 2021, 10:57
    Windows 10 Edge

Re: Ultimate Points Extension

Post by Brunchs »

Fatal error: Cannot declare class p_master, because the name is already in use in /home/clients/04bba139eb5e41020ef875068f42a5f4/web/includes/functions_module.php on line 25

When I click on the points I can no longer access the lottery or the robbery at all points what :wall:

Post Reply Previous topicNext topic