Mibew Messenger Community

General => Support => Topic started by: maddtech on February 24, 2016, 10:16:58 PM

Title: IIS Install
Post by: maddtech on February 24, 2016, 10:16:58 PM
I was able to run the install with no issues.  After the install completed, I removed the install.php file and now when I try to go to any page, I get a generic "Internal Server Error".

I went in and put a var_dump($response) on the index page and I noticed the following.

"content": protected => "Internal Server Error"
"statusCode": protected => int(500)
"statusText": protected => "Internal Server Error"

Why would the installer run with no issue but they actual app will not load?
Title: Re: IIS Install
Post by: maddtech on March 01, 2016, 04:00:09 PM
No one can help me with this?
Title: Re: IIS Install
Post by: maddtech on March 01, 2016, 04:21:03 PM
Found how to fix it.  Turned off memcache.  https://mibew.org/forums/index.php/topic,191803.0.html
Title: Re: IIS Install
Post by: scalior on March 02, 2016, 05:52:44 AM
Aha!

I usually refer people to the thread you mention when they have trouble with the install, usually resulting in an error message along these lines.
Code: [Select]
Cache path exceeds Windows PHP MAX_LENGTH of 260 characters.

One would have thought that if you succeeded the install then the app should work just fine. I suppose anyone who wants to run Mibew in a Windows environment should always turn caching off. This begs the question, what performance penalties does one incur by disabling the caching?

Eyong