R0.22 and earlier: No Longer Supported

[Solved] Probleme bei der Instalation

More
15 years 10 months ago #11 by pintu
Hi all,
Im getting problem while "Installing Joomdle for Moodle (Moodle side)"
I got "version = 2008080100; $plugin->requires = 2007101550; ?>"
Can any body help me
Thanks in advance
The topic has been locked.
More
15 years 10 months ago #12 by Antonio Durán
Replied by Antonio Durán on topic Re:Probleme bei der Instalation
Hi pixiefr.
So, if you enable dangerous mode, you see the courses list right? And if you don't, what error do you get? 7015?

I would like to narrow this problem, as I was dealing with in for the new release, as you said. And the solution I used did not seem very good :) So, if you can do some tests we can try to make it work without the dangerous setting. That way I will know more about the subject, too.


As for the other problem: did you activate the Joomdle plugin in Joomla? It seems it is not finding the method. I can replicate your problem by disabling the plugin in Joomla. Can you test?
Or maybe, you are mixing releases... as the name changed, you have to use the same version everywhere.

Happy New Year! :)
The topic has been locked.
More
15 years 10 months ago #13 by Antonio Durán
Replied by Antonio Durán on topic Re: Instalation Problem version = 2008080100; $plugin
Hi pintu. What Moodle version do you have? I have never run into problems when installing, so I would like to test it. Then, I can tell you more.

Regards,
Antonio
The topic has been locked.
More
15 years 10 months ago - 15 years 10 months ago #14 by pintu
Thanx a lot friend

Its moodle 1.9.11, the latest one

Help me plz
Last edit: 15 years 10 months ago by pintu.
The topic has been locked.
More
15 years 10 months ago #15 by Antonio Durán
Replied by Antonio Durán on topic Re: Instalation Problem version = 2008080100; $plugin
Hi. I can't seem to find that version on the net. Did you mean 1.8.11?

Anyway, I am not very saavy about Moodle internals yet, so let's try this:
- Before installing the plugin (by going to notifications page), modify version.php in auth/joomdle/ directory:
When it says:
$plugin->requires = 2007101550;
Put:
$plugin->requires = 2008080100;

And see if that makes any changes...
The topic has been locked.
More
15 years 10 months ago #16 by pintu
Ya i was wrong. its moodle 1.9.7
but when i change 2007101550 to 2008080100 then now it is coming
version = 2008080100; $plugin->requires = 2008080100; ?>
I am still facing problem, only data changed.
The topic has been locked.
More
15 years 10 months ago #17 by pintu
In version.php, i saw these two lines :
$plugin->version = 2008080100;
$plugin->requires = 2008080100;

So what to do know??
Help me plz
The topic has been locked.
More
15 years 10 months ago #18 by pintu
Hi, I solved that problem
Actually in joomdle/version.php, php tag <?php is not there.
Now every thing is ok.

Thanks a lot for your great support.
The topic has been locked.
More
15 years 10 months ago #19 by Antonio Durán
Replied by Antonio Durán on topic Re: Instalation Problem version = 2008080100; $plugin
Great to hear that, althought I am not sure how it ended working :)
Do you mean the problem was using <? instead of <?php ?

Can you paste your working version.php?
Thanks.
The topic has been locked.
More
15 years 10 months ago #20 by pintu
Ya ofcourse..

<?php

$plugin->version = 2008080100;
$plugin->requires = 2007101550;

?>
The topic has been locked.