Upgrade to Joomla 3.5.1

Phoca Download - download manager
komir
Phoca Member
Phoca Member
Posts: 23
Joined: 06 Jan 2012, 22:52
Contact:

Upgrade to Joomla 3.5.1

Post by komir »

Hi, I have used Phoca on my Joomla 2.5.
Yesterday, I make upgrade to Joomla 3.5.1 and upgrade to latest Phoca 3.1.1
In administration is everything OK, have old downloads, but, when in fronted try to enter
index.php?option=com_phocadownload&view=category&id=1
get error

Code: Select all

1146 - Table 'muhde_joom405.#__phocadownload_styles' doesn't exist SQL=SELECT a.filename as filename, a.type as type, a.menulink as menulink FROM #__phocadownload_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
Please help, thank you
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: Upgrade to Joomla 3.5.1

Post by christine »

Hi komir,

In generell, you should make migration of PD from J 2.5 to J 3.5 in this way: https://www.phoca.cz/documents/50-phoca/ ... o-joomla-3

Try following now:

The database table is missing and needs to be created manually, see:

administrator\components\com_phocadownload\install\sql\mysql\install.utf8.sql

There you can see which database query you should run in your database (e.g. per phpMyAdmin) to create the table.

Don't forget to change #__ prefix to your own database prefix.

Kind regards, Christine
Post Reply