Subject: Re: Updater Problem - Please help
> I updated ColdFusion 8.0 enterprise to 8.01 with the updater on the adobe
website. Now, I get the following error for all of my
> coldfusion requests -- any ideas appreciated:
>
> 500 jrun servlet error
> ROOT CAUSE:
> java.lang.No
> I updated ColdFusion 8.0 enterprise to 8.01 with the updater on the adobe
> website. Now, I get the following error for all of my
> coldfusion requests -- any ideas appreciated:
>
> 500 jrun servlet error
> ROOT CAUSE:
> java.lang.NoClassDefFoundError: coldfusion/runtime/QueryTableWrapper
Del
-
From: E Cohen [mailto:cft...@longmeadcrossing.com]
Sent: Monday, February 22, 2010 5:11 PM
To: cf-talk
Subject: Updater Problem - Please help
Hello,
I updated ColdFusion 8.0 enterprise to 8.01 with the updater on the adobe
website. Now, I get the following error for all of my coldfusion reques
necfug.com
-Original Message-
From: E Cohen [mailto:cft...@longmeadcrossing.com]
Sent: Monday, February 22, 2010 5:11 PM
To: cf-talk
Subject: Updater Problem - Please help
Hello,
I updated ColdFusion 8.0 enterprise to 8.01 with the updater on the adobe
website. Now, I get the following err
Hello,
I updated ColdFusion 8.0 enterprise to 8.01 with the updater on the adobe
website. Now, I get the following error for all of my coldfusion requests --
any ideas appreciated:
500 jrun servlet error
ROOT CAUSE:
java.lang.NoClassDefFoundError: coldfusion/runtime/QueryTableWrapper
Hello everybody,
I'm new to cfdocument. I'm using it to create pdf documents from data returned
by a query with ColdFusion8. The problem is that cfdocument is putting part of
the data contained in the table row at the bottom of page 1 and the other on
the top of page 2.
I know that there is a
Unless you want to add up the number of days from a specific date, this is
not logical, as days in years and months can vary.
If it's from a date like today, then:
http://ad.doubleclick.net/clk;203748912;27390454;j
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:3
>>I need to convert those values to days and add them up.
Ok, but to add them up to WHICH date ?
Or do you consider every month to be 30 days and every year to be 365
days in general?
If yes, then just use dateAdd ("d", form.years*365 + form.months*30 +
form.days, dateToBeAdded)
~~~
> No, what I need is for example, when if a user selects
> 2 years (from the years dropdown box) 2 months ( 2 days
> from the months dropdown box) and 2 days (from the days
> dropdown box then I need to convert those values to days
> and add them up. Then that added value will be used with
> a
om
Great advertising can't be either/or... It must be &.
-Original Message-
From: Robert Harrison [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 02, 2008 3:07 PM
To: CF-Talk
Subject: RE: Please Help..Confused
If you mean X years, Y months, and Z days from NOW:
This will g
If you mean X years, Y months, and Z days from NOW:
This will give you a new date that is x years, Y months, and Z days in the
future from now.
If you're calculating from a different date, change Now() to the start date.
If you're subtracting to find a past date, change the values to negati
>>I should have clarified that I am not passing a date such as
mm/dd/. The year dropdown contains the values 1-5 that the user can
select, the month is 1-11, and the days are 1-30. What I am trying to do
is for example, when if a user selects 2 years 2 months 2 days then I
need to convert
In order to get the number of days in (for example) 2 years, 2 months
and 2 days, you can do one of the following.
1. Assume a year has 365 days & a month has 30 (It doesn't and this will
not work correctly for your situation)
2. Use a start date. This is preferable since years, months and days
>On Tue, Sep 2, 2008 at 11:29 AM, Laurie Smith <[EMAIL PROTECTED]>wrote:
>
>
>
>but... but... some months have a different number of days than others :)
>
>if that's your desired result, you'll really need to capture a start date
>(and an end date)
>
>--
>A byte walks into a bar and orders a pint.
On Tue, Sep 2, 2008 at 11:37 AM, Laurie Smith <[EMAIL PROTECTED]>wrote:
> >On Tue, Sep 2, 2008 at 11:29 AM, Laurie Smith <[EMAIL PROTECTED]
> >wrote:
> >
> >
> >
> >but... but... some months have a different number of days than others :)
> >
> >if that's your desired result, you'll really need to
>Can you explain to goal a little bit... I can see a few uses for such data.
>
>For example, is the goal of the date input something like, "I need to rent a
>house for... 2 years, 3 months and 11 days"
>
>And then you need to calculate what the end date would be starting at Now()?
>
>
>=]
>
>
>--
If you want the current date to be your starting point, and you want
them to select a date in the future using your dropdowns, you'd do this:
Essentially, if the user selected 2 years, 3 months and 15 days, the
newDate would be 12/17/2010 which is 836 days away.
Hope that helps. If not,
Can you explain to goal a little bit... I can see a few uses for such data.
For example, is the goal of the date input something like, "I need to rent a
house for... 2 years, 3 months and 11 days"
And then you need to calculate what the end date would be starting at Now()?
=]
--
Alan Rother
On Tue, Sep 2, 2008 at 11:29 AM, Laurie Smith <[EMAIL PROTECTED]>wrote:
> > I have 3 drop-down boxes for:
> > Years
> > Months
> > Days
> >
> > I need to combine the values for all 3 and convert to days so I can
> > use the total number of days with DateDiff...Any suggestions would be
> > greatly
> I have 3 drop-down boxes for:
> Years
> Months
> Days
>
> I need to combine the values for all 3 and convert to days so I can
> use the total number of days with DateDiff...Any suggestions would be
> greatly appreciated. Thanks
I should have clarified that I am not passing a date such as mm/
ublication >> Website Magazine
> http://www.websitemagazine.com/referrals/?id=51344&f=text2
> Don't forget to answer the survey questions, it's a 10 second task ,
> a very small request for access to this incredible resource.
>
>
> ::-Original Message
rvey questions, it's a 10 second task ,
a very small request for access to this incredible resource.
::-Original Message-
::From: Laurie Smith [mailto:[EMAIL PROTECTED]
::Sent: Tuesday, September 02, 2008 10:01 AM
::To: CF-Talk
::Subject: Please Help..Confused
::
::I have 3 drop-d
I have 3 drop-down boxes for:
Years
Months
Days
I need to combine the values for all 3 and convert to days so I can use the
total number of days with DateDiff...Any suggestions would be greatly
appreciated. Thanks
~|
Adobe® Co
On Tuesday 24 Jun 2008, Brian Kotek wrote:
> They "__type__" hack is only on the server side, to allow you to pass
> structures to Flex and fool it into thinking it is a CFC, since CFC
> creation is too slow when dealing with larger numbers of CFCs. On the Flex
> side they convert to actual ActionS
They "__type__" hack is only on the server side, to allow you to pass
structures to Flex and fool it into thinking it is a CFC, since CFC creation
is too slow when dealing with larger numbers of CFCs. On the Flex side they
convert to actual ActionScript classes so you still retain all the code
hint
On Tuesday 24 Jun 2008, Dave Watts wrote:
> > an array of struct with a 'magic key' ('__type__') instead.
> But then, if you're using Flex Builder, you lose all the autocomplete
> goodness that you get from having value objects, right?
Flex Builder keys off the ActionScript value objects, which re
> Although with CF8 talking to Flex's RemoteObject, you can use
> an array of struct with a 'magic key' ('__type__') instead.
But then, if you're using Flex Builder, you lose all the autocomplete
goodness that you get from having value objects, right?
Dave Watts, CTO, Fig Leaf Software
http://ww
On Monday 23 Jun 2008, Matt Williams wrote:
> One issue with returning an array of objects instead of a query is
> that if you're talking about lots of records, creating all those
> objects can become processing and memory intensive.
Although with CF8 talking to Flex's RemoteObject, you can use an
One of the things that the other posters (particularly Matt) were getting at
is that many times when you return a query object with a number of records,
you're not looking to manipulate any of the records (yet).
You're often listing records from the database so that one can be chosen for
manipulat
Do what makes sense for your situation.
-Original Message-
From: Lori Stone [mailto:[EMAIL PROTECTED]
Sent: Monday, June 23, 2008 8:36 AM
To: CF-Talk
Subject: CFC confusion. please help!
We are starting to build a new application. We are having major
confusion issues regarding the use of
On Mon, Jun 23, 2008 at 8:36 AM, Lori Stone <[EMAIL PROTECTED]> wrote:
> I have always returned query objects but apparently that is not the "best
> practice". I don't understand the problem with returning query
> objects. I would love to understand the reasoning and what the return type
> shou
Lori,
The reason that some people discourage the use of a query object as a return
type is due to the fact that it binds whatever uses that query object
directly to the database (more specifically, to the columns in the
database).
The use of setter/getter beans should be familiar to your boss; und
We are starting to build a new application. We are having major confusion
issues regarding the use of cfc's. My boss has a java background but not a
coldfusion background. I have been using cfc's since mx came out but not to
their full advantage. We have been reading about setter/getter bean
or indeed my custom tag cfMagicpager.
http://www.stewart-web.co.uk/blog/index.cfm/2008/4/20/Cold
It is a different take than Nathan's on pagination.
Nathan Strutz wrote:
> Shariff,
>
> I don't know exactly what you are attempting to do, but if you are looking
> for a way to page your data, you m
Shariff,
I don't know exactly what you are attempting to do, but if you are looking
for a way to page your data, you may want to look into my Pagination.cfc
project. http://paginationcfc.riaforge.org/
If that's not it, perhaps you can elaborate your problem, with the overview,
what your goal is,
thisemployeeid = listgetat(attributes.ids, thisplace);
thisperm = listgetat(attributes.perm, thisplace);
if (len(lastname) AND QueryAddRow(adminQueryRaw)) {
QuerySetCell(adminQueryRaw, "empId", thisemployeeid);
QuerySetCell(adminQueryRaw
ay, December 11, 2007 6:27 AM
To: CF-Talk
Subject: Re: PDF creation in CF8 - not working...please help
Andy,
It looks like the rendering engine for html/css in CF does not handle
"overflow:auto". If you remove that from your style, the pdf will get
created fine. Meanwhile we will inves
alk
Subject: Re: PDF creation in CF8 - not working...please help
Andy,
Obviously, I don't have enough work ;) or I just like to help. So I
debugged a bit for you. If I include the CSS inside the cfdocument tag, I
get the colors appropriately inside the PDF, but I get 15 pages, and only
the
Hey Rob...
Last night I tried using an absolute path to the stylesheet, and that didn't
work either.
andy
-Original Message-
From: Rob Parkhill [mailto:[EMAIL PROTECTED]
Sent: Monday, December 10, 2007 2:47 PM
To: CF-Talk
Subject: Re: PDF creation in CF8 - not working...please
Andy,
It looks like the rendering engine for html/css in CF does not handle
"overflow:auto". If you remove that from your style, the pdf will get created
fine. Meanwhile we will investigate why "overflow:auto" style does not work.
Thanks & Regards,
Rupesh
Adobe ColdFusion team.
~~~
Andy,
It looks like the rendering engine for html/css in CF does not handle
"overflow:auto". If you remove that from your style, the pdf will get created
fine. Meanwhile we will investigate why "overflow:auto" style does not work.
Thanks & Regards,
Rupesh
Adobe ColdFusion team.
~~~
Andy,
Obviously, I don't have enough work ;) or I just like to help. So I
debugged a bit for you. If I include the CSS inside the cfdocument tag, I
get the colors appropriately inside the PDF, but I get 15 pages, and only
the first has data, the rest is blank, however, when I leave the css
refer
ion in CF8 - not working...please help
Hmmm...
Can you try the same test, but use an absolute path to the CSS file? I
wonder if I need to do that in my CSS generation, just like with images.
-Original Message-
From: Rob Parkhill [mailto:[EMAIL PROTECTED]
Sent: Monday, December 10, 2007
creation in CF8 - not working...please help
Andy,
I just opened your source of your page above and copied a portion of it into
a new document and wrapped it in a cfdocument, and it generated a PDF.
Granted I don't have your stylesheet to use so none of the formatting came
across the same, but
Andy,
I just opened your source of your page above and copied a portion of it into
a new document and wrapped it in a cfdocument, and it generated a PDF.
Granted I don't have your stylesheet to use so none of the formatting came
across the same, but text and images were there.
Can you include the
thing to do with the CSS. I just don't know why.
-Original Message-
From: Rob Parkhill [mailto:[EMAIL PROTECTED]
Sent: Monday, December 10, 2007 9:21 AM
To: CF-Talk
Subject: Re: PDF creation in CF8 - not working...please help
Andy,
I guess that you could always design a high level C
Andy,
I guess that you could always design a high level CFR in report builder, and
then pass the info that is generated for the proposals as a series of
variables, but that seems messy. There is always something like ActivePDF
which I was using (and still am on some sites still running 6) to crea
cember 10, 2007 8:08 AM
To: CF-Talk
Subject: Re: PDF creation in CF8 - not working...please help
Andy,
try changing your cfdocument tag to the following:
I know that when I first started using cfdocument, I had to do this when
using CSS on the page that was creating the PDF. Of course the result
Andy,
try changing your cfdocument tag to the following:
I know that when I first started using cfdocument, I had to do this when using
CSS on the page that was creating the PDF. Of course the resultant PDF doesn't
have the same 'look', but you might find that it has something to do with
rking...please help
Andy Matthews wrote:
> I'm trying to create a PDF from a page and it's not working. The way I've
read is that to do this, you simply wrap whatever content you have within
cfdocument tags, with the type set to PDF. So that's what I've done, and
it
Andy Matthews wrote:
> I'm trying to create a PDF from a page and it's not working. The way I've
> read is that to do this, you simply wrap whatever content you have within
> cfdocument tags, with the type set to PDF. So that's what I've done, and it's
> not working correctly.
>
> Here's the ac
Oh...one more thing. The code on the PDF page is identical (except for the
cfdocument tag), which is set up like so:
~|
Enterprise web applications, build robust, secure
scalable apps today - Try it now ColdFusion Today
Col
Oh...one more thing. The code on the PDF page is identical (except for the
cfdocument tag), which is set up like so:
all code inside here ...
~|
Enterprise web applications, build robust, secure
scalable apps today - Tr
I'm trying to create a PDF from a page and it's not working. The way I've read
is that to do this, you simply wrap whatever content you have within cfdocument
tags, with the type set to PDF. So that's what I've done, and it's not working
correctly.
Here's the actual page:
http://gaylordopryland
On Thursday 11 Oct 2007, [EMAIL PROTECTED] wrote:
> You'll get smarter answers if you say some words in your post.
Sometimes I thing someone is testing a Turing entry...
--
Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and
ColdSpring, and has done some Flex work ? Woul
>You'll get smarter answers if you say some words in your post.
While I have to agree, I suspect you problem is your form uses method="get" and
you're appending #CGI.QUERY_STRING# to the action page. That will duplicate
your parameter values.
~
honestly, I haven't read the code posted, but I can say with certainty
that you get a comma-delimited list in a single form field if you are
submitting it twice.
You'll get smarter answers if you say some words in your post.
--
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com
#docTitle#
#docTitle# (Secured Document)
Date: #DateFormat(lastupdate, "MM/DD/YY")# Rev ##:
Initial#revision#
#docNumber#
Summary: #Left(summary, 125)# (see more)
> > I ran netstat and didnt see anything with port 2930.
>
> Giggity giggity!!
>
> Turning off the TCP/IP filtering fixed it. Thanks for the
> help! Now I can sleep tonight.
>
> Giggity giggity!!
I'm afraid to ask what you're doing with those ports, exactly.
Dave Watts, CTO, Fig Leaf Software
&slice
> > Id=1
> > http://kb.adobe.com/selfservice/viewContent.do?externalId=8a0aaf29&slice
> > Id=2
> >
> >
> > Thanks,
> > Asha.
> > -Original Message-
> > From: Andy Allan [mailto:[EMAIL PROTECTED]
> > Sent: Wednesda
d=tn_19575&slice
> Id=1
> http://kb.adobe.com/selfservice/viewContent.do?externalId=8a0aaf29&slice
> Id=2
>
>
> Thanks,
> Asha.
> -Original Message-
> From: Andy Allan [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 10, 2007 1:43 PM
> To: CF-Talk
ice
Id=2
Thanks,
Asha.
-Original Message-
From: Andy Allan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 10, 2007 1:43 PM
To: CF-Talk
Subject: Re: please help with CF8 install
Did you try to hook up the Web Server during the install process? Or
did you initially install with the buil
afaik, win 2k3 server disables port scanning, which is what cf installer
does looking for port 2930.
i have come across a blog post with solution on how to temporarily allow
port scanning / run specific jndi init line, but can't recall on which
blog now
it could have been on adobe cf forums,
Did you try to hook up the Web Server during the install process? Or
did you initially install with the built in web server and are now
running wsconfig afterwards?
Just looking to see if CF actually installed OK.
Is there a firewall blocking port 2930?
Is there something else already using port
I have been trying to get CF8 to install on a Win 2k3 server for two
nights now and with out success. I'm having the same problem that I've
had with CF 7 and the wsconfig.
This is the error in the connectorinstall0.txt file
could not connect to port 2930 on host 127.0.0.1
javax.naming.ServiceUnav
Hi All
I'm having some problems with an install of CF 7. I was running a
deply script that had previously worked fine but this time it messed
up CF server. When I opened a page it said:
"There is no web application configured to service your request"
When I look at the JRun Management Console Co
.:.:.:.:.:.:.:.:.:.
>Bobby Hartsfield
>http://acoderslife.com
>
>
>-Original Message-
>From: Jide Aliu [mailto:[EMAIL PROTECTED]
>Sent: Thursday, June 14, 2007 10:44 AM
>To: CF-Talk
>Subject: Re: reReplaceNoCase() problem from a newbie, please help
>
>Thank
.:.:.:.:.:.:.:.:.:.
>Bobby Hartsfield
>http://acoderslife.com
>
>
>-Original Message-
>From: Jide Aliu [mailto:[EMAIL PROTECTED]
>Sent: Thursday, June 14, 2007 10:44 AM
>To: CF-Talk
>Subject: Re: reReplaceNoCase() problem from a newbie, please help
>
>Thank
:44 AM
To: CF-Talk
Subject: Re: reReplaceNoCase() problem from a newbie, please help
Thanks Bobby for taking time out for the solution, that did the trick. It's
the start of my problem on the solution though how would you go about
reReplacing the same item with the tags below in a body of text/string. I
> rereplace(dataContent, "", "\1",
> "all")
>
..
> :.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> Bobby Hartsfield
> http://acoderslife.com
>
> -Original Message-
> From: Jide Aliu [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 14, 2007 5:46 AM
> To: CF-Talk
> Subject: re
reReplaceNoCase() problem from a newbie, please help
I have a body of text, in the body of text I want to replace all image tags
with the value of the src attribute, so for example below
"This is the body it can be as long as 8,000 character but within the body here
is the image tag and her
I have a body of text, in the body of text I want to replace all image tags
with the value of the src attribute, so for example below
"This is the body it can be as long as 8,000 character but within the body here
is the image tag and here I go
blah blah another image tag with a different valu
Wow, haven't run into that one in a long time.
Some of this is from the CF 5 days, but one or a combination of these should
help.
1. Make sure there aren't any restrictions set on the datasource in the
ColdFusion administrator ("Enable retrieval of long text" disabled, etc.)
2. Try a different d
All:
I have a situation where well-formed INSERT or UPDATE pass-thru queries fail
through the native Oracle driver, but executes successfully in Toad or SQL*Plus:
[Macromedia][Oracle JDBC Driver][Oracle]ORA-01704: string literal too long
I'm running CFMX 6.1 and Oracle 10G. I've verified t
> I have a situation where well-formed INSERT or UPDATE
> pass-thru queries fail through the native Oracle driver, but
> executes successfully in Toad or SQL*Plus:
>
> [Macromedia][Oracle JDBC Driver][Oracle]ORA-01704: string
> literal too long
>
> I'm running CFMX 6.1 and Oracle 10G. I'v
OTECTED]
> Sent: Friday, March 16, 2007 12:20 PM
> To: CF-Talk
> Subject: please help me to debug this code... thanks
> redirects me with : http://192.168.1.7/?CFID=500&CFTOKEN=80457585
> migrating from coldfusion 5 to mx 7.
> the other intranet websites that I have, are wor
What is the problem?
I see that as long as your are running on PORT 80, you will get
redirected as indicated
http://192.168.1.7";>
Are you expecting something else??
~|
ColdFusion MX7 by Adobe®
Dyncamically transform
M
To: CF-Talk
Subject: please help me to debug this code... thanks
redirects me with : http://192.168.1.7/?CFID=500&CFTOKEN=80457585
migrating from coldfusion 5 to mx 7.
the other intranet websites that I have, are working.
this site used to have an dns name, also this one used ssl certificate,
redirects me with : http://192.168.1.7/?CFID=500&CFTOKEN=80457585
migrating from coldfusion 5 to mx 7.
the other intranet websites that I have, are working.
this site used to have an dns name, also this one used ssl certificate, but I
don't want to use it anymore.
code below. thanks.
a paypal
redirects me with : http://192.168.1.7/?CFID=500&CFTOKEN=80457585
migrating from coldfusion 5 to mx 7.
the other intranet websites that I have, are working.
this site used to have an dns name, also this one used ssl certificate, but I
don't want to use it anymore.
code below. thanks.
a paypal
Message-
From: Teddy Payne [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 16, 2006 9:48 AM
To: CF-Talk
Subject: Re: CALLING ALL SQL EXPERTS, Please help
Can you provide a sample of the table prior to your joins so that I may see
your foreign keys.
Teddy
On 11/16/06, Axel Jensen <[EM
Can you provide a sample of the table prior to your joins so that I may see
your foreign keys.
Teddy
On 11/16/06, Axel Jensen <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I'm trying to create a "most recently updated" list of tracks that we
> update, and track our bugs, and feature requests with. Th
I place my vote with Jim and Rick. They beat me to it.
~Brad
-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 16, 2006 9:44 AM
To: CF-Talk
Subject: Re: CALLING ALL SQL EXPERTS, Please help
You need a group by and an aggregate function:
SELECT
(if I forgot to exclude it.. do NOT use the "distinct" in that query)
~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four
ti
You need a group by and an aggregate function:
SELECT DISTINCTe.createdByUserID,i.itemID, i.title,
max(e.datecreated)
FROMevents e
JOIN v_items i ON e.itemID = i.itemID
WHERE e.createdbyuserid = 92
GROUP BYe.createdByUserID, i.itemID, i.title
ORDE
Axel Jensen wrote:
> I'm trying to create a "most recently updated" list of tracks that we
> update, and track our bugs, and feature requests with.
>
> SELECT DISTINCTe.createdByUserID,i.itemID, i.title, e.datecreated
> FROMevents e
> JOINv_items i ON e.itemID = i
I'm trying to create a "most recently updated" list of tracks that we
update, and track our bugs, and feature requests with. The list that I want
will end up looking like this. (where the query ends up just grabbing the
most recent results, and doesn't duplicate.
921028 Northern N
Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 18, 2006 11:00 AM
To: CF-Talk
Subject: RE: PLEASE HELP! Why is this application.cfc erroring out?
> I can't "Read" the OnE
> I can't "Read" the OnError since it is firing for
> onSessionEnd and OnApplicationEnd, which are not visible to
> the browser... However, I have noticed that when I pull out
> the OnError method, nothing get's written to the log files!
> What's up with that??? Shouldn't that be showing up in
27;t that be
showing up in the Application.log?
..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 18, 2006 10:36 AM
To: CF-Talk
Subject: Re: PLEASE HEL
On Wednesday 18 October 2006 14:30, Ben Nadel wrote:
> I can't tell what to remove. I can't remove the OnError method,
> obviously, or I wouldn't be able to get at the errors. When I comment
> out every method BUT the OnError method, get:
If you take out onError, do you get an error you can read ?
type EXPRESSION.
No idea what is going on.
..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 18, 2006 8:49 AM
To: CF-Talk
Subject: Re: PLEASE HELP! Why i
Just tried restarting the CF machine... Still same errors :(
..
Ben Nadel
Certified Advanced ColdFusion Developer
www.bennadel.com
~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitt
: PLEASE HELP! Why is this application.cfc erroring out?
Nothing is being written to error.htm, and the application struct is
being dumped into the page successfully.
T
~|
Introducing the Fusion Authority Quarterly Update. 80 pages
nesday, October 18, 2006 9:06 AM
> To: CF-Talk
> Subject: Re: PLEASE HELP! Why is this application.cfc erroring out?
>
> I've just run your application.cfc on my dev machine and can't get an
> error
On Wednesday 18 October 2006 13:26, Ben Nadel wrote:
> Can someone please help me out here. My Application.cfc is throwing
> errors on OnApplicationEnd method. I am banging my head against the wall
> here. No idea what is going on and the debugging is not useful at all.
> The error g
ssage-
From: Tom King [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 18, 2006 9:06 AM
To: CF-Talk
Subject: Re: PLEASE HELP! Why is this application.cfc erroring out?
I've just run your application.cfc on my dev machine and can't get an
error
just thought you'd like to know t
riginal Message-
> From: Tom King [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 18, 2006 8:52 AM
> To: CF-Talk
> Subject: Re: PLEASE HELP! Why is this application.cfc erroring out?
>
> Here is my error handling function: I think I'm right in saying that
> with
Tom,
I see what you are saying, but two issues:
1. My code does not have any CFAbort tags, just the Application.cfc and
the index.cfm.
2. You are checking for the EventName in the OnError method, which means
that the OnError event has already fired when you are performing the
check. I am not con
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 18, 2006 8:52 AM
To: CF-Talk
Subject: Re: PLEASE HELP! Why is this application.cfc erroring out?
Here is my error handling function: I think I'm right in saying that
without those additional lines, cfabort (if it's anywhere in your
script) wi
1 - 100 of 643 matches
Mail list logo