I struggled already 3 days to get this to work.
I have Phoca Guestbook om a 1.5 webpage.
With Jupgrade I have now the same webpage in Joomla 2.5 under mydomain/jupgrade
These two websites have the same database.
the part for the 1.5 website has prefix Jos and for the 2.5 prefix j25.
I can't get it to work, even with the nice mifration document I almost get suicidal:)
I get messages about missing language tabels etc. In this forum you refer to the migration ducument but I cant find it.
The same issue I have with gallery:
I see a gallery and when I click a thumbnail I get a message:
You are not authorized to do this action Please login.
When i click on a gastbooks in controlpanel I get
Code: Select all
Table 'monies2013.j25_phocaguestbook_items' doesn't exist SQL=SELECT a.*,l.title AS language_title,uc.name AS editor,c.title AS guestbook_title, c.id AS guestbook_id FROM `j25_phocaguestbook_items` AS a LEFT JOIN `j25_languages` AS l ON l.lang_code = a.language LEFT JOIN j25_users AS uc ON uc.id=a.checked_out LEFT JOIN j25_phocaguestbook_books AS c ON c.id = a.catid WHERE (a.published IN (0, 1)) ORDER BY a.title asc Table 'monies2013.j25_phocaguestbook_items' doesn't exist SQL=SELECT a.*,l.title AS language_title,uc.name AS editor,c.title AS guestbook_title, c.id AS guestbook_id FROM `j25_phocaguestbook_items` AS a LEFT JOIN `j25_languages` AS l ON l.lang_code = a.language LEFT JOIN j25_users AS uc ON uc.id=a.checked_out LEFT JOIN j25_phocaguestbook_books AS c ON c.id = a.catid WHERE (a.published IN (0, 1)) ORDER BY a.title asc LIMIT 0, 20 Table 'monies2013.j25_phocaguestbook_items' doesn't exist SQL=SELECT a.*,l.title AS language_title,uc.name AS editor,c.title AS guestbook_title, c.id AS guestbook_id FROM `j25_phocaguestbook_items` AS a LEFT JOIN `j25_languages` AS l ON l.lang_code = a.language LEFT JOIN j25_users AS uc ON uc.id=a.checked_out LEFT JOIN j25_phocaguestbook_books AS c ON c.id = a.catid WHERE (a.published IN (0, 1)) ORDER BY a.title asc
Close Window