Installing WordPress Theme Unit Data

If your using a MAC you will need to set file permissions to allow for updating and downloading plugins/themes without the use of setting up the FTP and manually adding them into the htdocs folder. The link below will walk you through this to set it up to work. http://ghosthorses.co.uk/production-diary/auto-update-wordpress-plugins-on-localhost-xampp-on-mac-osx/ http://wpforce.com/auto-update-wordpress-xampp-osx/ This video will show … Read more

WordPress multisite with domain mapping and virtual host on local with fake domain

DocumentRoot for each VirtualHost should point to the directory where you installed WP multisite. There is no actual directory for subsites, they’re all virtual. Using your example: <VirtualHost *:80> DocumentRoot “C:/home/wp-intall-directory” ServerName mysite-1.dev # not required Alias /mysite-1.dev “/home/mysite-1” <Directory “/home/wp-intall-directory”> Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> … Read more

Connect to remote database using Localhost install

I think s_ha_dum is in the right track, but I think he got it backwards. You want to: develop/design locally connect to the REMOTE database and work with his content? You need a remote (staging) installation of WordPress, where the client can create/enter his content. You need your local WordPress site (localhost) to point to … Read more

WP Asking for FTP Credentials with XAMPP Localhost

Congratulation Jon, welcome to the WordPress world! To fix the issue, just add the following line of code in your installed WordPress’s wp-config.php file. It’s a PHP constant declaration which tells the WordPress to avoid the FTP. That’s it. define( ‘FS_METHOD’, ‘direct’ ); For more info: https://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants

How to remove “Connection Information” requirement on localhost install of WP on MACOSX

Have you tried updating the permissions for your WordPress files to 755 or 777? UPDATE 1 Thanks to @anu in the comments (~/Sites assumes you put websites are in the Mac’s default website directory): cd ~/Sites sudo chmod -R 777 * I just checked my httpd.conf file, which has the path /Applications/XAMPP/etc/httpd.conf and here is … Read more

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