hi there.....i am trying to use the new version of bobs, primarilly with nfs, and i have this messages in the browse current link:
Could not create a database of type db3 or db4 (tried both)
Warning: no such handler: in /var/www/html/bobs/inc/class_db.php on line 79
Warning: Unable to find DBA identifier 0 in /var/www/html/bobs/inc/class_db.php on line 308
No files were found in
the backup process appears to be ok, i tried it with a few files, but in the checking i have some messages about problems in write files, and i changed permission and nothing happens...
can you help? thanks!
Rodrigo
rodvb@pop.com.br
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please go into BOBS Administration, select the backup, click on Check Configuration, and post the output of that to this list. It may help determine what the problem is.
I'm guessing it's permissions. What user is your httpd process running as? What are the owner/group and permissions on the db files in /var/bobsdata/current/<backupname>/*.db?
Did you look in /var/log/bobs.log for any clues?
I'm posting this to the bobs-devel mailing list because that's what gets monitored most. Please join the list at http://lists.sourceforge.net/lists/listinfo/bobs-devel and reply there. You're likely to get more help that way.
Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found the problem. All instances of dba_open where the 2nd parameter is "c" must be changed to "n" where your php version is 4.3.5 or less. See the last note on the page at http://us4.php.net/manual/en/function.dba-open.php.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey, thank you very much! Your suggestions fixed my problem, but just on red hat 9 distribution. On fedora installations it didn't work. Which distribution do you use? On fedora, apears the message "No files were found in", but the bakcup process was already done.
I'll access the mailing list 'cause I have some another things to ask...
Rodrigo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey, thank you very much! Your suggestions fixed my problem, but just on red hat 9 distribution. On fedora installations it didn't work. Which distribution do you use? On fedora, apears the message "No files were found in", but the bakcup process was already done.
I'll access the mailing list 'cause I have some another things to ask...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi there.....i am trying to use the new version of bobs, primarilly with nfs, and i have this messages in the browse current link:
Could not create a database of type db3 or db4 (tried both)
Warning: no such handler: in /var/www/html/bobs/inc/class_db.php on line 79
Warning: Unable to find DBA identifier 0 in /var/www/html/bobs/inc/class_db.php on line 308
No files were found in
the backup process appears to be ok, i tried it with a few files, but in the checking i have some messages about problems in write files, and i changed permission and nothing happens...
can you help? thanks!
Rodrigo
rodvb@pop.com.br
Please go into BOBS Administration, select the backup, click on Check Configuration, and post the output of that to this list. It may help determine what the problem is.
I'm guessing it's permissions. What user is your httpd process running as? What are the owner/group and permissions on the db files in /var/bobsdata/current/<backupname>/*.db?
Did you look in /var/log/bobs.log for any clues?
I'm posting this to the bobs-devel mailing list because that's what gets monitored most. Please join the list at http://lists.sourceforge.net/lists/listinfo/bobs-devel and reply there. You're likely to get more help that way.
Joe
You don't have to do anything. I see I am getting the same error. I'll look into it.
I found the problem. All instances of dba_open where the 2nd parameter is "c" must be changed to "n" where your php version is 4.3.5 or less. See the last note on the page at http://us4.php.net/manual/en/function.dba-open.php.
Hey, thank you very much! Your suggestions fixed my problem, but just on red hat 9 distribution. On fedora installations it didn't work. Which distribution do you use? On fedora, apears the message "No files were found in", but the bakcup process was already done.
I'll access the mailing list 'cause I have some another things to ask...
Rodrigo
Hey, thank you very much! Your suggestions fixed my problem, but just on red hat 9 distribution. On fedora installations it didn't work. Which distribution do you use? On fedora, apears the message "No files were found in", but the bakcup process was already done.
I'll access the mailing list 'cause I have some another things to ask...
Could you post what files this variable is\are in. I also have this error and am trying to debug.
thanks...DBA_Frog