Page 1 of 1

[solved]"Error while saving post"

Posted: 05 Apr 2012, 09:57
by carsten888
When trying to save a post I get this warning message:

Code: Select all

Error while saving post
No errors in the PHP error log.
Joomla 2.5.4
PG 2.0.5

On a fresh install of 2.5.4 on the same server (localhost) all works well. I updated this guestbook from Joomla 1.5 yesterday. maybe that has something to do with it. I did the migration exactly as described here
https://www.phoca.cz/documents/50-phoca/ ... -joomla-25

Re: "Error while saving post"

Posted: 05 Apr 2012, 12:01
by carsten888
I found it.

After migration the table for the items does not have comlumn 'alias'. So the update script should also include:

Code: Select all

ALTER TABLE  `sxgp_phocaguestbook_items` ADD  `alias` VARCHAR( 255 ) NOT NULL
where 'sxgp' is your database pre-fix.

Re: [solved]"Error while saving post"

Posted: 05 Apr 2012, 17:23
by Benno
Ok, solved.

Kind regards,
Benno