as a part of making a croogo template for a cloud , I moved tmp and vendors folder by changing lib/Cake/bootstrap.php
im working with version 1.4.3
I can access the home or about or contact page, but when I try to access a newly created blog or page I get the flash message "Invalid content"
I see the records of the blogs and pages in the db, also was able to create the menu link for the page, so it gets written properly.
I see the following error on the server:
[28/Oct/2012:03:16:10 -0400] "GET /blog/sigh HTTP/1.1" 302 - "
https://example.com/admin/nodes" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0.1"
[28/Oct/2012:03:16:10 -0400] "GET / HTTP/1.1" 200 5290 "
https://example.com/admin/nodes" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0.1"
I tried changing the debug level in croogo.php to 2 but couldnt see any difference or helpful message on the page or in the logs.
Any idea what I can do next ?