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)

KID_1194 12-26-2010 05:19 PM

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

This is the error that I get when I recommend the award. All the settings for the (recommend Awards) is set to Yes, the one in the Award System Settings & Admin user group !

Best regards

mk craig 42 01-01-2011 07:56 PM

Has anyone got a fix for this:

I kept getting this Fatal Error message:
Quote:

Fatal error: Cannot redeclare construct_depth_mark() (previously declared in /home/nextopia/public_html/website.com/en/awards.php:98) in /home/nextopia/public_html/website.com/en/includes/adminfunctions.php on line 1832
I then disabled the plugin for "Pedro!'s Post Report Manager" for version 3.8.4 and it worked fine I stopped getting the Fatal Error.
But I really want to use both of these mods, has anyone got a fix please?

racingsolution 01-01-2011 08:03 PM

Quote:

Originally Posted by mk craig 42 (Post 2142441)
Has anyone got a fix for this:

I kept getting this Fatal Error message:


I then disabled the plugin for "Pedro!'s Post Report Manager" for version 3.8.4 and it worked fine I stopped getting the Fatal Error.
But I really want to use both of these mods, has anyone got a fix please?

Check out this post

https://vborg.vbsupport.ru/showpost....&postcount=539

mk craig 42 01-01-2011 10:36 PM

Thanks there... Not sure what he meant but i deleted what was on the line that was apparently causing the fatal error and it just ended up causing a fatal error on the whole of the forum lol.

Can you please explain to me what I need to do, thanks :)

Zighinno 01-27-2011 09:20 AM

1 Attachment(s)
Hi, i have one problem with show awards in postbit.

Firefox is ok, but chrome and opera no

See the image for example

Any idea for resolve this?

Thanks

1) Firefox 2) Chrome 3) Opera

kNeeLy 01-29-2011 03:08 AM

Quote:

Originally Posted by racingsolution (Post 2142447)

Quote:

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.
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.
I'm having the same problem. Can anyone help me? I've read thru the post listed, but I don't know what "commented out the function" means? I recently installed DTO garage and never had a problem with my award system til now.

Any help would be greatly appreciated!!

thank you in advance!! (vb ver 3.8.6.pl1)

Tasking Mickey 02-01-2011 03:53 PM

See the award showcase? It's right next to the username

https://vborg.vbsupport.ru/




How do I make it go there? and not under the reputation as usual?

Bayou Buck 02-01-2011 06:59 PM

Quote:

Originally Posted by desi5257 (Post 2157375)
See the award showcase? It's right next to the username

http://iaza.com/work/110202C/iaza11138279149600.png




How do I make it go there? and not under the reputation as usual?

I second this request...:D

SVTCobraLTD 03-01-2011 08:59 PM

Am I missing the instructions? Do not see them in the zip file??

just.b.jealous 04-28-2011 05:05 AM

Thank you for this, my members love it. Is there a way to make the awards show randomly in the postbit and on the profiles?

Basically I want to add the setting here, that way the awards are shown randomly- I know if people have the same awards and never get more, that icon will set there forever and it would be nice if it rotated their awards...

https://vborg.vbsupport.ru/external/2011/04/11.jpg

I know I need to edit a plugin (awards_userawards_bit) and that I need to change one of these sql queries to pull randomly. Could someone help me out?

Code:

// [START HACK='Yet Another Award System' AUTHOR='HacNho']
if ((THIS_SCRIPT == 'showpost') OR (THIS_SCRIPT == 'private') OR (THIS_SCRIPT == 'showthread') OR (THIS_SCRIPT == 'announcement') OR (THIS_SCRIPT == 'newreply'))
{
        global $db, $vbulletin;
        {
                if (THIS_SCRIPT == 'private')
                {
                        $this->post['userid'] =& $post['fromuserid'];
                }
                if (($vbulletin->options['aw_postbit']) AND ($this->post['userid']))
                {
                       
                        $post['userawards'] = '';
                        // Obtain list of awards for current user
                        $alluserawards =  $db->query_read("
                                SELECT a.*, au.*
                                FROM " . TABLE_PREFIX . "award a, " . TABLE_PREFIX . "award_user au
                                WHERE (au.userid = ".$this->post['userid'].") AND (a.award_id=au.award_id) AND (a.award_active=1)
                                ORDER BY ".$vbulletin->options[aw_awardorder]."
                        ");

                        $post['showuserawards'] = false;
                       
                        if ($post['num_awards'] = $db->num_rows($alluserawards))
                        {
                                $aw_i = 0;

                                while ($award = $db->fetch_array($alluserawards))
                                {
                                        $aw_i++;
                                        if ($aw_i <= $vbulletin->options['aw_display_limit'])
                                        {
                                                eval('$post[userawards] .= "' . fetch_template('awards_bit') . '";');
                                        }
                                }
                               
                                if (($vbulletin->options['aw_points']) AND ($this->post['userid']))
                                {
                                        $userpoints = $db->query_read("
                                                SELECT a.*, au.*, SUM(award_pointvalue) AS TotalPoints
                                                FROM " . TABLE_PREFIX . "award a, " . TABLE_PREFIX . "award_user au
                                                WHERE (au.userid = ".$this->post['userid'].") AND (a.award_id=au.award_id) AND (a.award_active=1)
                                                GROUP BY au.userid
                                        ");
                               
                                        while ($array = $db->fetch_array($userpoints))
                                                {
                                                $post['total_points'] = $array['TotalPoints'];
                                                } 
                                }
                                       
                                $post['showuserawards'] = true;
                                $db->free_result($alluserawards);
                        }
                }
        }
}
// [END HACK='Yet Another Award System' AUTHOR='HacNho']


familyhistory 05-07-2011 03:59 PM

Hi all,

Had to uninstall this currently, but we are getting loads of mysql errors, as follows:
Quote:

Database error in vBulletin 3.8.6:

Invalid SQL:

SELECT u.userid, u.username, au.award_id
FROM vbaward_user AS au
LEFT JOIN vbuser AS u ON (u.userid = au.userid)
WHERE au.award_id = 6
GROUP BY u.userid, u.username, au.award_id
ORDER BY u.userid;
We have completely removed this - how do we get rid of the mysql errors please?

J875CD060E18 05-07-2011 09:04 PM

Dosnt Show up on their profile :(

Scyther 06-05-2011 07:55 AM

Wonderful addition

Scyther 06-14-2011 02:41 PM

will this work with vbulletin version 3.8.2?

SimpsonsFF 06-18-2011 10:39 PM

Amazing mod. Very useful. :)

Scyther 06-20-2011 05:18 AM

I have problem here.

I am using vb 3.8.2, and was able to upload files to my forum root directory.
When I try to import the product-yet_another_award.xml file it works fine.

I get the award system settings working fine..

But when i try to issue award from Modcp, it says:
Quote:

The requested URL /forum/modcp/award.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Moreover, how to I issue awards from Admin cp???
Where is the link or option???

Pls help.

MagicThemeParks 06-20-2011 01:07 PM

Doesn't look like you uploaded the files correctly to your server. There are other files and not just the xml that has to be imported.

From first post....
Quote:

Upload files and import xml.

As far as issing awards from the admin cp, you simply go to "Award System" options on the left hand menu.

Scyther 06-21-2011 01:38 PM

I upload the whole upload folder after renaming it to YaAS in the forum root directory.

And after that successfully import the xml file.

now the Award settings menu doesn't show on the left panel.

What can be wrong?

MagicThemeParks 06-21-2011 05:56 PM

You shouldn't have to rename anything unless something has changed since I installed it.

Simply upload the contents of the "upload" folder to your server as it should be.

squidsk 06-23-2011 07:19 PM

Upload the contents of the upload directory to your forums home directory (i.e. where the index.php is). The upload folder should not be a subdirectory of your forum.

Sir Knight 06-24-2011 09:11 AM

Please forgive the silly question but what does it mean to "import" XML? Also, what original files do I need to back up so that I can go back to my original set-up in case I run into difficulties and wise to back out of using this modification?

Thanks in advance.

MagicThemeParks 06-24-2011 10:45 AM

In order to upload the XML, you need to go to the product/plugin manager on the left hand side of the admincp and click on "add new product". Then select the XML file and upload it.

Scyther 06-26-2011 03:06 PM

I am able to award users now as i was able to install Award system.
But, i have a question here...

1) How do I add more awards to my Award system, so that I have more awards to give...
2) After I allot the award, I can see it in the postbit, but no image of the award is displayed...only a small icon with red box in it..


See image for more info :
https://vborg.vbsupport.ru/external/2011/06/16.jpg

Pls help.

blackberry 06-30-2011 02:12 PM

this is not displaying in one of my styles can anyone help plz?

BlazinFlizard 07-02-2011 08:57 PM

Same error as a lot of people:

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

All the permissions are enabled, and everything in the plugin is set to "yes"
Wish I could upgrade to vbulletin 4.x , but I can't so help please :(

SB Staff 07-05-2011 03:25 PM

Does with work with vb4? If not, any plans for update?

TheLastSuperman 07-05-2011 04:21 PM

Quote:

Originally Posted by BlazinFlizard (Post 2216040)
Same error as a lot of people:

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

All the permissions are enabled, and everything in the plugin is set to "yes"
Wish I could upgrade to vbulletin 4.x , but I can't so help please :(

Make sure you have the usergroup options ticked, recommend & request to yes. Also if they are requesting rather quickly AND you have a minimum time between posts set for example to 30 Seconds between posts it will cause that type of error, change the limit to 1 second the try requesting or recommending and see if that sorts this issue?

Quote:

Originally Posted by SB Staff (Post 2217041)
Does with work with vb4? If not, any plans for update?

https://vborg.vbsupport.ru/showthread.php?t=232684

tumanix 08-12-2011 09:49 AM

hello,
I need help please, have vb 3.8.7. when I run the awards.php, I get a white page. The rest of the hack is. What I must do it the awards.php goes well?
many thanks

Lacryma 08-12-2011 10:37 PM

I can't uninstall, i removed all the files, and uninstall de product in admincp but still working in the forum =S

Edit: Fixed

TheLastSuperman 08-12-2011 11:48 PM

Quote:

Originally Posted by tumanix (Post 2232579)
hello,
I need help please, have vb 3.8.7. when I run the awards.php, I get a white page. The rest of the hack is. What I must do it the awards.php goes well?
many thanks

Upload the award files again, overwriting the old ones and see if that helps.

tumanix 08-13-2011 12:54 AM

hello TheLastSuperman
have the files on the server is overwritten. Sorry, no change. Still get a white page when I run the awards.php.

tumanix 08-14-2011 09:57 PM

nobody can help?

Nothematic 09-15-2011 04:04 PM

Hi guys, could anybody help me with the issue I am having. I have installed YAAS, but when I navigate to awards.php in my browser the page displays, but with this error above it:

Code:

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/init.php on line 55

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/init.php on line 107

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/init.php on line 111

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/init.php on line 119

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/init.php on line 130

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/init.php on line 134

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/init.php on line 142

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/init.php on line 211

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/init.php on line 389

Deprecated: Assigning the return value of new by reference is deprecated in /home/directwa/public_html/forum/includes/class_core.php on line 2552

Any help about how to resolve this issue would be greatly appreciated.

nbaphenom 09-30-2011 06:30 PM

i'm getting a:

Fatal error: Call to a member function shareads() in includes/functions.php(5761) : eval()'d code on line 11

anyone else?

realmr 10-01-2011 03:35 PM

I am getting following warning :

Code:

Warning: mysql_insert_id() [function.mysql-insert-id]: Access denied for user 'esh'@'localhost' (using password: NO) in [path]/admincp/award.php on line 581

Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in [path]/admincp/award.php on line 581


Kirkus 11-13-2011 06:13 AM

Why does the description in this thread say version 3.8.4 but in my list of installed products on my forum it says I'm running version 4.0?

I don't know if I need to upgrade?

squidsk 11-15-2011 04:43 PM

Are you looking at the correct thread? This version is for vb3.8.X, while https://vborg.vbsupport.ru/showthread.php?t=232684 is for vb4.

gsmworldone 12-15-2011 05:08 AM

got error when i install this award system.

PLEASE PLEASE PLEASE PLEASE

need your help please anybody help me





Database error in vBulletin 3.8.7:

Code:

Invalid SQL:

                SELECT aw.*, aw_c.award_cat_title
                FROM award AS aw
                LEFT JOIN award_cat AS aw_c USING (award_cat_id)
               
                ORDER BY aw_c.award_cat_displayorder,aw.award_displayorder;

MySQL Error  : Table 'gofre_6649831_3.award' doesn't exist
Error Number  : 1146
Request Date  : Monday, December 15th 2011 @ 10:54:03 AM
Error Date    : Monday, December 15th 2011 @ 10:54:03 AM
Classname    : vB_Database
MySQL Version : 5.5.16-55









action taken:
Code:

http://www.vbteam.info/51081-post1.html
YaAS 3.8.4
https://vborg.vbsupport.ru/showthread.php?t=196244
YaAS 3.7.4
https://vborg.vbsupport.ru/showthread.php?t=187600

==>freshly installed vbulletin forum. just to test if there is conflict with other plugins. I CREATED new site again, and only first install this plugin, have error above. it means even if new forum is have the same error








PLEASE PLEASE PLEASE PLEASE

need your help please anybody help me

CypherSTL 12-18-2011 11:49 PM

Over the next few days I'll be going through and compiling a list of the bugs that have been posted here (that stand out at me of course) and adding them to the bug tracker.

If you have any bugs, please send an email to yaas-bugs@kd0igo.com with the bug details, and please specify that the bug is for vB3.8. You may view all the listed bugs at http://projects.kd0igo.com/projects/yaas

Keep in mind, I also support the VB4 version of the mod as well, so bugs listed will not all be for the same version.

cnredd 01-02-2012 01:08 AM

I have a problem I haven't seen addressed on this thread...

I upload the files and imported the XML...

As you can see, I get to the the Award System Control Panel and "Award System Settings" without a hitch...

But when I click on any the four options below the "Award System Settings" (Award Category Manager, Add new Award, etc), I get nothing...a white screen...

Also, I can manually type in the address for the "awards.php" file and it shows up fine as shown below...

But when I try the address for the "request_award.php" file, it tells me I don't have permission to view it...

Both php files' permissions are 644...

I'm lost here...Any ideas?...


All times are GMT. The time now is 08:20 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.02000 seconds
  • Memory Usage 1,859KB
  • 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
  • (5)bbcode_code_printable
  • (15)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