Looking for French install experience

More
13 years 2 months ago #11 by Chris
Replied by Chris on topic Looking for French install experience
It is very difficult to read those images. From what I could see, they are warnings and not errors. Did you turn on debug mode?

From the error message is appears as thought moodle cannot connect to joomla. Usually this is because:
- the configuration is using the external ip address rather than the internal
- the format of the url is incorrect
- there is something blocking moodle from talking to joomla eg firewall rules.

If you would professional assistance you can email development@joomdle.com and we can discuss if it is appropriate to engage the joomdle team.

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

More
13 years 2 months ago #12 by Lili
Replied by Lili on topic Looking for French install experience
i know it is late, but

edit php.ini

error_reporting = E_ALL | E_STRICT

change to

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED


and you no longer have the error messages

I have find it in an other Topic

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

  • Jérémie
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 2 months ago #13 by Jérémie
Replied by Jérémie on topic Looking for French install experience
Thanks for your answer,
I will apply your advises

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

  • Jérémie
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 2 months ago #14 by Jérémie
Replied by Jérémie on topic Looking for French install experience
I'll test this asap
Thanks for your help

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