WordPress desktop app shows blank screen

I noticed there was a newer version of WordPress Desktop App (v3.1.0) and when I tried to install it the installer said it could not update a file. I know from previous experience that this often means that the wordpress desktop app was still running in the background (even after I closed it). To me … Read more

Multiple independent wordpress installs – 1 dedicated server – individual dedicated domain for each install. What is the best way to achieve this?

What you need is Virtual Servers, that way you can redirect each domain to a specific wordpress installation (see Apache for that). To achieve the db side of it, you just need to hace a prefix for each wordpress installation (that’s part of the setup). In my case I’m not using cpanel, I have an … Read more

WordPress 4.1 update broke theme

Most of these errors are caused by damaged or corrupt theme files. Upload theme files/directory again and you will be fine. Strange things happen sometimes, that’s why it’s always recommended to keep a backup of your WordPress files and database before updating.

Trying to increase WP Memory Limit

Try adding to wp-includes/default-constants.php You’ll probably see the default values of 40M starting around line #20, change these values. My setup is as follows: // set memory limits if ( !defined(‘WP_MEMORY_LIMIT’) ) { if ( is_multisite() ) { define(‘WP_MEMORY_LIMIT’, ‘256M’); } else { define(‘WP_MEMORY_LIMIT’, ‘256M’); } }

Moving from one WP site to a new WP site incrementally

Have you thought about doing this with per-url redirects? I found something promising here: http://www.phpin24.co.za/apache/apache-change-documentroot-for-a-specific-url/ It seems to boil down to this (copied from the linked page): <VirtualHost *:80> ServerName www.phpin24.co.za DocumentRoot /var/www/html/phpin24 AliasMatch ^/enquire-now/thankyou/(.*) /var/www/html/other-code/app/webroot/$1 AliasMatch ^/enquire-now/(.*) /var/www/html/other-code/app/webroot/$1 ErrorLog /var/log/httpd/phpin24/phpin24_error_log CustomLog /var/log/httpd/phpin24/phpin24_access_log combined <Directory /var/www/html/phpin24/> Options FollowSymlinks AllowOverride All FileETag none </Directory> </VirtualHost>

Doubts about how to migrate WordPress from local to online server using Search and Replace Tool script

What you need to do is simple. Place the file in the root of the website. Access this file via web browser. For example. type – www.yoursite.com/searchreplacedb2.php In the page, enter your database details, including username and password. Also, specify your localhost http address, which in most cases is localhost For example, in my testing … Read more

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