vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Please some one help me????? (https://vborg.vbsupport.ru/showthread.php?t=277913)

M.Iftikhar 02-02-2012 03:08 AM

Please some one help me?????
 
Hello,vbulletin members and staff members please help me....i am using Yet Another Awards System...it work fine in vb4.1.5 after upgrading to vb 4.1.10 it did not work fine....all previous seeting work fine...but when i add new award or updat a award it gives error.... so i enabled to add new award....and also do not edit previously award setting..... when i add new award it gives the following error....

Database error in vBulletin 4.1.10:

Invalid SQL:

INSERT INTO award
(award_name, award_desc, award_icon_url, award_img_url, award_cat_id, award_displayorder, award_allowrequest, award_allowrecommend, award_pointvalue, award_active)
VALUES
('Special Proformas 2011',
'',
'http://******.com/images/medals/shairy.gif',
'http://********.com/images/medals/shairy.gif',
'27',
'1',
'0',
'0',
'0',
'1'
);

MySQL Error : Unknown column 'award_allowrecommend' in 'field list'
Error Number : 1054
Request Date : Wednesday, February 1st 2012 @ 08:28:27 AM
Error Date : Wednesday, February 1st 2012 @ 08:28:29 AM
Script : http://www.******.com/admin/award.php?do=insert
Referrer : http://www.******.com/admin/award.ph...ward_cat_id=-1
IP Address : 1**.1**.2**.5
Username : Administrator
Classname : vB_Database
MySQL Version : 5.1.56


so please tell me how can i do....????

please provide me another award system link....that work reply me soon......thanks

ForceHSS 02-02-2012 03:49 AM

you are missing this MySQL Error : Unknown column 'award_allowrecommend' in 'field list'
remove plugin and all files and reinstall see if that fixes it

WebCraker 06-24-2012 12:51 AM

From phpmyadmin apply this query :

Code:

ALTER TABLE award ADD award_allowrecommend TINYINT( 1 ) DEFAULT 1 NOT NULL;


All times are GMT. The time now is 06:56 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.01033 seconds
  • Memory Usage 1,714KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete