I was just transferring a site and couldn’t login to the backend of the new site because I kept getting this error:
lessphp fatal error: load error: failed to find /homepages/22/d137693995/htdocs/mysite.com/wp-content/themes/organo/bootstrap/less/bootstrap.lesslessphp fatal error: load error: failed to find /homepages/22/d137693995/htdocs/mysite.com/wp-content/themes/organo/style.less
Thank goodness I found this info by Carey Burns:
After changing the website location you might see the following error:
lessphp fatal error: load error: failed to find /wp-content/themes/themeXXXXX/bootstrap/less/bootstrap.lesslessphp fatal error: load error: failed to find wp-content/themes/themeXXXXX/style.less
To fix the issue, remove 2 files from your server manually:
wp-content/themes/themeXXXXX/bootstrap/less/bootstrap.less.cache;
wp-content/themes/themeXXXXX/style.less.cache;
He even gives a video you can watch if you need more info. Thanks, Carey!
Leave a Reply