Search found 530 matches

by raiwa
Wed Aug 19, 2026 2:43 pm
Forum: The Lounge
Topic: Soooo Quiet in Here
Replies: 13
Views: 261

Re: Soooo Quiet in Here

I started in 2009 with Oscommerce 2.2rc2a.
by raiwa
Sat Aug 08, 2026 7:48 am
Forum: Community Help & Support
Topic: New Options Attributes Stock Addon
Replies: 0
Views: 253

New Options Attributes Stock Addon

https://phoenixcart.org/forum/app.php/addons/paid_addon/options_attributes_stock/ The Options & Attributes Stock addon extends the standard PhoenixCart inventory system by adding flexible stock control for individual product options and attributes. It is designed for products where a single opt...
by raiwa
Tue Jul 14, 2026 6:46 am
Forum: Overrides
Topic: Override admin file?
Replies: 1
Views: 1251

Re: Override admin file?

You can do it changing the action name to the name of your overridden action like explained in my post for a overridden view action: https://phoenixcart.org/forum/viewtopic.php?p=23654#p23654 But you do not need to override the complete core action and its better not to do it. Like this, if the core...
by raiwa
Mon Jul 13, 2026 4:35 pm
Forum: Other
Topic: I cannot get my head around the actions folders in admin
Replies: 3
Views: 1202

Re: I cannot get my head around the actions folders in admin

If you have a look for example into the core actions directory for customers.php, you'll see 3 different file types: In the first level the files which keep the proper action files for doing database stuff when something is inserted, updated or deleted depending on the different $_GET actions. In th...
by raiwa
Sun Jul 12, 2026 11:02 am
Forum: The Lounge
Topic: Core Update Schedule frequency
Replies: 21
Views: 5201

Re: Core Update Schedule frequency

I agree. The most important I think is to separate bug and security fixes from introducing new features updates.
And the second digit xYxx for mayor steps like bootstrap version updates.
by raiwa
Sat Jul 11, 2026 5:54 pm
Forum: Community Help & Support
Topic: 1.1.0.7 Questions / Comments / Concerns / Feedback
Replies: 34
Views: 2888

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

or maybe in admin/products_attributes.php line 63:

Code: Select all

    $grouped_values[] = ['id' => $value['id'], 'text' => $value['text'], 'parameters' => ['data-id' => $value['products_options_id']?? '']];
by raiwa
Sat Jul 11, 2026 5:29 pm
Forum: Community Help & Support
Topic: 1.1.0.7 Questions / Comments / Concerns / Feedback
Replies: 34
Views: 2888

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

I found the problem: I had an orphan value in the products_options_values table which produced a null value in the parameters data-id: [parameters] => Array ( [data-id] => ) ) It is an incorrect setup, of course, but it was not detectable on the products attributes page and should make no harm in ot...
by raiwa
Sat Jul 11, 2026 12:30 pm
Forum: Community Help & Support
Topic: 1.1.0.7 Questions / Comments / Concerns / Feedback
Replies: 34
Views: 2888

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

Double checked and there is no empty option name, just the default core options and attributes. It's an updated store, not a new installation.
Note that the error doesn't show on the screen, only in the error log.
But it stops loading the page, only shows the attributes section.
by raiwa
Sat Jul 11, 2026 11:37 am
Forum: Community Help & Support
Topic: 1.1.0.7 Questions / Comments / Concerns / Feedback
Replies: 34
Views: 2888

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

burt wrote: Sat Jul 11, 2026 10:22 am @raiwa thanks, do you have an empty option name or something.
I don’t think so. It shows on a vanilla core.
by raiwa
Sat Jul 11, 2026 9:34 am
Forum: Community Help & Support
Topic: 1.1.0.7 Questions / Comments / Concerns / Feedback
Replies: 34
Views: 2888

Re: 1.1.0.7 Questions / Comments / Concerns / Feedback

I get in: Admin -> Catalog -> Products Attributes the following error: [11-Jul-2026 11:25:58 Europe/Berlin] PHP Fatal error: Uncaught TypeError: Text::output(): Argument #1 ($s) must be of type string, null given, called in C:\laragon\www\xxxxxxxxxxxxx\includes\system\versioned\1.01.00.00\select.php...