WordPress Plugin: ERROR Something went wrong 500 You are not allowed

Scenario: The WordPress plug-in “Next Scripts: Social Networks Auto Poster Options” (SNAP) fails to auto post your posts to “WP Based Blog” the WordPress.com blog. You’ll encounter below error in the SNAP logs: [2016-04-26 13:29:16] – [Error] [WP – gunnalag.wordpress.com] – -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2016-04-26 07:59:16 [Error] => -=ERROR=- Something went wrong – 500 : You are not allowed to do that. ) | PostID: 0 –[2016-04-26 13:28:59] – [Error] [WP – gunnalag.wordpress.com] – -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2016-04-26 07:58:59 [Error] => -=ERROR=- Something went wrong – […]

Read more

My WordPress Theme Customizations

Below are some of the quick customizations I use for Base WP theme on my website.     ·         Main layout for Posts and SideBar ·         Update /public_html/wp-content/themes/base-wp/css/grid.css with below changes under @media (min-width: 992px) section: o   Set .col8 width: 76%; o   Set .col4 width: 24%; ·         Update /public_html/wp-content/themes/base-wp/css/grid.min.css with below changes in @media (min-width:992px) section: o   Set .col8{width:76%} o   Set .col4{width:24%} ·         Upload them to the Hosting   ·         Update Footer Details in below File /public_html/wp-content/themes/base-wp/core-framework/func/function-action.php o   //credits o   function igthemes_footer_credits() { ?> o   <div class=”credits”> o   <div class=”grid”> o   <div class=”row”> o   <div class=”col12″> o   <?php igthemes_footer_gotop();?> o   […]

Read more

Fix: Windows 10 Store Error: Something went wrong. The error code is 0x80073D0A, in case you need it.

Scenario: On Windows 10 desktop, when you launch the store and attempt to download and install/update any applications, the installation fails with error message Something went wrong.  The error code is 0x80073D0A, in case you need it. Below is a error message screenshot:   Solution: Most of the Windows 10 Store application download/install errors are caused if Windows Firewall service is Disabled or Not Running on your system. To fix any of these store errors, you need to ensure that Windows Firewall service is Enabled, Started and set to run Automatically every time System restarts. Then attempt to download and […]

Read more