Jump to content

Recommended Posts

Posted

One of my colleague use Mac. We are trying to create a clone of the website on his localhost so he can work.

We had some success but we are stuck at the last step.

After everything is ready, for some reason CSS doesn't work (neither in admin or front area). 

I noticed admin area doesn't load critical CSS like core core, framework, responsive. 

Frontend area does load it but I noticed some of them are completely empty like "core responsive".

I tried deleting datastore, even disabling caching. I cleared cache in admin area multiple times too. But CSS resources won't load.

Posted

This is technically outside of IPB's realm of support (making a site work on a local device)...  with that said however, what does your browser console say when loading the resource?  What happens if you directly try to access the file?

Posted (edited)

It sounds like it's an issue where Apache/PHP does not have proper permission to write to the file location.    You might want to look to make sure it can not only read files in that folder but can also write to them.  

Edited by Randy Calvert
Posted

@Randy Calvert

I thought so but apache/PHP is able to create blank file. If there was permission issue, there wouldn't a blank file either. Also some files in same directory are created with content.

But I guess I can give it one more try and reassign the owner:group to the website.

Posted

Also...  I personally just use MAMP.  It handles everything itself pretty well where you can just load up files in the document root and go.   It's a heck of a lot easier than managing my own local installation (especially for switching between different versions of both Apache, PHP, etc.).

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...