Myopengrid / mwi

[READ ONLY] Myopengrid Opensim Web Interface
http://mwi.myopengrid.com
Other
13 stars 15 forks source link

Problems with mwi Server Error: 500 (Internal Server Error) #17

Closed johnfelipe closed 10 years ago

johnfelipe commented 10 years ago

Hi please tell me about:

Server Error: 500 (Internal Server Error)

What does this mean?

Something went wrong on our servers while we were processing your request. We're really sorry about this, and will work hard to get this resolved as soon as possible.

JeffCost commented 10 years ago

It depends. That is a generic error message. What are you trying to do? When do you see this message? If this is a brand new installation, check the directory permissions. It should be recursive 777 for storage, media etc... check this link for a complete list of directories and files here.

You also could change the error details to get a better error message by changing the following: application/config/error.php look for "detail" and change

'detail' => false,

to

'detail' => true,

This should give you a better error message.

johnfelipe commented 10 years ago

i have lanmp, and a folder with virtualhost, serve that?

johnfelipe commented 10 years ago

I used https://github.com/lj2007331/lnmp, for apache and mysql, but i have still error

JeffCost commented 10 years ago

Sorry I don't know that installer script. I will close this issue for now, since I am not sure if this error message is related with MWI. Please reopen it if you have more information or you feel its appropriate.

edwardantony commented 9 years ago

is_writable(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s)