× R0.23 No Longer Supported

[SoIved] Internal Server Error with Joomdle 0.23

14 years 1 month ago
Shyam
Posts: 60
More
Topic Author
[SoIved] Internal Server Error with Joomdle 0.23 #11
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.

14 years 1 month ago
Antonio Durán
Posts: 7719
More
[SoIved] Internal Server Error with Joomdle 0.23 #12
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.

14 years 1 month ago
Shyam
Posts: 60
More
Topic Author
[SoIved] Internal Server Error with Joomdle 0.23 #13
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.

14 years 1 month ago
Antonio Durán
Posts: 7719
More
[SoIved] Internal Server Error with Joomdle 0.23 #14
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.

14 years 1 month ago
Shyam
Posts: 60
More
Topic Author
[SoIved] Internal Server Error with Joomdle 0.23 #15
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.

14 years 1 month ago
Shyam
Posts: 60
More
Topic Author
[SoIved] Internal Server Error with Joomdle 0.23 #16
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.