Magento: Can’t edit/add Categories
I recently ran into a problem with not being able to edit or even add a new category on a Magento site. I was upgrading a site and was working on the Development installation. I had changed the site name from something like “localsite.com” to “localsiteUpgrade.com”.
All of the sudden I could not edit categories. The problem is that when I viewed the site it showed as “localsiteupgrade.com” the “U” in Upgrade got converted to “u” lowercase. This difference in the base url set in magento and the url in the browser was causing SID to appear in the url. This was breaking ajax urls like the ones used to edit categories. to fix the issue I just had to set the base site url to “localsiteupdate.com” like it was showing in the browser address bar. Durring my research I ran accross other posts showing how to use htaccess files to make sure that visitors were redirected to the proper url.
Hope this saves someone else some time!

3 Responses to “ Magento: Can’t edit/add Categories ”
November 19th, 2009 at 8:50 am
Hi, i have the same problem, but i did what you said here in your post, but i couldn’t solve it, in the addressbar still appear the SID, and i don’t know where to look at this solution?
could you give me a clue,
i’ll really appreciate it!
thanks
November 19th, 2009 at 11:09 am
Are you sure that the urls set in the Configuration are the same as the url that you reach the site with? if you reach the site with out the “WWW” the in the config you need to make sure the url is set w/o the “www” also.
can you post the two, is your site on the web? if so what is the url and I could trouple shoot from the frontend.
I need more information. Is this a fresh install? Has it always done this?
December 9th, 2009 at 8:50 am
I’m getting hte same issue on my site. I use WPMUDev’s domain mapper and I’m wondering if this is causing the issue.