Page 1 of 1
Error tags
Posted: 16 Apr 2020, 07:06
by keerillcom
After the last update, an error occurs when adding a tag: 0 00000, ,
Re: Error tags
Posted: 16 Apr 2020, 13:12
by Jan
Re: Error tags
Posted: 17 Apr 2020, 04:57
by keerillcom
Screenshots:

,

Re: Error tags
Posted: 17 Apr 2020, 14:40
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
Re: Error tags
Posted: 18 Apr 2020, 10:59
by keerillcom
Re: Error tags
Posted: 18 Apr 2020, 15:10
by Jan
Hi, enable debug mode in your Joomla! Global Configuration, so you can see more detailed information about this error.
Jan
Re: Error tags
Posted: 20 Apr 2020, 11:58
by keerillcom
0 00000, ,
keerill.com\libraries\joomla\database\driver\pdo.php:475
https://yadi.sk/d/1Ah__vQv_HTfbQ
Re: Error tags
Posted: 20 Apr 2020, 13:08
by Jan
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:
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
Re: Error tags
Posted: 21 Apr 2020, 07:11
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.
Re: Error tags
Posted: 21 Apr 2020, 16:18
by Jan
Ok