WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.44' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714617247.2453899383544921875000', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372
{"id":284,"date":"2011-09-17T23:08:42","date_gmt":"2011-09-17T22:08:42","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=284"},"modified":"2011-09-24T00:09:05","modified_gmt":"2011-09-23T23:09:05","slug":"windows-8-display-an-image-from-the-sharing-datas","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2011\/09\/17\/windows-8-display-an-image-from-the-sharing-datas\/","title":{"rendered":"Windows 8 : display an image stored in the sharing data."},"content":{"rendered":"

Just a quick snippet to remember it someday \ud83d\ude42 !<\/p>\n

It gets the bytes of a screenshot from a sharing operation and display it in an image control named “image”.
\n[csharp]var bitmapStream = args.ShareOperation.Data.GetBitmap();
\nif (bitmapStream.Size <= 0) return;
\nBitmapImage bitmapImage = new BitmapImage();
\nbitmapImage.SetSource(bitmapStream);
\nimage.Source = bitmapImage;
\n[\/csharp]<\/p>\n

Regards<\/p>\n","protected":false},"excerpt":{"rendered":"

Just a quick snippet to remember it someday \ud83d\ude42 ! It gets the bytes of a screenshot from a sharing operation and display it in an image control named “image”. [csharp]var bitmapStream = args.ShareOperation.Data.GetBitmap(); if…<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[15,25],"_links":{"self":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/284"}],"collection":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/comments?post=284"}],"version-history":[{"count":5,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/284\/revisions"}],"predecessor-version":[{"id":527,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/284\/revisions\/527"}],"wp:attachment":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/media?parent=284"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/categories?post=284"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/tags?post=284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}