Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

logging out when click on create grid


steffanih

Recommended Posts

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!

Link to comment
Share on other sites

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');} 
?>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...