Paul
|
| Posted: 02/15/2002, 1:45 AM |
|
When i publish my pages in ASP&Templates and run the files on the server they appear to run without any error but appear blank, if i publish the pages in ASP without the templates the files seem to run correctly. What is the reason for this and how can i make it so that the live version dispays the ASP combined with the templates, this is very important for the design of my site.
Any help or ideas would be greatly appreciated as this is becoming a major issue for me.....
|
|
|
 |
Alex Alexapolsky
|
| Posted: 02/15/2002, 2:17 AM |
|
You are probably running Norton Antivurus. Then you need to disable
script blocking
|
|
|
 |
Paul
|
| Posted: 02/15/2002, 2:36 AM |
|
This doesn't seem to make any difference.....
The files are running on a Unix server and linking to a MySQL datasource.....
HELP!!!!!
|
|
|
 |
Nicole
|
| Posted: 02/15/2002, 5:18 AM |
|
Paul,
try to debug the code to find the line causing the problem. Create Custom Show Page event and put print code after each command execution. I suppose the problem is with loadtemplate. Is it so?
|
|
|
 |
Paul
|
| Posted: 02/15/2002, 7:09 AM |
|
Thank you for your help, this forum is very good you know especially Alex and Nicole....
The problem was with the common.asp file, there is a line that includes "\" and because server was unix based it couldn't find the templates hence blank screens changing this to "/" made everything all well again :) ahhhhhh :)
|
|
|
 |