540co/yourTwapperKeeper

Archive insert failure on mysql 5.6.16

Opened this issue · 0 comments

within function.php

$q = "insert into archives values ('','$keyword','$description','$tags','$screen_name','$user_id','','".time()."')";

needs to be changed to:

$q = "insert into archives values (NULL,'$keyword','$description','$tags','$screen_name','$user_id',0,'".time()."')";