Collapse

Announcement

Collapse
No announcement yet.

OpenCart Issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • OpenCart Issue

    I have installed new opencart on my site and there it is showing like :

    Click image for larger version  Name:	image-1.png Views:	1 Size:	162.2 KB ID:	247

    See this screenshot it appears that's not showing the buttons on my site correctly.

    However, please check the demo buttons here :

    Click image for larger version  Name:	image-2.png Views:	1 Size:	60.3 KB ID:	246

    And here: https://demo.opencart.com/

    Please advise on this issue.
    Last edited by Neha; 11-25-2017, 06:37 PM.

  • #2
    It looks like you have missed the permissions settings. You can try the following commands or below permissions to make sure these directories are writable.

    ```
    chmod 0755 system/storage/cache/
    chmod 0755 system/storage/logs/
    chmod 0755 system/storage/download/
    chmod 0755 system/storage/upload/
    chmod 0755 system/storage/modification/
    chmod 0755 image/
    chmod 0755 image/cache/
    chmod 0755 image/catalog/
    chmod 0755 config.php
    chmod 0755 admin/config.php
    ```

    Try these permissions and visit your website in your browser. You should see the buttons on your site correctly.

    Comment

    Working...
    X