Joomdle 2.x Installation

[SOLVED] Joomdle core v2.10 DB problem

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 3 months ago - 3 years 3 months ago #1 by Pierrick Le Brun
Joomdle core v2.10 DB problem was created by Pierrick Le Brun
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 :
Code:
Warning: Attempt to read property "version" on null in /administrator/components/com_installer/src/Model/DatabaseModel.php
Attachments:
Last edit: 3 years 3 months ago by Pierrick Le Brun. Reason: Fixed typo

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

More
3 years 3 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Joomdle core v2.10 DB problem
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.

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 3 months ago - 3 years 3 months ago #3 by Pierrick Le Brun
Replied by Pierrick Le Brun on topic [SOLVED] Joomdle core v2.10 DB problem
Yep, it's all good now. Thanks !!
Last edit: 3 years 3 months ago by Pierrick Le Brun.

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

More
3 years 1 month ago #4 by Wynand Louw
Replied by Wynand Louw on topic [SOLVED] Joomdle core v2.10 DB problem
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.

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
2 years 11 months ago #5 by Pierrick Le Brun
Replied by Pierrick Le Brun on topic [SOLVED] Joomdle core v2.10 DB problem
Related to this is the following error message :
Code:
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
Code:
$xmlfile = JPATH_ADMINISTRATOR.'/components/com_joomdle/joomdle.xml';

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

More
2 years 11 months ago #6 by Antonio Durán
Replied by Antonio Durán on topic [SOLVED] Joomdle core v2.10 DB problem
Thank you!

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