Page 1 of 1

VirtueMart Category dTree Module - php 7.2.8

Posted: 10 Sep 2018, 22:22
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

Re: VirtueMart Category dTree Module - php 7.2.8

Posted: 16 Sep 2018, 11:15
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

Re: VirtueMart Category dTree Module - php 7.2.8

Posted: 23 Oct 2018, 16:46
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

Re: VirtueMart Category dTree Module - php 7.2.8

Posted: 23 Oct 2018, 18:59
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