Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-06-2010, 07:40 AM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Help please with Social Groups

Hi ,

Today i noticed that i have a problem with my social groups.


The problem is when a new member tries to join them they receive this below

How can i fix this please ?

Quote:
Database error in vBulletin 3.8.1:

Invalid SQL:

REPLACE INTO fnewsubscribegroup (userid, groupid, emailupdate)
VALUES (1, 8, 'daily');

MySQL Error : Unknown column 'emailupdate' in 'field list'
Error Number : 1054
Request Date : Tuesday, July 6th 2010 @ 03:35:06 AM
Error Date : Tuesday, July 6th 2010 @ 03:35:06 AM
Script : http://mydomain.com/forum/group.php?do=dojoin
Referrer : http://mydomain.com/forum/group.php?do=join&groupid=8
IP Address : ..................
Username : admin
Classname : vB_Database
MySQL Version : 5.1.47
--------------- Added [DATE]1278421519[/DATE] at [TIME]1278421519[/TIME] ---------------

Please any one can help me ....

--------------- Added [DATE]1278472337[/DATE] at [TIME]1278472337[/TIME] ---------------

Come on , somenone can help , so many coders in here please........
Reply With Quote
  #2  
Old 07-08-2010, 01:53 AM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please i need help , how can i make iti work.

What is the problme
Reply With Quote
  #3  
Old 07-08-2010, 02:55 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The problem is with your table named: fnewsubscribegroup
It's missing the field named: emailupdate

This may be the result of a partial/failed upgrade or a bad mod or even a database error. I would login to phpmyadmin and look at the table structure, maybe the field is there but got renamed somehow... hopefully it's there... have you upgraded or changed anything lately?

This is how mine looks in phpmyadmin:

Attached Images
File Type: jpg ss_subgroupdatabase.jpg (81.3 KB, 0 views)
Reply With Quote
  #4  
Old 07-08-2010, 04:41 AM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi , thanks for your help.

Is there a way to find out which mod is this ? Yes lately( last month ) i have install 7 new mods but cant remember which was this ,

I can think that it should conserns the social groups ? correct?

So if i found everythink , shall i re-install them for a biginig , as aim not so expert with phpmy admin

thanks agian
Reply With Quote
  #5  
Old 07-08-2010, 05:34 AM
mahz mahz is offline
 
Join Date: Mar 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, goshalim: A mod for Social Groups might have caused the problem. Or maybe a mod that changed the email system.

Easiest way to find out which mod is to go to "Manage Products" and disable one mod at a time while seeing if it fixes social groups.
Reply With Quote
  #6  
Old 07-08-2010, 07:16 AM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well ...bad luck

I have disconnect all of then one by one and still have them problem !!!
Reply With Quote
  #7  
Old 07-08-2010, 03:25 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah unfortunately since this changed the database it was unlikely merely disabling a mod would fix this... unfortunately the only way I can think of of fixing this would be to go to phpmyadmin or else reinstall the forum altogether. What version are you using, perhaps upgrading MAY work if you aren't running 3.8.5 yet.
Reply With Quote
  #8  
Old 07-08-2010, 05:08 PM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am using 3.8.1 .

i woyld try today with phpmyadmin

--------------- Added [DATE]1278621043[/DATE] at [TIME]1278621043[/TIME] ---------------

--------------- Added [DATE]1278653608[/DATE] at [TIME]1278653608[/TIME] ---------------

Hi , checked and the field is not there.
Try to add the field but receiveing errors ....


Error
SQL query:

ALTER TABLE `fnewsubscribegroup` ADD `emailupdate` ENUM( (

'daily',
'weekly',
'none'
) ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL

MySQL said:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '('daily','weekly','none')) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NU' at line 1
Reply With Quote
  #9  
Old 07-09-2010, 04:53 AM
goshalim goshalim is offline
 
Join Date: Oct 2007
Posts: 470
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HI

Founf the problem. I went indfividually to evry XML file which i have uploaded looking for the word emailupdate .

Found it at the end , and delete it and now everything is working fine.

Find attached the xml file which was causing the problme.
Attached Files
File Type: xml socialgroup-autosubscribe-plugin.xml (531 Bytes, 0 views)
Reply With Quote
  #10  
Old 07-09-2010, 01:06 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

glad to hear... you should post a notice you had a problem in the thread for this mod so others can know about it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.24652 seconds
  • Memory Usage 2,268KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete