Forum Moderators: coopster

Message Too Old, No Replies

myInvoice script problem

         

kenlhlp

6:14 pm on Mar 11, 2007 (gmt 0)

10+ Year Member



I have downloaded the "myInvoice" script. I am having trouble at the point where I login as the admin for the first time. My database is not able to connect.

I have setup the config file as indicatied in the instructions and have checked it several times.

I cannot find an E-Mail for the author to ask for his help.

Thank you,

[edited by: eelixduppy at 6:18 pm (utc) on Mar. 11, 2007]
[edit reason] no URLs - see TOS [/edit]

eelixduppy

6:19 pm on Mar 11, 2007 (gmt 0)



Welcome to WebmasterWorld!

Are you receiving any errors? If not in the browser, check your php error logs.

kenlhlp

9:38 pm on Mar 11, 2007 (gmt 0)

10+ Year Member



No, not receiving errors on the browser. Not shure where to find the PHP errors log. Still pretty new to PHP...

eelixduppy

1:21 pm on Mar 14, 2007 (gmt 0)



PHP errors are placed by default in your server's error log. You can check there or try adding
[url=http://us3.php.net/error-reporting]error_reporting[/url](E_ALL);
to the top of your script. Posting the error and the corresponding line is the first step to figuring out the problem :)