I read and following this guide
But this error :
Fatal error: Call to a member function load() on a non-object in C:\wamp\www\Ishop\app\code\core\Mage\Core\Model\Abstract.php on line 225
this is config.xml
<models>
<weblog>
<class>Magentotutorial_Weblog_Model</class>
<resourceModel>weblog_resource</resourceModel>
</weblog>
<weblog_resource>
<class>Magentotutorial_Weblog_Model_Resource</class>
<entities>
<blogpost>
<table>blog_posts</table>
</blogpost>
</entities>
</weblog_resource>
</models>
I added table with name is blog_posts. I am a newbie with Magento. Is the way to debug this issue? I think error in config.xml
file. but I review it several times, still don't find error.