Magento Expert Forum - Improve your Magento experience

Results 1 to 5 of 5

Problem when saving Category

  1. #1
    New member
    Join Date
    Oct 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem when saving Category

    Hello!

    I have a strange problem when trying to save a category on a new and fresh Magento installation.
    When I try to save a Root or Sub Category the Ajax Loader with "Please Wait" shows up and a new empty window/tab (depending on browser) opens.
    The URL to the empty page is for example:

    http://www.DOMAIN.com/index.php/admi...0/?isAjax=true

    The ajax loader never stops.
    To continue I must press on the "Back" arrow and return to Daschboard.
    Here the sign "The category has been saved" shows. And if I go to Catalog -> Manage categories I can see the new category.

    This happens both when I try to create a new category and when I change an old category.

    Its a totaly new magento-installation with the latest download. I havent changed anything from default.

    Where start to look?
    (It works on localhost with no problem - so I guess it is some server issues?)

    View more threads in the same category:


  2. #2
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Default

    In the submit process, can you try to open Debug Console of javascript to see the detail? Maybe you miss some js files or something like that what make the client side not work well.

  3. #3
    New member
    Join Date
    Oct 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by david View Post
    In the submit process, can you try to open Debug Console of javascript to see the detail? Maybe you miss some js files or something like that what make the client side not work well.
    In the now windows that opens I get this error in the Debug Console:

    "TypeError: parent.updateContent is not a function
    http://DOMAIN.COM/index.php/admin/catalog_category/save/key/8754cf518566e6ccf72ef0bb6a77371f/store/0/parent/0/?isAjax=true
    Line 1"



    <script type="text/javascript">parent.updateContent("http://DOMAIN.COM/index.php/admin/catalog_category/edit/id/17/key/e32772bd9742dc469e4953690645dde2/store/0/parent/0/?isAjax=true", {}, true);</script>

  4. #4
    Junior Member
    Join Date
    Aug 2016
    Posts
    72
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Please check php error log, Probably you have same resource limits.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •