Hi All More questions for bOP hackers. 1. The Model maps database schema to perl classes (Types and relationships). However, is there a way to write custom SQL...
... A Task is composed of executable items, which means that it is a class that has a method that accepts a Bivio::Agent::Request as a parameter, which of...
Revision 3.80 2006/03/08 06:57:14 nagler * Bivio::SQL::Statement->union_hack is an attempt at supporting UNION which works, but will be modified in the...
Revision 3.84 2006/03/15 04:16:13 nagler * Bivio::Biz::Model::WikiForm and Bivio::Biz::Action::WikiView added to create, edit, and view wiki pages. Wiki...
I have a bop site that I've copied from Tom's server to mine, including the postgres database, which includes the following tables: lm=> \dt List of relations ...
... I hope that I wasn't supposed to be any particular user or in any particular directory.... 2006/03/21 23:50:30 Bivio::IO::Config:598 Bivio::DieCode::DIE: ...
I remember coming across this issue before ...... and I remember it was a simple fix. But I'll be damned if I can remember what it was .... ... "Dressing up is...
... You seem to have two versions of bOP on the machine. Bivio::Biz::File.root is a config parameter which is by default assigned in Bivio::BConf so you...
Revision 3.87 2006/03/22 06:18:06 nagler * Bivio::UI::ViewLanguageAUTOLOAD allows you to refer to widgets and ViewShortcuts in classes just like you can in...
... I don't need to type it; I know that version 3.0 came along in a subdirectory when I untarred the client's site. I just figured that it would be left...
... Daily backups fired up while I was doing this, so it took a while [root@anuurn root]# find / -name BConf.pm -ls find: /proc/4630/fd: No such file or...
... We probably don't need bOP installed on any of the directories in / home/lm-web. I think that might be what is confusing things a bit ... Initially, I had...
... It certainly will. :-) One thing you might want to do is not install bOP in /usr/lib, and instead install in the app directories only. This way you can...
... Aye! ... /home/virtual/site32/fst/var/www/lm-web/lm/Bivio-bOP-3.00/lib/Bivio/BConf.pm ... Indeed. Looks like the egg is on my face. I was trying various ...
... Well, I'm not sure what to change it to because it wasn't working when it was just pointed to the site's bivio; it didn't work when I changed it to use my...
... "not working" is a bit nebulous for us to help. :-) We have pretty much one tip to help debug anything at bivio: Work slowly and patiently from the error...
... I was hoping that you would have spotted something in the httpd.conf fragment I posted earlier that was amiss. ... *sigh* I've been doing software...
... Yeah, it's a pain. I need to dedicate more time to the issues on your machine. :c( ... “When I talk to people who've managed to make themselves work on ...
... Yes. I think what we'll do is *only* use the one installed in the Perl lib directory. The only reason I had multiple bOP installs was ... *fear*! Fear that...
I have discovered that my attempt to create a copy of /etc/init.d/httpd called /etc/init.d/httpd_mp and modify it so that I can control each of the apache...
Revision 3.89 2006/03/24 07:56:15 nagler * Bivio::SQL::ListQuery->DEFAULT_MAX_COUNT defines this value and Bivio::Biz::ListModel->LOAD_ALL_SIZE uses it by...