Topic on Project:Support desk

The connection was reset

6
Almuhammedi (talkcontribs)

I have WAMPSERVER with MYSQL 5.5.20, PHP 5.3.10. During installation process, after clicking "set up the wiki" link I receive the following error,

The connection was reset       
         The connection to the server was reset while the page was loading.
       ....

When I tracked the error source, I realized it started after executing the function,

$wgMemc = wfGetMainCache();

called in the "includes/WebStart.php"

Why is this error and how can I resolve it?

86.4.122.221 (talkcontribs)

Please see warning message below found at Download Page.

"Warning: PHP 5.3.1 has a bug and is not supported by MediaWiki. Use PHP 5.2.3-5.3.0 or PHP 5.3.2+ instead.£

190.212.15.96 (talkcontribs)

I have the exact same problem, note that PHP version is 5.3.10, not 5.3.1 I was trying mediawiki 1.19.1 and got that error, but version 1.18.4 worked very well in the same PHP installation.

190.212.15.96 (talkcontribs)
124.42.77.82 (talkcontribs)

good!

Barpfotenbaer (talkcontribs)

Well, I did resolve this error, looking in Firefox:

The connection was reset       
        The connection to the server was reset while the page was loading.
      ....

and in Chromium:

No data received
         Unable to load the webpage because the server sent no data.
         Error code: ERR_EMPTY_RESPONSE

by removing/disabling the php opcache module. (e.g. in /etc/php5/apache2/conf.d/05_opcache.ini in Ubuntu 13.10)

For me this did solve the problem completely!

Reply to "The connection was reset"