Magento is not running my install script
The main culprits of an install script not running:
- Typo or something incorrect in XML config.
- Install script was added sometime after module was installed and it never runs because
core_resource
already has an entry for the module. - You're not emptying
<webroot>/var/cache
- Incorrect file/directory names.
Your path of app/code/local/Bottom_Name
should be app/code/local/Bottom/Name