Page 1 of 2

IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 25 Oct 2025, 12:25
by massimax361
Hello !
I've installed POCHA CART 5.2.2 on my website running with Jooma 5.4.0
There are a lot of problems:
1) Any parameter I try to change in the general configuration of the component is not saved. I tested a lot of times and nothing changes.
2) Even following forum or any help found online I do not see how to change maximum size of a zip downloadable file

There are other few minor settings not working but at the moment I can avoid them till these major problems persist.

Do you have any direction or suggestion ?

Re: IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 25 Oct 2025, 14:48
by Nidzo
You need to provide more details.
I updated two live sites to Joomla 5.4.0 and one test site further to Joomla 6 and no problem with Phoca Cart.

Re: IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 25 Oct 2025, 17:29
by massimax361
OK
Just two simple examples
system>global configuration>Pocha Cart>Store
A)
Terms And Conditions >Select article
-)I select Joomla Article And Save
It does not save it since it does not appear in front end neither in backend again reopening global configuration

--)I create the article and save
It does not save it since it does not appear in front end neither in backend again reopening global configuration

B)
Store name
I digit the store name and save. It does not save it since it does not appear in front end neither in backend again reopening global configuration

In other words, whatever I change is not saved in backend and consequently it does not change in frontend

Re: IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 25 Oct 2025, 19:28
by Benno
Hi,
Can you save a just edited or created simple Joomla! article?
Which PHP version do you use?
Are you able to save parameters of other installed Joomla! extensions in backend?
Did you try to install Phoca Cart 5.2.2 once more. Nothing uninstall, just install it once more?

Kind regards,
Benno

Re: IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 25 Oct 2025, 19:48
by massimax361
Yes I can save an article in backend and do any other operation but not anything pertinent to Phoca Cart.
PHP VERSION: 8.1.33
Yes I can save parameters for other extentions, component,module,plugin.
Yes I reinstalled Phoca Cart 5.2.2 but problems persist.

Re: IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 26 Oct 2025, 00:33
by Nidzo
PHP VERSION: 8.1.33
Update PHPversion to 8.3

Re: IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 26 Oct 2025, 01:57
by massimax361
Tested with PHP 8.3 and also with PHP 8.4
Nothing change. It keeps not saving any parameter

Re: IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 27 Oct 2025, 20:00
by massimax361
massimax361 wrote: 26 Oct 2025, 01:57 Tested with PHP 8.3 and also with PHP 8.4
Nothing change. It keeps not saving any parameter
Hello !
Any news about ?

Re: IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 27 Oct 2025, 23:38
by Nidzo
Turn debug on and error reporting to maximum and check is there any error.
Is your website live or is it on localhost?
Try to move it on another server.

Your problem is unique so far because nobody experienced it.

Re: IT DOES NOT WORK PROPERLY ON JOOMLA 5.4.0

Posted: 28 Oct 2025, 19:14
by massimax361
OK no way to resolve on current hosting.
So I'm testing on differenthosting service ( IONOS):
php: 8.4
jooma: 6

Previous problem solved BUT NOW I just cannot insert any imeg in categories nore in Products.
This is the error I receive with debug at maximum:
----------------------------------------------------------------------------------------------------------------
0 There is no "chosen" asset of a "preset" type in the registry.
Call Stack
# Function Location
1 () JROOT/libraries/src/WebAsset/WebAssetRegistry.php:135
2 Joomla\CMS\WebAsset\WebAssetRegistry->get() JROOT/libraries/src/WebAsset/WebAssetManager.php:274
3 Joomla\CMS\WebAsset\WebAssetManager->useAsset() JROOT/libraries/src/WebAsset/WebAssetManager.php:208
4 Joomla\CMS\WebAsset\WebAssetManager->__call() JROOT/libraries/src/HTML/Helpers/FormBehavior.php:98
5 Joomla\CMS\HTML\Helpers\FormBehavior::chosen() JROOT/libraries/src/HTML/HTMLHelper.php:307
6 Joomla\CMS\HTML\HTMLHelper::call() JROOT/libraries/src/HTML/HTMLHelper.php:150
7 Joomla\CMS\HTML\HTMLHelper::_() JROOT/administrator/components/com_phocacart/views/phocacartmanager/tmpl/default.php:16
8 include() JROOT/libraries/src/MVC/View/HtmlView.php:416
9 Joomla\CMS\MVC\View\HtmlView->loadTemplate() JROOT/libraries/src/MVC/View/HtmlView.php:204
10 Joomla\CMS\MVC\View\HtmlView->display() JROOT/administrator/components/com_phocacart/views/phocacartmanager/view.html.php:164
11 PhocaCartCpViewPhocaCartManager->display() JROOT/libraries/src/MVC/Controller/BaseController.php:697
12 Joomla\CMS\MVC\Controller\BaseController->display() JROOT/administrator/components/com_phocacart/controller.php:30
13 phocaCartCpController->display() JROOT/libraries/src/MVC/Controller/BaseController.php:730
14 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/administrator/components/com_phocacart/controller.php:26
15 phocaCartCpController->execute() JROOT/administrator/components/com_phocacart/phocacart.php:26
16 require_once() JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:71
17 Joomla\CMS\Dispatcher\LegacyComponentDispatcher::{closure:Joomla\CMS\Dispatcher\LegacyComponentDispatcher::dispatch():70}() JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:73
18 Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:361
19 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/AdministratorApplication.php:150
20 Joomla\CMS\Application\AdministratorApplication->dispatch() JROOT/libraries/src/Application/AdministratorApplication.php:205
21 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:320
22 Joomla\CMS\Application\CMSApplication->execute() JROOT/administrator/includes/app.php:58
23 require_once() JROOT/administrator/index.php:32
------------------------------------------------------------------------------------------------------------------