Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 241
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 211
Total: 211

Author Topic: SMF Trader - missing permission / help  (Read 18457 times)

0 Members and 1 Guest are viewing this topic.

Offline drhamad

  • Member
  • *
  • Posts: 49
    • View Profile
SMF Trader - missing permission / help
« on: August 13, 2008, 02:06:45 pm »
I just updated SMF Trader on my boards.  I notice that the major difference between what I had and what I upgraded to is the approval / autoapproval of feedback...

I'm looking in the Membergroup Permissions, and there's still only 2 permissions there:
SMF Trader
   Allow submit feedback         
   Allow delete feedback.


The autocomplete permission is missing.

Also, even without the autocomplete permission... how do I approve feedback?

I'm running SMF 1.1.5, and I have as far as I can tell completed all edits to the board required for the Trader system.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #1 on: August 13, 2008, 07:40:27 pm »
The trader approval area is located under Admin -> Trader Settings
There you can enable or disable it.

Under Permissions for SMF Trader there is auto approve for ratings. If it is not probably the old version or an older remain of the old SMF Trader mod is in sources/ManagePermsissions.php
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline drhamad

  • Member
  • *
  • Posts: 49
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #2 on: August 15, 2008, 01:19:04 pm »
Thanks, wow I'm blind.  Found the Trader settings.  That permission is still missing, but I can't see why... all the arrays and such are in the code tha tshould be.  I'll have to go through the code line by line again.  Thanks much.  At least I can manually approve now without going to the database.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #3 on: August 15, 2008, 07:24:23 pm »
Attach your sources/ManagePermsissions.php and I can take a look.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline drhamad

  • Member
  • *
  • Posts: 49
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #4 on: October 08, 2008, 08:40:25 pm »
Where is this supposed to be?
Code: [Select]
<file name="$sourcedir/Subs.php">
<operation>
<search position="before"><![CDATA['edit_settings' => '<a href="' . $scripturl . '?action=serversettings;sesc=' . $sc . '">' . $txt[222] . '</a>',]]></search>
<add><![CDATA[
'trader_settings' => '<a href="' . $scripturl . '?action=trader;sa=admin;sesc=' . $sc . '">' . $txt['smftrader_admin'] . '</a>',
]]></add>
</operation>

</file>

That search position isn't in my Subs.php.  What else is normally around it?

Thanks.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #5 on: October 08, 2008, 11:07:35 pm »
'edit_settings' should be there search for that code since that is the main settings for SMF
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline drhamad

  • Member
  • *
  • Posts: 49
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #6 on: October 09, 2008, 01:36:22 pm »
Well here's a good reason that edit_settings didn't exist: I didn't have a Subs.php.  It had been replaced by an Admin.php file renamed Subs.php.

How the forum could run without Subs.php, don't ask me...

Offline drhamad

  • Member
  • *
  • Posts: 49
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #7 on: October 09, 2008, 02:00:32 pm »
Alright, fixing that didn't solve the problem.

Here's my ManagePermissions.php.  I'm not sure what could be wrong here... pretty simple edit.  If you want to see any other files, let me know.

Thanks again.
« Last Edit: October 09, 2008, 02:04:02 pm by drhamad »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #8 on: October 09, 2008, 07:47:15 pm »
Fixed file permissions attached.
The old smftrader permissions were still in the file.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline drhamad

  • Member
  • *
  • Posts: 49
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #9 on: October 09, 2008, 11:10:24 pm »
Quite correct sir.  You are the best.

Offline drhamad

  • Member
  • *
  • Posts: 49
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #10 on: October 25, 2008, 06:44:47 pm »
Sigh, I'm going to have to bother you again.  Our servers got I love SMF a few days ago, and I'm still trying to resurrect everything.   Trader is currently doing this: 

Quote
An Error Has Occurred!
Unable to load the 'main' template.

Quote
An Error Has Occurred!
Unable to load the 'settings' template.

Etc

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #11 on: October 25, 2008, 07:00:18 pm »
Check that the Trader.template.php is in the Themes/default folder
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline drhamad

  • Member
  • *
  • Posts: 49
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #12 on: October 25, 2008, 11:34:26 pm »
It is :(
And it's also in Themes/ourtemplate

Could it be some kind of permissioning conflict?  Some of the files on our server are owned by root, some by theuser... I'm not sure why that would matter though.
« Last Edit: October 26, 2008, 11:19:26 am by drhamad »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #13 on: October 26, 2008, 03:28:29 pm »
Hmm. I would check that both Trader.template.php are the same version of the Trader system.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline drhamad

  • Member
  • *
  • Posts: 49
    • View Profile
Re: SMF Trader - missing permission / help
« Reply #14 on: November 24, 2008, 05:09:39 pm »
Sigh, still down.  I found some old code that I updated, but the Trader.php and Trader.template.php files are direct uploads from this website.  Everything else seems to directly check out against the v1.2 installer.

Hmm ok I just enabled forum error logging for a minute, and it does actually seem to be a permissions issue:

 MZ6ZoomZoom    Today at 06:13:27 PM
 64.252.164.231      d1d3412ec04f89b7d145a23f9d82bdf7
 http://www.fordfusionclub.com/index.php?action=trader&amp;id=3
2: file_get_contents(/home/ffc/public_html/Themes/default/languages/Trader.english.php) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: Permission denied
File: /home/ffc/public_html/Sources/Load.php
Line: 1772
« Last Edit: November 24, 2008, 05:14:40 pm by drhamad »

 

Related Topics

  Subject / Started by Replies Last post
7 Replies
8033 Views
Last post January 03, 2007, 06:24:11 pm
by locatorr
0 Replies
2970 Views
Last post March 13, 2007, 04:30:07 am
by davidjovan
0 Replies
3773 Views
Last post April 09, 2007, 08:47:57 am
by catholicsin
1 Replies
3678 Views
Last post September 03, 2008, 08:39:53 pm
by SMFHacks
1 Replies
4215 Views
Last post July 07, 2009, 11:22:54 pm
by SMFHacks

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal