1.0.8.19 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.19 Questions / Comments / Concerns

Post by ecartz »

Update instructions (from 1.0.8.18): 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.19

This is the 1.0.8.19 release, in the 1.0.8.* series. This is a release candidate for 1.0.9.0.

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
artfulweb
Contributor
Posts: 184
Joined: Thu Oct 29, 2020 12:34 pm
Phoenix Version: v1.1.0.6
Has thanked: 29 times
Been thanked: 14 times

Re: 1.0.8.19 Questions / Comments / Concerns

Post by artfulweb »

Hi Matt,
Updating my 1.0.8.18 to 1.0.8.19 I get the following fatal error in admin:

PHP Fatal error: Uncaught Error: Call to undefined method Href::set_hooks() in /xx/xx/xx/xx/catalog/admin/includes/classes/admin.php:55
Stack trace:
#0 /xx/xx/xx/xx/catalog/admin/includes/template_top.php(21): Admin->catalog('ext/jquery/ui/r...')
#1 /xx/xx/xx/xx/catalog/admin/configuration.php(114): require('/xx/xx/xx...')
#2 {main}
thrown in /xx/xx/xx/xx/catalog/admin/includes/classes/admin.php on line 55
_____
If I revert the admin/includes/classes/admin.php file back to the 1.0.8.18 version no error.
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.19 Questions / Comments / Concerns

Post by ecartz »

artfulweb wrote: Fri Oct 07, 2022 3:38 pm PHP Fatal error: Uncaught Error: Call to undefined method Href::set_hooks() in /xx/xx/xx/xx/catalog/admin/includes/classes/admin.php:55
That suggests that you are missing https://github.com/CE-PhoenixCart/Phoen ... p#L33..L36
artfulweb
Contributor
Posts: 184
Joined: Thu Oct 29, 2020 12:34 pm
Phoenix Version: v1.1.0.6
Has thanked: 29 times
Been thanked: 14 times

Re: 1.0.8.19 Questions / Comments / Concerns

Post by artfulweb »

ecartz wrote: Fri Oct 07, 2022 5:58 pm
artfulweb wrote: Fri Oct 07, 2022 3:38 pm PHP Fatal error: Uncaught Error: Call to undefined method Href::set_hooks() in /xx/xx/xx/xx/catalog/admin/includes/classes/admin.php:55
That suggests that you are missing https://github.com/CE-PhoenixCart/Phoen ... p#L33..L36
No, I do have there.
artfulweb
Contributor
Posts: 184
Joined: Thu Oct 29, 2020 12:34 pm
Phoenix Version: v1.1.0.6
Has thanked: 29 times
Been thanked: 14 times

Re: 1.0.8.19 Questions / Comments / Concerns

Post by artfulweb »

Sorry Matt, I think it is linked to the addon Ultimate SEO URL. If I uninstall that one then the error goes away. That is the only thing on my site that culd be using the href in a different manner.
CGIFTER
Member
Posts: 7
Joined: Sun Apr 11, 2021 5:29 am
Phoenix Version:

Re: 1.0.8.19 Questions / Comments / Concerns

Post by CGIFTER »

Hello,
I did a completely new install and it worked great. Paypal is completely leftout. Anyone know where I can download the Paypal module? Thank you in advance.
Regards
Chiristian Gifter
admin
Contributor
Posts: 217
Joined: Wed Oct 30, 2019 1:34 pm
Phoenix Version:
Has thanked: 20 times
Been thanked: 22 times

Re: 1.0.8.19 Questions / Comments / Concerns

Post by admin »

User avatar
Pierre_P
Contributor
Posts: 144
Joined: Fri Mar 12, 2021 5:06 am
Phoenix Version: v1.1.0.6
Has thanked: 21 times
Been thanked: 11 times

Re: 1.0.8.19 Questions / Comments / Concerns

Post by Pierre_P »

Just a question.
Where is this function being used?

Code: Select all

  public function getData($key) {
    return $this->_data[$key];
  }
Getting lots of notice in error logs for Undefined index: manufacturers_name in /includes/classes/manufacturer.php on line 26
ln26: return $this->_data[$key];
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: 1.0.8.19 Questions / Comments / Concerns

Post by zipurman »

Admin whos_online - actions not working. There is a file structure /admin/includes/actions/whos_online/infoboxes/default.php however that file doesn't load as the includes/components/infobox.php is not being loaded due to unsatisfied requirements. (sorry if this has been reported somewhere else)
zipurman
-----------
lambro28
Member
Posts: 62
Joined: Sun Jan 03, 2021 2:47 pm
Phoenix Version: v1.1.0.6
Has thanked: 11 times
Been thanked: 8 times

Re: 1.0.8.19 Questions / Comments / Concerns

Post by lambro28 »

heatherbell wrote: Sun Oct 09, 2022 7:52 am
PayPal was removed from Phoenix Cart in 1.0.8.13.
Just out of interest, why has paypal been removed?


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