Quick Links Manager

MODULE_ADMIN_QUICK_LINKS_JSON - Quick Links Manager

MODULE_ADMIN_QUICK_LINKS_JSON

by Dan Cole » Sun Jun 14, 2026 7:31 pm

Heather, your add-on looks interesting so I tried to add it to my new 1.1.0.6 shop but it looks like MODULE_ADMIN_QUICK_LINKS_JSON isn't defined in the database and hence prevents it from working. Just wondering if I missed a step?

Dan
Dan Cole
Senior Contributor
Posts: 498
Joined: Fri Oct 25, 2019 2:14 pm
Phoenix Version: 1.0.8.21
Contact:

Re: MODULE_ADMIN_QUICK_LINKS_JSON

by Mort_Lemur » Sun Jun 14, 2026 7:56 pm

That error means your Phoenix Cart database is currently missing the specific row needed to store your saved link data. The system is looking for the MODULE_ADMIN_QUICK_LINKS_JSON key in your configuration table, but it cannot find it.

Even though the script was designed to initialize itself, sometimes server permission levels, strict database modes, or missing INSERT logic in the final execution block can prevent the system from creating this database row automatically on the first run.

try running this SQL:

Code: Select all

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) 
VALUES ('Admin Quick Links', 'MODULE_ADMIN_QUICK_LINKS_JSON', '[]', 'Stores JSON data for the Admin Quick Links mod', 6, 1, now());
Then refresh the page.
User avatar
Mort_Lemur
Builder
Posts: 63
Joined: Tue Jun 02, 2026 6:12 pm
Phoenix Version: v1.1.0.6
Contact:

Re: MODULE_ADMIN_QUICK_LINKS_JSON

by Dan Cole » Sun Jun 14, 2026 11:00 pm

Thanks, that worked Heather. Out of curiosity I searched both files and don't see where that code is included in the files that you uploaded but that fixed it. I also don't see the Quick Links configuration options listed under My Store but I can work without that. Thanks again...

Dan
Dan Cole
Senior Contributor
Posts: 498
Joined: Fri Oct 25, 2019 2:14 pm
Phoenix Version: 1.0.8.21
Contact:

Re: MODULE_ADMIN_QUICK_LINKS_JSON

by burt » Tue Jun 16, 2026 7:28 am

I think the addon does not automatically create the MODULE_ADMIN_QUICK_LINKS_JSON configuration row.
Perhaps push that SQL code above into the README as part of the installation instructions?
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Contact:

Re: MODULE_ADMIN_QUICK_LINKS_JSON

by Mort_Lemur » Tue Jun 16, 2026 8:04 am

burt wrote:I think the addon does not automatically create the MODULE_ADMIN_QUICK_LINKS_JSON configuration row.
Perhaps push that SQL code above into the README as part of the installation instructions?
Just finished V2 which I have asked Dan to take a look at before I add it. V2 automatically configures the database. :)
User avatar
Mort_Lemur
Builder
Posts: 63
Joined: Tue Jun 02, 2026 6:12 pm
Phoenix Version: v1.1.0.6
Contact:

Re: MODULE_ADMIN_QUICK_LINKS_JSON

by martindavinci » Thu Jun 18, 2026 8:22 am

Dear Heather,
The module is just what I needed; I’m really pleased with it. I’ve run into a problem, though: whenever I print a packing slip or order, the buttons added by the module also appear on my printout! I reckon I could sort this out myself, but I suspect other Phoenix users will find it a nuisance too. Do you perhaps know of an ‘out-of-the-box’ solution?
User avatar
martindavinci
Member
Posts: 38
Joined: Mon Mar 08, 2021 8:33 am
Phoenix Version: 1.1.0.5
Contact:

Re: MODULE_ADMIN_QUICK_LINKS_JSON

by Mort_Lemur » Fri Jun 19, 2026 8:34 pm

martindavinci wrote:Dear Heather,
The module is just what I needed; I’m really pleased with it. I’ve run into a problem, though: whenever I print a packing slip or order, the buttons added by the module also appear on my printout! I reckon I could sort this out myself, but I suspect other Phoenix users will find it a nuisance too. Do you perhaps know of an ‘out-of-the-box’ solution?
Hi - Good spot!
Problem resolved, sent you an update to try. I will update the package tomorrow.
User avatar
Mort_Lemur
Builder
Posts: 63
Joined: Tue Jun 02, 2026 6:12 pm
Phoenix Version: v1.1.0.6
Contact: