Error tags

Phoca Cart - complex e-commerce extension
User avatar
keerillcom
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Oct 2019, 18:10

Error tags

Post by keerillcom »

After the last update, an error occurs when adding a tag: 0 00000, ,
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error tags

Post by Jan »

Hi, sorry, I don't understand, which error you exactly get? Where? Do you have a screenshot? Or error message?

Testing now, adding tags normally works:
Image

Image

Image

:idea:
If you find Phoca extensions useful, please support the project
User avatar
keerillcom
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Oct 2019, 18:10

Re: Error tags

Post by keerillcom »

Screenshots: Image, Image
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error tags

Post by Jan »

Hi, I don't see any screenshot, can you paste here a link to the screenshot (just paste the link to post)

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error tags

Post by Jan »

Hi, enable debug mode in your Joomla! Global Configuration, so you can see more detailed information about this error.

Jan
If you find Phoca extensions useful, please support the project
User avatar
keerillcom
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Oct 2019, 18:10

Re: Error tags

Post by keerillcom »

0 00000, ,
keerill.com\libraries\joomla\database\driver\pdo.php:475
https://yadi.sk/d/1Ah__vQv_HTfbQ
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error tags

Post by Jan »

Hi, thank you for the screenshot, are you able to test it with mysql driver, maybe there is some problem with PDO :idea:

Really hard to say what can be wrong with PDO when executing this standard SQL query:

Code: Select all

$q = ' SELECT count(a.id)'
. ' FROM #__phocacart_products AS a'
. ' LEFT JOIN #__phocacart_tags_related AS tr ON a.id = tr.item_id'
. ' WHERE a.published AND tr.tag_id = ' . (int)$v;
:idea:

Jan
If you find Phoca extensions useful, please support the project
User avatar
keerillcom
Phoca Member
Phoca Member
Posts: 26
Joined: 09 Oct 2019, 18:10

Re: Error tags

Post by keerillcom »

Thanks! With the standard driver, Joomla is buggy in IIS. In principle, not critical - tags are created. Probably will resolve in the future.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error tags

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply