Hi guys,
 

Got a task to retheme a drupal 8 website..

My steps..
Downloaded the entire site on through and then used phpmyadmin to export the database.
I usually export the full structure only and then database only without the cache.

I then installed and imported everything locally.

When I try to run the site I locally I get an index page that seem to have no CSS of JavaScript ..

I can't sign in to try do a recache.
The error I get on the login page is "

  • You must have Javascript enabled to use this form."
  • So I have no access to the login form.
I've tried to change the base path.
No way to clear cache. Clearing it from the database has no effect.

Can someone help me with this please?

Comments

shockwave08’s picture

I'm a Drupal Dev on a linux system.
I had to change the owner (chown) of a view folders and files, which eventually got it working.

I'd still love to know if this is something I would have to do every time or is there something I can do when setting up locally to migitate this.