-
I thought that’s a different issue. Anyway thanks for the reply.
That issue is similar to the one noted here: https://www.edutracsis.com/forums/topic/insert-to-stu_term_gpa/
The only way around it until 6.3.0 is to delete the offending handlers, so that they don’t run and create errors.
Joshua Parker
Twitter | Facebook | DigitalOcean | tinyCampaignI got this error log generated every time when the Cron job runs.
I thought it could be stopped after a while, but these logs getting logged everyday and every time when the cron job is running, so for every 5minutes there will be an error log.
[17-May-2017 18:20:01 Europe/Dublin] PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'stuLoad' cannot be null' in /var/www/html/Liten/Orm.php:247 Stack trace: #0 /var/www/html/Liten/Orm.php(247): PDOStatement->execute(Array) #1 /var/www/html/Liten/Orm.php(1078): Liten\Orm->query('INSERT INTO stu...', Array) #2 /var/www/html/Liten/Orm.php(1264): Liten\Orm->insert(Array) #3 /var/www/html/app/routers/cron.router.php(583): Liten\Orm->save() #4 [internal function]: {closure}() #5 /var/www/html/Liten/Liten.php(506): call_user_func_array(Object(Closure), Array) #6 /var/www/html/Liten/Liten.php(448): Liten\Liten->handle(Array, true) #7 /var/www/html/config.php(162): Liten\Liten->run() #8 /var/www/html/index.php(27): include('/var/www/html/c...') #9 {main} thrown in /var/www/html/Liten/Orm.php on line 247
These errors started when students getting enrolled into course sections. I had some course sections with 0 credits. So I thought it could be that. But I changed everything and made it like every course has at least 1 credit.
I know that has to do nothing with the 0 credit thing. Is there any way that I could know why these logs are generating and are there any way that I could stop them.
You must be logged in to reply to this topic.