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.
Issue after upgrading
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Issue after upgrading
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
Thank you, Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 26 Jun 2016, 10:59
Re: Issue after upgrading
Dear Jan,
Apologies for the late reply.
I'm using 3.5
Apologies for the late reply.
I'm using 3.5
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Issue after upgrading
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
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
-
- Phoca Newbie
- Posts: 3
- Joined: 26 Jun 2016, 10:59
Re: Issue after upgrading
Thank you...
Fixed... :)
Fixed... :)
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: