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
Quick Links Manager
MODULE_ADMIN_QUICK_LINKS_JSON - Quick Links Manager
-
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
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: Then refresh the page.
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());- 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
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
-
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
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?
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.
I am here to build with you. Let's help each other.
- burt
- Core Team
- Posts: 4550
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Contact:
Re: MODULE_ADMIN_QUICK_LINKS_JSON
Just finished V2 which I have asked Dan to take a look at before I add it. V2 automatically configures the database.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?
- 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
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?
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?
- 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
Hi - Good spot!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?
Problem resolved, sent you an update to try. I will update the package tomorrow.
- Mort_Lemur
- Builder
- Posts: 63
- Joined: Tue Jun 02, 2026 6:12 pm
- Phoenix Version: v1.1.0.6
- Contact: