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
Error saving catagory
- caro84g
- Phoca Hero

- Posts: 1369
- Joined: 11 Feb 2008, 17:52
- Location: Holland
- Contact:
Re: Error saving catagory
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
Backup before you do any major change to your website (and test first)
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error saving catagory
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
`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
If you find Phoca extensions useful, please support the project
-
felix.lamour
- Phoca Newbie

- Posts: 6
- Joined: 13 May 2009, 08:13
Re: Error saving catagory
Hello,
thanks again for the answer.
Where I should find the install.bak file?
thanks again for the answer.
Where I should find the install.bak file?
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error saving catagory
Hi, the install.bak file is included in root of ZIP installation file.
Jan
Jan
If you find Phoca extensions useful, please support the project