Drupal installation issue with AJAX HTTP error occurred. HTTP Result Code

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /drupal8/core/install.php?

Please follow below changes in php.ini

max_execution_time=300
memory_limit=128M
post_max_size=128M

Once installation completed please set “max_execution_time” to 30 or 0

Advertisement

Simple Share buttons for Static and dynamic blogs

<ul>
<li>
<a href=”http://www.facebook.com/sharer.php?u=<URL>&p%5Btitle%5D=<TITLE>&#8221; rel=”nofollow” target=”_blank” title=”Share on Facebook”>
Facebook
</a>
</li>
<li>
<a href=”https://plus.google.com/share?url=<URL>&#8221; rel=”nofollow” target=”_blank” title=”Share on Google Plus”>
Google Plus
</a>
</li>
<li>
<a href=”http://twitter.com/share?text=<TITLE>&url=<URL>&via=<TWITTER-HANDLE>&related=<TWITTER-HANDLE>&#8221; rel=”nofollow” target=”_blank” title=”Share on Twitter”>
Twitter
</a>
</li>
<li>
<a href=”http://www.linkedin.com/shareArticle?mini=true&url=<URL>&title=<TITILE>&summary=<DESCRIPTION>&source=<DOMAIN>&#8221; rel=”nofollow” target=”_blank” title=”Share on LinkedIn”>
LinkedIn
</a>
</li>
<li>
<a href=”http://pinterest.com/pin/create/button/?url=<URL>&description=<TITLE>&#8221; rel=”nofollow” target=”_blank” title=”Share on Pinterest”>
Pinterest
</a>
</li>
<li>
<a href=”http://www.tumblr.com/share/link?url=<URL>&name=<TITLE>&description=<DESCRIPTION>&#8221; rel=”nofollow” target=”_blank” title=”Share on Tumblr”>
Tumblr
</a>
</li>
<li>
<a href=”http://www.reddit.com/submit?url=<URL>&title=<TITLE>&#8221; rel=”nofollow” target=”_blank” title=”Share on Reddit”>
Reddit
</a>
</li>
</ul>