FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Trouble-shooting a script that doesn't retuen HTML
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Trouble-shooting a script that doesn't retuen HTML [message #182777 is a reply to message #182775] Mon, 09 September 2013 11:43 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 9/9/2013 7:22 AM, Derek Turner wrote:
> Hi folks,
>
> I have a script that has just 'stopped working', nothing has been changed
> in the script at all.
>
> The script queries a database and outputs (or should do) an excel
> spreadsheet. I was working fine a fortnight ago before I went on holiday.
> Now I just get a blank browser page and no spreadsheet when I call it.
>
> Before I tackle the hosting company, is there an obvious way of getting
> all and every error and warnings output?
>
> Sorry if this is a bit of a n00b question but I've always had error
> messages when something was wrong: never this silence :)
>

First of all, does it work on your development system? Or do you get
failures there, also?

Your development system's php.ini should have:

display_errors = on
error_reporting = E_ALL

If it does not fail on your development system, what is different
between it and your production system?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: cron job and headers sent error
Next Topic: Confirm PG-related segfault in current PHP version
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 04:12:30 GMT 2024

Total time taken to generate the page: 0.05559 seconds