i am working on local system on WAMPSERVER 2.0 and I am installing the magento 1.6.2.0 and when i go to the System -> Permissions -> Roles and click on Administrators I got page broken screen. I have tried to change the max execution time, memory limit in php.ini etc but nothing works.
Please help me out.
Thanks
I made changes in the file app/code/core/Mage/Adminhtml/Block/Widget/Grid.php
Search function getRowUrl in the file.
Replace this function with below function:
It worked for me and resolved my issue. I know its not good to made changes in core files but i was working on local system and was stuck for this.
Regards,
Hanan Ali