Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - neotris9

Pages: [1]
1
Installation Problems / Re: Issues with SMFShop
« 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.

2
Installation Problems / Re: Issues with SMFShop
« 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.

3
Installation Problems / 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

Pages: [1]