Advertisement
JohnCrawford

StofSlug not working

Mar 20th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.67 KB | None | 0 0
  1. [Doctrine\DBAL\DBALException]
  2. An exception occurred while executing 'INSERT INTO article (title, slug, datePosted, isLive, author, content) VALUES (?, ?, ?, ?, ?, ?)' with params ["nothing much here", null, "2014-03-20 21:22:45", 1, "John Doe", "This is some truly awesome stuff about nothing much really."]:
  3.  
  4. SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'slug' cannot be null                                                                                                                        
  5. [PDOException]                                                                      
  6. SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'slug' cannot be null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement