A Mahara Problem...

A Mahara Problem...

- Randy Bale の投稿
返信数: 7
Hi,
Sorry I have to post this question in the moodle forum, but I had no luck with any other. Since Mahara experienced people are here, I suppose someone surely can answer my question.
where can I find Mahara's logout method? please mention the file path.
Thanks in advance.
Randy Bale への返信

Re: A Mahara Problem...

- Nigel McNie の投稿
I have answered your query on the Mahara forums 笑顔
Nigel McNie への返信

Re: A Mahara Problem...

- Randy Bale の投稿
I want to redirect to my moodle site, once I logout from mahara.
I can't get it done by using,
header("location:http://mymoodlesite.com");
in the logout method.
can you help me with this?
thanks.
Randy Bale への返信

Re: A Mahara Problem...

- Nigel McNie の投稿
I don't see why that wouldn't work, as long as you put it in the right place. You might want to make sure that your header line is being executed, by putting log_debug('message') function calls in the code and checking the server error log.

And remember you should call "exit" after sending a redirect header.
Nigel McNie への返信

Re: A Mahara Problem...

- Karl Kennedy の投稿

Hi Nigel.... or anyone that can help smile

Wasn't sure where to put this but got a lot of help with Mahara in this forum before so why not....

I have Moodle 1.9 set up and working with Mahara (not sure which version, 1.0.0 perhaps) - Don't really want to go changing the version now as there was a lot of hassle getting it to work in the first place.

Ok, here's the problem, when 'find friends' is clicked i get this error:

Mahara: Site unavailable
A nonrecoverable error occured. This probably means you have encountered a bug in the system

Is it a bug??

Many Thanks

Karl

Karl Kennedy への返信

Re: A Mahara Problem...

- theo leenders の投稿
I also had some bugs in 1.xxx after trying a menu item like finding friends.
I changed to 0.9x and then it was over. sorry.
Some people has no problems with 1.x I did.

theo