Cannot access my wordpress website

It looks your website has been ‘hacked’. Use FTP (or some other way to access the files) and try to open index.php (and some other PHP files) in the root folder with a text editor like Notepad+. If it contains large strings with strange characters like your screenshot, someone has been editing your files. If … Read more

Replace whole paragraph on multiple pages

A SQL query should work for you. As seen here: Search and Replace WordPress Post Content To search and replace post content, use the following code. Replace OriginalText with the current text and replace NewText with your new text. UPDATE wp_posts SET ‘post_content’ = REPLACE (‘post_content’, ‘OriginalText’, ‘NewText’ ); I would try this “SearchReplace” plugin … Read more

mysql_escape_string PROBLEM

All the mysql_ functions were deprecated in PHP 4.3 and the only currently supported version of PHP where it’s still available is 5.6. These functions have been completely removed in PHP 7. Switch to using mysqli_ or PDO functions instead.

Unable to Add User after Site Migration

Are there any errors showing up in the browser javascript console? Are you sure the migration process was properly handled? The files and the database were completely backed up and migrated? This migration process was made manually or by using a plugin? Have you tried to disable each of the plugins, one by one, while … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)