(Update) Help! Error while writing file to storage (1)
Posted: Mon 7. Mar 2005, 23:44
I just started getting this error today after I moved the site out of a folder and into the root folder. FTP takeover and uploading worked fine before. Here's the other message I get: Please dont try again - this is an server error! Contact your webmaster as soon as possible!
I changed all my paths to below by removing the subfolder name:
Here's my setup server info:
Any ideas anyone? 
I changed all my paths to below by removing the subfolder name:
Code: Select all
$phpwcms["site"] = "http://www.mysite.org/";
// paths
$phpwcms["DOC_ROOT"] = "E:/web/mysiteorg/htdocs";
$phpwcms["root"] = ""; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"
// Try to check and uncomment the DOCUMENT_ROOT if you have problems ...
// $_SERVER['DOCUMENT_ROOT'] = 'E:/web/mysiteorg/htdocs';
Code: Select all
WELCOME TO PHPWCMS SETUP (VERSION 1.2.1-DEV)
system: Windows NT WEB108 5.2 build 3790
server: Microsoft-IIS/6.0
php: v4.3.4
path: /
php.ini: register_globals = Off ->
safe_mode = Off ->
