Class "Fabrik\Helpers\JURI" not found

hello,
I created a list and the attached form without problem.
but when I want to add a new record or edit an existing record I have the following error message:
"Class "Fabrik Helpers JURI" not found.

Applications used:
-Joomla 4
-Fabrik 4 beta
 
Other information:
Joomla 4.2.7
PHP 8.1.15 or 8.2.2

error message:

upload_2023-2-15_17-2-10.png
 
Please change
libraries\fabrik\fabrik\Helpers\Html.php line517
from
$url .= '&referrer=' . urlencode(JURI::getInstance()->toString());
to
$url .= '&referrer=' . urlencode(Uri::getInstance()->toString());
 
Out of interest:
What is the email button for? I never used it and I can't see meaningful function (it's just opening the form again).
 
Panel Plesk Apache fpm-fcgi
PHP 8.2.15
mysql MariaDB 10.11.7
clean installation of joomla 5.0.2
Fabrik 4.0 installation

Error:
Class "JURI" not found

Cannot enter any link in the administrator menu. It will be time to reinstall and start.
I put it only for informational purposes.
I'll start again with Joomla 4
 
I configure the file: configuration.php
public $error_reporting = 'development';

and shows: error 500
"500 - Whoops, looks like something went wrong."
 
Not the error reporting level but J! "Debug System". This should give you the error stack.
1708273852713.png
 
I can no longer enter the Joomla administration panel.
It only shows error 500

public $debug = true;

It only shows error 500
 
Thank you very much, but it is only for your information. The website was newly installed and I did not lose any information.
I'm going to start over with Joomla 4.
We will do tests later with Joomla 5.
Many thanks for your work.
 
Error reporting in J4 no longer uses the development option, it uses lower case maximum.

That may be what is causing your 500 error. At any rate you can set it to none and as long as debug is true you should get the call stack.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top