Thread Starter
losimo
(@losimo)
Thanks for your time!
the problem was with the theme. Now we are all working properly!
Good summer!
Thread Starter
losimo
(@losimo)
Thanks David!
Check it and tell you something.
Good morning!
Hi!
The file URL in this field are stored as absolute URLs instead of relative URLs, so it needs to be changed with the following SQL query:
UPDATE wp_posts SET guid = replace(guid, ‘http://www.old-domain.com’,’http://www.new-domain.com’);
Cheers!! 😀
Copy in your file wp-config.php this code:
if (!extension_loaded('mysql'))
{
if (!dl('mysql.so')) {
exit;
}
}
I found this solution here: