SQL General Error

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Kris2024
Registered User
Posts: 30
Joined: Thu Oct 24, 2024 7:46 am
Name: kris Y

SQL General Error

Post by Kris2024 »

Code: Select all

SQL ERROR [ mysqli ]

Duplicate entry 'dmzx/ultimatepoints' for key 'soft_ext.ext_name' [1062]

SQL

INSERT INTO soft_ext (ext_name, ext_active, ext_state) VALUES ('dmzx/ultimatepoints', 0, 's:13:\"notifications\";')

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 202
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/extension/manager.php
LINE: 179
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/phpbb/extension/manager.php
LINE: 241
CALL: phpbb\extension\manager->update_state()

FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 209
CALL: phpbb\extension\manager->enable_step()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()

FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
Last edited by Mick on Fri Nov 29, 2024 8:58 am, edited 1 time in total.
Reason: Code tags added for clarity.
Kris2024
Registered User
Posts: 30
Joined: Thu Oct 24, 2024 7:46 am
Name: kris Y

Re: SQL General Error

Post by Kris2024 »

Hi

I'm having some problems,
how do I fix it and install it successfully? :)

Thanks,
Kris
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28934
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: SQL General Error

Post by Paul »

To receive extension support please visit our Extensions Database and post in the specific extension's designated support area. The link to the support area for each released extension is also available in the first post of each released extension listed in the [3.3.x] Extension Database Releases forum. For extensions still in development (not recommended for a live board) support is in that extension's topic in the Extensions in Development forum.
Kris2024
Registered User
Posts: 30
Joined: Thu Oct 24, 2024 7:46 am
Name: kris Y

Re: SQL General Error

Post by Kris2024 »

Paul wrote: Fri Nov 29, 2024 8:03 am To receive extension support please visit our Extensions Database and post in the specific extension's designated support area. The link to the support area for each released extension is also available in the first post of each released extension listed in the [3.3.x] Extension Database Releases forum. For extensions still in development (not recommended for a live board) support is in that extension's topic in the Extensions in Development forum.
okay,thanks

Return to “[3.3.x] Support Forum”