News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Post install error - [Solved]

Started by svherpen, 27.12.2022 12:11:01

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

svherpen

Hi Arno, Collin,

I'm testing with an upgraded site (from Joomla 3.10 -> 4 and PHP8).
After I installed the latest beta release I got the error show in the image attached. (incorrect integer value).

Secondly, I do not see any downloads in the backend, while there should be.

Thirdly, when I log in to the front side, I get this message "No valid layout found for Categories!"

Maybe these errors are related to each other??

FYI: I did not uninstall the jDownloads previous version before running the update. Should I have done that? Can be tested any minute as I have made backups.

Regards, Sjaak
  •  

Arno

Strange. Maybe I have in the upgrade script a typo?  ::)

Could you post your MySQL version and your SQL mode settings?

Use
SHOW VARIABLES LIKE 'sql_mode';
in your phpmyadmin sql window to get it.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

svherpen

This is the result of the query:

Variable_name Value
sql_mode         NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

I'm running on MySqli (10.5.17-MariaDB-cll-lve-log) and PHP 8.0.26
  •  

Arno

Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •