1.0.8.19 Questions / Comments / Concerns

Ask the community for help and support.
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 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:
artfulweb
VIP Member
VIP Member
Posts: 119
Joined: Thu Oct 29, 2020 12:34 pm
Has thanked: 11 times
Been thanked: 4 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
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 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
VIP Member
VIP Member
Posts: 119
Joined: Thu Oct 29, 2020 12:34 pm
Has thanked: 11 times
Been thanked: 4 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
VIP Member
VIP Member
Posts: 119
Joined: Thu Oct 29, 2020 12:34 pm
Has thanked: 11 times
Been thanked: 4 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
Posts: 7
Joined: Sun Apr 11, 2021 5:29 am

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
Site Admin
Site Admin
Posts: 139
Joined: Wed Oct 30, 2019 1:34 pm
Has thanked: 20 times
Been thanked: 21 times

Re: 1.0.8.19 Questions / Comments / Concerns

Post by admin »

User avatar
Pierre_P
VIP Member
VIP Member
Posts: 100
Joined: Fri Mar 12, 2021 5:06 am
Has thanked: 11 times
Been thanked: 4 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
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 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
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
lambro28
Posts: 50
Joined: Sun Jan 03, 2021 2:47 pm
Has thanked: 10 times
Been thanked: 6 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?
Post Reply