Database Error |
Message: |
MySQLi Query fail: SELECT p.*, u.`first_name`, u.`last_name`, u.`user_website`, u.`fb_profile_url`, u.`twitter_handle`, u.`gp_profile_url`, u.`profile_pic`, u.`active` AS author_active
FROM `news_posts` AS p
LEFT JOIN `gel_users` AS u ON u.`user_id`=p.`author_id`
WHERE p.enabled = 1 AND (p.publish_datetime = '' OR p.publish_datetime <= NOW()) AND YEAR(`publish_datetime`)=2014 AND MONTHNAME(`publish_datetime`)='march'
ORDER BY `publish_datetime` DESC |
Query: |
SELECT p.*, u.`first_name`, u.`last_name`, u.`user_website`, u.`fb_profile_url`, u.`twitter_handle`, u.`gp_profile_url`, u.`profile_pic`, u.`active` AS author_active
FROM `news_posts` AS p
LEFT JOIN `gel_users` AS u ON u.`user_id`=p.`author_id`
WHERE p.enabled = 1 AND (p.publish_datetime = '' OR p.publish_datetime <= NOW()) AND YEAR(`publish_datetime`)=2014 AND MONTHNAME(`publish_datetime`)='march'
ORDER BY `publish_datetime` DESC |
MySQL Error: | Incorrect DATETIME value: '' |
Date: |
Wednesday, June 7, 2023 at 9:53:12 PM |
Location: |
on line |
Script URI: |
/march-2014-news-articles |
Database Error |
Message: |
Invalid query_id: . Records could not be fetched. |
Query: |
SELECT p.*, u.`first_name`, u.`last_name`, u.`user_website`, u.`fb_profile_url`, u.`twitter_handle`, u.`gp_profile_url`, u.`profile_pic`, u.`active` AS author_active
FROM `news_posts` AS p
LEFT JOIN `gel_users` AS u ON u.`user_id`=p.`author_id`
WHERE p.enabled = 1 AND (p.publish_datetime = '' OR p.publish_datetime <= NOW()) AND YEAR(`publish_datetime`)=2014 AND MONTHNAME(`publish_datetime`)='march'
ORDER BY `publish_datetime` DESC |
MySQL Error: | Incorrect DATETIME value: '' |
Date: |
Wednesday, June 7, 2023 at 9:53:12 PM |
Location: |
on line |
Script URI: |
/march-2014-news-articles |