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
VirtueMart Category dTree Module - php 7.2.8
-
- Phoca Newbie
- Posts: 1
- Joined: 10 Sep 2018, 22:12
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: VirtueMart Category dTree Module - php 7.2.8
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
The focus is now on Phoca Cart: https://www.phoca.cz/phocacart
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 1
- Joined: 23 Oct 2018, 16:10
Re: VirtueMart Category dTree Module - php 7.2.8
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
1054 Unknown column 'pcproductid' in 'field list' y me manda al panel de control y no puedo seguir. Me pueden ayudar? gs
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: VirtueMart Category dTree Module - php 7.2.8
Hi teresga,
your problem has nothing to do with current thread.
You have to add the missing table with phpMyAdmin:
Change above prefix #__ to your own.
Kind regards
Christine
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;
Kind regards
Christine