vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   SQL Query help (https://vborg.vbsupport.ru/showthread.php?t=278727)

DAMINK 02-17-2012 09:06 PM

SQL Query help
 
I have a small lingering problem on my forum.
I merged from mybb a couple of years ago. All went ok however i have some users who registered and did not fill in there date of birth details.
Now when i go to one of those user profiles i get a small error.
Not a real big problem however i was wondering if i could just run a query to change everyone that has no DOB to a generic type one so the errors would stop?

Specifically could someone help me create the query?

Thanks.

DAMINK 02-25-2012 12:07 AM

Bump?

Lynne 02-25-2012 05:20 PM

Not tested (so do so on your test site first), but something like:

UPDATE user
SET birthday = '' , birthday_search='0000-00-00'
WHERE birthday = ***

*** is whatever is actually in the field currently which you have not told us

It kinda depends on what is actually in the database instead of the birthday. I have users on my vB4 site with no birthday (it's blank) and the birthday_search just equal to '0000-00-00' and I have no issues editing them. So, perhaps you can be more specific about the exact error and about what *exactly* is in the database for these users.

DAMINK 02-25-2012 10:46 PM

Thankyou for the reply Lynne.
Im sorry about the lack of information.
The error i receive is as below. This error is at the top of the page when loading there profiles.
Code:

Warning: mktime() expects parameter 4 to be long, string given in [path]/includes/class_userprofile.php on line 260
The user in question has a DOB of January 1 (2012) visible in his profile however the database shows -- in the DOB row. As image below.

http://www.ftw.net.au/fileuploads3/1...30_Capture.png

So would it be something like this?


UPDATE user
SET birthday = '' , birthday_search='1970-01-01'
WHERE birthday = ==

Or would it be like below

UPDATE user
SET birthday = '' , birthday_search='1970-01-01'
WHERE birthday = 2012-01-01

lol i really have no idea to be honest.

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

Update. I got it to work... Not sure if it was the correct way or anything lol but did this.

UPDATE user
SET birthday = '' , birthday='1970-01-01'
WHERE birthday = '--'

Now everyone that had no birthday atleast has one.
Not an ideal fix but works for me none the less.
Thanks again Lynne.

Lynne 02-26-2012 03:47 AM

The query you finally ran is the one I would have suggested based on what you posted. So, good job! :)

DAMINK 02-26-2012 03:55 AM

:) Thankyou Lynne. Honestly without your help i was lost.
I did try learning querys but was very worried i would do something wrong.
But now i feel a little more comfortable with querys.
I did a slight variation of that to suit my prefix but other than that it was a perfect fix :)
Again thankyou x100.


All times are GMT. The time now is 02:39 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.01021 seconds
  • Memory Usage 1,720KB
  • 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
  • (6)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