1.0.8.15 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

1.0.8.15 Questions / Comments / Concerns

Post by ecartz »

Update instructions (from 1.0.8.14): https://github.com/CE-PhoenixCart/Updat ... /README.md
Update zip: https://github.com/CE-PhoenixCart/Updat ... update.zip
Release: https://github.com/CE-PhoenixCart/Phoen ... /v1.0.8.15

This is the 1.0.8.15 release, in the 1.0.8.* series. More flexibility for MATC (which will need to be installed if you want to continue to use it) and review writing. More admin pages modernized.

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Order Status Error 1.0.8.15

Post by radhavallabh »

Hi Dear;
I upgraded to 1.0.8.15
I get this below error when I try to delete a Order Status-
Notice
: Undefined variable: remove_status in
xx/admin/includes/actions/orders_status/infoboxes/delete.php
on line
20
Line 20 is

Code: Select all

 if ($remove_status) {
Please can you help fix the issue;
Thank you in advance;
Very Warm Regds./
radhavallabh
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Order Status Error 1.0.8.15

Post by ecartz »

radhavallabh wrote: Tue May 31, 2022 11:10 am Notice
: Undefined variable: remove_status in
xx/admin/includes/actions/orders_status/infoboxes/delete.php
on line
20
TY. https://github.com/CE-PhoenixCart/Phoen ... f09eaf7368
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: Order Status Error 1.0.8.15

Post by radhavallabh »

ecartz wrote: Tue May 31, 2022 1:10 pm
radhavallabh wrote: Tue May 31, 2022 11:10 am Notice
: Undefined variable: remove_status in
xx/admin/includes/actions/orders_status/infoboxes/delete.php
on line
20
TY. https://github.com/CE-PhoenixCart/Phoen ... f09eaf7368
Hi dear;
Now the error changes to-

Undefined index: remove_status in
/xx/admin/includes/actions/orders_status/infoboxes/delete.php
on line
20

Please can you help fix this issue;
Thank you in advance;
Regds./
radhavallabh
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: Order Status Error 1.0.8.15

Post by ecartz »

radhavallabh wrote: Tue May 31, 2022 1:55 pm Undefined index: remove_status in
/xx/admin/includes/actions/orders_status/infoboxes/delete.php
on line
20
TY. https://github.com/CE-PhoenixCart/Phoen ... 52a811be8e
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: Order Status Error 1.0.8.15

Post by radhavallabh »

ecartz wrote: Tue May 31, 2022 2:23 pm
radhavallabh wrote: Tue May 31, 2022 1:55 pm Undefined index: remove_status in
/xx/admin/includes/actions/orders_status/infoboxes/delete.php
on line
20
TY. https://github.com/CE-PhoenixCart/Phoen ... 52a811be8e
Hi dear issue still persists, I guess the fix was to be for order_status.php.....
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: 1.0.8.15 Questions / Comments / Concerns

Post by Fiber »

New Install

admin>tools>Newsletter Manager

Create a newsletter, click on preview, no text visible, click on lock.
click send see error

Notice: Undefined variable: db in E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\default.php on line 24

Fatal error: Uncaught Error: Call to a member function query() on null in E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\default.php:24 Stack trace: #0 E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\default.php(27): phoenix_newsletter_is_locked() #1 E:\xampp\htdocs\10815\admin06\includes\segments\process_action.php(19): require('E:\\xampp\\htdocs...') #2 E:\xampp\htdocs\10815\admin06\newsletters.php(16): require('E:\\xampp\\htdocs...') #3 {main} thrown in E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\default.php on line 24

same with "delete"

Notice: Undefined variable: db in E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\default.php on line 24

Fatal error: Uncaught Error: Call to a member function query() on null in E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\default.php:24 Stack trace: #0 E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\default.php(27): phoenix_newsletter_is_locked() #1 E:\xampp\htdocs\10815\admin06\includes\segments\process_action.php(19): require('E:\\xampp\\htdocs...') #2 E:\xampp\htdocs\10815\admin06\newsletters.php(16): require('E:\\xampp\\htdocs...') #3 {main} thrown in E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\default.php on line 24
Turn up the Max
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: 1.0.8.15 Questions / Comments / Concerns

Post by ecartz »

Fiber wrote: Wed Jun 01, 2022 8:53 am Notice: Undefined variable: db in admin/includes/actions/newsletters/default.php on line 24
TY. https://github.com/CE-PhoenixCart/Phoen ... fe2e4cb2dc
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: 1.0.8.15 Questions / Comments / Concerns

Post by Fiber »

In the preview no txt visible

With delete newsletter:

Notice
: Undefined variable: nInfo in
E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\infoboxes\delete.php
on line 13

Notice
: Trying to get property 'title' of non-object in
E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\infoboxes\delete.php
on line 13

Notice
: Undefined variable: nInfo in
E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\infoboxes\delete.php
on line 14

Notice
: Trying to get property 'newsletters_id' of non-object in
E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\infoboxes\delete.php
on line 14

Notice
: Undefined variable: nInfo in
E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\infoboxes\delete.php
on line 18

Notice
: Trying to get property 'title' of non-object in
E:\xampp\htdocs\10815\admin06\includes\actions\newsletters\infoboxes\delete.php
on line 18
Turn up the Max
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: 1.0.8.15 Questions / Comments / Concerns

Post by ecartz »

Fiber wrote: Wed Jun 01, 2022 10:16 am In the preview no txt visible
TY. https://github.com/CE-PhoenixCart/Phoen ... 29b23c945f
Fiber wrote: Wed Jun 01, 2022 10:16 am Notice
: Undefined variable: nInfo in
admin\includes\actions\newsletters\infoboxes\delete.php
on line 13
TY. https://github.com/CE-PhoenixCart/Phoen ... f051f3cbf7


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply