silvercover
Posts: 26
|
| Posted: 06/02/2008, 10:03 AM |
|
Hi,
I use CCS 4.00.00.04 and PHP. In some of my pages i have "before show" events which interact with database. the problem is when i test my generated event-enabled pages a blank page displays in my browser. i could reproduced this problem several times by removing and adding events.
what's wrong?
_________________
The more I learn, the less I know! |
 |
 |
wkempees
Posts: 1679
|
| Posted: 06/02/2008, 3:31 PM |
|
Please show some example code here......
Also upgrading to 4.00.00.15 is advised. ( next release expected this week ?!)
MB: Have you opened a support ticket ( http://support.yessoftware.com )
Also if using your DBconnection, check the spelling.....
Sounds like a failing SQL.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
datadoit
|
| Posted: 06/02/2008, 4:01 PM |
|
-Blank pages- will be a common occurrence in your programming life.
Learn to get output from your code with or without errors.
Look into your web server configuration - your development platform
should have a looser set of rules for displaying errors versus what your
production platform has. Also look into the PHP debugging functions,
such as error_reporting(), and the ever so reliable echo command.
|
|
|
 |
|