Archived topic
import "Pixel" from site-library
5 replies · Started by Christopher on March 24, 2019
Hi guys :)
Installing the demo content is not working. It is stalling on this screen:
"
Black Studio TinyMCE WidgetUnable to connect to the filesystem. Please confirm your credentials.
Lightweight Grid Columns [spinning wheel here]
Lightweight Social Icons
Ninja Forms
WP Featherlight
WP Show Posts
"
I am developing locally using Xammp :)
Hi there,
Are there any errors in the Console tab when you right click the page and click "Inspect"?
Let me know :)
Hi Tom,
no errors showing :) I tried to give the directories read/write acces for everyone, bit that did not solve it.
Any other suggestions :) ?
I think it's a server permissions error: https://stackoverflow.com/questions/39064553/cant-install-plugin-and-theme
That article should help.
Let me know :)
Thanks Tom :)
I stumbled upon the exact same article a little before you replied. And adding
---------------------------------------
define("FS_METHOD", "direct");
---------------------------------------
to the "wp-config.php" file did the trick.
I tried simply changing the access rights to the directories but that was not enough.
Thanks again. I really appreciate the awesome product and the great support.
Glad I could help! :)