- Posts: 6
R0.24 No Longer Supported
HTTP 500 - Erro interno do servidor - User tab
- Henrique Oberhuber Rodrigues
- Topic Author
- Offline
- New Member
-
Less
More
15 years 11 months ago #1
by Henrique Oberhuber Rodrigues
HTTP 500 - Erro interno do servidor - User tab was created by Henrique Oberhuber Rodrigues
Hello,
I'm trying to access the user tab on Joomdle inside the Joomla Administrator area, but I'm getting the error: HTTP 500 - Internal Server error.
I get the same message when I try to open the System Check tab.
this is the url to access the user tab: http://mydomain/www/administrator/index.php?option=com_joomdle&view=users
The configuration and Virtuemart tabs open with no problem.
I had no problems during the installation process.
I don't know what to do about it.. any tips on how to solve this or what is the problem?
Thanks,
Henrique
I'm trying to access the user tab on Joomdle inside the Joomla Administrator area, but I'm getting the error: HTTP 500 - Internal Server error.
I get the same message when I try to open the System Check tab.
this is the url to access the user tab: http://mydomain/www/administrator/index.php?option=com_joomdle&view=users
The configuration and Virtuemart tabs open with no problem.
I had no problems during the installation process.
I don't know what to do about it.. any tips on how to solve this or what is the problem?
Thanks,
Henrique
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
15 years 11 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: HTTP 500 - Erro interno do servidor - User tab
Hi.
Did you install previous Joomdle versions before? If so, did you update the moodle side to R0.24?
Is there anything working at all? I mean, does the the module show the course listing?
Did you install previous Joomdle versions before? If so, did you update the moodle side to R0.24?
Is there anything working at all? I mean, does the the module show the course listing?
Please Log in or Create an account to join the conversation.
- Henrique Oberhuber Rodrigues
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
15 years 11 months ago #3
by Henrique Oberhuber Rodrigues
Replied by Henrique Oberhuber Rodrigues on topic Re:HTTP 500 - Erro interno do servidor - User tab
Hi Antonio,
yes, I've updated from v0.23 to v0.24 on both sides (Joomla and Moodle).
The funny thing is that when I run a local test(with windows), it works fine, but when I try to run the same code and database on the server(Ubuntu) it doesn't work.
When I try to access those tabs on my computer(local) using the Moodle url and Joomla url set to the server, I get this error:
(Error on tab user)
Warning: file_get_contents(http://mysite/www/moodle/mnet/xmlrpc/server.php) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in C:\xampp\htdocs\www\administrator\components\com_joomdle\helpers\content.php on line 49
this line 49 has this code: $file = file_get_contents($moodle_xmlrpc_server_url , false, $context);
(Error on tab System Check)
Warning: file_get_contents(http://mysite/www/moodle/mnet/xmlrpc/server.php) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in C:\xampp\htdocs\www\administrator\components\com_joomdle\helpers\content.php on line 72
My Settings:
Moodle Url: http://mysite/www/moodle
Joomla Url: http://mysite/www
When I change the urls above to http://localhost/www everything works fine (creating users on moodle and joomdle). But if I do the same on the server, it doesn't work.
About the module showing the course listing, I haven't tried that yet.
Do you have any idea about this problem?
Thanks,
Henrique
yes, I've updated from v0.23 to v0.24 on both sides (Joomla and Moodle).
The funny thing is that when I run a local test(with windows), it works fine, but when I try to run the same code and database on the server(Ubuntu) it doesn't work.
When I try to access those tabs on my computer(local) using the Moodle url and Joomla url set to the server, I get this error:
(Error on tab user)
Warning: file_get_contents(http://mysite/www/moodle/mnet/xmlrpc/server.php) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in C:\xampp\htdocs\www\administrator\components\com_joomdle\helpers\content.php on line 49
this line 49 has this code: $file = file_get_contents($moodle_xmlrpc_server_url , false, $context);
(Error on tab System Check)
Warning: file_get_contents(http://mysite/www/moodle/mnet/xmlrpc/server.php) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in C:\xampp\htdocs\www\administrator\components\com_joomdle\helpers\content.php on line 72
My Settings:
Moodle Url: http://mysite/www/moodle
Joomla Url: http://mysite/www
When I change the urls above to http://localhost/www everything works fine (creating users on moodle and joomdle). But if I do the same on the server, it doesn't work.
About the module showing the course listing, I haven't tried that yet.
Do you have any idea about this problem?
Thanks,
Henrique
Please Log in or Create an account to join the conversation.
- Henrique Oberhuber Rodrigues
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
15 years 11 months ago #4
by Henrique Oberhuber Rodrigues
Replied by Henrique Oberhuber Rodrigues on topic Re:HTTP 500 - Erro interno do servidor - User tab
Joomdle uses some specific port that could be blocked on my server?
thanks,
Henrique
thanks,
Henrique
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
15 years 11 months ago #5
by Antonio Durán
Replied by Antonio Durán on topic Re:HTTP 500 - Erro interno do servidor - User tab
Everything is done through standard http, so not a port problem.
Do a quick check: Try to access the url that gives the error directly with Firefox, to see if you can access it, or there is some kind of access issue.
Do a quick check: Try to access the url that gives the error directly with Firefox, to see if you can access it, or there is some kind of access issue.
Please Log in or Create an account to join the conversation.
- Henrique Oberhuber Rodrigues
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
15 years 11 months ago #6
by Henrique Oberhuber Rodrigues
Replied by Henrique Oberhuber Rodrigues on topic Re:HTTP 500 - Erro interno do servidor - User tab
Hi,
I did a reinstallation.. and it keeps giving nothing..
Also, I tried to access the page through the firefox, but no success, the page is blank everytime I try to access.
Thanks,
Henrique
I did a reinstallation.. and it keeps giving nothing..
Also, I tried to access the page through the firefox, but no success, the page is blank everytime I try to access.
Thanks,
Henrique
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
15 years 11 months ago #7
by Antonio Durán
Replied by Antonio Durán on topic Re:HTTP 500 - Erro interno do servidor - User tab
You should not get a blank page, but an xml error page... maybe a permissions issue?
Please Log in or Create an account to join the conversation.
- Henrique Oberhuber Rodrigues
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
15 years 11 months ago #8
by Henrique Oberhuber Rodrigues
Replied by Henrique Oberhuber Rodrigues on topic Re:HTTP 500 - Erro interno do servidor - User tab
I have changed the level of Error Report, on Global configurations, and now I have the following message when I try to access those pages (user and System check):
User tab:
Fatal error: Call to undefined function xmlrpc_encode_request() in /opt/lampp/htdocs/www/administrator/components/com_joomdle/helpers/content.php on line 43
System Check tab:
Fatal error: Call to undefined function xmlrpc_encode_request() in /opt/lampp/htdocs/www/administrator/components/com_joomdle/helpers/content.php on line 66
I'm searching here.. I'll probably have to install the php xmlrpc that is mising at the server..
Thanks,
Henrique
User tab:
Fatal error: Call to undefined function xmlrpc_encode_request() in /opt/lampp/htdocs/www/administrator/components/com_joomdle/helpers/content.php on line 43
System Check tab:
Fatal error: Call to undefined function xmlrpc_encode_request() in /opt/lampp/htdocs/www/administrator/components/com_joomdle/helpers/content.php on line 66
I'm searching here.. I'll probably have to install the php xmlrpc that is mising at the server..
Thanks,
Henrique
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
15 years 11 months ago #9
by Antonio Durán
Replied by Antonio Durán on topic Re:HTTP 500 - Erro interno do servidor - User tab
Yes, that is the problem. You need to install xml-rpc for php.
Don't you get an error on system check page?
Don't you get an error on system check page?
Please Log in or Create an account to join the conversation.
- Henrique Oberhuber Rodrigues
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
15 years 11 months ago #10
by Henrique Oberhuber Rodrigues
Replied by Henrique Oberhuber Rodrigues on topic Re:HTTP 500 - Erro interno do servidor - User tab
yes, after I changed the error report level i'm getting this error on the system check tab:
Fatal error: Call to undefined function xmlrpc_encode_request() in /opt/lampp/htdocs/www/administrator/components/com_joomdle/helpers/content.php on line 66
I'll install the xmlrpc for php to solve this.
I'll let you know if it works.
Thanks,
Henrique
Fatal error: Call to undefined function xmlrpc_encode_request() in /opt/lampp/htdocs/www/administrator/components/com_joomdle/helpers/content.php on line 66
I'll install the xmlrpc for php to solve this.
I'll let you know if it works.
Thanks,
Henrique
Please Log in or Create an account to join the conversation.