Page 2 of 2

Re: Error saving catagory

Posted: 26 May 2009, 09:25
by caro84g
I'm sorry,

now I read my own answer again and I see that it could be misunderstood. What I meant to say was: usually it say jos_ there.
When you run the queries, replace the #__ bij jos_.

If in your case it doesn't say jos_, but blablabla_, then replace the #__ in the queries by blablabla_.

So don't change it in the global config --> by the way, if you change the global config back to what it was, I guess your website is ok again.

I hope it's clearer now.

Regards, Carolien

Re: Error saving catagory

Posted: 28 May 2009, 23:24
by Jan
Hi, try to change the rows where the TEXT is from e.g.:

`description` text NOT NULL default '',

TO:

`description` text NOT NULL ,

in install.bak file

because setting default value for text can make problems on some servers (as there should not be any default value).

Jan

Re: Error saving catagory

Posted: 02 Jun 2009, 13:34
by felix.lamour
Hello,
thanks again for the answer.
Where I should find the install.bak file? :idea:

Re: Error saving catagory

Posted: 02 Jun 2009, 23:43
by Jan
Hi, the install.bak file is included in root of ZIP installation file.

Jan