- Posts: 28
Joomdle 2.x Installation
Error 404 - Page not found
- Dimitris
- Topic Author
- Offline
- Junior Member
-
Less
More
2 years 10 months ago #1
by Dimitris
Error 404 - Page not found was created by Dimitris
Hi,
I receive a 404 page not found error when login out of Moodle.
The url points to joomla/components/com_joomdle/views/wrapper/getout.php
Had a quick look and I can see a joomla/components/com_joomdle/views/wrapper/getout_login.php rather than a getout.php.
Permissions are 755 for directories and 644 for files.
Any suggestion?
I receive a 404 page not found error when login out of Moodle.
The url points to joomla/components/com_joomdle/views/wrapper/getout.php
Had a quick look and I can see a joomla/components/com_joomdle/views/wrapper/getout_login.php rather than a getout.php.
Permissions are 755 for directories and 644 for files.
Any suggestion?
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
2 years 10 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Error 404 - Page not found
Thanks for the bug report.
You can do a change in file moodle/auth/joomdle/auth.php
Line: 6484. Function: logoutpage_hook
Change:
By:
Same change can be done at the end of the function.
Please test and let me know if that fixes the issue.
You can do a change in file moodle/auth/joomdle/auth.php
Line: 6484. Function: logoutpage_hook
Change:
Code:
$redirect = get_config ('auth_joomdle', 'joomla_url').'/components/com_joomdle/views/wrapper/getout.php';
Code:
$redirect = get_config ('auth_joomdle', 'joomla_url').'/index.php?option=com_joomdle&task=getout';
Same change can be done at the end of the function.
Please test and let me know if that fixes the issue.
Please Log in or Create an account to join the conversation.
- Dimitris
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 28
2 years 10 months ago - 2 years 10 months ago #3
by Dimitris
Replied by Dimitris on topic Error 404 - Page not found
It is now fixed!
Case closed.
Thank you Antonio
Case closed.
Thank you Antonio
Last edit: 2 years 10 months ago by Dimitris .
Please Log in or Create an account to join the conversation.