Page 1 of 2
[SOLVED] Migration to Joomla 2.5
Posted: 18 Mar 2012, 03:19
by cicalone
Is it possible to import the guestbooks in 1.5 site to the new 2.5 site?
Thanks
Re: Migration to Joomla 2.5
Posted: 18 Mar 2012, 12:31
by Benno
Re: Migration to Joomla 2.5
Posted: 25 Mar 2012, 09:42
by cicalone
Thanks. Following your instructions I imported the guestbooks from the old site to the new one, and in the backend I can see the guestbooks and the posts. But in the frontend I'm not able to see the guestbook. When I try to go to the guestbook I receive this message: "You are not authorized to do this action".
Re: Migration to Joomla 2.5
Posted: 25 Mar 2012, 15:36
by Benno
Hi,
check the "Access" setting of your Guestbook.
Kind regards,
Benno
Re: Migration to Joomla 2.5
Posted: 25 Mar 2012, 23:55
by cicalone
Both the guestbook and the menu voice are setted on "public"
Re: Migration to Joomla 2.5
Posted: 27 Mar 2012, 00:43
by Jan
Hi, try to recheck the menu link to the guestbook and the options, try to see if the language is set Ok (e.g. set to all)
Re: Migration to Joomla 2.5
Posted: 30 Mar 2012, 10:07
by jennyjeffreys
I am having the same problem: You are not authorized to do this action
However, when I ran the following queries:
UPDATE `jos_phocaguestbook_books` SET `language` = '*';
UPDATE `jos_phocaguestbook_items` SET `language` = '*';
I got the error message:
Error
SQL query:
UPDATE `jos_phocaguestbook_books` SET `language` = '*';
MySQL said: Documentation
#1054 - Unknown column 'language' in 'field list'
and when I opened the .sql tables that I had exported there does not appear to be any language field.
I checked the fields in my Joomla 1.5 version of Phocasguestbook (which was upgraded to the latest version 1.5.3 before exporting the data) and the language field does not appear to exist).
In the Joomla 2.5 version, I checked the language setting for each of the guestbook entries and they are all set to "undefined". Is there any other way of resetting these to all - if this is the answer to the problem?
Re: Migration to Joomla 2.5
Posted: 31 Mar 2012, 00:47
by Jan
Hi, the language columns are created while installing version which is working under 2.5
https://www.phoca.cz/documents/50-phoca/ ... -joomla-25
Jan
Re: Migration to Joomla 2.5
Posted: 04 Apr 2012, 13:31
by cicalone
Following Jan's instructions I solved the problem.
Thanks!!!
Re: [SOLVED] Migration to Joomla 2.5
Posted: 10 Apr 2013, 19:17
by pepino69
I now have the same problem, how did you solve it exactly?