When creating a wordpress web site on EasyEngine, i get following error
root@ee:~# ee site create smartandsolar.serverok.in --wp Starting site creation. Warning: Could not create user smartandsolar.serverok.in-8LHl6l. Please check logs. Warning: Initiating clean-up. Success: Site smartandsolar.serverok.in deleted. Report bugs here: https://github.com/EasyEngine/site-type-wp root@ee:~#
This is because EasyEngine try to create a WordPress admin user, that failed to create due to length. To fix the error, you can specify a shorter wordpress admin user name with option –admin-user=admin
ee site create smartandsolar.serverok.in --wp --admin-user=admin
See EasyEngine
Leave a Reply