Quoting nils <[EMAIL PROTECTED]>: > hi, > Installed bacula-web but its not working as it says that > *Fatal error*: Call to undefined function: fetchrow() in > */var/www/bacula/index.php* on line *47 > *This is line 47 in index.php* > $tmp = $client->fetchRow(); > *As I am not familiar with bacula-web classes and its structures I've no > idea. >
It looks to me like you are missing the PHP database library, e.g., php4-mysql, php4-psql, etc. HTH, Jeffrey ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
