vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Point Market System 3.1x (https://vborg.vbsupport.ru/showthread.php?t=232676)

smirkley 02-27-2011 06:10 PM

And thank you, for the great support of an excellent mod, especially considering your regular real life schedule. You da man!

dcgaming17 02-28-2011 12:48 AM

The market purchasing is still not working... i get this message

Fatal error: Cannot use object of type mysqli_result as array in /home/--------/public_html/pointmarket/market_purchase.php on line 49

TheMayhem 02-28-2011 01:42 AM

Quote:

Originally Posted by dcgaming17 (Post 2167701)
The market purchasing is still not working... i get this message


Fatal error: Cannot use object of type mysqli_result as array in /home/--------/public_html/pointmarket/market_purchase.php on line 49

Edit market_purchase.php

Find

PHP Code:

$getitem $vbulletin->db->query_read("SELECT * from " TABLE_PREFIX "market_items where mid ='".addslashes($item_id)."'");
$itembuy $vbulletin->db->fetch_array($getitem); 

Change to

PHP Code:

$itembuy $vbulletin->db->fetch_array($vbulletin->db->query_read("SELECT * from " TABLE_PREFIX "market_items where mid ='".addslashes($item_id)."'")); 

Find

PHP Code:

// Determine Expiration
$expire = ($itembuy[expire]*86400)+time(); 

Change to

PHP Code:

// Determine Expiration
$expire = ($itembuy['expire']*86400)+time(); 

Let me know if that fixes it.

rafiul 03-01-2011 10:28 AM

Get erorr when i click maintenance-
Warning: feof() expects parameter 1 to be resource, boolean given in [path]/admincp/market_maintenance.php on line 84

How to solve this?

Aramist 03-03-2011 03:49 PM

Hi TheMayhem

I got this error when trying to purchase a custom gift I have created...

Code:

Warning: include_once([path]/pointmarket/gift_purchase.php) [function.include-once]: failed to open stream: No such file or directory in [path]/market.php on line 436

Warning: include_once() [function.include]: Failed opening '[path]/pointmarket/gift_purchase.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/market.php on line 436

Ty in advance

TheMayhem 03-03-2011 04:45 PM

Quote:

Originally Posted by Aramist (Post 2169158)
Hi TheMayhem

I got this error when trying to purchase a custom gift I have created...

Code:

Warning: include_once([path]/pointmarket/gift_purchase.php) [function.include-once]: failed to open stream: No such file or directory in [path]/market.php on line 436

Warning: include_once() [function.include]: Failed opening '[path]/pointmarket/gift_purchase.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/market.php on line 436

Ty in advance

Reupload your pointmarket folder. You are missing a gift_purchase.php file

fly 03-03-2011 06:16 PM

So I guess I enabled/forgot to disable the ability for users to ban each other from threads. LOL. Is there any way for me to clear these bans?

TheMayhem 03-03-2011 07:00 PM

Quote:

Originally Posted by fly (Post 2169195)
So I guess I enabled/forgot to disable the ability for users to ban each other from threads. LOL. Is there any way for me to clear these bans?

Change the expiration date to 1 day.

Aramist 03-03-2011 07:41 PM

TheMayhem,

there's no gift_purchase.php on pointmarket folder....only: market_gift_purchase.php

I have just checked the zip content.

=/

fly 03-03-2011 07:45 PM

Quote:

Originally Posted by TheMayhem (Post 2169206)
Change the expiration date to 1 day.

Do I have to re-enable the item for the expiration to take effect?


All times are GMT. The time now is 04:02 PM.

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.03147 seconds
  • Memory Usage 1,754KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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