Download and install the trial version of fusion reactor, this should show you what is going on and help you solve it.
www.fusion-reactor.com
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer hosting
ok the nulls obviously serve no purpose for you in this display.
So either
a) redo the query and do not select the NULL columns
b) do a query of query and exclude rows with null values.
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer hosting
From the information you have provided, I can't se ehow you can avoid the null, because the related items column has to be there for all rows which may need it, youc annot remove a column for just one row.
Maybe you can post a screen shot to better show the problem.
Regards
--
Russ Michaels...
If you don't nee dthe NULL values to be dispalyed, can you tell me why you need to return them in the query?
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer hosting
in order to hid ethe nulls, you have to explude this data from the query.
If you needs these value in your original query, why not do a Query of Query for the CFTREE so that you can exclud ethe nulls.
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer...
Using the session.urltoken allows you to maintain sessions when cookies are disabled.
The problem with using it is that u only need the url to hijack someone elses session.
However by changing your forms to GET, you will not lose those variables if they are already appended to the end of the url...
make sure your database is set to use UTF8 charset.
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer hosting
You may be setting it too high, unless your using a 64bit OS, the JVM can only handle a little over 1GB, the exact value depends on your setup, some people have got 1.8gb
See this
http://www.petefreitag.com/item/140.cfm
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community...
Make sur ethe CFIDE virtual directory exists on the site, as this is required for the built in form validation scripts.
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer hosting
Or you could just have a different config file for each server, this is what I do.
I have all my global vars stored in a WDDX file, and I have a different file for each environment, the contensts of that WDDX file is then extracted into REQUEST scope. The WDDX file is of course in a non web...
One of the reasons is using SELECT * in your queries, this causes caching of the results.
If you are doing this, try changing the query to explicitly specify the column names.
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer hosting
If there is no space on the data stored in the databases, then where is the space coming from ?
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer hosting
Why not just use a WYSIWYG editor like FCKEDITOR then they can see what they are typing in the same format that it will appear ?
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer hosting
Make sure the CFIDE folder is accessible from outside your network, if not, then this is the problem.
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion Developer community and FREE developer hosting
If the web service is not run by you, then you cannot do much about its reliability.
If you want to have better error handling, you can put a CFTRY/CFCATCH block around your cfinvoke to stop the site throwing an error when it times out.
Regards
--
Russ Michaels
CFDeveloper.co.uk
ColdFusion...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.