Magento
Magento: Add custom dropdown in adminhtml form
In your Namespace/Module/Block/Adminhtml/your_module/Edit/Tab/Form.php Collect your collection
In your Namespace/Module/Block/Adminhtml/your_module/Edit/Tab/Form.php Collect your collection
As in magento default there is no option for cms pages to input meta title but you can do this by following the steps: Step1: Open your database find the table cms_page open the table and add a column named with meta_title Step2: Then in app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Meta.php find the function protected Read more…
Run the following commands to update your magento version : Now check the updated version of magento
Edit your php.ini file. Find memory_limit and increase the size to your desire value.
Problem: Solution: open your terminal and run the following command: Note: please remove {your_magento} with yours