Joomdle 2.x Installation

Unable to install Joomdle 2.0.1

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 10 months ago #1 by Pierrick Le Brun
Unable to install Joomdle 2.0.1 was created by Pierrick Le Brun
Hello,

First of all, I want to thank you for your work with Joomdle which I am testing ATM on a staging site.

And on this staging site with Joomla 4.1.5, when I try to install joomdle 2.0.1 I get this error message:

An error has occurred.
0
Failed opening required '/xxx/xxx/xxx/administrator/components/com_joomdle/helpers/content.php' (include_path='.:/opt/alt/php80/usr/share/pear:/opt/alt/php80/usr/share/php:/usr/share/pear:/usr/share/php')


When I checked on the file directory, Joomdle was not installed even though it got correctly decompressed in the /tmp directory

So, I tried to install Joomdle 2.0.0, I also tried to revert to php 7.4, but I got the exact same error message

However, a couple weeks ago, I tested Joomdle 2.0.0 on an earlier staging of the same website with php 7.4 and an earlier version of Joomla 4.1.x (not sure which one, it probably was 4.1.3) and everything worked perfectly.

Hope this info is useful to you.

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

More
3 years 10 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Unable to install Joomdle 2.0.1
Hi.

Can you try installing other extensions to see if the problem is more general? There are people installing 2.0.1 without any issues, so I would say this is a problem with your site, not related to Joomdle.

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

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 10 months ago #3 by Pierrick Le Brun
Replied by Pierrick Le Brun on topic Unable to install Joomdle 2.0.1
Hi,
I did have the same thought, so I installed other extensions to check it out, and I did so without any problem.

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

More
3 years 10 months ago #4 by Antonio Durán
Replied by Antonio Durán on topic Unable to install Joomdle 2.0.1
And if you install Joomdle again, no files are copied?

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

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 10 months ago #5 by Pierrick Le Brun
Replied by Pierrick Le Brun on topic Unable to install Joomdle 2.0.1
indeed, I did try again, and no files were copied, except in /tmp

So just now I reverted back to php 7:4 just in case, and this time I got a 500 server error during install

So what I'll do now is set all error messages to the fullest, try again, and check all the logs.

Will report on this later on.

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

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 10 months ago #6 by Pierrick Le Brun
Replied by Pierrick Le Brun on topic Unable to install Joomdle 2.0.1
Ok, this is what I got :
Code:
FatalError HTTP 500 Whoops, looks like something went wrong. Compile Error: require_once(): Failed opening required '/xxx/xxx/staging/administrator/components/com_joomdle/helpers/content.php' (include_path='.:/opt/alt/php74/usr/share/pear') ExceptionStack Trace Symfony\Component\ErrorHandler\Error\ FatalError in /xxx/xxx/staging/tmp/install_62bc4e74e69df/joomdle-joomla-package/install.php (line 119) // On update, check Moodle supports this version before installing if ($type == 'update') { // First we make sure system check is working, so we don't break on install // If it is not working, with let installation happen, as there's nothing to break anyway require_once (JPATH_ADMINISTRATOR . '/components/com_joomdle/helpers/content.php'); if (!$this->system_ready_for_version_check ()) return true; // Check that installed Moodle version supports this Joomdle release $manifest = $parent->getManifest ();

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

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 10 months ago #7 by Pierrick Le Brun
Replied by Pierrick Le Brun on topic Unable to install Joomdle 2.0.1
And this :
Code:
Warning: require_once(/xxx/xxx/staging/administrator/components/com_joomdle/helpers/content.php): failed to open stream: No such file or directory in /xxx/xxx/staging/tmp/install_62bc4e74e69df/joomdle-joomla-package/install.php on line 119 Fatal error: require_once(): Failed opening required '/xxx/xxx/staging/administrator/components/com_joomdle/helpers/content.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /xxx/xxx/staging/tmp/install_62bc4e74e69df/joomdle-joomla-package/install.php on line 119

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

More
3 years 9 months ago #8 by Antonio Durán
Replied by Antonio Durán on topic Unable to install Joomdle 2.0.1
Hi.

This may be related to a problem reported by another user, but it happened on update. It seems you are updating too....You can try uninstalling every Joomdle related extension, and then installing it again, to see if that helps.

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

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 9 months ago #9 by Pierrick Le Brun
Replied by Pierrick Le Brun on topic Unable to install Joomdle 2.0.1
Well as it is a staging site, I did have a few version of it, which are snapshots of my main website (which does not have joomdle yet)
So to make the story short, joomdle installed correctly in a previous snapshot, but not on a newer one.
Since this could be caused by a number of reasons, including diverse updates from joomla core as well as other extensions, as well as new configurations, I am in the process of tracking back older snapshots and find one that is working with joomdle, and then work from there on.
I'll report back as soon as I find something useful. ;-)

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

  • Pierrick Le Brun
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 9 months ago #10 by Pierrick Le Brun
Replied by Pierrick Le Brun on topic Unable to install Joomdle 2.0.1
To be more precise, in other words, that means that my new snapshot in staging didn't have any installation of joomdle when it failed.

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