macparts Posted January 29, 2022 Posted January 29, 2022 OK , Brand new user here and trying to get the 2.3.1 store to launch and I get 1525 - Incorrect DATETIME value: '' select banners_id, date_scheduled from banners where date_scheduled != ''[TEP STOP] Can someone give me a hint where to look for this ? Quote
Demitry Posted January 29, 2022 Posted January 29, 2022 (edited) Go into catalog/includes/functions/banner.php and find tep_activate_banners() function. Change the $banners_query line to the following: $banners_query = tep_db_query("SELECT banners_id, date_scheduled FROM banners WHERE date_scheduled IS NOT NULL"); Edited January 29, 2022 by Demitry stitchontime 1 Quote osCommerce: made for programmers, ...because store owners do not want to be programmers. https://trends.google.com/trends/explore?date=all&geo=US&q=oscommerce
macparts Posted January 29, 2022 Author Posted January 29, 2022 Thanks , That worked. Store finally came up. Your sig line is so true. I want to use the @$#@$ thing not spent hours trying to get it installed and running. Demitry 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.