The connection was reset (action=artikel)

Please report bugs here!

Moderator: Thorsten

Heisenberg
Posts: 7
Joined: Fri Mar 14, 2014 2:19 pm

Re: The connection was reset (action=artikel)

Post by Heisenberg »

Hallo,

Increas the Apche Stack, same crash. :-(
I disabled the $highlight function in artikel.php line 89 to prevent crashing when search with more then 3 characters.
This is a good workaround for now. I hope you'll find out the problem.

Thanks.

greets,

Heisenberg.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: The connection was reset (action=artikel)

Post by Thorsten »

Hi,

I talked to the Microsoft PHP guy and he said that's an Apache Stack Size problem, it solved the same issue for another user: viewtopic.php?f=7&t=16359#p43694

Did you restart Apache after changing the value?

bye
Throsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Heisenberg
Posts: 7
Joined: Fri Mar 14, 2014 2:19 pm

Re: The connection was reset (action=artikel)

Post by Heisenberg »

Thorsten wrote:Hi,

I talked to the Microsoft PHP guy and he said that's an Apache Stack Size problem, it solved the same issue for another user: viewtopic.php?f=7&t=16359#p43694

Did you restart Apache after changing the value?

bye
Throsten
Hi,
Yes,
Restarted apache after de change.
First time i added the code at the beginning of the config.
Result: apache did not start anymore.
Then added the code at the end of the config file.
Restart apache.
Result: apache started, no errors. But crashes after searchstring > 3 .....

Greets,
Heisenberg
Heisenberg
Posts: 7
Joined: Fri Mar 14, 2014 2:19 pm

Re: The connection was reset (action=artikel)

Post by Heisenberg »

Hi,

It's solved ! Firsttime i placed the config entry in httpd.conf, did not work.

Now I've placed the StackThread entry in apache\conf\extra\httpd-mpm.conf
viewtopic.php?f=7&t=16359#p43694

restart Apache and highlighting is also working again.

Thanks a lot !

Greets,
Heisenberg.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: The connection was reset (action=artikel)

Post by Thorsten »

Hi,

awesome! :)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
faqqalea
Posts: 11
Joined: Wed Mar 19, 2014 2:45 pm

Re: The connection was reset (action=artikel)

Post by faqqalea »

Hi,

Thanks all, this solved the very same issue for me too!

(maybe you can consider adding it to the setup/instruction manual)
ssichris
Posts: 2
Joined: Mon Jan 27, 2014 9:19 pm

Re: The connection was reset (action=artikel)

Post by ssichris »

I did not upgrade XAMPP, but I did try the fix proposed in http://stackoverflow.com/questions/5058 ... -windows-7 and it works!

Thanks so much Thorsten!

best regards,
Chris
Post Reply