Page 1 of 1

Cannot start logging

Posted: 16 Sep 2015, 16:13
by respektive
Hi,

I have problem with logging, when I try to enable it, all downloads raise an error

.nyr2j_phocadownload_logging does not exist - and it is true.

please would you be so kind and send me DDL command for creating it?

Thank you in advance

Best regards, Tomas

Re: Cannot start logging

Posted: 17 Sep 2015, 23:21
by Jan
Hi, this seems like 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.

Jan

Re: Cannot start logging

Posted: 18 Sep 2015, 09:13
by respektive
Hi,

thanks a lot, now it works perfectly

Hezky den,
Tomas

Re: Cannot start logging

Posted: 20 Sep 2015, 12:05
by Jan
Ok