From: Rene R. <re...@gr...> - 2007-06-05 21:12:05
|
On Mon, 2007-06-04 at 16:35 -0400, James W. Beauchamp wrote: > Hi All: > I think this may have been addressed already but I couldn't see the > actual solution when perusing the mailing list archive. I've just > upgraded PHP to 5.1.6 and I am now getting errors in my http log > concerning 'undefined index'. The files are actually being backup up > I think its just the index's aren't being built - I think. When I > view the web interface it shows no files, but when I go to the command > line and look at /backup, they are all there. > > Here's a snip from the log file > --------------------------- > [Mon Jun 04 12:30:12 2007] [error] [client 192.168.1.113] PHP Notice: > Undefined index: file in /var/www/html/bobs/files.php on line 92, > referer: > http://192.168.1.5/bobs/tree.php?where=current&mode=browse&expand=Accounting%20Systems%20%26%20Procedures%7CQuickbooks_Working_file%7C > [Mon Jun 04 16:26:05 2007] [error] [client 192.168.1.113] PHP Fatal > error: Call to a member function get_config() on a non-object > in /var/www/html/bobs/tree.php on line 23 > ----------------------------- > It seems to bounce between line 85 and line 92. The lines you mention are all inactive or passive, so I can't even guess at what is wrong. I've never run bobs on php 5 so I've never had those problems. I might be able to help if you include more details of the error messages. Cheers Rene |