<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
Ghost
Users
Posts: 14 Joined: 08 Feb 2020, 14:29
Post
by Ghost » 28 Jan 2023, 08:29
How can I delete this error from the database?
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, string given
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
LG Ghost
dmzx
Founder
Posts: 6491 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 28 Jan 2023, 09:28
Do you get this when installing Ultimate points?
Ghost
Users
Posts: 14 Joined: 08 Feb 2020, 14:29
Post
by Ghost » 28 Jan 2023, 10:08
dmzx wrote: 28 Jan 2023, 09:28
Do you get this when installing Ultimate points?
No I get that who I click on Ultimate Points in the personal area
dmzx
Founder
Posts: 6491 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 29 Jan 2023, 09:14
Ghost wrote: 28 Jan 2023, 10:08
dmzx wrote: 28 Jan 2023, 09:28
Do you get this when installing Ultimate points?
No I get that who I click on Ultimate Points in the personal area
Ok will check on test board
Ghost
Users
Posts: 14 Joined: 08 Feb 2020, 14:29
Post
by Ghost » 29 Jan 2023, 11:28
I just tried my test forum, everything is ok.
But on my main forum is a mistake.
Can I get the mistake in the main forum from database?
dmzx
Founder
Posts: 6491 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 29 Jan 2023, 13:17
Ghost wrote: 29 Jan 2023, 11:28
I just tried my test forum, everything is ok.
But on my main forum is a mistake.
Can I get the mistake in the main forum from database?
Pm me test account to check it
ironside
Users
Posts: 19 Joined: 03 May 2020, 08:58
Post
by ironside » 29 Mar 2023, 11:05
Thank you so much.
I leave here the French translation
fr.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Proute To Be French
Ghost
Users
Posts: 14 Joined: 08 Feb 2020, 14:29
Post
by Ghost » 02 Apr 2023, 12:02
How can you display more members here?
Ghost
Users
Posts: 14 Joined: 08 Feb 2020, 14:29
Post
by Ghost » 22 Apr 2023, 09:50
Ghost wrote: 02 Apr 2023, 12:02
How can you display more members here?
Can somebody help me with it?
ditch
Users
Posts: 6 Joined: 22 Apr 2023, 14:37
Post
by ditch » 21 May 2023, 10:13
Please tell me how this can be fixed. Convert this expression to text.
I understand it can be fixed here:
acp_users_overview_options_append.html
Code: Select all
<dl>
<dt><label>{{ lang('USER_POINTS') }}{{ lang('COLON') }}</label><br/><span>{{ lang('USER_POINTS_EXPLAIN') }}</span>
</dt>
<dd><input class="text" type="text" id="user_points" maxlength="16" name="user_points" value="{{ USER_POINTS }}"/>
</dd>
</dl>
But I don't know how
dmzx
Founder
Posts: 6491 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 22 May 2023, 08:26
ditch wrote: 21 May 2023, 10:13
Please tell me how this can be fixed. Convert this expression to text.
I understand it can be fixed here:
acp_users_overview_options_append.html
Code: Select all
<dl>
<dt><label>{{ lang('USER_POINTS') }}{{ lang('COLON') }}</label><br/><span>{{ lang('USER_POINTS_EXPLAIN') }}</span>
</dt>
<dd><input class="text" type="text" id="user_points" maxlength="16" name="user_points" value="{{ USER_POINTS }}"/>
</dd>
</dl>
But I don't know how
What is you native language?
In lanugae file
acp_ultimatepoints.php you can find it.
ditch
Users
Posts: 6 Joined: 22 Apr 2023, 14:37
Post
by ditch » 22 May 2023, 08:47
dmzx wrote: 22 May 2023, 08:26
ditch wrote: 21 May 2023, 10:13
Please tell me how this can be fixed. Convert this expression to text.
I understand it can be fixed here:
acp_users_overview_options_append.html
Code: Select all
<dl>
<dt><label>{{ lang('USER_POINTS') }}{{ lang('COLON') }}</label><br/><span>{{ lang('USER_POINTS_EXPLAIN') }}</span>
</dt>
<dd><input class="text" type="text" id="user_points" maxlength="16" name="user_points" value="{{ USER_POINTS }}"/>
</dd>
</dl>
But I don't know how
What is you native language?
In lanugae file
acp_ultimatepoints.php you can find it.
my native language is russian. But in acp, even in english (by default) in User Administration, the specified expression on the screenshot does not change.
dmzx
Founder
Posts: 6491 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 22 May 2023, 10:30
ditch wrote: 22 May 2023, 08:47
my native language is russian. But in acp, even in english (by default) in User Administration, the specified expression on the screenshot does not change.
Check in
acp_ultimatepoints.php these lines:
Code: Select all
'USER_POINTS' => 'User Points',
'USER_POINTS_EXPLAIN' => 'Amount of points the user owns.',
ditch
Users
Posts: 6 Joined: 22 Apr 2023, 14:37
Post
by ditch » 22 May 2023, 17:37
dmzx wrote: 22 May 2023, 10:30
ditch wrote: 22 May 2023, 08:47
my native language is russian. But in acp, even in english (by default) in User Administration, the specified expression on the screenshot does not change.
Check in
acp_ultimatepoints.php these lines:
Code: Select all
'USER_POINTS' => 'User Points',
'USER_POINTS_EXPLAIN' => 'Amount of points the user owns.',
/ext/dmzx/ultimatepoints/language/en
english is selected, but this expression still remains
miri4ever
Users
Posts: 71 Joined: 22 Jan 2017, 15:39
Post
by miri4ever » 29 May 2023, 20:59
I nearly gave up about this error in both ACP modules. I do not display in English or any kind of language. The rest of this working fine inside the main control acp of this extension. Just those forums and users having this trouble even if the languages added.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.