Could anyone advise what I need to do to rectify this? Thanks ina dvance
I have never seen this happen but some thoughts anyway:
- check that you have files index.php and and preview.php in folder theme
- check that standard theme is from moodle 1.8.3 package
- try to copy all files to theme folder again
- check permissions of theme folder
If your custom theme does not work in moodle 1.8 you could try to set variables allowuserthemes and allowcoursethemes to 0 and variable theme to standard in table mdl_config (with phpmyadmin or sql commands). Also removing/renaming your custom theme folder may help (you should get standard theme if custom theme is missing)...
I have the same problem with a test site I have just upgraded to Moodle 1.9
Sarah
Try to turning on debugging (admin - debugging - all ), press link Notifications or go to http://yoursite/admin/ and back to theme selector...do you get any error messages?
Did you change any paths (config.php) during upgrade process? What browser did you use? Can you give some web address to check what might be wrong?
This forum post has been removed
This looks like a new bug in admin block that Petr has changed recently...
Dietmar,
http://tracker.moodle.org/browse/MDL-12713 (fix may take some days/weeks because most developers have some secret projects with Santa Claus )
This forum post has been removed
My problem isn't the same as Dietmar's but is the same as Syamsul's. Looking at Syamsul's picture I am wondering is he was using the clouds theme when he upgraded as so was I could this be a possible cause. I have turned on debugging but don't get any error messages when I go to notifications I am using I.E7 but have also checked on firefox. In my PHP log I get the following error PHP Notice trying to get property of non-object in /var/www/teacher/lib/weblib.php on line 2852 Sarah |
Trying to get property of non-object...something is missing (does not exist) or in a wrong place or the theme you have has some conflict with standard theme or some non standard activities (javascript)...I'll be back after christmas.
I have solved the problem but I am not quite sure why what I did solved the problem.
I was having an issue with eaccelerator which was throwing up errors, when I went into my mdl_config table, eaccelerator field and removed eaccelerator and set the rcache field to 0 and all the errors I have had disappeared including this one
Sarah
Sarah, probably you just had all pages in cache and old files caused your problem...
The config.php was untouched and I was (and am) using the Clouds 3.0 theme
The site is here: http://www.btvss-online.net/elearning
I appreciate all the advice. Thank you!
Syamsul, I tried to login as a guest and it looks like your site has not been upgraded properly. I got error messages from module Questionnaire - have you installed the latest version of that module?
If latest version of Questionnaire is in correct place login as an admin and press link Notifications or go to http://www.btvss-online.net/elearning/admin ...
You may have more problems with upgrading but let us know if this does not help.