Error tags
- keerillcom
- Phoca Member
- Posts: 26
- Joined: 09 Oct 2019, 18:10
Error tags
After the last update, an error occurs when adding a tag: 0 00000, ,
- Jan
- Phoca Hero
- Posts: 48706
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error tags
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:



Testing now, adding tags normally works:




If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48706
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error tags
Hi, I don't see any screenshot, can you paste here a link to the screenshot (just paste the link to post)
Jan
Jan
If you find Phoca extensions useful, please support the project
- keerillcom
- Phoca Member
- Posts: 26
- Joined: 09 Oct 2019, 18:10
- Jan
- Phoca Hero
- Posts: 48706
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error tags
Hi, enable debug mode in your Joomla! Global Configuration, so you can see more detailed information about this error.
Jan
Jan
If you find Phoca extensions useful, please support the project
- keerillcom
- Phoca Member
- Posts: 26
- Joined: 09 Oct 2019, 18:10
Re: Error tags
0 00000, ,
keerill.com\libraries\joomla\database\driver\pdo.php:475
https://yadi.sk/d/1Ah__vQv_HTfbQ
keerill.com\libraries\joomla\database\driver\pdo.php:475
https://yadi.sk/d/1Ah__vQv_HTfbQ
- Jan
- Phoca Hero
- Posts: 48706
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error tags
Hi, thank you for the screenshot, are you able to test it with mysql driver, maybe there is some problem with PDO
Really hard to say what can be wrong with PDO when executing this standard SQL query:

Jan

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;

Jan
If you find Phoca extensions useful, please support the project
- keerillcom
- Phoca Member
- Posts: 26
- Joined: 09 Oct 2019, 18:10
Re: Error tags
Thanks! With the standard driver, Joomla is buggy in IIS. In principle, not critical - tags are created. Probably will resolve in the future.
- Jan
- Phoca Hero
- Posts: 48706
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: