vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=196244)

Xanlamin 05-23-2010 08:33 PM

Did you upload all the files? and then import the product?

Morrus 05-23-2010 10:01 PM

Quote:

Originally Posted by Xanlamin (Post 2042386)
Did you upload all the files? and then import the product?

Yes, of course.

A 500 error is:

Most likely causes:
•The website is under maintenance.
•The website has a programming error.

Xanlamin 05-24-2010 12:10 AM

Make sure you uploaded the files to the proper place, if you did and imported the product correctly then there is no reason why you can not find it, if it exist and you have no other issues it will either work or the page will give you code errors like you uploaded the file and not the product. It is an issue on your end and not a fault with the mod itself.

Morrus 05-24-2010 11:43 AM

1 Attachment(s)
Quote:

Originally Posted by Xanlamin (Post 2042441)
Make sure you uploaded the files to the proper place,

I did.

Quote:

if you did and imported the product correctly then there is no reason why you can not find it, if it exist and you have no other issues it will either work or the page will give you code errors like you uploaded the file and not the product.
I can see it clear as day in my FTP program. It is most certainly there.

Plus the rest of the mod works just fine. I've created, edited and issued awards which are correctly PMing users and showing up in their profile tabs. It's just that one page which isn't working.

See, here it is, clearly in the right place:

https://vborg.vbsupport.ru/attachmen...1&d=1274705312

Xanlamin 05-24-2010 07:21 PM

Then I am not sure what to tell you, it is not an issue with the awards mod, so it has to be something on your end.

Morrus 05-24-2010 07:48 PM

Quote:

Originally Posted by Xanlamin (Post 2042807)
Then I am not sure what to tell you, it is not an issue with the awards mod, so it has to be something on your end.

I don't know what to tell you either, it is not an issue with my server, so it has to be the mod.

Still, no matter. I can manage without the mod! :)

Morrus 05-25-2010 02:46 AM

I tried some of the other pages.

awards.memberlist.php gives:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/awards_memberlist.php on line 14

In addition, the formatting is all messed up on the profile tab. However this fixes itself when turning some of the options for the awards list page on in the admin CP, and becomes all mesed up when turning them off again.

RobbieZ 05-26-2010 04:06 PM

Quick question, how do i or other members use the request award or recommend award system?

Its been troubling me for a while now. lol

Thanks

Whitesky 05-26-2010 11:59 PM

Hi, when using Request or Recommend Award feature, upon submitting I get a new page with gray box containing:

"There's some error when sending your award request. Please contact site's administrator for assistant."

I checked on another previous site of mine I had this mod installed, and it has the same error.

Xanlamin 05-27-2010 12:18 AM

1 Attachment(s)
Quote:

Originally Posted by RobbieZ (Post 2043693)
Quick question, how do i or other members use the request award or recommend award system?

Its been troubling me for a while now. lol

Thanks

Enable the permissions in the usergroups

Quote:

Originally Posted by Morrus (Post 2042980)
I tried some of the other pages.

awards.memberlist.php gives:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/awards_memberlist.php on line 14

In addition, the formatting is all messed up on the profile tab. However this fixes itself when turning some of the options for the awards list page on in the admin CP, and becomes all mesed up when turning them off again.

Like I had stated, you have an issue somewhere on your server, I am unable to reproduce the issues you are having on our servers that we run this mod on.

Xanlamin 05-27-2010 12:20 AM

Quote:

Originally Posted by Whitesky (Post 2043834)
Hi, when using Request or Recommend Award feature, upon submitting I get a new page with gray box containing:

"There's some error when sending your award request. Please contact site's administrator for assistant."

I checked on another previous site of mine I had this mod installed, and it has the same error.

Do you have permissions set in the usergroups correctly?

Morrus 05-27-2010 05:34 AM

Quote:

Originally Posted by Xanlamin (Post 2043837)
Like I had stated, you have an issue somewhere on your server, I am unable to reproduce the issues you are having on our servers that we run this mod on.

The odds of this being the problem are extremely low, given that my server is the common denominator in plenty of stuff that works just fine; the statistical outlier is this mod. And more than one issue has presented itself with just this one mod, while everything else works perfectly. There's only one reasonable conclusion to a rational mind.

Thanks for the... err... help... I won't bother you any further. Good luck with the mod. :)

RobbieZ 05-27-2010 10:56 AM

I have Recommend & Request both set to yes in usergroups but it only shows the request.

[EDIT] Sussed it, In the Award Manager the option for 'Allow member to recommend this award' it is set to 'No'

Upon setting it to yes I get an SQL error.

Code:

Database error in vBulletin 3.8.4:

Invalid SQL:

                UPDATE award
                SET award_name = 'Gold Medal',
                award_desc = 'Awarded for posting Great stuff..',
                award_icon_url = 'images/medals/medal-gold.gif',
                award_img_url = 'images/medals/large_gold.gif',
                award_cat_id = '1',
                award_displayorder = '2',
                award_allowrequest = '1',
                award_allowrecommend = '1',
                award_active = '1',
                award_pointvalue = '0'
                WHERE award_id = 9;

MySQL Error  : Unknown column 'award_allowrecommend' in 'field list'
Error Number  : 1054
Request Date  : Thursday, May 27th 2010 @ 09:13:19 AM
Error Date    : Thursday, May 27th 2010 @ 09:13:19 AM
Script        : **********
Referrer      : **********
IP Address    : ******
Username      : ********
Classname    : vB_Database
MySQL Version : 5.0.67-community


RobbieZ 05-29-2010 04:39 PM

I hate to bump , busy people = busy lives but bump I must.

The recommend feature gives me an SQL error of table not found.

Thanks

Tanapangarap 07-12-2010 08:45 PM

Hi.

Is there a way to align the "Image" column above the "Description" column? I ask because the images I want to use are banners, and would be too wide if placed side by side with the description. Also, while I'm at it, does anyone know how to remove the "Icon" column completely? I have no use for it because I only use text in the postbit.

Tanapangarap 07-13-2010 10:56 PM

I found out the "Icon" could be removed from the settings.

gamerfu 07-19-2010 07:13 AM

I receive this Fatal error on both of my 3.8.6 & 4.0.5 test boards.
Quote:

Originally Posted by fufu
When I installed vBCredits II (Lite) the 'awards.php' through an error. The vBCredits II (Lite) is conflicting with YAAS 4.0.2.

Problem:

When clicking/viewing Awards list (file 'awards.php') on 3.8.6:
Code:

Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/public_html/vbtest/awards.php:98) in /home/public_html/vbtest/includes/adminfunctions.php on line 1832
When clicking/viewing Awards list (file 'awards.php') on 4.0.5:
Code:

Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/public_html/new405/awards.php:98) in /home/public_html/new405/includes/adminfunctions.php on line 1832
Solution:
Quote:

Originally Posted by Darkwaltz4
This is not something I can fix.

Please inform the creator of YAAS not to define construct_depth_mark within awards.php, and either surround it with a conditional that checks for the function existing, or just require_once adminfunctions.php - they should not be redefining standard vb functions even if its from the admin side, or stuff like this is bound to happen.

Don't worry if you dont know what Im talking about just copy and paste that to them.

Conversation link:
http://www.dragonbyte-tech.com/threa...4.0.2-conflict

NakedAlien 07-21-2010 07:38 PM

Is there any solution to this error that comes when requesting/recommending awards:

There's some error when sending your award request. Please contact site's administrator for assistant.

racingsolution 07-26-2010 02:28 AM

Hey Xanlamin,

Earlier this year I had a conflict with YAAS and DTO Garage involving the function construct_depth_mark() in awards.php

I was just told by a member that the same conflict has come up but in a different file.

Quote:

Fatal error: Cannot redeclare construct_depth_mark() in /home/cobaltli/public_html/forums/includes/adminfunctions.php on line 1823
I commented out the function from adminfunctions.php and it fixed the problem.. so far so good as far as that affecting anything else.

RobbieZ 07-28-2010 09:42 AM

Seems to be a week of error's ;)

I get this error. When i request a certain award or recommend

Fatal error: Existing data passed is not an array
Called set_existing in [path]/recommend_award.php on line 151
in [path]/includes/class_dm.php on line 235

Stheal 08-01-2010 01:33 AM

Hi, i would like to know how to give users automaticaly an award if X thing happeds. for eg, if users group id is X or if user is one between 30 of the first people registring in the forum

Spadow 08-22-2010 01:36 AM

Quote:

Originally Posted by Xanlamin
Because at the time there where talks of it going into both. We have discussed it last night and there is a possibility of going ahead and putting it in for vB 3.8 also.

Hi,

Is this possibility still going on or decided or what? I've been waiting since March and there's still no update on the ''award automation'' feature in version 3.8.

Radthekid 08-26-2010 03:20 AM

I seem to be having troubles downloading it just sits at starting.

trotskid 09-01-2010 12:45 AM

Some issues when upgrade from 3.8.2. I've upload the new files (only recommend_award.php) and import xml on my 3.8.4PL1 board.

In last version I used there was one more field on Award Request Form so a new message appears: A required field is missing. Please fill in all fields.

In usergroups permissions doesn't appears Can recommend awards, only Can request awards, so Recommend Award function doesn't work (you do not have permission to access this page...)

It's necessary to upload more files when upgrading? What files I need to save with configured information like awards, categories, users who have recieved awards, ect or what files must not be rewritten?

Thanks

edit: reinstall all the mod and working fine!

lostgirl815 09-10-2010 09:01 PM

Does anybody happen to know offhand what I need to take out of the code so that when they submit the form, they don't get the "some fields left blank" error? That is - I want the form to send as-is, namely once they click on "request an award" their name is filled in automatically (so far as I can tell) and I don't want them to have to add the other stuff (reason, userID # and so on), just click "send" and be done.

Basically, I want to do away with the error page even if there's an error.

Is there some simple way to do this? (Pretty please?)

Kirkus 09-14-2010 04:46 PM

1 Attachment(s)
At the risk of getting yelled at for not reading every page in this thread (I did search the thread but still don't understand) I'm going to post a simple question and hopefully won't be thrown to the dogs.

I'm running vBulletin 3.8 and I want to make sure I'm using the current version of this Mod written for VB 3.8.

From what I can gather, that would be 3.8.4 of the Mod. Right?

Why does my VB Admin Center show that I'm already running version 4.0 of the Mod? Isn't 4.0 of the mod for VB 4.0?

Please see the attachment taken from my Plugins/Products page.

CypherSTL 09-14-2010 04:58 PM

Quote:

Originally Posted by Kirkus (Post 2098189)
At the risk of getting yelled at for not reading every page in this thread (I did search the thread but still don't understand) I'm going to post a simple question and hopefully won't be thrown to the dogs.

I'm running vBulletin 3.8 and I want to make sure I'm using the current version of this Mod written for VB 3.8.

From what I can gather, that would be 3.8.4 of the Mod. Right?

Why does my VB Admin Center show that I'm already running version 4.0 of the Mod? Isn't 4.0 of the mod for VB 4.0?

Please see the attachment taken from my Plugins/Products page.

That's an old version of YAAS before the version scheme was changed.

Kirkus 09-14-2010 06:40 PM

OK. Cool. So 3.8.4 is the newest version for VB 3.8?

Thanks, CypherSTL.

segamarius 09-18-2010 10:02 AM

i install the product but the Award System in not show in Control panel. What is wrong ?

trotskid 09-25-2010 05:18 PM

Quote:

Originally Posted by Xanlamin (Post 1913016)
To start with:

2. Ability to have multiple pages (No longer one long page for all the awards).

Does this function exist?

mgurain 11-11-2010 06:30 AM

I were using this great mod in 3.8.x,
now I upgraded to 4.0.8
please can you update this useful mod?
Thanks,,

FARES_SAUDI 11-11-2010 09:26 PM

Thank you for the installation

JacquiiDesigns 11-25-2010 01:10 AM

Nice job = thanks so much for the update!
/me installs!

Jacquii.

n1x1n 12-01-2010 06:09 PM

How do you request/recommend rewards. My users (and myself) have been unable to find out how.

SnakeEaterITA 12-03-2010 12:05 PM

Hi guys,

i just installed YAAS and it's awesome, but I'm unable to find the showcase area. I even don't have award_showcase inside the template. What can I do?

Trip 12-03-2010 04:42 PM

Quote:

Originally Posted by SnakeEaterITA (Post 2128793)
Hi guys,

i just installed YAAS and it's awesome, but I'm unable to find the showcase area. I even don't have award_showcase inside the template. What can I do?

I'm not sure if I follow you or not but try visiting yoursite.com/awards.php is that what you mean by a showcase page?

n1x1n 12-03-2010 11:16 PM

Quote:

Originally Posted by n1x1n (Post 2128052)
How do you request/recommend rewards. My users (and myself) have been unable to find out how.

Anyone able to answer this?

Trip 12-05-2010 06:20 PM

1 Attachment(s)
Is your usergroup permissions set "can request awards" yes.

mgurain 12-06-2010 05:14 PM

Is 4.0.2 one is the upgrade of this ?
I were using this one, and I need to upgrade for vb 4.x now.

Thanks,,

arash52 12-24-2010 09:33 AM

Quote:

Originally Posted by Trip (Post 2129714)
Is your usergroup permissions set "can request awards" yes.

I set permission usergroup but i couldn't find request/recommend rewards yet.


All times are GMT. The time now is 08:36 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.01807 seconds
  • Memory Usage 1,841KB
  • 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
  • (3)bbcode_code_printable
  • (17)bbcode_quote_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
  • (40)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