• Holiday Schedule

    Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.

  • A new version of Full Calendar is now available.

    See the details here

Solved Can't install Fabrik4.1 using the installer

ontarget

Active Member
Hi I am working on a Fabrik site which i am trying to update from 4.0Zeta to 4.1.
On install via the J!installer i get the error:

Code:
Unexpected token '<', "

"... is not valid JSON

Site is Joomla 4.4.5 and php8.1
I download the package from: https://fabrikar.com/download/file/fabrik-v4-1
Then using the Joomla Installer (as per the wiki: https://fabrikar.com/forums/index.php?wiki/installation-instructions/)
My php.ini settings are:

allow_url_fopen = On
display_errors = Off
enable_dl = Off
file_uploads = On
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 256M
post_max_size = 150M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php81"
upload_max_filesize = 150M
zlib.output_compression = Off

I tried disabling all the fabrik 4Zeta extensions but i still get the same error when uploading.
Thanks for any help
 
Back
Top