Discussion:
[Citrusdb-users] Errors on install - missing language file?
Gwilym Griffith-Jones
2009-12-13 08:52:28 UTC
Permalink
Hi there,

I have recently installed CitrusDB on windows. Everything is fine with the
database and I can login. I get errors all the time over the top of the page
(below). It looks like some vars are not declared?

Any ideas appreciated - looks like a great application :-)

-------------

*Notice*: Undefined variable: payment_due_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *302*

*Notice*: Undefined variable: total_owed in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *302*

*Notice*: Undefined variable: turnoff_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *304*

*Notice*: Undefined variable: cancel_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *306*

*Notice*: Undefined variable: cancel_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *308*

*Notice*: Undefined variable: cancel_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *310*

*Notice*: Undefined variable: cancel_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *310*

*Notice*: Undefined variable: phone_billing in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *312*

*Notice*: Undefined variable: payment_due_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *302*

*Notice*: Undefined variable: total_owed in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *302*

*Notice*: Undefined variable: turnoff_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *304*

*Notice*: Undefined variable: cancel_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *306*

*Notice*: Undefined variable: cancel_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *308*

*Notice*: Undefined variable: cancel_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *310*

*Notice*: Undefined variable: cancel_date in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *310*

*Notice*: Undefined variable: phone_billing in *C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php* on
line *312*
*----------------*

Gwilym Griffith-Jones
. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. .
http://www.staple.co.nz
. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. .
Mob NZ: (+64) 21 388 801
Ph NZ: +64 3 669 2334 / +64 3 443 1900
Email: ***@gmail.com
Skype: gwilymgj / cooreea
. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .
Paul Yasi
2009-12-13 15:18:34 UTC
Permalink
Those variables are used by the notice class when creating notices,
they are currently undefined until they are in use, so that notice is
actually correct. You can safely turn off notices like this in your
php.ini file with a setting like:

error_reporting = E_ALL & ~E_NOTICE

Paul
Post by Gwilym Griffith-Jones
Hi there,
I have recently installed CitrusDB on windows. Everything is fine with the
database and I can login. I get errors all the time over the top of the page
(below). It looks like some vars are not declared?
Any ideas appreciated - looks like a great application :-)
-------------
Notice: Undefined variable: payment_due_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 302
Notice: Undefined variable: total_owed in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 302
Notice: Undefined variable: turnoff_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 304
Notice: Undefined variable: cancel_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 306
Notice: Undefined variable: cancel_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 308
Notice: Undefined variable: cancel_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 310
Notice: Undefined variable: cancel_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 310
Notice: Undefined variable: phone_billing in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 312
Notice: Undefined variable: payment_due_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 302
Notice: Undefined variable: total_owed in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 302
Notice: Undefined variable: turnoff_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 304
Notice: Undefined variable: cancel_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 306
Notice: Undefined variable: cancel_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 308
Notice: Undefined variable: cancel_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 310
Notice: Undefined variable: cancel_date in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 310
Notice: Undefined variable: phone_billing in C:\Documents and
Settings\Gwilym\My Documents\www\citrus\include\local\us-english.inc.php on
line 312
----------------
Gwilym Griffith-Jones
. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. .
http://www.staple.co.nz
. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. .
Mob NZ: (+64) 21 388 801
Ph NZ: +64 3 669 2334 / +64 3 443 1900
Skype: gwilymgj / cooreea
. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .. . . .
------------------------------------------------------------------------------
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
Loading...