[solved]"Error while saving post"

Phoca Guestbook - creating guestbooks in Joomla! CMS
carsten888
Phoca Member
Phoca Member
Posts: 35
Joined: 22 Oct 2008, 12:11
Location: Tilburg, Holland
Contact:

[solved]"Error while saving post"

Post 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
Last edited by carsten888 on 05 Apr 2012, 12:01, edited 1 time in total.
carsten888
Phoca Member
Phoca Member
Posts: 35
Joined: 22 Oct 2008, 12:11
Location: Tilburg, Holland
Contact:

Re: "Error while saving post"

Post 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.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9704
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: [solved]"Error while saving post"

Post by Benno »

Ok, solved.

Kind regards,
Benno
Post Reply