Empty student Dashboard

Empty student Dashboard

por Jeroen Horters -
Número de respuestas: 14

I am setting up a moodle site for the company I work for so they can globally offer their trainings. This is my first time using moodle, or any other learning environment.

Moodle 2.9 has been installed on a server using mySQL, apache and php. Install all went fine and the admin account can eddit all settins and create content without issues.

However, when I log on to a test student account I uploaded, I see a completely blank page like such:

I've checked as many settings that could affect this page as well as the forums, but I didn't find any solution. The student is enrolled in at least one course using manual enroll and the courses are not hidden. The admin dashboard does have a number of blocks present.

I hope anyone can help me with this issue

Promedio de valuaciones (ratings): -
En respuesta a Jeroen Horters

Re: Empty student Dashboard

por Helen Foster -
Imagen de Core developers Imagen de Documentation writers Imagen de Moodle HQ Imagen de Particularly helpful Moodlers Imagen de Plugin developers Imagen de Testers Imagen de Translators

Hi Jeroen,

Please see the blank pages FAQ in Installation FAQ for things to check.

Promedio de valuaciones (ratings):Useful (1)
En respuesta a Helen Foster

Re: Empty student Dashboard

por Jeroen Horters -

I've added the dirroot to the config file, checked for PHP errors and tried to load the page on a couple of other browsers. None of these fixed the problem. It might be useful to add that the page isn't incomplete, just empty.

When loading the frontpage, without being logged in, I get the following notice:

Notice: Undefined property: stdClass::$registerauth in /var/www/html/moodle/login/index_form.html on line 22

However, after I log in I get no further errors or notices. I also never added, removed or edited any blocks on the frontpage on any account.



En respuesta a Jeroen Horters

Re: Empty student Dashboard

por Jeroen Horters -

Still haven't found a solution. any feedback would be greatly appreciated

En respuesta a Jeroen Horters

Re: Empty student Dashboard

por ben jerry -

Hello Jeroen,

there is an air of urgency apparent in your request, oh dear!

I think Helen might be off tis the weekend afterall sonrisa

So, I think try running a query with that line/with another db. I think it is to do with what that line commands.  Am also thinking, in turn, it might be to do with registration/authentication matters.

I say this from my experience of install.

hope that is helpful for you to make progress/if not let us know.

BJ 

En respuesta a ben jerry

Re: Empty student Dashboard

por Jeroen Horters -

Hey Ben,


Sorry that I seemed more urgent than I really am, it's not THAT bad sonrisa. I've traced the error message I posted down to a value that hasn't been set, because it has to do with e-mail based self enrollement, which is not enabled, so it's completely unrelated to the problem I'm having.

As far as registration/authentication and capabilities, I've gone over all those settings so many times to check if users should be able to do everything and at least on a setting level everything seems to be in order. Something strange is going on and I just can't put my finger on it. Can something have gone wrong with the installation even though moodle didn't give any warnings during it? that's pretty much the only thing I can come up with at this point.

Promedio de valuaciones (ratings):Useful (1)
En respuesta a Jeroen Horters

Re: Empty student Dashboard

por ben jerry -
Want to think about this, nice question. 


Will post back. 

BJ

En respuesta a ben jerry

Re: Empty student Dashboard

por Jeroen Horters -

Something I found out that might be helpful: The permissions for viewing and adding blocks are all set correctly, however when I check the permission for my test students they are disallowed to do anything. But they are authenticated users, because they can log onto the site. This is really weird. So my users can log on, but they don't seem to be authenticated. Very weird.

Thanks for your help in advance

En respuesta a Jeroen Horters

Re: Empty student Dashboard

por Mary Cooch -
Imagen de Documentation writers Imagen de Moodle HQ Imagen de Particularly helpful Moodlers Imagen de Testers Imagen de Translators

If your users can log on then they are authenticated. Go to Site administration>Users>Permissions>Define roles and set the authenticated user role back to its default (it may already still have the default settings but no harm will be done) And the same for the student role for good measure.

En respuesta a Mary Cooch

Re: Empty student Dashboard

por ben jerry -
It sounds odd, but mary may have given you the solution there... If not plan b
En respuesta a ben jerry

Re: Empty student Dashboard

por Jeroen Horters -

unfortunately resetting the permissions didn't change anything. I'd like to hear plan B. Also when creating contrent I'm getting a large amount of notices that properties aren't defined. This probably has to do with config.php. Could it be that it is incomplete? Could those missing options lead to this problem? or are there defaults set in place for those variables?


En respuesta a Jeroen Horters

Re: Empty student Dashboard

por Jeroen Horters -

I ended up reinstalling Moodle, which fixed all issues. So I think somehting went wrong with the original install even though it semeed to be in order. Thanks to everyone that replied.

En respuesta a Jeroen Horters

Re: Empty student Dashboard

por Hugh Edwards -

Hi Jeroen, 

Is this the same issue as I'm having: https://moodle.org/mod/forum/discuss.php?d=316705 ?

It's bloody annoying and I think it must be a bug as I too have gone through all the roles - in fact I've turned the lot on, and still nothing appears in the dashboard for the new user. Mine are Manually enrolled users. If you make them an admin, then refresh their dashboard, and then remove their admin status, all appears normally. 

Hugh. 

[Edit] the issue actually appears to be that the student doesn't have access to any blocks, even though there are blocks on the default dashboard, and in their roles can view and add blocks. 

En respuesta a Hugh Edwards

Re: Empty student Dashboard

por Hugh Edwards -

Hi Everyone. 

Ok, at least for my problem, which I believe is the same as Jeroen's, it was a problem with not the Student permissions, but the Authenticated User permissions. I reset that, and all was well. sonrisa 

Hugh. 

En respuesta a Hugh Edwards

Re: Empty student Dashboard

por Dwaine Webb -

We are having this same issue and I am finding it directly related to the /moodle/my:manageblocks setting for authenticated users.  When I uncheck this setting to prevent authenticated users from Customizing the Dashboard it will bring up a blank page for users who have never logged in before. 

If I set the /moodle/my:manageblocks to allow customizing the Dashboard, first time users will get the normal default dashboard.


Does anyone have a solution that will prevent customizing the Dashboard and allow first time users to get the initial default dashboard loaded?


DW

Promedio de valuaciones (ratings):Useful (1)