• Resolved lakki1

    (@lakki1)


    Hello,

    I updated the amount of products shown in a page in stock central, which resulted in stock central page now not opening at all, displaying only “page not found!” -page after loading it for 30+ seconds. I dropped the amount of products shown in a page to a lower number in settings, but it did not help. What can I do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Salva Machi

    (@salvamb)

    Hi @lakki1

    That could be due to the amount of time that ATUM needs to process all the products you set that reached the max_execution_time or the amount of memory used by the PHP process that reached the memory_limit set on your php.ini.

    And once you change the number of products shown per page on Stock Central, a user meta is saved to remember that specific setting for the current user the next time accesses to the page. That’s why changing the number on settings can’t work here.

    So, in order to reset the number to the default one, you should access to your database (though phpMyAdmin for example) and go to the wp_usermeta table and look for one meta key named “atum_stock_central_products_per_page” and assigned to your user ID. In this meta key is saved the number of products, so you can get rid of it (to display the default again) or to set another number.

    I hope this helps.

    Best Regards,
    Salva.

    • This reply was modified 5 years, 3 months ago by Salva Machi.
    Thread Starter lakki1

    (@lakki1)

    Problem solved, thank you!!

    Plugin Author Salva Machi

    (@salvamb)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stock central “page not found”’ is closed to new replies.