Author Topic: IIS Install  (Read 5873 times)

0 Members and 1 Guest are viewing this topic.

maddtech

  • Jr. Member
  • **
  • Posts: 3
IIS Install
« 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?

maddtech

  • Jr. Member
  • **
  • Posts: 3
Re: IIS Install
« Reply #1 on: March 01, 2016, 04:00:09 PM »
No one can help me with this?

maddtech

  • Jr. Member
  • **
  • Posts: 3
Re: IIS Install
« Reply #2 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

scalior

  • Global Moderator
  • Native
  • *****
  • Posts: 106
  • Serve customers on mobile. Get Wurrd for Mibew app
    • Wurrd for Mibew
Re: IIS Install
« Reply #3 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