- Posts: 60
R0.23 No Longer Supported
[SoIved] Internal Server Error with Joomdle 0.23
- Shyam
- Topic Author
- Offline
- Senior Member
-
Less
More
16 years 2 months ago #11
by Shyam
Replied by Shyam on topic Re: Internal Server Error with Joomdle 0.23 release
I am trying this code
echo "R:";
print_r ($response);
exit ();
Am I doing right?
echo "R:";
print_r ($response);
exit ();
Am I doing right?
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
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.
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
-
Less
More
- Posts: 60
16 years 2 months ago #13
by Shyam
Replied by Shyam on topic Re: Internal Server Error with Joomdle 0.23 release
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.
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.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
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.
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
-
Less
More
- Posts: 60
16 years 2 months ago #15
by Shyam
Replied by Shyam on topic Re: Internal Server Error with Joomdle 0.23 release
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
-
Less
More
- Posts: 60
16 years 2 months ago #16
by Shyam
Replied by Shyam on topic Re: Internal Server Error with Joomdle 0.23 release
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
Regards;
Shyam
Please Log in or Create an account to join the conversation.