I hope someone can help me with issue about Magento 2

3 replies
I just installed version 2.2, but after all ok, I go to the frontend or the backend but in both cases aren´t loaded css and javascript files...

and it is because it is looking for the files in pub/static in a dynamic folder that does not exist .. I saw in other posts out there that you have to execute a series of commands from an ssh console to make a deploy of the files:

php -f bin / magento setup: static-content: deploy

php -f bin / magento indexer: reindex

php -f bin / magento cache: flush

find -type d -exec chmod 755 {} \; && find. -type f -exec chmod 644 {} \;

The issue is that I do not have access to an SSH command console and from the hosting service they tell me that they can not execute them ..

IS THERE OTHER WAY TO SOLVE THIS PROBLEM IN MAGENTO, please ?? Thanks in advance!"
#hope #issue #magento
Avatar of Unregistered
  • Profile picture of the author Mike Anthony
    Why host the site somewhere where you cannot have proper development access? Magento will not run well on a cheap host.
    Signature

    {{ DiscussionBoard.errors[11300936].message }}
    • Profile picture of the author Saoryan Doumeki
      so is there any thing I could do to at least fix the current problem ?
      {{ DiscussionBoard.errors[11301006].message }}
  • Profile picture of the author Poter Lily
    [DELETED]
    {{ DiscussionBoard.errors[11301034].message }}
    • Profile picture of the author Saoryan Doumeki
      Thank you very much, it's very helpful to me. Maybe I'll be your partner
      {{ DiscussionBoard.errors[11301035].message }}
Avatar of Unregistered

Trending Topics