• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

web server на IIS

Status
Not open for further replies.

osn2003

Chevereto Noob
web server to IIS

site http://sharer-img.com/
to first site did not work, I made a correction
includes / config.php file:
define ('__CHV_RELATIVE_ROOT__', str_ireplace (rtrim (str_replace ('\ \', '/', realpath ($ _SERVER ['DOCUMENT_ROOT'])), '/'),'', __ CHV_ROOT_DIR__));

this
define ('__CHV_RELATIVE_ROOT__', '/');

site was working, but
when downloading a file from your computer get the following - http://i.imgur.com/jWRxH.png

Help please.
 
I apologize. I'm from Russia and the bad writing in English.

In the extreme case can give a username and password to the remote desktop aws amazon
 
Yep, you will have to send me the access to admin@chevereto.com
Please make reference to this topic on the email.
 
Ok, problem is that you have a open_basedir restriction. PHP can only open files in D:/Sites but your temp dir ic on C:/Windows/Temp. I was trying to tune your server, I even install a module for IIS to manage PHP but the IIS somehow override the PHP config and use always D:/Sites as the open_basedir (it should be C:/Windows/Temp;D:/Sites)

Since you are using IIS I assume that you can find a solution for this.

PS: Chevereto is only officialy supported for Apache.
PS2: http://forums.iis.net/p/1186127/2010672.aspx
 
Status
Not open for further replies.
Back
Top