Page 1 of 1
Issue after upgrading
Posted: 26 Jun 2016, 11:03
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.
Re: Issue after upgrading
Posted: 27 Jun 2016, 15:45
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
Re: Issue after upgrading
Posted: 14 Jul 2016, 11:49
by Chess4arabs
Dear Jan,
Apologies for the late reply.
I'm using 3.5
Re: Issue after upgrading
Posted: 15 Jul 2016, 01:43
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
Re: Issue after upgrading
Posted: 19 Jul 2016, 06:31
by Chess4arabs
Thank you...
Fixed... :)
Re: Issue after upgrading
Posted: 21 Jul 2016, 22:42
by Jan
Ok