1.0.8.19 Questions / Comments / Concerns
-
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
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.
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
- 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
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.
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
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
No, I do have there.ecartz wrote: ↑Fri Oct 07, 2022 5:58 pmThat 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
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.
Re: 1.0.8.19 Questions / Comments / Concerns
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
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
- 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
Just a question.
Where is this function being used?
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];
Where is this function being used?
Code: Select all
public function getData($key) {
return $this->_data[$key];
}ln26: return $this->_data[$key];
- 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
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