Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Content not display on GUI

by JavaFan (Canon)
on Mar 18, 2011 at 10:15 UTC ( [id://893963]=note: print w/replies, xml ) Need Help??


in reply to Content not display on GUI

So, what output do you getting when telnetting to the server and asking for the resource? What shows up in your logs (errorlog, accesslog)? Why is your title floating between the head and the body? What happens if you make a page that doesn't do any db connections? Is the webserver process allowed to connect to the database? Are connections allowed between your webserver and the database server you connect to? Why do you have both RaiseError and PrintError set to 0? (After all, the last thing you want to do when things aren't working as planned is to silence all errors).

Replies are listed 'Best First'.
Re^2: Content not display on GUI
by krisnaa1980 (Initiate) on Mar 19, 2011 at 07:54 UTC

    To test, I created a sample script that contains the DBI info and it successfully connected and resulted with output, which work as expected. But when I use CGI for the same including some hard coding values, the CGI page displayed is empty

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://893963]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-03-29 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found