• Resolved Laranjeiro

    (@laranjeiro)


    Hi
    The inventory layout does not load and I see this message in the console. It doesn’t change if I update the permalinks. Can you help me please?

    
    vue-resource.js?ver=1.3.6:7 GET wordpress/1/api/ulisting-builder/listing-type-layout/get_data 404 (Not Found)
    (anonymous) @ vue-resource.js?ver=1.3.6:7
    c @ vue-resource.js?ver=1.3.6:7
    A @ vue-resource.js?ver=1.3.6:7
    k @ vue-resource.js?ver=1.3.6:7
    t @ vue-resource.js?ver=1.3.6:7
    M @ vue-resource.js?ver=1.3.6:7
    M.<computed> @ vue-resource.js?ver=1.3.6:7
    getData @ stm-setting-inventory-layout.js?ver=1.3.6:42
    (anonymous) @ stm-setting-inventory-layout.js?ver=1.3.6:52
    setTimeout (async)
    (anonymous) @ stm-setting-inventory-layout.js?ver=1.3.6:51
    Promise.catch (async)
    e.catch @ vue-resource.js?ver=1.3.6:7
    getData @ stm-setting-inventory-layout.js?ver=1.3.6:50
    (anonymous) @ stm-setting-inventory-layout.js?ver=1.3.6:52
    vue-resource.js?ver=1.3.6:7 GET wordpress/1/api/ulisting-builder/listing-type-layout/layout-list 404 (Not Found)
    (anonymous) @ vue-resource.js?ver=1.3.6:7
    c @ vue-resource.js?ver=1.3.6:7
    A @ vue-resource.js?ver=1.3.6:7
    k @ vue-resource.js?ver=1.3.6:7
    t @ vue-resource.js?ver=1.3.6:7
    M @ vue-resource.js?ver=1.3.6:7
    M.<computed> @ vue-resource.js?ver=1.3.6:7
    getLayouts @ stm-setting-inventory-layout.js?ver=1.3.6:81
    (anonymous) @ stm-setting-inventory-layout.js?ver=1.3.6:102
    setTimeout (async)
    (anonymous) @ stm-setting-inventory-layout.js?ver=1.3.6:101
    Promise.catch (async)
    e.catch @ vue-resource.js?ver=1.3.6:7
    getLayouts @ stm-setting-inventory-layout.js?ver=1.3.6:100
    (anonymous) @ stm-setting-inventory-layout.js?ver=1.3.6:102
    setTimeout (async)
    (anonymous) @ stm-setting-inventory-layout.js?ver=1.3.6:101
    Promise.catch (async)
    e.catch @ vue-resource.js?ver=1.3.6:7
    getLayouts @ stm-setting-inventory-layout.js?ver=1.3.6:100
    (anonymous) @ stm-setting-inventory-layout.js?ver=1.3.6:102
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Laranjeiro

    (@laranjeiro)

    Clarification, changing the permalinks didn’t fix the error. I was using a subfolder and tried the solution to move all files to the root which also didn’t work.

    Hi,

    There shouldn’t be any restrictions with the plugin. You need to check your hosting limits. Here is a minimum required limits -> max_execution_time 600, memory_limit 128M, post_max_size 32M, upload_max_filesize 32M, php version 5.7/higher, zip archive should be enabled as well

    regards

    Thread Starter Laranjeiro

    (@laranjeiro)

    I have setup those limits but it still doesn’t work:
    max_execution_time = 600
    memory_limit = 256M
    post_max_size = 32M
    upload_max_filesize = 128M
    php version = 7.2
    zip archive = enabled

    The plugin kind of works. The only thing breaking is when I go to layout and I see in the chrome developer tools console

    GET wordpress/1/api/ulisting-builder/listing-type-layout/get_data 404 (Not Found)

    • This reply was modified 4 years, 10 months ago by Laranjeiro.
    • This reply was modified 4 years, 10 months ago by Laranjeiro.
    Thread Starter Laranjeiro

    (@laranjeiro)

    I have fixed this issue by moving the website into a docker image using this project as a base https://github.com/nezhar/wordpress-docker-compose

    However this should work as a standalone and there are multiple queries in the support reporting the same issue. Maybe you could add more documentation of how to fix it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Inventory layout does not load’ is closed to new replies.