Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
nightwolf666 #1
Email Causing Problem
I have created my own webemail client, it gives me error when i try to open the
link of the email to read it, actually it do two things, when i open for an
reading, it creates the directory with the name of username whos session is
valid yet for any atttchments and any othr stuff, and then when i compose a
mail and provide the attchment, it tries to create the folder with the username
session_uploads folder and generates error while doing this:
it again gives me the error description is located below : i have my hosting
on linux plateform
help me out right:
The specified Directory attribute value
/home/httpd/vhosts/mydomain.net/subdomains/joker/httpdocs/joke could not be
created.
The most likely cause of this error is that the
'/home/httpd/vhosts/mydomain.net/subdomains/joker/httpdocs/joke' already exists
on your file system. The exception occurred during a cfdirectory
action="create".
The error occurred in
/home/httpd/vhosts/mydomain.net/subdomains/joker/httpdocs/file1.cfm: line 24
22 : <cfset TAB = Chr(9)>
23 : <cfif NOT DirectoryExists(AttachDir)>
24 : <cfdirectory action="create" directory="#AttachDir#" mode="777">
25 : </cfif>
this is the problem i am off to:
nightwolf666 Guest
-
Virtual sites/subdomains causing CF problem with paths
We are running MX7, and have setup some subdomains based on directories from root. For example, we have a web site that has the following:... -
Found problem in Mail-SpamAssassin-2.xx causing build failure onwin32
A quick look at the test results on CPAN for Mail-SpamAssassin at http://testers.cpan.org/show/Mail-SpamAssassin.html reveals a common point of... -
Overlapping flash movies causing problem.
I'm having a problem with overlapping flash movies that I'm using in Director. Basically, I have a background image on channel 1. I also have... -
Weird Header Problem Causing Gap in Sliding
I'm having a problem with FMP6.0v4 on Mac OS 9.2.2 and Windows 2000. It's also happening on FMP5 and 5.5, but I'm going to be using 6. Depending on... -
[PHP] help with email problem
> Be real - the legislation is a waste of time and money and will never be take Yes, but they're taking money *from* American companies, for the... -
Neculai Macarie #2
Re: Email Causing Problem
> I have created my own webemail client, it gives me error when i try to
open thean> link of the email to read it, actually it do two things, when i open foris> reading, it creates the directory with the name of username whos sessiona> valid yet for any atttchments and any othr stuff, and then when i composeusername> mail and provide the attchment, it tries to create the folder with thehosting> session_uploads folder and generates error while doing this:
>
> it again gives me the error description is located below : i have mybe> on linux plateform
>
>
> help me out right:
>
> The specified Directory attribute value
> /home/httpd/vhosts/mydomain.net/subdomains/joker/httpdocs/joke could notexists> created.
> The most likely cause of this error is that the
> '/home/httpd/vhosts/mydomain.net/subdomains/joker/httpdocs/joke' already24> on your file system. The exception occurred during a cfdirectory
> action="create".
>
> The error occurred in
> /home/httpd/vhosts/mydomain.net/subdomains/joker/httpdocs/file1.cfm: lineThat looks like a Plesk managed server. I think the user under which CF is>
>
> 22 : <cfset TAB = Chr(9)>
> 23 : <cfif NOT DirectoryExists(AttachDir)>
> 24 : <cfdirectory action="create" directory="#AttachDir#" mode="777">
> 25 : </cfif>
running doesn't not have the right to create that directory. You'll need to
allow him to write to that dir.
--
<mack />
Neculai Macarie Guest
-
nightwolf666 #3
Re: Email Causing Problem
Yes it is an pleased managed server, What you said, i question to my admin and
he said that you can build and create the directories under any name, but i
think that dosn't seems to work any way ?
what i do?:Q
nightwolf666 Guest



Reply With Quote

