Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Jamroom Developers:
undefined args
Michael
Jamroom Team


Joined: 22 Apr 2008
Posts: 3423
Location: Tokyo

Posted: 05/06/09 01:17 
the module i just built is throwing up errors in the jr_php_error_log

PHP Notice: Undefined index: filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
PHP Notice: Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80

Im sure the error is right, because i cant remember defining either the filename variable or the tmp variable.

I haven't touched either of these core files. so i'm not sure where to begin looking, or even what the error is trying to tell me.

The error only seams to trigger when a page is called with the module i just built included, nowhere else.

Thanks


_________________
Michael Ussher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 05/06/09 11:32 

ussher:
the module i just built is throwing up errors in the jr_php_error_log

PHP Notice: Undefined index: filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
PHP Notice: Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80

Im sure the error is right, because i cant remember defining either the filename variable or the tmp variable.

I haven't touched either of these core files. so i'm not sure where to begin looking, or even what the error is trying to tell me.

The error only seams to trigger when a page is called with the module i just built included, nowhere else.

Thanks


I'm looking in the jamroom 4.0.10 jamroom-misc.inc.php file on line 7989, but am not seeing anything related - are you running 4.0.10?

Thanks!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
Michael
Jamroom Team


Joined: 22 Apr 2008
Posts: 3423
Location: Tokyo

Posted: 05/06/09 17:28 
4.0.11 (the test release)

Its coming from the module i just made the 'apicos search'
(http://www.jamroom.net/index.php?m=td_market&o=browse&company=Apicos#search).
But i don't understand the relationship to these files. Could it be that its just a 'Notice' not a 'warning' so ignorable?

there are quite a few notices. (the above one happens eveytime i do a search though.)
this is the log since yesterday.

Code
[06-May-2009 01:16:48] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 01:16:48] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 01:29:21] PHP Notice:  Array to string conversion in /home/site/public_html/include/jamroom-misc.inc.php on line 5651
[06-May-2009 01:29:38] PHP Notice:  Array to string conversion in /home/site/public_html/include/jamroom-misc.inc.php on line 5651
[06-May-2009 01:29:45] PHP Notice:  Array to string conversion in /home/site/public_html/include/jamroom-misc.inc.php on line 5651
[06-May-2009 01:32:45] PHP Notice:  Array to string conversion in /home/site/public_html/include/jamroom-misc.inc.php on line 5651
[06-May-2009 02:08:04] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:08:04] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:08:14] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:09:26] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:09:26] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:20:43] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:20:43] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:21:34] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:21:34] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:22:00] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:22:00] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:26:51] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:26:51] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:28:07] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:28:07] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:28:37] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:28:37] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:30:24] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:30:24] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 02:31:49] PHP Notice:  Undefined index:  filename in /home/site/public_html/include/jamroom-misc.inc.php on line 7989
[06-May-2009 02:31:49] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80
[06-May-2009 17:16:43] PHP Notice:  Undefined index:  user_nickname in /home/site/public_html/compile/%%7D^7D9^7D9733CD%%jr_overall_footer.tpl.php on line 49
[06-May-2009 17:16:43] PHP Notice:  Undefined variable: tmp in /home/site/public_html/include/plugins/smarty/modifier.jr_date_format.php on line 80


ignore it?


_________________
Michael Ussher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Brian
Jamroom Team


Joined: 09 Jul 2003
Posts: 37583
Location: Seattle, WA

Posted: 05/06/09 19:43 
No.. we don't want to ignore it, since it shouldn't be coming out. I'll install your new module tomorrow morning on my test server here and see what I can see.

Hope this helps!

- Brian


_________________
Make sure and check out:
* The Jamroom FAQ
* The Jamroom Documentation
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Jamroom Developers

 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.