Author Topic: Click on Category Management takes me to the forum index  (Read 4591 times)

Offline ctrlz

Click on Category Management takes me to the forum index
« on: December 16, 2007, 02:53:49 am »
And there are no reports in the forum error log. Seems like it should be a simple problem to solve, but I can't figure it out.

Offline Daniel15

Re: Click on Category Management takes me to the forum index
« Reply #1 on: December 17, 2007, 03:24:53 pm »
In your index.php file, check that the SMFShop section looks like:
Code: [Select]
// Begin SMFShop code
'shop' => array('shop/Shop.php', 'Shop'),
'shop_general' => array('shop/ShopAdmin.php', 'ShopGeneral'),
'shop_inventory' => array('shop/ShopAdmin.php', 'ShopInventory'),
'shop_items_add' => array('shop/ShopAdmin.php', 'ShopItemsAdd'),
'shop_items_edit' => array('shop/ShopAdmin.php', 'ShopItemsEdit'),
'shop_restock' => array('shop/ShopAdmin.php', 'ShopRestock'),
'shop_usergroup' => array('shop/ShopAdmin.php', 'ShopUserGroup'),
'shop_cat' => array('shop/ShopAdmin.php', 'ShopCategories'),
// End SMFShop code

Make sure that  "shop_cat" is there.

Offline ctrlz

Re: Click on Category Management takes me to the forum index
« Reply #2 on: December 30, 2007, 06:12:12 pm »
It looks exactly like that.

Offline Daniel15

Re: Click on Category Management takes me to the forum index
« Reply #3 on: January 05, 2008, 01:16:37 pm »
In that case, it should be working fine. What if you go directly to index.php?action=shop_cat?

Offline ctrlz

Re: Click on Category Management takes me to the forum index
« Reply #4 on: January 27, 2008, 12:20:05 am »
Same thing happens.

Offline Daniel15

Re: Click on Category Management takes me to the forum index
« Reply #5 on: February 15, 2008, 07:16:59 am »
:S
I have no idea what could be causing that... Sorry :-[

Offline Celdric

Re: Click on Category Management takes me to the forum index
« Reply #6 on: February 24, 2008, 01:41:08 pm »
Well, I have almost the same problem. I can use the category management, but I have to deal with the 'usual' url issue, if you use a Joomla/SMF brigde. After searching or sorting it returns to

index.php?action=shop&do=buy&cat=-1&sort=0&sortDir=0

instead to the correct url

index.php?option=com_smf&Itemid=28&action=shop&do=buy&cat=-1&sort=0&sortDir=0

So nothing gets desplayed.

However, when I add the itemid part manually to the incorrect url, the search result is shown. Means that the function itself works. The results are just not displayed because of the wrong link.

Any idea how that is to fix?  :)
« Last Edit: February 24, 2008, 01:43:50 pm by Celdric »

Offline saosin

Re: Click on Category Management takes me to the forum index
« Reply #7 on: March 01, 2008, 01:01:35 am »
has this been resolved? i'm having the same problem.