Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive insert failure on mysql 5.6.16 #13

Open
jobrieniii opened this issue Mar 24, 2014 · 0 comments
Open

Archive insert failure on mysql 5.6.16 #13

jobrieniii opened this issue Mar 24, 2014 · 0 comments

Comments

@jobrieniii
Copy link
Member

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()."')";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant