Magento Error Loggin

mooodehelal

New Member
I an new to Magento, hence the mind-space of "WHY ?".I am working my way around Modules and Templates for now. I was able to create one module, but the test one just does not seem to work.I created the module.xml and etc/config.xml. The module shows up in the advance listing. Although when I try loading the page index.php/module/index/action (index.php/weblog/index/testModel). It just says "404 Whoops, our bad...".I know I have done something wrong, although I do not have a log where I can look into to know whats going on. How am I to start debugging this ?Module/etc/config.xml:\[code\]<?xml version="1.0"?><frontend> <routers> <weblog> <use>standard</use> <args> <module>Alanstormdotcom_Weblog</module> <frontName>weblog</frontName> </args> </weblog> </routers></frontend>\[/code\]
 
Back
Top