- Posts: 7902
R0.24 No Longer Supported
404 'Not Found Error' after login
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
15 years 9 months ago #51
by Antonio Durán
Replied by Antonio Durán on topic Re: 404 'Not Found Error' after login
are you using community builder?
The topic has been locked.
- giovanni
- Offline
- New Member
-
Less
More
- Posts: 5
15 years 9 months ago #52
by giovanni
Replied by giovanni on topic Re: 404 'Not Found Error' after login
Yes I am
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
15 years 9 months ago #53
by Antonio Durán
Replied by Antonio Durán on topic Re: 404 'Not Found Error' after login
Then, that is the problem.
Joomdle has not been integrated with Community Builder yet, sorry.
Joomdle has not been integrated with Community Builder yet, sorry.
The topic has been locked.
- giovanni
- Offline
- New Member
-
Less
More
- Posts: 5
15 years 9 months ago - 15 years 9 months ago #54
by giovanni
Replied by giovanni on topic Re: 404 'Not Found Error' after login
Everything works : the user has imported correctly
with the plugin hooks activated the login in moodle it's ok
The only bug is the redirect after login...
thank you anyway
with the plugin hooks activated the login in moodle it's ok
The only bug is the redirect after login...
thank you anyway
Last edit: 15 years 9 months ago by giovanni.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7902
15 years 9 months ago #55
by Antonio Durán
Replied by Antonio Durán on topic Re: 404 'Not Found Error' after login
You are lucky: I was with that just today 
I found that the problem is CB estrange login redirection code.
As a workaround, you can edit moodle/auth/joomdle/land.php, and, almost at the end, put:
$redirect_url = get_config (NULL, 'joomla_url');
just before:
redirect($redirect_url);
That would redirect the user to the joomla main page when they logging, bypassing the CB imcopatibility issue.
A fix will be incorporated for Joomdle 0.25.
I found that the problem is CB estrange login redirection code.
As a workaround, you can edit moodle/auth/joomdle/land.php, and, almost at the end, put:
$redirect_url = get_config (NULL, 'joomla_url');
just before:
redirect($redirect_url);
That would redirect the user to the joomla main page when they logging, bypassing the CB imcopatibility issue.
A fix will be incorporated for Joomdle 0.25.
The topic has been locked.
- giovanni
- Offline
- New Member
-
Less
More
- Posts: 5
15 years 9 months ago #56
by giovanni
Replied by giovanni on topic Re: 404 'Not Found Error' after login
Ok Many thanks for you help.
I reinstall joomdle, try it and give you feedback
I reinstall joomdle, try it and give you feedback
The topic has been locked.
- giovanni
- Offline
- New Member
-
Less
More
- Posts: 5
15 years 9 months ago #57
by giovanni
Replied by giovanni on topic Re: 404 'Not Found Error' after login
antonio wrote:
Perfect !! It works !!!!
:woohoo: :silly: :silly:
You are lucky: I was with that just today
Perfect !! It works !!!!
:woohoo: :silly: :silly:
The topic has been locked.
- Chris
-
- Offline
- Moderator
-
15 years 9 months ago #58
by Chris
Replied by Chris on topic Re: 404 'Not Found Error' after login
Great. Happy to see that the patch worked for you. This thread is quite long now and has taken on a number of different issues over time. Since the last two sets of discussions have come to a logical conclusion, I think it's a good time to lock this thread. If any body wish to continue any part of this thread just create a new thread linking to the appropriate message ....
The topic has been locked.