Notice: Undefined index: access_token in D:\home\site\wwwroot\wp-content\plugins\twitch-status\twitch-status.php on line 141 Notice: Undefined index: token_type in D:\home\site\wwwroot\wp-content\plugins\twitch-status\twitch-status.php on line 142 Notice: Undefined index: expires_in in D:\home\site\wwwroot\wp-content\plugins\twitch-status\twitch-status.php on line 143

WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Cannot insert the value NULL into column 'option_value', table 'DaveVoylesWordpress_2016-08-10T15-00Z.dbo.wp_options'; column does not allow nulls. INSERT fails. Code - 515]
IF NOT EXISTS (SELECT * FROM [wp_options] WHERE [option_name] = ?) INSERT INTO [wp_options] ([option_name], [option_value], [autoload]) VALUES (?, ?, ?) else UPDATE [wp_options] set [option_value] = ?, [autoload] = ? where [option_name] = ?

WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Cannot insert the value NULL into column 'option_value', table 'DaveVoylesWordpress_2016-08-10T15-00Z.dbo.wp_options'; column does not allow nulls. INSERT fails. Code - 515]
IF NOT EXISTS (SELECT * FROM [wp_options] WHERE [option_name] = ?) INSERT INTO [wp_options] ([option_name], [option_value], [autoload]) VALUES (?, ?, ?) else UPDATE [wp_options] set [option_value] = ?, [autoload] = ? where [option_name] = ?

Notice: Undefined index: access_token in D:\home\site\wwwroot\wp-content\plugins\twitch-status\twitch-status.php on line 141 Notice: Undefined index: token_type in D:\home\site\wwwroot\wp-content\plugins\twitch-status\twitch-status.php on line 142 Notice: Undefined index: expires_in in D:\home\site\wwwroot\wp-content\plugins\twitch-status\twitch-status.php on line 143

WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Cannot insert the value NULL into column 'option_value', table 'DaveVoylesWordpress_2016-08-10T15-00Z.dbo.wp_options'; column does not allow nulls. INSERT fails. Code - 515]
IF NOT EXISTS (SELECT * FROM [wp_options] WHERE [option_name] = ?) INSERT INTO [wp_options] ([option_name], [option_value], [autoload]) VALUES (?, ?, ?) else UPDATE [wp_options] set [option_value] = ?, [autoload] = ? where [option_name] = ?

WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Cannot insert the value NULL into column 'option_value', table 'DaveVoylesWordpress_2016-08-10T15-00Z.dbo.wp_options'; column does not allow nulls. INSERT fails. Code - 515]
IF NOT EXISTS (SELECT * FROM [wp_options] WHERE [option_name] = ?) INSERT INTO [wp_options] ([option_name], [option_value], [autoload]) VALUES (?, ?, ?) else UPDATE [wp_options] set [option_value] = ?, [autoload] = ? where [option_name] = ?

Dave Voyles | Software Engineer, Microsoft

Machine Learning and game development

Menu

Skip to content
  • Books
    • Published Books
  • Videos
    • Channel 9
    • Twitch.tv
    • YouTube
  • About Me
    • Résumé
    • Professional Work
  • Podcast
  • Microsoft Reactor
    • Reactor FAQ
    • Contact the Reactor
    • The Faces of the Reactor

TypeScript

Why-use-typescript

Why use TypeScript instead of just using JavaScript?

TLDR: Type safety, productivity, intellisense, and debugging. UPDATE: TypeScript 2.0 was released on Sept. 22, 2016 In continuing with my recent trend of using TypeScript, I wanted to illustrate how to create functions and variables in TypeScript, because this initially threw me into a loop. The code for this example can be found here. JavaScript and C#…

February 17, 2016 in Javascript / HTML5, Tutorial, TypeScript, Web Dev.

How to add type definitions to a TypeScript project

TLDR: Use typings install –ambient <name of framework> to install type definitions UPDATE: TypeScript 2.0 was released on Sept. 22, 2016 The code for this project can be found in this repository. I’m still pretty new to TypeScript and trying to get the hang of things. One thing I’ve had a difficult time with is getting type…

February 16, 2016 in Javascript / HTML5, Tutorial, TypeScript, Web Dev.

Am I streaming on Twitch right now?

Follow me on Twitter

My Tweets
Proudly powered by WordPress | Theme: Expound by Konstantin Kovshenin