vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vMembers manages subscription purchases and downloads (https://vborg.vbsupport.ru/showthread.php?t=83433)

Mythotical 11-12-2005 10:46 PM

calorie,

Nope still the same error even after I made sure I had all scripts with the right full path. I have installation services and such so I just added that as a forum for download link.

Any other suggestions?

Thanks
Myth

calorie 11-12-2005 10:58 PM

Try this instead:
Code:

define('FWD','..');

Mythotical 11-12-2005 11:00 PM

Where should that go?

calorie 11-12-2005 11:02 PM

At the top of members.php (which I think you've named products.php) is a config area.

Mythotical 11-12-2005 11:03 PM

Nope, same error.

calorie 11-12-2005 11:34 PM

Fixed, it was the following issue: ;)
Code:

// this change was made but it shouldn't have been changed
require_once('http://www.vbrenegades.com/global.php');


Mythotical 11-12-2005 11:38 PM

oooh, oops.

Ok next question, when I view that, shouldn't it list the products that are for sale and a buy now link or what? I ask because certain links aren't working properly.

calorie 11-12-2005 11:42 PM

You have the following in products.php:
Code:

define('ALLOWED_UGS','6,7,2,5');
So only usergroups 6,7,2,5 can see.

Set it to:
Code:

define('ALLOWED_UGS','1,2,3,4,5,6,7');
// or whatever you want

So those usergroups can see.

Mythotical 11-12-2005 11:44 PM

Oops my bad, no wonder I get a permission error when I try to access.

Mythotical 11-12-2005 11:48 PM

I still get permission denied even after I change that.


All times are GMT. The time now is 08:57 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01111 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete