Some bug, possibly related to update

Permalink
Allright, I'm lost here.

I'm usually good at debugging things sine I'm a programmer, but no amount of coding could have prepared me for this, it's like Greek to me.

Whenever I change anything, when I try to exit edit mode, I get this error (Obviosuly some values change):


{"aID":"483","arHandle":"Main : Layout 1 : Cell 1","cID":"1","error":false,"bID":"220"}

Any ideas how I could at least get a human error message or an error code or something?

FernandoCordeiro
 
jero replied on at Permalink Reply
jero
What you're seeing there is a JSON string. I suspect that you've got a JavaScript error somewhere in your theme or addons. If you;re not using Firefox with the Firebug extension, install them and yuo'll be able to spot errors much easier and see what's actually going on with AJAX.
adajad replied on at Permalink Reply
adajad
You can always look in your database to find out what block is causing the error (bID 220). It is a block added to your first cell in the c5 layout design you have made to your Main area.

I wouldn't use the Layout tool in c5 but instead add another page type with the divs needed.
FernandoCordeiro replied on at Permalink Reply
FernandoCordeiro
Looking at it.

On the Layouts matter, I usually prefer page types, but lots of times I just need a table to organize parts of my content (And it's usually just "content" blocks in there, maybe an image or something, but I don't base my design on Layouts).

The "Layouts" were kind of broken at the beginning, but I thought it was working well now. If I reach the conclusion that it's not such a good idea I will most likely end up designing a "grid-block" or something...
FernandoCordeiro replied on at Permalink Reply
FernandoCordeiro
All right, I have a pretty important update:

I think it has to do with Permissions. I couldn't create a form, so I tried copying it from another area, and thought "When I edit it, it'll create a new instance!"

Well, perfect, but when i opened the Block for editing it gave me this:

Edit:
Invalid Permissions


And though I can change the Options tab, the changes are not commited.

So, any ideas based on that? I'm thinking some permissions changed on my Host, so it's probably the folders.

If anyone has any ideas, they'll be appreciated.