vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Query conflict with table prefix (https://vborg.vbsupport.ru/showthread.php?t=317578)

markoroots 03-01-2015 01:36 PM

Query conflict with table prefix
 
Hi there,
I have moved my forum to a new url.
Now I'm changing all the old value to the new.

So I was running a query to change in all the forum the old name of the forum with the new one, but when I run the query it says that is there an error relative to the table prefix.

https://vborg.vbsupport.ru/external/2015/03/37.png

So is there someone that can help me to fix this?

Thanks in advance.

kh99 03-01-2015 02:26 PM

The part before the dot is the database name. But if you have a table prefix defined in your includes/config.php file, then you need to include that before the table name.

For example, if your config.php has this:
Code:

        //        ****** TABLE PREFIX ******
        //        Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'vb_';

Then you would need:
Code:

UPDATE
vb_usertextfield
SET
signature =....etc


markoroots 03-01-2015 05:31 PM

Hi Kh99 and many thanks for you reply.
The prefix in the config and also in the database is "vb_"

So I have to run the query in this way??

PHP Code:

UPDATE 
vb_usertextfield
SET 
signature 
=vb_ 


kh99 03-01-2015 05:42 PM

Well, you still need the rest of it there, I just didn't want to type it all. But it would be:
Code:

UPDATE
vb_usertextfield
SET
signature = REPLACE(signature, 'sigarettaeletronicaforum.it', 'sigarettaeletronicaforum.com')


Hopefully I spelled those right.

markoroots 03-01-2015 06:33 PM

It come this error.

https://vborg.vbsupport.ru/external/2015/03/36.png

is there the dot hide before "vb_usertextfield"

kh99 03-01-2015 06:41 PM

Quote:

Originally Posted by markoroots (Post 2539153)
It come this error.

https://vborg.vbsupport.ru/external/2015/03/36.png

is there the dot hide before "vb_usertextfield"


No, if your table prefix is 'vb_', then I think that should have worked. Are you sure the prefix is vb_?

ForceHSS 03-01-2015 06:55 PM

UPDATE `usertextfield` SET `signature`='text here'
if you are trying to put text in the sig field use the above query

markoroots 03-01-2015 09:27 PM

Hi guys and thanks for your replies.
Yes the prefix on the database and also in the config is "vb_"
for this look strange...
do you think that with this query I can fix this issue?

UPDATE `usertextfield` SET `signature`='vb_'

bridge2heyday 03-01-2015 09:33 PM

No , this will delete all signature text and set it to 'vb_' , I advice you not to do this yourself

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

If you are going to do it yourself , I recommend using this tool
https://github.com/interconnectit/Search-Replace-DB

markoroots 03-03-2015 12:02 AM

Ahh ok. Good to know.
Thanks
So what I can do to fix this issue?


All times are GMT. The time now is 01:05 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.01028 seconds
  • Memory Usage 1,738KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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