Codon Framework

Hi Nabeel,

I am not too sure how else to make contact with you except through this forum.

I wanted to use your codon framework to create a website of my own, I downloaded the versions from github and copied them over to my local testing server.

I change teh local.config.php file accordingly and try and view the site. Unfortunately there are quite a few errors, I correct as what I go along until I finally reach the following:

Fatal error: Call to a member function Set() on a non-object in /opt/lampp/htdocs/xxxxxxxxxx/core/classes/Template.class.php on line 71

This line simply reads as follows

return self::$tplset->Set($name, $value);

I have set a database entry for the skin used (as what is set in phpvms)

I have created a blank modules folder (this is one of the errors received)

I fixed the reference to the ezdb (Another error received but correct as per phpvms)

I have downloaded the previous version from github as well, and I run into the exact same errors.

I am not sure what I am doing wrong, can you shine a light for me?

Take Care