Magento : Admin Category form is not displaying

后端 未结 2 1113
夕颜
夕颜 2021-01-18 18:31

I am working on magento project and has some issue with it, I have searched a lot over the net but didn\'t found anything related with this.

1) under admin > catal

相关标签:
2条回答
  • 2021-01-18 19:01

    You need to do some basic debugging to answer this question. Enable the error log and check it for errors on the page, this will hopefully give you an error message if you don't have one already.Check system log

    If you have any new modules, remove them temporarily.Try reverting to an older version of the code that works, and then see what changed between the two versions.

    Try to increase PHP memory_limit and check once.

    0 讨论(0)
  • 2021-01-18 19:09

    Given that both screen grabs indicate that one or more indexes are stale. Start with those.

    Next delete these folders, /var/cache /var/session /var/full_page_cache (under the Magento root) You will need to login deleting /var/session

    Disable any recently installed extensions or modifications.

    0 讨论(0)
提交回复
热议问题