Activity Stream
48,167 MEMBERS
63348 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member

    Thumbs up MySQL Fatal Error

    Hi

    guys help me when i am trying to edit usergroup in dle it giving me mysql error please check it out

    MySQL Error!
    ------------------------

    The Error returned was:
    Unknown column 'allow_vote' in 'field list'

    Error Number:
    1054

    UPDATE dle_usergroups set group_name='Author', allow_cats='all', allow_adds='1', cat_add='all', allow_admin='1', allow_addc='1', allow_editc='1', allow_delc='1', edit_allc='0', del_allc='0', moderation='1', allow_all_edit='0', allow_edit='1', allow_pm='1', max_pm='50', max_foto='101', allow_files='1', allow_hide='1', allow_short='1', time_limit='0', rid='3', allow_fixed='0', allow_feed='1', allow_search='1', allow_poll='1', allow_main='1', captcha='0', icon='{THEME}/images/icon_3.gif', allow_modc='0', allow_rating='1', allow_offline='0', allow_image_upload='1', allow_file_upload='1', allow_signature='1', allow_url='1', news_sec_code='0', allow_image='1', max_signature='500', max_info='1000', admin_addnews='1', admin_editnews='1', admin_comments='0', admin_categories='0', admin_editusers='0', admin_wordfilter='0', admin_xfields='0', admin_userfields='0', admin_static='0', admin_editvote='0', admin_newsletter='0', admin_blockip='0', admin_banners='0', admin_rss='0', admin_iptools='0', admin_rssinform='0', admin_googlemap='0', allow_html='1', group_prefix='', group_suffix='', allow_subscribe='1', allow_image_size='1', cat_allow_addnews='all', flood_news='0', max_day_news='0', force_leech='0', edit_limit='0', captcha_pm='0', max_pm_day='0', max_mail_day='0', admin_tagscloud='0', allow_vote='0', admin_complaint='0' WHERE id='3'
    waiting for experts reply
    sSKKa Reviewed by sSKKa on . MySQL Fatal Error Hi guys help me when i am trying to edit usergroup in dle it giving me mysql error please check it out MySQL Error! ------------------------ The Error returned was: Unknown column 'allow_vote' in 'field list' Rating: 5
    Wanna Link Exchange With PR4 ? Your Site Must Be PR3
    PM ME

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com
    try this in phpmyadmin
    Code: 
    ALTER  TABLE  `dle_usergroups`  ADD  `allow_vote` TINYINT( 1  )  NOT  NULL DEFAULT  '1';

  4.     
    #3
    Member
    how to do it can you please guide me briefly
    Wanna Link Exchange With PR4 ? Your Site Must Be PR3
    PM ME

  5.     
    #4
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com
    -open phpmyadmin
    -
    click SQL (you will find the link on top of the page)
    -paste the line there and execute

  6.     
    #5
    Member
    above one executed now it giving

    MySQL Error!
    ------------------------

    The Error returned was:
    Unknown column 'admin_complaint' in 'field list'

    Error Number:
    1054

    UPDATE dle_usergroups set group_name='Author', allow_cats='all', allow_adds='1', cat_add='all', allow_admin='0', allow_addc='1', allow_editc='1', allow_delc='1', edit_allc='0', del_allc='0', moderation='1', allow_all_edit='0', allow_edit='1', allow_pm='1', max_pm='50', max_foto='101', allow_files='1', allow_hide='1', allow_short='1', time_limit='0', rid='3', allow_fixed='0', allow_feed='1', allow_search='1', allow_poll='1', allow_main='1', captcha='0', icon='{THEME}/images/icon_3.gif', allow_modc='0', allow_rating='1', allow_offline='0', allow_image_upload='1', allow_file_upload='1', allow_signature='1', allow_url='1', news_sec_code='0', allow_image='1', max_signature='500', max_info='1000', admin_addnews='0', admin_editnews='1', admin_comments='0', admin_categories='0', admin_editusers='0', admin_wordfilter='0', admin_xfields='0', admin_userfields='0', admin_static='0', admin_editvote='0', admin_newsletter='0', admin_blockip='0', admin_banners='0', admin_rss='0', admin_iptools='0', admin_rssinform='0', admin_googlemap='0', allow_html='1', group_prefix='', group_suffix='', allow_subscribe='1', allow_image_size='1', cat_allow_addnews='all', flood_news='0', max_day_news='0', force_leech='0', edit_limit='0', captcha_pm='0', max_pm_day='0', max_mail_day='0', admin_tagscloud='0', allow_vote='0', admin_complaint='0' WHERE id='3'
    Wanna Link Exchange With PR4 ? Your Site Must Be PR3
    PM ME

  7.     
    #6
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    PHP Code: 
    ALTER  TABLE  `dle_usergroups`  ADD  `allow_complaintTINYINT1  )  NOT  NULL DEFAULT  '0' 
    Execute the same as you did with above command

    You must be using some plugin which you haven't successfully installed or a nulled incomplete release
    </span></span>

  8.     
    #7
    Member
    giving same error

    MySQL Error!
    ------------------------

    The Error returned was:
    Unknown column 'admin_complaint' in 'field list'

    Error Number:
    1054


    @soft2050 then how to get rid of this error? what should i do?
    Wanna Link Exchange With PR4 ? Your Site Must Be PR3
    PM ME

  9.     
    #8
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Quote Originally Posted by sSKKa View Post
    giving same error

    MySQL Error!
    ------------------------

    The Error returned was:
    Unknown column 'admin_complaint' in 'field list'

    Error Number:
    1054


    @soft2050 then how to get rid of this error? what should i do?
    Must be your browser cache
    Did you executed above command successfully?
    If yes, then Did it came out with some error?
    Try to clear cache and retry

  10.     
    #9
    Member
    Website's:
    Mafiablog.org Dl4all.net Downloadsarena.net
    @SOFT
    Sorry for going off topic but you should see this
    http://www.dl4everything.com/site-ne...-articles.html

  11.     
    #10
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Quote Originally Posted by Arthur View Post
    @SOFT
    Sorry for going off topic but you should see this
    http://www.dl4everything.com/site-ne...-articles.html
    Yeah! I am aware of that problem
    I closed down my mysql server for some time
    Thank you btw

    Quote Originally Posted by sSKKa View Post
    after clear cache i did above method now its giving in phpmyadmin



    and same error while doing setting in usergroup
    MySQL Error!
    ------------------------

    The Error returned was:
    Unknown column 'admin_complaint' in 'field list'

    Error Number:
    1054
    Oopz! its admin_complaint
    You can delete allow_complaint using phpmyadmin if you want

    Execute this query:
    PHP Code: 
    ALTER  TABLE  `dle_usergroups`  ADD  `admin_complaintTINYINT1  )  NOT  NULL DEFAULT  '0' 

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Fatal error.
    By BattleDuty in forum Wordpress
    Replies: 5
    Last Post: 31st Mar 2012, 08:18 AM
  2. wtf happened? (ipb 3.23 skin error causes fatal error)
    By mrHunt in forum Technical Help Desk Support
    Replies: 1
    Last Post: 25th Nov 2011, 03:55 AM
  3. [IPB 3.1.4] Fatal Error
    By AJ Blacklisted in forum IP.Board
    Replies: 1
    Last Post: 8th Sep 2011, 02:28 PM
  4. MYSQL Error while Import via MYSQL Dumper (Error
    By desibreaker in forum Server Management
    Replies: 10
    Last Post: 5th Aug 2011, 07:26 PM
  5. fatal error?
    By silent assassin in forum phpBB
    Replies: 3
    Last Post: 31st Jan 2009, 03:27 AM

Tags for this Thread

BE SOCIAL