× Joomdle 2.x Installation

[SOLVED] Joomdle core v2.10 DB problem

1 year 2 months ago 1 year 2 months ago by Pierrick Le Brun. Reason: Fixed typo
Pierrick Le Brun
Posts: 64
More
Topic Author
[SOLVED] Joomdle core v2.10 DB problem #1
Hi,
Since the version 2.10 update, I am asked to repeat its update process regularly.
When I re-do the update, everything seems to go well, but afterwards an error message comes up in Joomla Database maintenance.
I put the full routine in screen captures, but basically, the error message is :
Warning: Attempt to read property "version" on null in /administrator/components/com_installer/src/Model/DatabaseModel.php
Attachments:

Please Log in or Create an account to join the conversation.

1 year 2 months ago
Antonio Durán
Posts: 7717
More
[SOLVED] Joomdle core v2.10 DB problem #2
Hi.
Thanks for the bug report, I hadn't noticed this.

It's not a real problem, though, as the database is ok. I investigated and the problem is that Joomla cannot find Joomdle version because we are using manifest.xml file instead of joomdle.xml file.
If you copy manifest.xml to joomdle.xml in administrator/components/com_joomdle, the message should go away.

I will fix problem this for next release.

Please Log in or Create an account to join the conversation.

1 year 2 months ago 1 year 2 months ago by Pierrick Le Brun.
Pierrick Le Brun
Posts: 64
More
Topic Author
[SOLVED] Joomdle core v2.10 DB problem #3
Yep, it's all good now. Thanks !!

Please Log in or Create an account to join the conversation.

1 year 3 weeks ago
Wynand Louw
Posts: 74
More
[SOLVED] Joomdle core v2.10 DB problem #4
Also had the same issue and renamed the manifest.xml to joomdle.xml and the database warning went away.

Please Log in or Create an account to join the conversation.

11 months 2 weeks ago
Pierrick Le Brun
Posts: 64
More
Topic Author
[SOLVED] Joomdle core v2.10 DB problem #5
Related to this is the following error message :
Warning: Undefined variable $version in /home/p13rr1c4/dev/administrator/components/com_joomdle/views/default/view.html.php on line 42
Which can be fixed by editing the line 31 of that file, replacing manifest.xml by joomdle.xml as such
$xmlfile = JPATH_ADMINISTRATOR.'/components/com_joomdle/joomdle.xml';

Please Log in or Create an account to join the conversation.

11 months 2 weeks ago
Antonio Durán
Posts: 7717
More
[SOLVED] Joomdle core v2.10 DB problem #6
Thank you!

Please Log in or Create an account to join the conversation.