Interactibe Banner and changing Links with database sql
-
Hello,
i’m uing the interactive banner and want to move a site to another Domain.
For this i have to correct the links. For not to do thhis Manual i try to modify the links with a SQL-Statement in the database.
I try following statement for relinking from “https://customer.vogeler-ag.de/source” to “https://customer.vogeler-ag.de/target”:update wp_postmeta set meta_value=replace(meta_value,’url:http%3A%2F%2Fcustomer.vogeler-ag.de%2Fsource%2F’,’url:http%3A%2F%2Fcustomer.vogeler-ag.de%2Ftarget%2F’)
where meta_value like ‘%url:http%3A%2F%2Fcustomer.vogeler-ag.de%2Fsource%2F%’after this the pages with the interactive banner are corrupted.
can you help me?
best regards
Volkhard
- The topic ‘Interactibe Banner and changing Links with database sql’ is closed to new replies.