Undefined property: template

Undefined property: template

by Shane Tooley -
Number of replies: 2

I have a fresh install of Moodle on hosted webspace using:

Pearl 5.6.1, PHP 4.3.2, MySQL 4.0.21.

After running install.php, a blank screen appears and after adding some error reporting lines suggested by the hosting company, i get the following error message:

In /s101-2/home6/ictmusiced/moodle/lib/setup.php, line: 111 - Undefined property: template

Is anyone else experiencing this problem?

Average of ratings: -
In reply to Shane Tooley

Re: Undefined property: template

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
My best guess is that you are missing some files from your moodle installation. The likely culprit being the smarty subdirectory under the lib directory. 
In reply to Howard Miller

Re: Undefined property: template

by Shane Tooley -

Howard,

Have checked the contents of the smarty subdirectory against the unpack on my PC and CVS on SourceForge and the contents are correct. It appears to be not able to create the template directories or the template variable isn't being defined before it does it.

I have moved the data directory away from the web directory to see if this makes a difference but it doesn't.

Any other suggestions?

Thanks,

Shane.