Create a development subfolder for my WordPress website

I’d recommend against using the same database for both. Primarily because the permalink structure would really only work for one, but also because it’s very likely you’d make a change in the dev site that adversely affects your production site. If you decided to attempt something like this, all your media would still be tied … Read more

Installing a theme on localhost, Ubuntu 16.04

The directory /wp-content/ of your local installations needs permission to create directory. It is necessary to upload the package and unpack. rights Maybe this should helps, if the user is www-data. chown -R :www-data /var/www/html/wordpress/wp-content/uploads chown -R :www-data /var/www/html/wordpress/wp-content/upgrades Or full access to the wp-content directory sudo chmod -R 777 wp-content/ php.ini Also maybe the … Read more

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