Hi,
Have you added any custom code?
Thread Starter
Matox
(@matox-1)
No I haven`t added. T: Matti
Thread Starter
Matox
(@matox-1)
I only did this SQL repair when I move database to public server? Is this something wrong?
UPDATE wp_options SET option_value = replace(option_value, ‘http://localhost/itjt’, ‘www.itasavonvesi.fi’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
UPDATE wp_posts SET guid = replace(guid, ‘http://localhost/itjt’,’www.itasavonvesi.fi’);
UPDATE wp_posts SET post_content = replace(post_content, ‘http://localhost/itjt’, ‘www.itasavonvesi.fi’);
UPDATE wp_postmeta SET meta_value = replace(meta_value,’http://localhost/itjt’,’www.itasavonvesi.fi’);
T: Matti
Thread Starter
Matox
(@matox-1)
Same problem is also when I tried to preview changes in WP what should be open link to site what I were updating and there link is to same like.
I don`t think that is cuztomizer problem.
http://www.itasavonvesi.fi/wp-admin/www.itasavonvesi.fi/?page_id=794&preview=true
Hi,
I do think you have done something untoward during the SQL repair.