Hi,
I have just installed moodle on godaddy ... and the installation process went fine, however, after installation suddenly none of the css loads.
(see screenshot)
I am on mysql 5.5 and php 5.4
Any ideas?
Phil
Think new installations default to the clean theme. Moodle now caches theme in localcache.
With whatever you have to browse/edit/remove files, go to your moodledata directory.
Then follow this path:
localcache/theme/[somenumbereddiretory]/theme/clean/
In there you should see a 'css' directory which is where Moodle caches them.
Check ownership permissions (recusively) on localcache
Get nasty and remove the [somenumbereddiretory]. That numbered directory is really a unix epoch time and if one were to convert the number to a date you'll see the date/time that directory was created/refreshed/cached.
No need to restart any service or server ... just hit the site again and attempt a refresh of the screen. Moodle should re-populate the cache.
'spirit of sharing', Ken