VirtueMart Category dTree Module - php 7.2.8

Phoca modules - support for all Phoca modules except Phoca Gallery modules
slavomirpo
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 10 Sep 2018, 22:12

VirtueMart Category dTree Module - php 7.2.8

Post by slavomirpo »

Hello
dTree menu disapeared after upgrading to php 7.2.8. Only module title is showing on the page.
Works fine in php 7.0.31. Joomla 3.8.12, VM 3.2.12
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: VirtueMart Category dTree Module - php 7.2.8

Post by Jan »

Hi, the modules for VirtueMart are not more updated (so they need to be modified to run with latest PHP version).

The focus is now on Phoca Cart: https://www.phoca.cz/phocacart

Jan
If you find Phoca extensions useful, please support the project
teresga
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 23 Oct 2018, 16:10

Re: VirtueMart Category dTree Module - php 7.2.8

Post by teresga »

hola, estoy usando el phoca gallery normalmente, sobre un joomla 3.8 hice todo, cree categoria, subi imagenes a la carpeta por ftp, pero no me deja seguir tengo un error
1054 Unknown column 'pcproductid' in 'field list' y me manda al panel de control y no puedo seguir. Me pueden ayudar? gs
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: VirtueMart Category dTree Module - php 7.2.8

Post by christine »

Hi teresga,

your problem has nothing to do with current thread.

You have to add the missing table with phpMyAdmin:

Code: Select all

ALTER TABLE `#__phocagallery_categories` ADD COLUMN `pcproductid` int(11) NOT NULL default 0;
Change above prefix #__ to your own.

Kind regards
Christine
Post Reply