Koozali.org: home of the SME Server

Debugging user panels

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Debugging user panels
« on: March 19, 2006, 11:53:42 AM »
As a relative newbie to developing server applications and perl I was wondering if it possible to (easily) debug my user-panel that I would like to create/am creating.

I probably have some error in my panel at the moment as I get a white screen after running an actionscript that works from the command line though.

Thanks in advance!
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Debugging user panels
« Reply #1 on: March 19, 2006, 08:59:35 PM »
Quote from: "cactus"

I probably have some error in my panel at the moment as I get a white screen after running an actionscript that works from the command line though.


Look in your apache error log and /var/log/messages.

Google will help you find advice on debugging perl CGI scripts.