( ! ) Fatal error: Uncaught Exception: Unknown column 'pt.tagID' in 'on clause' in /mnt/webroot/ai_gpt_v2/services/common.php on line 119 |
( ! ) Exception: Unknown column 'pt.tagID' in 'on clause' in /mnt/webroot/ai_gpt_v2/services/common.php on line 119 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0000 | 356728 | {main}( ) | .../tag.php:0 |
2 | 0.0495 | 609808 | Prompt::get_prompt_by_tag( $tagID = '65', $sorted = TRUE, $status = 99, $limit = ??? ) | .../tag.php:33 |
3 | 0.0495 | 610736 | mbp_cache_remember( $key = 'get_prompt_by_tag_v1_65_', $callback = class Closure { virtual $closure = "$this->{closure}" }, $ttl = ??? ) | .../prompt.php:340 |
4 | 0.0495 | 610736 | Prompt::{closure:/mnt/webroot/ai_gpt_v2/services/prompt.php:312-340}( ) | .../common.php:2170 |
5 | 0.0495 | 611488 | DB->fetch_all( $sql = 'SELECT p.* FROM prompt_category t \n left join prompt_category_map pt on pt.tagID=t.id\n left join prompts p on pt.promptID = p.id\n where t.id=65 and p.id is not null and p.status=99 group by p.id\n order by p.status desc, p.orders desc ' ) | .../prompt.php:324 |
6 | 0.0495 | 611488 | DB->query( $sql = 'SELECT p.* FROM prompt_category t \n left join prompt_category_map pt on pt.tagID=t.id\n left join prompts p on pt.promptID = p.id\n where t.id=65 and p.id is not null and p.status=99 group by p.id\n order by p.status desc, p.orders desc ' ) | .../common.php:133 |