Page 1 of 2
1.0.8.19 Questions / Comments / Concerns
Posted: Thu Sep 29, 2022 3:06 am
by ecartz
Re: 1.0.8.19 Questions / Comments / Concerns
Posted: Fri Oct 07, 2022 3:38 pm
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.
Re: 1.0.8.19 Questions / Comments / Concerns
Posted: Fri Oct 07, 2022 5:58 pm
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
Re: 1.0.8.19 Questions / Comments / Concerns
Posted: Fri Oct 07, 2022 7:35 pm
by artfulweb
Re: 1.0.8.19 Questions / Comments / Concerns
Posted: Fri Oct 07, 2022 7:54 pm
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.
Re: 1.0.8.19 Questions / Comments / Concerns
Posted: Sun Oct 09, 2022 7:25 am
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
Re: 1.0.8.19 Questions / Comments / Concerns
Posted: Sun Oct 16, 2022 1:38 pm
by admin
Re: 1.0.8.19 Questions / Comments / Concerns
Posted: Mon Oct 31, 2022 6:02 am
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];
Re: 1.0.8.19 Questions / Comments / Concerns
Posted: Thu Nov 10, 2022 6:55 pm
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)
Re: 1.0.8.19 Questions / Comments / Concerns
Posted: Thu Nov 10, 2022 11:42 pm
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?