steffanih Posted April 25, 2011 Share Posted April 25, 2011 Hello, I installed grid attributes and everything seems to be in order, but when I click the create grid button in admin, it logs me out of admin. Any ideas how to fix this? Thanks! Quote Link to comment Share on other sites More sharing options...
steffanih Posted April 25, 2011 Author Share Posted April 25, 2011 I think this is the section of code in admin/categories.php where the action occurs. Not sure why it would log me out. <?php if ($_GET['action']=='new_product' || $_GET['action']=='update_product' ) {echo $gridedit->showeditgrid('grid=set&cPath=' .$cPath . '&pID=' . $pInfo->products_id . '&action=new_product');} ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.