R0.23 No Longer Supported

[SoIved] Internal Server Error with Joomdle 0.23

  • Shyam
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
16 years 2 months ago #11 by Shyam
I am trying this code

echo "R:";
print_r ($response);
exit ();

Am I doing right?

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

More
16 years 2 months ago #12 by Antonio Durán
Replied by Antonio Durán on topic Re: Internal Server Error with Joomdle 0.23 release
Yes, this just pretends to echo R and exit.

But I just thought of another possible reason. Aside from putting this code, comment out everything left behind.

I just re-downloaded and tested on a clean anviroment and it work ok so I have no idea what is going wrong.

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

  • Shyam
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
16 years 2 months ago #13 by Shyam
I think I have found the exact problem.

moodle/auth/joomdle" is writeable by group, I changed its permission mode. and it solved the problem.

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

More
16 years 2 months ago #14 by Antonio Durán
Replied by Antonio Durán on topic Re: Internal Server Error with Joomdle 0.23 release
Great :)
Although I did not understand you. Can you explain a litle more in case anyone faces the same problem ever? Thanks.

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

  • Shyam
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
16 years 2 months ago #15 by Shyam
Actually the permission mode for joomdle folder in moodle/auth was set as 0775. I set it to 0755 mode. It solved the problem.

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

  • Shyam
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
16 years 2 months ago #16 by Shyam
My site is on shared hosting, I think the host might be preventing me to access the joomdle files. Honestly, I know nothing about coding or programing.

Regards;

Shyam

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