Author Topic: Issues with SMFShop  (Read 4894 times)

Offline neotris9

Issues with SMFShop
« on: October 19, 2008, 10:13:32 pm »
I'm running SMF 1.1.6

Is there any way to make it work? Is it even compatible with 1.1.6?

Anyway, I think the only problem is that there is nothing in the admin panel, it creates an extra box but no options. Though I'm not sure so I'll post some screenshots along with this thread.

Any help is appreciated.

Admin CP
http://img392.imageshack.us/img392/5256/81501871ux8.png

Shop
http://img513.imageshack.us/img513/1852/60525276zi1.png

*Edit, no errors have occurred, it's just that nothing is working.

*Edit2, turns out that my error log wasn't working.

Anyway, here's the error.
Code: [Select]
File: /home2/bkclanne/public_html/forums/Sources/Subs.php
Line: 2960 + 2062-2067

2960 =      'title' => $txt['shop_admin'],

Here's what I have.
Code: [Select]
// Begin SMFShop code
loadLanguage('Shop');
        if (allowedTo('shop_admin'))
    $context['admin_areas']['shop'] = array (
    'title' => $txt['shop_admin'],
    'areas' => array(
    'shop_general' => '<a href="' . $scripturl . '?action=shop_general">' . $txt['shop_admin_general'] . '</a>',
'shop_items_edit' => '<a href="' . $scripturl . '?action=shop_items_edit">' . $txt['shop_admin_items_addedit'] . '</a>',
'shop_cat' => '<a href="' . $scripturl . '?action=shop_cat">' . $txt['shop_admin_cat'] . '</a>',
    'shop_inventory' => '<a href="' . $scripturl . '?action=shop_inventory">' . $txt['shop_admin_inventory'] . '</a>',
'shop_restock' => '<a href="' . $scripturl . '?action=shop_restock">' . $txt['shop_admin_restock'] . '</a>',
'shop_usergroup' => '<a href="' . $scripturl . '?action=shop_usergroup">' . $txt['shop_admin_usergroup'] . '</a>',
    )
    );
// End SMFShop code
« Last Edit: October 20, 2008, 09:19:33 pm by neotris9 »

Offline mike dijital

Re: Issues with SMFShop
« Reply #1 on: October 21, 2008, 07:18:52 am »
are you using shop 3.0


im running a heavily modded 1.1.6 with shop and its working great


you have to sign up to see but my forum is here www.deggi5.com

Offline neotris9

Re: Issues with SMFShop
« Reply #2 on: October 21, 2008, 09:56:38 am »
Yea, it's 3.0.

It's just the links on the admin page that aren't working :\

I'm also using the default SMF theme.
« Last Edit: October 21, 2008, 10:14:23 am by neotris9 »

Offline neotris9

Re: Issues with SMFShop
« Reply #3 on: October 25, 2008, 09:49:55 am »
I think that we'll just upgrade to SMF 2.0 and hope it works.

I apologize for the double post, and thank you to all who've submitted an answer or have read this thread.

Offline Amilius

Re: Issues with SMFShop
« Reply #4 on: January 29, 2009, 09:03:27 am »
Yea for some reason a lot of people are having the same problem as you. Default theme and language but no luck =/