Issue after upgrading

Phoca Download - download manager
Chess4arabs
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 26 Jun 2016, 10:59

Issue after upgrading

Post by Chess4arabs »

Dear,

I'm facing issue after upgraded to the latest version.

The error is:

Notice: Undefined property: stdClass::$tags_string in /home3/chess4ar/public_html/v2/components/com_phocadownload/views/category/tmpl/default_files.php on line 98

Appreciate your help.

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Issue after upgrading

Post by Jan »

Hi, which version you exactly run, there are three latest (one for 1.5, second for 2.5, third for 3.5)?

Thank you, Jan
If you find Phoca extensions useful, please support the project
Chess4arabs
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 26 Jun 2016, 10:59

Re: Issue after upgrading

Post by Chess4arabs »

Dear Jan,

Apologies for the late reply.

I'm using 3.5
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Issue after upgrading

Post by Jan »

So the 3.1.2? If yes, seems like when upgrading, no new column was added to the database, try to run the sql queries from update folder manually:

in your phpMyAdmin, run this SQL query:

ALTER TABLE `#__phocadownload` ADD COLUMN `tags_string` varchar(255) NOT NULL default '';

don't forget to change #__ to your prefix (example: #__phocadownload --> jos_phocadownload)

Jan
If you find Phoca extensions useful, please support the project
Chess4arabs
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 26 Jun 2016, 10:59

Re: Issue after upgrading

Post by Chess4arabs »

Thank you...

Fixed... :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Issue after upgrading

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply