Createfile() error on habari installation

8 views
Skip to first unread message

madrano

unread,
Oct 26, 2009, 6:42:16 AM10/26/09
to habari-users
error message: 2009/10/26 12:37:33 [error] 1400#1240: *10 CreateFile()
"d:\prog\wnmp_stack\nginx/html/blog2/ajax/check_mysql_credentials"
failed (3: The system cannot find the path specified), client:
127.0.0.1, server: localhost, request: "POST /blog2/ajax/
check_mysql_credentials HTTP/1.1", host: "localhost", referrer:
"http://localhost/blog2/"

server config: nginx 0.8.20 php 5.3.0 mysql 5.1

i'cant figure out why this error coming up, please help

madrano

unread,
Oct 26, 2009, 7:38:50 AM10/26/09
to habari-users
nginx conf:


worker_processes 1;

events {
worker_connections 1024;
}


http {
include mime.types;
default_type application/octet-stream;

log_format main '$remote_addr - $remote_user [$time_local]
"$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';

access_log logs/access.log main buffer=32k;

keepalive_timeout 65;

server {
listen 80;
server_name localhost;

#charset koi8-r;

location / {
root html;
index index.php index.html index.htm;
}

error_page 404 /404.html;


error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}


location ~ \.php$ {

#root html;
fastcgi_pass 127.0.0.1:10000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME d:/prog/wnmp_stack/nginx/
html$fastcgi_script_name;
include fastcgi_params;
}
}
}

rick c

unread,
Oct 26, 2009, 8:11:49 AM10/26/09
to habari-users
I don't use nginx, but you might want to look at the configuration
instructions for nginx:

http://wiki.habariproject.org/en/Installation#Configuring_Nginx

Rick
Reply all
Reply to author
Forward
0 new messages