I'm receiving two errors that I'm too noobish to fix. Whenever I hit index.php. the main bsma interface loads but I receive the following errors above and below it where strtotime:
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /var/www/localhost/htdocs/bsma/index.php on line 57.
Also after attempting to import audit files from a remote solaris host, I receive the following messages:
Warning: fopen(trails/20060308115721.20060308115851.atl-unixmon) [function.fopen]: failed to open stream: No such file or directory in /var/www/localhost/htdocs/bsma/loadData.php on line 171
Warning: feof(): supplied argument is not a valid stream resource in /var/www/localhost/htdocs/bsma/loadData.php on line 173
Warning: fclose(): supplied argument is not a valid stream resource in /var/www/localhost/htdocs/bsma/loadData.php on line 317
Data Transfered: 192500 bytes
Elapsed Time: 0 Hours 0 Minutes 0.14 Seconds
Records Imported: 0
I'm running BSMA from a gentoo linux host with php-5.0.5-r5, apache-2.0.55-r1, mysql-4.1.14. Php is emerged with ftp support according to portage. Is there a method by which I can determine this via php?
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Having difficulty determing how to edit a post but wanted to update anybody following this. The errors regarding invalid stream are due to my gentoo linux host not having a tool capable of dealing with archives compressed ending in .Z The fix was to emerge a utility called ncompress which provides functionality that mimics compress/uncompress in solaris.
Haven't determined why I'm getting the first ones...but that'll shake out I hope.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm receiving two errors that I'm too noobish to fix. Whenever I hit index.php. the main bsma interface loads but I receive the following errors above and below it where strtotime:
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /var/www/localhost/htdocs/bsma/index.php on line 57.
Also after attempting to import audit files from a remote solaris host, I receive the following messages:
Warning: fopen(trails/20060308115721.20060308115851.atl-unixmon) [function.fopen]: failed to open stream: No such file or directory in /var/www/localhost/htdocs/bsma/loadData.php on line 171
Warning: feof(): supplied argument is not a valid stream resource in /var/www/localhost/htdocs/bsma/loadData.php on line 173
Warning: fclose(): supplied argument is not a valid stream resource in /var/www/localhost/htdocs/bsma/loadData.php on line 317
Data Transfered: 192500 bytes
Elapsed Time: 0 Hours 0 Minutes 0.14 Seconds
Records Imported: 0
I'm running BSMA from a gentoo linux host with php-5.0.5-r5, apache-2.0.55-r1, mysql-4.1.14. Php is emerged with ftp support according to portage. Is there a method by which I can determine this via php?
Any ideas?
Having difficulty determing how to edit a post but wanted to update anybody following this. The errors regarding invalid stream are due to my gentoo linux host not having a tool capable of dealing with archives compressed ending in .Z The fix was to emerge a utility called ncompress which provides functionality that mimics compress/uncompress in solaris.
Haven't determined why I'm getting the first ones...but that'll shake out I hope.