From eng.luis at gmail.com Thu Jun 1 02:10:01 2006 From: eng.luis at gmail.com (Luis Santos) Date: Thu, 1 Jun 2006 10:10:01 +0100 Subject: [Vtigercrm-developers] PHP Source Beautification In-Reply-To: References: Message-ID: <2cebcdb40606010210o15b31868xc27207bee50d6f62@mail.gmail.com> Absolutlly yes! Code beautification is one step in the ight direction... There are developers that simply give up on writing code to vtiger because there are portions that are just unbearable :P But as Jeff said this has to be a joint operation to minimize the risks and pitfalls derived from the "beautification".. /Luis On 5/31/06, Jeff Kowalczyk wrote: > > Has anyone used PHP source beautification tools with any success? > > > http://neurobashing.com/blog/archives/2005/03/24/phptidy_quest_continues.html > > http://www.waterproof.fr/products/phpCodeBeautifier/ > > Assuming the right tool made PHP source beautification quick and reliable, > whether (and when) we should bulk-apply formatting standards to the > codebase is an open question. > > The downside is that diffs and merges across that boundary of revision(s) > don't really have much use anymore. > > If there was a branch of the source code that would never have > fixes and features back ported to it, then it would be a > possibility to do rapid, wholesale beautification. > > To my way of thinking, the trunk, prior to branching for vtigercrm-5.0.0 > release candidates, might fit this description, and would be the last > opportunity of this type for quite a while. > > Any thoughts? > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060601/2c20c9db/attachment.htm From allan.bush+vtiger_dev at gmail.com Thu Jun 1 14:37:14 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 1 Jun 2006 14:37:14 -0700 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? In-Reply-To: References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> Message-ID: <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> Thanks guys, I've tagged and exported 4.2.4 (without changes) and it's ready to go. I also created some release notes, attached to this email if anyone has any input on them. I sent this information along with the packaged release to richie but as he seems to be unresponsive on this release I'm not counting on him to get it out in a timely manner. I'd like to put the release on the trac system, if the admin is alright with that please email me directly and I'll get you the files, if not I'll just attach it to the vtiger message board. On a side note the trac ticket system should be modified to remove 4.2.4 as a milestone and add it as a version (and probably remove the 4.2.4rc's well we're at it), if that can be done without messing up the existing tickets. Allan On 5/30/06, Jeff Kowalczyk wrote: > Brian Devendorf wrote: > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known bugs. > > I think it would focus the bug reporting for vtiger 4 on the bugs > > that still exist in the product. > > Sure, its always good to have extra point releases to eliminate patch > trading. vtigercrm-4.2.5 will likely follow soon after. > > Based on past tags, our procedure was to put the branch in the exact form > used for release, then copy to a tag using the command: > > # svn cp (url)/vtigercrm/branches/4.2.4 (url)/vtigercrm/tags/vtigercrm-4.2.4 -m 'Tag 4.2.4 for release' > > Ideally (and we may not be there yet), a release fileset is a > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from: > > # svn export (url)vtigercrm/tags/vtigercrm-4.2.4 > > With no post processing. I guess for .exe installers (if used), that's an > exeption to the rule. > > Unless there are any changes to forward port to branches/4.2, we finally > svn rm the branches/4.2.4. > > Thanks for doing the release, Allan. > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > -------------- next part -------------- After much delay vtigercrm 4.2.4 has been released. This is the first community driven release, so a big thanks goes out to all the people involved in making this happen. This is mostly a bug fix release, but it does mark the first release using the new SVN/Trac system which helps us harness the power of the community contributions and track issues and their fixes so everyone can help out. The trac system can be seen here: http://vtiger.fosslabs.com A list of fixed bugs can be seen using the trac ticket system here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=closed&milestone=4.2.4&order=priority A full changelog can be seen trough the trac svn log here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/log/vtigercrm/tags/vtigercrm-4.2.4?action=stop_on_copy&rev=6885&stop_rev=&mode=follow_copy&verbose=on vtigercrm 4.2.4 can be downloaded here: For a new installation simply extract the files into a directory accessible through your apache setup then point your web browser to that directory on your website and follow the installation instructions. Software you'll require is apache (1.3.x or 2.x) with php (4.3+, no 5.x support yet) and mysql (4.x). You can post any issues or suggestions at http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket UPGRADING If you are upgrading from a previous version of vtigercrm first backup all data then follow the instructions for the appropriate version below: 4.2.3: - No database changes are need if you are using a seccessfull installation. - If tables were only partially created for you using an earlier version please wipe your database and try with 4.2.4, your problems should be solved. - To save your current configuration copy the config.php file from your old installation to config.inc.php in the new installation. You'll also have to edit the config file as follows: - change the following variable names in config.php from: $dbconfig['db_host_name'] = $dbconfig['db_user_name'] = to: $dbconfig['db_hostname'] = $dbconfig['db_username'] = - If your 4.2.3 installation has previously been upgraded from an earlier release there is one database modification missed in pervious upgrades you will want to make manually: alter table wordtemplates drop primary key; alter table wordtemplates change filename filename varchar(100) not null; alter table wordtemplates add column templateid integer(19) primary key; 4.2.2 (aka 4.2 patch2): - Apply the 4.2.3 patch as per: http://forums.vtiger.com/viewtopic.php?t=4166 - Then follow the instructions for a 4.2.3 upgrade. 4.2.1 or 4.2: - Apply the 4.2.2 patch as per: http://forums.vtiger.com/viewtopic.php?t=2903 - Then follow the instructions for a 4.2.2 upgrade. From richie at vtiger.com Fri Jun 2 05:08:21 2006 From: richie at vtiger.com (Richie) Date: Fri, 02 Jun 2006 05:08:21 -0700 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? In-Reply-To: <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> Message-ID: <10b94a4dfa7.1473184129948333441.4940566417858146497@@vtiger.com> Hi Team! Allan, I just now saw your mail. I had taken the day off so the delay. Thanks for taking the initiative. I have a few questions though. I would like to understand how vtigercrm-4.2.4 will be useful in the long run? We have vtigercrm 5 beta out already and in a month's time, we will give out the Release version. Even in the Beta, we have the migration support so all those who are in the 4.2.x series can directly migrate. Kindly clarify. I would request that we have this sorted out and then go for a 4.2.4 release please. At the time, the issue of 4.2.4 was raised, I do understand it was pertinent as v5 was still a long way to go. But now, do you still feel it is pertinent? Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Thanks guys, I've tagged and exported 4.2.4 (without changes) and it's ready to go. I also created some release notes, attached to this email if anyone has any input on them. I sent this information along with the packaged release to richie but as he seems to be unresponsive on this release I'm not counting on him to get it out in a timely manner. I'd like to put the release on the trac system, if the admin is alright with that please email me directly and I'll get you the files, if not I'll just attach it to the vtiger message board. On a side note the trac ticket system should be modified to remove 4.2.4 as a milestone and add it as a version (and probably remove the 4.2.4rc's well we're at it), if that can be done without messing up the existing tickets. Allan On 5/30/06, Jeff Kowalczyk <jtk at yahoo.com> wrote: > Brian Devendorf wrote: > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known bugs. > > I think it would focus the bug reporting for vtiger 4 on the bugs > > that still exist in the product. > > Sure, its always good to have extra point releases to eliminate patch > trading. vtigercrm-4.2.5 will likely follow soon after. > > Based on past tags, our procedure was to put the branch in the exact form > used for release, then copy to a tag using the command: > > # svn cp (url)/vtigercrm/branches/4.2.4 (url)/vtigercrm/tags/vtigercrm-4.2.4 -m 'Tag 4.2.4 for release' > > Ideally (and we may not be there yet), a release fileset is a > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from: > > # svn export (url)vtigercrm/tags/vtigercrm-4.2.4 > > With no post processing. I guess for .exe installers (if used), that's an > exeption to the rule. > > Unless there are any changes to forward port to branches/4.2, we finally > svn rm the branches/4.2.4. > > Thanks for doing the release, Allan. > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060602/f31a4205/attachment.html From allan.bush+vtiger_dev at gmail.com Fri Jun 2 08:59:11 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 2 Jun 2006 08:59:11 -0700 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? In-Reply-To: <-7453951736195652150@unknownmsgid> References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> <-7453951736195652150@unknownmsgid> Message-ID: <3bec26390606020859j43afa6e8w5ca7a06242b72259@mail.gmail.com> I agree this release is long overdue, it would have been out a lot longer if Mike had not disappeared or if he had a lest told us he was going to disappear (nothing against Mike we just need a better system of communication). However you can't be serious about not releasing it. This is how real software projects work, you continue to support old versions after newer ones have been release (let alone just entered "Beta"). For example firefox just released 2.0 alpha 3 and 1.5.0.4 a couple days after (and the firefox alpha is much more stable and easier to upgrade to then the vtiger beta) and I bet a 1.0.9 is in the works should the need arise. Heck even Microsoft still releases patches for Windows 2000. Further more I'm probably not the only one that considers vtiger 5.0 and 4.2 to be nearly different produces, they look and act very different and the code bases are pretty much incapable. Some users will be very reluctant to upgrade as they'll need to retrain all their staff and their customizations will be lost. For these people the continuation of the 4.2 branch is welcomed. >From a technical standpoint the good news is that 4.2.3 and 4.2.4 use accentually the same database so upgrade support from either should be the same script. On that point I have an idea to make supporting upgrading from any release much easier, which I going to test out on the 4.2.5 branch which I plan to release some time in the future (I have no set resources as I can't give a firm date) which may be after the 5.0 release. At that point if there is still issues with the 4.2 branch will we work on 4.2.6. So yes I do feel it is pertinent. Allan On 6/2/06, Richie wrote: > > Hi Team! > > Allan, I just now saw your mail. I had taken the day off so the delay. > Thanks for taking the initiative. I have a few questions though. > > I would like to understand how vtigercrm-4.2.4 will be useful in the long > run? > We have vtigercrm 5 beta out already and in a month's time, we will give out > the Release version. Even in the Beta, we have the migration support so all > those who are in the 4.2.x series can directly migrate. > > Kindly clarify. > I would request that we have this sorted out and then go for a 4.2.4 release > please. > > At the time, the issue of 4.2.4 was raised, I do understand it was pertinent > as v5 was still a long way to go. But now, do you still feel it is > pertinent? > > Richie > > > > > > > ---- Allan Bush wrote ---- > > > Thanks guys, > > I've tagged and exported 4.2.4 (without changes) and it's ready to go. > I also created some release notes, attached to this email if anyone > has any input on them. > > I sent this information along with the packaged release to richie but > as he seems to be unresponsive on this release I'm not counting on him > to get it out in a timely manner. I'd like to put the release on the > trac system, if the admin is alright with that please email me > directly and I'll get you the files, if not I'll just attach it to the > vtiger message board. > > On a side note the trac ticket system should be modified to remove > 4.2.4 as a milestone and add it as a version (and probably remove the > 4.2.4rc's well we're at it), if that can be done without messing up > the existing tickets. > > Allan > > On 5/30/06, Jeff Kowalczyk wrote: > > Brian Devendorf wrote: > > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known bugs. > > > I think it would focus the bug reporting for vtiger 4 on the bugs > > > that still exist in the product. > > > > Sure, its always good to have extra point releases to eliminate patch > > trading. vtigercrm-4.2.5 will likely follow soon after. > > > > Based on past tags, our procedure was to put the branch in the exact form > > used for release, then copy to a tag using the command: > > > > # svn cp (url)/vtigercrm/branches/4.2.4 > (url)/vtigercrm/tags/vtigercrm-4.2.4 -m 'Tag 4.2.4 for release' > > > > Ideally (and we may not be there yet), a release fileset is a > > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from: > > > > # svn export (url)vtigercrm/tags/vtigercrm-4.2.4 > > > > With no post processing. I guess for .exe installers (if used), that's an > > exeption to the rule. > > > > Unless there are any changes to forward port to branches/4.2, we finally > > svn rm the branches/4.2.4. > > > > Thanks for doing the release, Allan. > > > > _______________________________________________ > > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > From Joel.Rydbeck at nubrek.com Fri Jun 2 09:01:15 2006 From: Joel.Rydbeck at nubrek.com (Joel Rydbeck) Date: Fri, 2 Jun 2006 11:01:15 -0500 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> <000001c6863e$544e26a0$0a0510ac@nubrek.local> Message-ID: Richie, I think its important to voice in here on this topic. CRM systems are complex to install and integrate into organizations (and I don't mean technically, process wise they are a very big change). That said, the shift from vTigerCRM version 4.x to 5.x is very dramatic (e.g. entirely new UI, etc.). To expect users to stay on the latest and greatest --particularly when it hasn't yet been released does not work in most industries. Once an organization has a solution in place that works, they typically don't like to move from that until feature set requires them to do so. The expense to re-train employees is often significant. That said, if vTigerCRM would like to establish a place for itself in the enterprise, its important that legacy product (and I think its important to acknowledge that 4.2.3 is still the latest stable release) continue to be supported. There are still a lot of Apache 1.3 users out there even though 2.0 has been out for years. There's a lot of money in legacy support. My customer base just got aclimated to the 4.2.x release, I'm not about to change everything on them just to put them on 5. From a business standpoint it just doesn't make sense. Long term there are some great new features we would like to migrate to, but until the cost to migrate makes business sense I have no intention of forcing them up just to keep up with the latest & greatest. Regards, - Joel ________________________________ From: vtigercrm-developers-bounces at lists.vtigercrm.com on behalf of Richie Sent: Fri 6/2/2006 7:16 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Can we release 4.2.4 already? Hi Team! Allan, I just now saw your mail. I had taken the day off so the delay. Thanks for taking the initiative. I have a few questions though. I would like to understand how vtigercrm-4.2.4 will be useful in the long run? We have vtigercrm 5 beta out already and in a month's time, we will give out the Release version. Even in the Beta, we have the migration support so all those who are in the 4.2.x series can directly migrate. Kindly clarify. I would request that we have this sorted out and then go for a 4.2.4 release please. At the time, the issue of 4.2.4 was raised, I do understand it was pertinent as v5 was still a long way to go. But now, do you still feel it is pertinent? Richie ---- Allan Bush wrote ---- Thanks guys, I've tagged and exported 4.2.4 (without changes) and it's ready to go. I also created some release notes, attached to this email if anyone has any input on them. I sent this information along with the packaged release to richie but as he seems to be unresponsive on this release I'm not counting on him to get it out in a timely manner. I'd like to put the release on the trac system, if the admin is alright with that please email me directly and I'll get you the files, if not I'll just attach it to the vtiger message board. On a side note the trac ticket system should be modified to remove 4.2.4 as a milestone and add it as a version (and probably remove the 4.2.4rc's well we're at it), if that can be done without messing up the existing tickets. Allan On 5/30/06, Jeff Kowalczyk wrote: > Brian Devendorf wrote: > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known bugs. > > I think it would focus the bug reporting for vtiger 4 on the bugs > > that still exist in the product. > > Sure, its always good to have extra point releases to eliminate patch > trading. vtigercrm-4.2.5 will likely follow soon after. > > Based on past tags, our procedure was to put the branch in the exact form > used for release, then copy to a tag using the command: > > # svn cp (url)/vtigercrm/branches/4.2.4 (url)/vtigercrm/tags/vtigercrm-4.2.4 -m 'Tag 4.2.4 for release' > > Ideally (and we may not be there yet), a release fileset is a > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from: > > # svn export (url)vtigercrm/tags/vtigercrm-4.2.4 > > With no post processing. I guess for .exe installers (if used), that's an > exeption to the rule. > > Unless there are any changes to forward port to branches/4.2, we finally > svn rm the branches/4.2.4. > > Thanks for doing the release, Allan. > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 8157 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060602/0cbd5e1a/attachment.bin From jamieinnh at gmail.com Fri Jun 2 09:21:50 2006 From: jamieinnh at gmail.com (Jamie Jackson) Date: Fri, 2 Jun 2006 12:21:50 -0400 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? In-Reply-To: References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> <000001c6863e$544e26a0$0a0510ac@nubrek.local> Message-ID: <994473020606020921y536c8843kb4f2e5bd16658f4e@mail.gmail.com> Here is a recent thread in the forums asking about this release. I think this shows that the community still expects and wants to maintain this branch. http://forums.vtiger.com/viewtopic.php?t=6964&highlight= Jamie On 6/2/06, Joel Rydbeck wrote: > > Richie, > > I think its important to voice in here on this topic. CRM systems are > complex to install and integrate into organizations (and I don't mean > technically, process wise they are a very big change). That said, the shift > from vTigerCRM version 4.x to 5.x is very dramatic (e.g. entirely new UI, > etc.). To expect users to stay on the latest and greatest --particularly > when it hasn't yet been released does not work in most industries. Once an > organization has a solution in place that works, they typically don't like > to move from that until feature set requires them to do so. The expense to > re-train employees is often significant. > > That said, if vTigerCRM would like to establish a place for itself in the > enterprise, its important that legacy product (and I think its important to > acknowledge that 4.2.3 is still the latest stable release) continue to be > supported. There are still a lot of Apache 1.3 users out there even > though 2.0 has been out for years. There's a lot of money in legacy > support. > > My customer base just got aclimated to the 4.2.x release, I'm not about to > change everything on them just to put them on 5. From a business standpoint > it just doesn't make sense. Long term there are some great new features we > would like to migrate to, but until the cost to migrate makes business sense > I have no intention of forcing them up just to keep up with the latest & > greatest. > > Regards, > > - Joel > > ________________________________ > > From: vtigercrm-developers-bounces at lists.vtigercrm.com on behalf of Richie > Sent: Fri 6/2/2006 7:16 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] Can we release 4.2.4 already? > > > Hi Team! > > Allan, I just now saw your mail. I had taken the day off so the delay. > Thanks for taking the initiative. I have a few questions though. > > I would like to understand how vtigercrm-4.2.4 will be useful in the long > run? > We have vtigercrm 5 beta out already and in a month's time, we will give > out the Release version. Even in the Beta, we have the migration support so > all those who are in the 4.2.x series can directly migrate. > > Kindly clarify. > I would request that we have this sorted out and then go for a 4.2.4release please. > > At the time, the issue of 4.2.4 was raised, I do understand it was > pertinent as v5 was still a long way to go. But now, do you still feel it is > pertinent? > > Richie > > > > > > > ---- Allan Bush wrote ---- > > > > Thanks guys, > > I've tagged and exported 4.2.4 (without changes) and it's ready to > go. > I also created some release notes, attached to this email if > anyone > has any input on them. > > I sent this information along with the packaged release to richie > but > as he seems to be unresponsive on this release I'm not counting on > him > to get it out in a timely manner. I'd like to put the release on > the > trac system, if the admin is alright with that please email me > directly and I'll get you the files, if not I'll just attach it to > the > vtiger message board. > > On a side note the trac ticket system should be modified to remove > 4.2.4 as a milestone and add it as a version (and probably remove > the > 4.2.4rc's well we're at it), if that can be done without messing > up > the existing tickets. > > Allan > > On 5/30/06, Jeff Kowalczyk wrote: > > Brian Devendorf wrote: > > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known > bugs. > > > I think it would focus the bug reporting for vtiger 4 on the > bugs > > > that still exist in the product. > > > > Sure, its always good to have extra point releases to eliminate > patch > > trading. vtigercrm-4.2.5 will likely follow soon after. > > > > Based on past tags, our procedure was to put the branch in the > exact form > > used for release, then copy to a tag using the command: > > > > # svn cp (url)/vtigercrm/branches/4.2.4 > (url)/vtigercrm/tags/vtigercrm-4.2.4 -m 'Tag 4.2.4 for release' > > > > Ideally (and we may not be there yet), a release fileset is a > > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from: > > > > # svn export (url)vtigercrm/tags/vtigercrm-4.2.4 > > > > With no post processing. I guess for .exe installers (if used), > that's an > > exeption to the rule. > > > > Unless there are any changes to forward port to branches/4.2, we > finally > > svn rm the branches/4.2.4. > > > > Thanks for doing the release, Allan. > > > > _______________________________________________ > > This vtiger.com email is sponsored by Zoho Planner. Still > scribbling down your To-Do's on bits of paper & palms of your hands? Try the > AJAX enabled, personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still > scribbling down your To-Do's on bits of paper & palms of your hands? Try the > AJAX enabled, personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060602/64116418/attachment-0001.html From richie at vtiger.com Mon Jun 5 03:26:07 2006 From: richie at vtiger.com (Richie) Date: Mon, 05 Jun 2006 03:26:07 -0700 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? In-Reply-To: <994473020606020921y536c8843kb4f2e5bd16658f4e@mail.gmail.com> References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> <000001c6863e$544e26a0$0a0510ac@nubrek.local> <994473020606020921y536c8843kb4f2e5bd16658f4e@mail.gmail.com> Message-ID: <10ba3ba5d87.-6612371561662285730.-5447485771964982096@@vtiger.com> Fair enough team. I stand convinced. Allan let me know when you want to get it done. As far as we are concerned, I think we have the installer integrated already so doing it again will not be a problem. What I would suggest though is that we get a RCx out and then go with the release announcement for 4.2.x. Please Note: I am not aware of any migration-related changes done to 4.2.4. If there be any changes, kindly intimate please. Allan, we are ready to go when you are. Richie ---- Jamie Jackson<jamieinnh at gmail.com> wrote ---- Here is a recent thread in the forums asking about this release.    I think this shows that the community still expects and wants to maintain this branch. http://forums.vtiger.com/viewtopic.php?t=6964&highlight= Jamie On 6/2/06, Joel Rydbeck < Joel.Rydbeck at nubrek.com> wrote:Richie, I think its important to voice in here on this topic.  CRM systems are complex to install and integrate into organizations (and I don't mean technically, process wise they are a very big change).  That said, the shift from vTigerCRM version 4.x to 5.x is very dramatic (e.g. entirely new UI, etc.).  To expect users to stay on the latest and greatest --particularly when it hasn't yet been released does not work in most industries.  Once an organization has a solution in place that works, they typically don't like to move from that until feature set requires them to do so.  The expense to re-train employees is often significant. That said, if vTigerCRM would like to establish a place for itself in the enterprise, its important that legacy product (and I think its important to acknowledge that 4.2.3 is still the latest stable release) continue to be supported.  There are still a lot of Apache 1.3 users out there even though 2.0 has been out for years.  There's a lot of money in legacy support. My customer base just got aclimated to the 4.2.x release, I'm not about to change everything on them just to put them on 5.  From a business standpoint it just doesn't make sense.  Long term there are some great new features we would like to migrate to, but until the cost to migrate makes business sense I have no intention of forcing them up just to keep up with the latest & greatest. Regards, - Joel ________________________________ From: vtigercrm-developers-bounces at lists.vtigercrm.com on behalf of Richie Sent: Fri 6/2/2006 7:16 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] Can we release 4.2.4 already? Hi Team! Allan, I just now saw your mail. I had taken the day off so the delay. Thanks for taking the initiative. I have a few questions though. I would like to understand how vtigercrm-4.2.4 will be useful in the long run? We have vtigercrm 5 beta out already and in a month's time, we will give out the Release version. Even in the Beta, we have the migration support so all those who are in the 4.2.x series can directly migrate. Kindly clarify. I would request that we have this sorted out and then go for a 4.2.4 release please. At the time, the issue of 4.2.4 was raised, I do understand it was pertinent as v5 was still a long way to go. But now, do you still feel it is pertinent? Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ----         Thanks guys,         I've tagged and exported 4.2.4 (without changes) and it's ready to go.         I also created some release notes, attached to this email if anyone         has any input on them.         I sent this information along with the packaged release to richie but         as he seems to be unresponsive on this release I'm not counting on him         to get it out in a timely manner. I'd like to put the release on the         trac system, if the admin is alright with that please email me         directly and I'll get you the files, if not I'll just attach it to the         vtiger message board.         On a side note the trac ticket system should be modified to remove         4.2.4 as a milestone and add it as a version (and probably remove the         4.2.4rc's well we're at it), if that can be done without messing up         the existing tickets.         Allan         On 5/30/06, Jeff Kowalczyk <jtk at yahoo.com > wrote:         > Brian Devendorf wrote:         > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known bugs.         > > I think it would focus the bug reporting for vtiger 4 on the bugs         > > that still exist in the product.         >         > Sure, its always good to have extra point releases to eliminate patch         > trading. vtigercrm-4.2.5 will likely follow soon after.         >         > Based on past tags, our procedure was to put the branch in the exact form         > used for release, then copy to a tag using the command:         >         > # svn cp (url)/vtigercrm/branches/4.2.4 (url)/vtigercrm/tags/vtigercrm- 4.2.4 -m 'Tag 4.2.4 for release'         >         > Ideally (and we may not be there yet), a release fileset is a         > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from:         >         > # svn export (url)vtigercrm/tags/vtigercrm- 4.2.4         >         > With no post processing. I guess for .exe installers (if used), that's an         > exeption to the rule.         >         > Unless there are any changes to forward port to branches/4.2, we finally         > svn rm the branches/4.2.4.         >         > Thanks for doing the release, Allan.         >         > _______________________________________________         > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt         >         _______________________________________________         This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060605/b2861e2c/attachment.htm From jtk at yahoo.com Mon Jun 5 05:53:15 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 05 Jun 2006 08:53:15 -0400 Subject: [Vtigercrm-developers] Elevate (jeffk) trac admin priviledges? Message-ID: Can someone with admin access to trac elevate the role of my user 'jeffk' to be authorized to make a few more edits to various parts of the system? Depending on what configurable settings are available in our deployed trac version, I'd like to be able to: - start new wiki pages - add or revise version numbers and milestones, and metadata about them - review/garden the ticket keyword list Thanks. From richie at vtiger.com Mon Jun 5 06:25:14 2006 From: richie at vtiger.com (Richie) Date: Mon, 05 Jun 2006 06:25:14 -0700 Subject: [Vtigercrm-developers] bug fixes/contributions for 5.0 Message-ID: <10ba45e5839.-4770293616031806391.-276565450405791355@@vtiger.com> Hello! We welcome bug fixes for vtigercrm 5.0. Do feel free to post the fixes in this email list so that we can have a peer review right here and I will integrate it into the trunk. I will need some help in this regard. Any one willing to lend me a hand please? I would think that having 2 guys as assistants will be good as the product is too big to be handled by myself and a single helper. We can start having the fixes for the issues in the trac or even otherwise. The only rules before checking into the trunk are that :- the person should know what he is doing. in case of any possible issues, raise the flag then and there and submit the post/patch for further review. keep all of us in the same page as most of us are in different time zones so the mailing list will be the only mode of keeping in touch. If there be a better approach to this, I am willing to listen. Jeff, Brian, Allan, Joel, Matt, ...? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060605/0a0da771/attachment.html From richie at vtiger.com Mon Jun 5 07:59:07 2006 From: richie at vtiger.com (Richie) Date: Mon, 05 Jun 2006 07:59:07 -0700 Subject: [Vtigercrm-developers] backup handler for 4.2.4 series Message-ID: <10ba4b44b75.-4474094122408181958.7860157339610890785@@vtiger.com> Hello! I would request that we do have a backup handler for the 4.2.4 branch so that in case Allan is not available for osme reason, the other guy can do the needful. Kindly propose any eligible person please. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060605/2cc4f246/attachment-0001.htm From mmbrich at fosslabs.com Mon Jun 5 08:35:05 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Mon, 05 Jun 2006 09:35:05 -0600 Subject: [Vtigercrm-developers] backup handler for 4.2.4 series In-Reply-To: <10ba4b44b75.-4474094122408181958.7860157339610890785@@vtiger.com> References: <10ba4b44b75.-4474094122408181958.7860157339610890785@@vtiger.com> Message-ID: <1149521705.5554.17.camel@localhost.localdomain> I completely dropped this off of my schedule after Mike took over since he was doing such a good job and had good community support. I do not want to offer up official backup support but I can always be pinged if resources are low and a release is around the corner, etc. Matt On Mon, 2006-06-05 at 07:59 -0700, Richie wrote: > Hello! > > I would request that we do have a backup handler for the 4.2.4 branch so that in case Allan is not available for osme > reason, the other guy can do the needful. > > Kindly propose any eligible person please. > > Thanks, > Richie > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt From jtk at yahoo.com Mon Jun 5 08:36:11 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 05 Jun 2006 11:36:11 -0400 Subject: [Vtigercrm-developers] bug fixes/contributions for 5.0 References: <1227.61950265176$1149513960@news.gmane.org> Message-ID: Richie wrote: > Feel free to post the bug fixes for vtigercrm 5.0.fixes in this email > list so that we can have a peer review right here and I will integrate > it into the trunk. I would instead encourage the opposite, that all bugs and related discussion get reported to trac, and trac only. Users should post bugs non-anonymously, if they can. Trac has been a very good fit for the vtiger community resources. Anything submitted within the trac application is automatically integrated for worklist display, archival posterity and structured searching. An unstructured mailing list is less useful for the kinds of things trac does. Trac is our best venue to facilitate the details of the development process. I'd like to reserve the mailing list for discussion, brainstorming and social organization of our community and its resources. From allan.bush+vtiger_dev at gmail.com Mon Jun 5 08:45:14 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Mon, 5 Jun 2006 08:45:14 -0700 Subject: [Vtigercrm-developers] bug fixes/contributions for 5.0 In-Reply-To: <859374056052799725@unknownmsgid> References: <859374056052799725@unknownmsgid> Message-ID: <3bec26390606050845h7da1aecciaa98a68b73c6907@mail.gmail.com> I think handling multiple bug fixes on the mailing list could become hard to organize very quickly. We would be better off to create tickets in the trac system and attach a patch. I've used this system before and it's much easier to work with and keep organized. My only concern would be that the patch would be lost among the other thousand plus tickets, but if we create a keyword to be used or assigned the ticket to an appropriate person it should receive enough attention. On 6/5/06, Richie wrote: > > Hello! > > We welcome bug fixes for vtigercrm 5.0. Do feel free to > post the fixes in this email list so that > we can have a peer > review right here and I will integrate it into the trunk. > > I will need some help in this regard. Any one willing > to lend me a hand please? > I would think that having 2 guys as assistants will > be good as the product is too big to be > handled > by myself and a single helper. We can start having the > fixes for the issues in the trac or even > otherwise. > > > The only rules before checking into the trunk are that :- > > the person should know what he is doing. > in case of any possible issues, raise the flag then > and there and submit the post/patch for > further > review. > keep all of us in the same page as most of us are > in different time zones so the mailing > list will be > the only mode of keeping in touch. > > > > If there be a better approach to this, I am willing > to listen. > > Jeff, Brian, Allan, Joel, Matt, ...? > > > Richie > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > From mmbrich at fosslabs.com Mon Jun 5 09:00:29 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Mon, 05 Jun 2006 10:00:29 -0600 Subject: [Vtigercrm-developers] list management Message-ID: <1149523229.5554.24.camel@localhost.localdomain> Now that 5.0 beta has been released I'd like to get started on the list management and bulk mailing interfaces. Should I create a 5.1 branch for my work or do you want me on the trunk? FYI: this is my list for 5.1 1) List management 2) Bulk Mailing 3) Email tracking 4) Begin integrating the ODF merge code that was submitted to the forums this weekend. I've noticed that some people are dropping code or starting projects for some of the things I mentioned in my other emails about 5.1. Naturally, I will be backing up these projects (like the asterisk module in the forge and odf merge) rather than doing it from scratch. Matt From jtk at yahoo.com Mon Jun 5 09:08:31 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 05 Jun 2006 12:08:31 -0400 Subject: [Vtigercrm-developers] Versioning, stable and devel branches and business models Message-ID: We have various threads active right now about support for the vtigercrm-4.x series, opening up the trunk to additional community input, etc. FWIW, I'm going to start a trac wiki page (once authorized in trac) to codify the versioning scheme that was discussed over the past year. We had a defect in the name under which vtigercrm-5.0.0beta1 was released, something I had hoped to get brushed up before the product left alpha. We'll get there... I do want to make a point that won't belong on the wiki page or other official docs: The ability of the vtigercrm project to release packaging-, migration- and lifecycle-supported products at predictable intervals will directly impact the viability of business models depending on vtigercrm support contracts and paid feature development. vtigercrm should follow the example of other projects and release on a strict 3 or 6 months cycle, with each release supported for a defined number of months, such as 18. Features should undergo both an inclusion and deprecation process to regulate the speed and timing of change. The vtiger core team and other developers building business around vtigercrm would find it easier to sell support contracts and services for this market, and customers would find it easier to justify buying those support services. These are only observations based on the abrupt transition from vtigercrm-4.2.3 to vtigercrm-5.0.0. I think the work that is ongoing with vtigercrm-4.2.4 and vtigercrm-4.2.5 should be built into the business plan of the vtiger team. It's in everyone's interest to see that a stable branch has a long lifecycle. I'd like to learn from this transition to see if we can engineer a better process for a possible vtigercrm-5.5.0 for December 2006. From nolan at peaceworks.ca Mon Jun 5 10:12:50 2006 From: nolan at peaceworks.ca (Nolan Andres) Date: Mon, 05 Jun 2006 13:12:50 -0400 Subject: [Vtigercrm-developers] list management In-Reply-To: <1149523229.5554.24.camel@localhost.localdomain> References: <1149523229.5554.24.camel@localhost.localdomain> Message-ID: <44846612.4030502@peaceworks.ca> Matthew Brichacek wrote: > Now that 5.0 beta has been released I'd like to get started on the list > management and bulk mailing interfaces. Should I create a 5.1 branch > for my work or do you want me on the trunk? > > FYI: this is my list for 5.1 > 1) List management > 2) Bulk Mailing > 3) Email tracking Not sure how much this would connect with "Email tracking," but I've been working on some code to unify the management of "automatic emails" that vTiger sends. Ultimately, it's designed to replace most of the email-related communication bits of the Settings area, as well as the current cron job scripts that send the emails in question. At present, what I have allows admins to specify: * emails in response to crm entity creation, change, and deletion * emails containing scheduled reports ...and is soon to allow specification of: * emails in response to value-related triggers (eg. inventory falls below specified level, etc) * emails in response to complex situations (ie. specified by a custom function) AutoEmail Parameters common to all types: * specify a set of users to send the email to * specify a set of contacts to send the email to * specify a set of arbitrary email addresses * specify from address * specify (parameterized) subject and body - parameters include "name" and id of crm entity in question - "name" and id of "parent" of crm entity in question - user that made the change that triggered the email ...a preliminary discussion including the impetus for this work can be found at: http://forums.vtiger.com/viewtopic.php?p=23925 ...not having looked at the 5.0 code yet, I'm not sure how well the code I've written would fit in, but I'm certainly willing to contribute it. It consists largely of files that go within the Settings module folder: * an AutoEmail class * a set of AutoEmail subclasses * a php class called multiControl that provides a JavaScript based interface control which makes selecting the set of users/contacts pretty * a set of AutoEmailDetail/EditView pages (html and php) - using the old XTemplate stuff * a little bit of helper JavaScript plus some minor additions to CRMEntity.php I think it's all been factored fairly well, but I likely made some assumptions that would not necessarily fit with what you may want to do. Would there be interest in having this code contributed? peace, nokes From mmbrich at fosslabs.com Mon Jun 5 10:21:12 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Mon, 05 Jun 2006 11:21:12 -0600 Subject: [Vtigercrm-developers] list management In-Reply-To: <44846612.4030502@peaceworks.ca> References: <1149523229.5554.24.camel@localhost.localdomain> <44846612.4030502@peaceworks.ca> Message-ID: <1149528073.5554.29.camel@localhost.localdomain> I'd be very interested in seeing the code, for the most part we are working in diff areas. My work is going to focus on the list management and bulk mailing. The tracking component is a geolocation system using the hostip.info database. There are probably some areas of my code you could build from, and I would also be interested in your javascript to make entity selection a breeze (could be nice for campaigns). Thanks, Matt On Mon, 2006-06-05 at 13:12 -0400, Nolan Andres wrote: > Matthew Brichacek wrote: > > Now that 5.0 beta has been released I'd like to get started on the list > > management and bulk mailing interfaces. Should I create a 5.1 branch > > for my work or do you want me on the trunk? > > > > FYI: this is my list for 5.1 > > 1) List management > > 2) Bulk Mailing > > 3) Email tracking > > Not sure how much this would connect with "Email tracking," but I've > been working on some code to unify the management of "automatic emails" > that vTiger sends. Ultimately, it's designed to replace most of the > email-related communication bits of the Settings area, as well as the > current cron job scripts that send the emails in question. > > At present, what I have allows admins to specify: > > * emails in response to crm entity creation, change, and deletion > * emails containing scheduled reports > > ...and is soon to allow specification of: > > * emails in response to value-related triggers (eg. inventory falls > below specified level, etc) > * emails in response to complex situations (ie. specified by a custom > function) > > AutoEmail Parameters common to all types: > * specify a set of users to send the email to > * specify a set of contacts to send the email to > * specify a set of arbitrary email addresses > * specify from address > * specify (parameterized) subject and body > - parameters include "name" and id of crm entity in question > - "name" and id of "parent" of crm entity in question > - user that made the change that triggered the email > > > ...a preliminary discussion including the impetus for this work can be > found at: > > http://forums.vtiger.com/viewtopic.php?p=23925 > > > ...not having looked at the 5.0 code yet, I'm not sure how well the code > I've written would fit in, but I'm certainly willing to contribute it. > It consists largely of files that go within the Settings module folder: > > * an AutoEmail class > * a set of AutoEmail subclasses > * a php class called multiControl that provides a JavaScript based > interface control which makes selecting the set of users/contacts pretty > * a set of AutoEmailDetail/EditView pages (html and php) > - using the old XTemplate stuff > * a little bit of helper JavaScript > > plus some minor additions to CRMEntity.php > > > I think it's all been factored fairly well, but I likely made some > assumptions that would not necessarily fit with what you may want to do. > Would there be interest in having this code contributed? > > > peace, > nokes > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt From nolan at peaceworks.ca Mon Jun 5 10:26:23 2006 From: nolan at peaceworks.ca (Nolan Andres) Date: Mon, 05 Jun 2006 13:26:23 -0400 Subject: [Vtigercrm-developers] list management In-Reply-To: <1149528073.5554.29.camel@localhost.localdomain> References: <1149523229.5554.24.camel@localhost.localdomain> <44846612.4030502@peaceworks.ca> <1149528073.5554.29.camel@localhost.localdomain> Message-ID: <4484693F.10104@peaceworks.ca> Sounds like this list isn't the place to send it. Where should I post it? ...or should I just send it to you? peace, nokes Matthew Brichacek wrote: > I'd be very interested in seeing the code, for the most part we are > working in diff areas. My work is going to focus on the list management > and bulk mailing. The tracking component is a geolocation system using > the hostip.info database. There are probably some areas of my code you > could build from, and I would also be interested in your javascript to > make entity selection a breeze (could be nice for campaigns). > > Thanks, > > Matt From mmbrich at fosslabs.com Mon Jun 5 10:49:19 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Mon, 05 Jun 2006 11:49:19 -0600 Subject: [Vtigercrm-developers] list management In-Reply-To: <4484693F.10104@peaceworks.ca> References: <1149523229.5554.24.camel@localhost.localdomain> <44846612.4030502@peaceworks.ca> <1149528073.5554.29.camel@localhost.localdomain> <4484693F.10104@peaceworks.ca> Message-ID: <1149529759.5554.31.camel@localhost.localdomain> You can send it straight to me if you want, but it sounds like it would make a great addition to 5.x as well if you have the time to make it work. Matt On Mon, 2006-06-05 at 13:26 -0400, Nolan Andres wrote: > Sounds like this list isn't the place to send it. Where should I post > it? ...or should I just send it to you? > > peace, > nokes > > Matthew Brichacek wrote: > > I'd be very interested in seeing the code, for the most part we are > > working in diff areas. My work is going to focus on the list management > > and bulk mailing. The tracking component is a geolocation system using > > the hostip.info database. There are probably some areas of my code you > > could build from, and I would also be interested in your javascript to > > make entity selection a breeze (could be nice for campaigns). > > > > Thanks, > > > > Matt > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt From nolan at peaceworks.ca Mon Jun 5 12:14:09 2006 From: nolan at peaceworks.ca (Nolan Andres) Date: Mon, 05 Jun 2006 15:14:09 -0400 Subject: [Vtigercrm-developers] list management In-Reply-To: <1149529759.5554.31.camel@localhost.localdomain> References: <1149523229.5554.24.camel@localhost.localdomain> <44846612.4030502@peaceworks.ca> <1149528073.5554.29.camel@localhost.localdomain> <4484693F.10104@peaceworks.ca> <1149529759.5554.31.camel@localhost.localdomain> Message-ID: <44848281.90605@peaceworks.ca> For anyone else watching this thread, I've sent the code to Matt to have a look at, provide comments on, and possibly (?) use with his stuff as noted for 5.1. If he feels it should be contributed, then I'll proceed from there. If anyone else is interested, I'd be happy to provide the same set of code for other eyes to view as well... peace, nokes Matthew Brichacek wrote: > You can send it straight to me if you want, but it sounds like it would > make a great addition to 5.x as well if you have the time to make it > work. > > Matt > > > On Mon, 2006-06-05 at 13:26 -0400, Nolan Andres wrote: > >>Sounds like this list isn't the place to send it. Where should I post >>it? ...or should I just send it to you? >> >>peace, >>nokes >> >>Matthew Brichacek wrote: >> >>>I'd be very interested in seeing the code, for the most part we are >>>working in diff areas. My work is going to focus on the list management >>>and bulk mailing. The tracking component is a geolocation system using >>>the hostip.info database. There are probably some areas of my code you >>>could build from, and I would also be interested in your javascript to >>>make entity selection a breeze (could be nice for campaigns). >>> >>>Thanks, >>> >>>Matt >> >>_______________________________________________ >>This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt From richie at vtiger.com Tue Jun 6 01:51:55 2006 From: richie at vtiger.com (Richie) Date: Tue, 06 Jun 2006 01:51:55 -0700 Subject: [Vtigercrm-developers] bug fixes/contributions for 5.0 In-Reply-To: <3bec26390606050845h7da1aecciaa98a68b73c6907@mail.gmail.com> References: <859374056052799725@unknownmsgid> <3bec26390606050845h7da1aecciaa98a68b73c6907@mail.gmail.com> Message-ID: <10ba88a7957.1772192454053683690.-1415089103932994802@@vtiger.com> Hello! I stand corrected. My intention of suggesting the mailing list was to have a on-the-spot peer review and we will not miss out too many patches. Moreover, we had a damn good number of fixes/posts in the mailing list for 4.2.4. But then, the trac is the proper place to handle these issues. I see the light now :) My only point of concern is how does the team/community get notified of the patches submitted in the trac? Jeff any ideas on this front? Please post all the patches/fixes to the trac in the meantime. It will be a bit confusing initially but then we will come to terms with it too. ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- I think handling multiple bug fixes on the mailing list could become hard to organize very quickly. We would be better off to create tickets in the trac system and attach a patch. I've used this system before and it's much easier to work with and keep organized. My only concern would be that the patch would be lost among the other thousand plus tickets, but if we create a keyword to be used or assigned the ticket to an appropriate person it should receive enough attention. On 6/5/06, Richie <richie at vtiger.com> wrote: > > Hello! > > We welcome bug fixes for vtigercrm 5.0. Do feel free to > post the fixes in this email list so that > we can have a peer > review right here and I will integrate it into the trunk. > > I will need some help in this regard. Any one willing > to lend me a hand please? > I would think that having 2 guys as assistants will > be good as the product is too big to be > handled > by myself and a single helper. We can start having the > fixes for the issues in the trac or even > otherwise. > > > The only rules before checking into the trunk are that :- > > the person should know what he is doing. > in case of any possible issues, raise the flag then > and there and submit the post/patch for > further > review. > keep all of us in the same page as most of us are > in different time zones so the mailing > list will be > the only mode of keeping in touch. > > > > If there be a better approach to this, I am willing > to listen. > > Jeff, Brian, Allan, Joel, Matt, ...? > > > Richie > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060606/e7e7bc41/attachment.html From Matjaz.Slak at atol.si Tue Jun 6 02:21:08 2006 From: Matjaz.Slak at atol.si (Matjaz.Slak@atol.si) Date: Tue, 6 Jun 2006 11:21:08 +0200 Subject: [Vtigercrm-developers] Offering developement assistance for 4.2.x series Message-ID: Hello vTiger team! I am from a CRM services company. We do CRM/sales consulting for SMB companies and as an aditional service to our customers provide a hosted CRM solution (based on vTiger, of course). For this we've done quite some tuning/fixing of the vTiger 4.2.3 code. I strongly agree with others on this mailing list that we should continue to support the 4.x stream, as customers will be very slow to migrate to 5.x. I would like to offer our help in maintaining the 4.x stream. We would like to actively participate in the community developement, and can also help in organizational and requirements/usability area - we have a lot of feedback from our customers on what they would like to have in a CRM solution. Also I see you're looking for somone to help with handling the 4.2.x releases. I would be glad to help. Please, let me know how we can become a member of the vTiger developement community. Matjaz Slak Atol d.o.o. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060606/0942ea6d/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5476 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060606/0942ea6d/smime.bin From mary.adel at itrize.com Tue Jun 6 02:30:57 2006 From: mary.adel at itrize.com (Mary Adel) Date: Tue, 06 Jun 2006 12:30:57 +0300 Subject: [Vtigercrm-developers] Fedora core 4 with php4 Message-ID: <1149586257.4386.5.camel@localhost> Dear All I need to install vtiger 4 on fedora core 4 and the problem is that: fedora core 4 have only php5 supported in it Can anyone help what shall i do to figure this out Thanks, Mary From libregeek at gmail.com Tue Jun 6 04:25:24 2006 From: libregeek at gmail.com (Manilal K M) Date: Tue, 6 Jun 2006 16:55:24 +0530 Subject: [Vtigercrm-developers] Fedora core 4 with php4 In-Reply-To: <1149586257.4386.5.camel@localhost> References: <1149586257.4386.5.camel@localhost> Message-ID: <2315046d0606060425t763d269j1b9b832e9701752b@mail.gmail.com> On 06/06/06, Mary Adel wrote: > Dear All > > I need to install vtiger 4 on fedora core 4 and the problem is that: > fedora core 4 have only php5 supported in it > > Can anyone help what shall i do to figure this out > > Thanks, > Mary > Compile and Install php-4.4.2 from source. regards manilal From kiange at gmail.com Tue Jun 6 05:03:39 2006 From: kiange at gmail.com (Finjon Kiang) Date: Tue, 6 Jun 2006 20:03:39 +0800 Subject: [Vtigercrm-developers] Offering developement assistance for 4.2.x series In-Reply-To: References: Message-ID: It's a great news. :) -- Finjon Kiang On 6/6/06, Matjaz.Slak at atol.si wrote: > > Hello vTiger team! > > I am from a CRM services company. We do CRM/sales consulting for SMB > companies and as an aditional service to our customers provide a hosted CRM > solution (based on vTiger, of course). > > For this we've done quite some tuning/fixing of the vTiger 4.2.3 code. I > strongly agree with others on this mailing list that we should continue to > support the 4.x stream, as customers will be very slow to migrate to 5.x. > > I would like to offer our help in maintaining the 4.x stream. We would like > to actively participate in the community developement, and can also help in > organizational and requirements/usability area - we have a lot of feedback > from our customers on what they would like to have in a CRM solution. > > Also I see you're looking for somone to help with handling the 4.2.x > releases. I would be glad to help. > > Please, let me know how we can become a member of the vTiger developement > community. > > Matjaz Slak > Atol d.o.o. From webmaster at vtigercrmfrance.org Tue Jun 6 05:20:09 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Tue, 06 Jun 2006 14:20:09 +0200 Subject: [Vtigercrm-developers] Custom fields in vtiger CRM 5 Message-ID: <448572F9.4020401@vtigercrmfrance.org> Hi all, on new version, the picklist are re ordered alphabeticaly. It's really difficult to use for me. By default the first value (reordered) is selected. If i create a new picklist like this : Select My value 1 My value 2 ... With the new system i obtain in my module : My value 1 (saved by default and wrong !) My value 2 Select With admin, if i edit a custom field, i have not the value list, i have to click on field type to show my picklist value for modifications. Cheer, A?ssa From webmaster at vtigercrmfrance.org Tue Jun 6 05:26:00 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Tue, 06 Jun 2006 14:26:00 +0200 Subject: [Vtigercrm-developers] Calendar V5 Message-ID: <44857458.1060300@vtigercrmfrance.org> I don't know if the new calendar ready, but the share system is not working correctly. I only see the activities from others users on my home. I alway obtain : You are not permitted to execute this Operation when i follow the link. The activity is created by admin, the admin calendar is share with standarduser. I have created a group with admin & standarduser, same result. From webmaster at vtigercrmfrance.org Tue Jun 6 05:29:53 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Tue, 06 Jun 2006 14:29:53 +0200 Subject: [Vtigercrm-developers] Some dropdown Message-ID: <44857541.2010600@vtigercrmfrance.org> Again, For some system dropdown like quick create, it can be usefull to have a first field called "select", because Account is selected by default, and i can't create a account directly. Same thing for module portal, the first site saved is never displayed, i have to change 2 times to see the first entry. From webmaster at vtigercrmfrance.org Tue Jun 6 05:32:43 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Tue, 06 Jun 2006 14:32:43 +0200 Subject: [Vtigercrm-developers] Customview pagination Message-ID: <448575EB.8080104@vtigercrmfrance.org> This feature is really cool, but, if i use a customview for a mass mailing, only the 10 or X first entry are used to send email. Cheer A?ssa From webmaster at vtigercrmfrance.org Tue Jun 6 06:13:07 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Tue, 06 Jun 2006 15:13:07 +0200 Subject: [Vtigercrm-developers] Translations Message-ID: <44857F63.90303@vtigercrmfrance.org> Translations problems ;-) Critical : The button save in "My preferences" not work with french lang. For each Tab "More information" in detail view. Critical : The link (url) is translated, exemple in Campaigns we have : http://127.0.0.1/vtbeta/index.php?action=CallRelatedList&module=* Campagnes* &record=121&parenttab=Marketing and obtain an hacking attempt. When i'm on tab relatedlist : The tab names are now in english, The modules names are in enlish, All the button "Add new..." are in english, Only the table header are translated. Module dashboard : By default all is translated. But if i click on any link, all is in english. In fact, only dashboard home is translated. Module report : The table header (field names) are not translated on report display and exports PDF/XLS Left panel "Actions" : All have to be translate. On custom field creation : index.php?module=Settings&action=SettingsSubMenu&type=CustomField&parenttab=Settings The module names have to be translated. On picklist settings : index.php?module=Settings&action=PickList&parenttab=Settings Same thing, the module name have to be translated. On default field permission : index.php?module=Users&action=DefaultFieldPermissions&parenttab=Settings The field name have to be translated On profiles privil?ges : index.php?module=Users&action=profilePrivileges&return_action=ListProfiles&parenttab=Settings&mode=edit&profileid=4 Module names, Field names, actions have to be translated. On OrgSharingDetailView : Button add privilege have to be translated, Rules pop up and fields too Iventory notification : index.php?module=Users&action=listinventorynotifications&parenttab=Settings The term Tool on table header have to be translated Critical : Company information : The bug with ' persist. My company address : 52 bd Jeanne d'Arc. How to have my company address in vtiger crm ? Module calendar : Repeat type have to be translated. Daily, weekly, monthly have no signification here. The term "view" for hour view and list view have to be translated Module Activites : On list view, call/meeting/task have to be translated or changed for image. On editview same thing + repeat. Critical : Some "Ajax" save button not work. Critical : On some module the tag cloud system display an hacking attempt, i think it's due to a module name translation. Character set is not displyed on html source. Critical : Character problem with announce and accents. Chat not work, when i press "enter" i go to the home page. To be continued.... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060606/29821bce/attachment.htm From richie at vtiger.com Tue Jun 6 08:08:59 2006 From: richie at vtiger.com (Richie) Date: Tue, 06 Jun 2006 08:08:59 -0700 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? In-Reply-To: <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> Message-ID: <10ba9e3af95.-5842706935838209260.-5610252546111581252@@vtiger.com> Hi! The 4.2.4 is available for download at the following location :- http://vtiger.com/download/vtiger_CRM_4_2_4.exe http://vtiger.com/download/vtiger_CRM_4_2_4.bin http://vtiger.com/download/vtiger_CRM_4_2_4.PhpDocs.zip The source will be released soon as there is a small logistical problem here causing the delay. Let me know if there be any issues. Should we make this an official announcement Allan? I would prefer if you do it as you have taken the initiative. It is only right that the credit too is taken by you. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Thanks guys, I've tagged and exported 4.2.4 (without changes) and it's ready to go. I also created some release notes, attached to this email if anyone has any input on them. I sent this information along with the packaged release to richie but as he seems to be unresponsive on this release I'm not counting on him to get it out in a timely manner. I'd like to put the release on the trac system, if the admin is alright with that please email me directly and I'll get you the files, if not I'll just attach it to the vtiger message board. On a side note the trac ticket system should be modified to remove 4.2.4 as a milestone and add it as a version (and probably remove the 4.2.4rc's well we're at it), if that can be done without messing up the existing tickets. Allan On 5/30/06, Jeff Kowalczyk <jtk at yahoo.com> wrote: > Brian Devendorf wrote: > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known bugs. > > I think it would focus the bug reporting for vtiger 4 on the bugs > > that still exist in the product. > > Sure, its always good to have extra point releases to eliminate patch > trading. vtigercrm-4.2.5 will likely follow soon after. > > Based on past tags, our procedure was to put the branch in the exact form > used for release, then copy to a tag using the command: > > # svn cp (url)/vtigercrm/branches/4.2.4 (url)/vtigercrm/tags/vtigercrm-4.2.4 -m 'Tag 4.2.4 for release' > > Ideally (and we may not be there yet), a release fileset is a > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from: > > # svn export (url)vtigercrm/tags/vtigercrm-4.2.4 > > With no post processing. I guess for .exe installers (if used), that's an > exeption to the rule. > > Unless there are any changes to forward port to branches/4.2, we finally > svn rm the branches/4.2.4. > > Thanks for doing the release, Allan. > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060606/fb3ac5ff/attachment.html From sergiokessler at gmail.com Tue Jun 6 08:30:11 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Tue, 6 Jun 2006 12:30:11 -0300 Subject: [Vtigercrm-developers] bug fixes/contributions for 5.0 In-Reply-To: <-8184152645346629150@unknownmsgid> References: <859374056052799725@unknownmsgid> <3bec26390606050845h7da1aecciaa98a68b73c6907@mail.gmail.com> <-8184152645346629150@unknownmsgid> Message-ID: <49216030606060830we1cffcej4bc76800f12657ef@mail.gmail.com> normally one should fill a issue with the trac (posting the patch there) and post a message here with a blurb about the problem and a link to the trac issue number... regards, /sak On 6/6/06, Richie wrote: > > Hello! > > I stand corrected. My intention of suggesting the mailing list was to have a > on-the-spot peer review and we will not miss out too many patches. Moreover, > we had a damn good number of fixes/posts in the mailing list for 4.2.4. > But then, the trac is the proper place to handle these issues. I see the > light now :) > > My only point of concern is how does the team/community get notified of the > patches submitted in the trac? Jeff any ideas on this front? > > Please post all the patches/fixes to the trac in the meantime. It will be a > bit confusing initially but then we will come to terms with it too. > > > > > > > ---- Allan Bush wrote ---- > > > I think handling multiple bug fixes on the mailing list could become > hard to organize very quickly. > > We would be better off to create tickets in the trac system and attach > a patch. I've used this system before and it's much easier to work > with and keep organized. My only concern would be that the patch > would be lost among the other thousand plus tickets, but if we create > a keyword to be used or assigned the ticket to an appropriate person > it should receive enough attention. > > On 6/5/06, Richie wrote: > > > > Hello! > > > > We welcome bug fixes for vtigercrm 5.0. Do feel free to > > post the fixes in this email list so that > > we can have a peer > > review right here and I will integrate it into the trunk. > > > > I will need some help in this regard. Any one willing > > to lend me a hand please? > > I would think that having 2 guys as assistants will > > be good as the product is too big to be > > handled > > by myself and a single helper. We can start having the > > fixes for the issues in the trac or even > > otherwise. > > > > > > The only rules before checking into the trunk are that :- > > > > the person should know what he is doing. > > in case of any possible issues, raise the flag then > > and there and submit the post/patch for > > further > > review. > > keep all of us in the same page as most of us are > > in different time zones so the mailing > > list will be > > the only mode of keeping in touch. > > > > > > > > If there be a better approach to this, I am willing > > to listen. > > > > Jeff, Brian, Allan, Joel, Matt, ...? > > > > > > Richie > > _______________________________________________ > > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > > personal organizer online, Zoho Planner for FREE instead! > > http://zohoplanner.com/?vt > > > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > From richie at vtiger.com Tue Jun 6 08:43:51 2006 From: richie at vtiger.com (Richie) Date: Tue, 06 Jun 2006 08:43:51 -0700 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? In-Reply-To: <10ba9e3af95.-5842706935838209260.-5610252546111581252@@vtiger.com> References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> <10ba9e3af95.-5842706935838209260.-5610252546111581252@@vtiger.com> Message-ID: <10baa039bce.2416656992365871261.-7120348998557993861@@vtiger.com> Hello! Here is the source location : http://vtiger.com/download/vtiger_CRM_4_2_4_Source.tar.gz Richie ---- Richie<richie at vtiger.com> wrote ---- Hi! The 4.2.4 is available for download at the following location :- http://vtiger.com/download/vtiger_CRM_4_2_4.exe http://vtiger.com/download/vtiger_CRM_4_2_4.bin http://vtiger.com/download/vtiger_CRM_4_2_4.PhpDocs.zip The source will be released soon as there is a small logistical problem here causing the delay. Let me know if there be any issues. Should we make this an official announcement Allan? I would prefer if you do it as you have taken the initiative. It is only right that the credit too is taken by you. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Thanks guys, I've tagged and exported 4.2.4 (without changes) and it's ready to go. I also created some release notes, attached to this email if anyone has any input on them. I sent this information along with the packaged release to richie but as he seems to be unresponsive on this release I'm not counting on him to get it out in a timely manner. I'd like to put the release on the trac system, if the admin is alright with that please email me directly and I'll get you the files, if not I'll just attach it to the vtiger message board. On a side note the trac ticket system should be modified to remove 4.2.4 as a milestone and add it as a version (and probably remove the 4.2.4rc's well we're at it), if that can be done without messing up the existing tickets. Allan On 5/30/06, Jeff Kowalczyk <jtk at yahoo.com> wrote: > Brian Devendorf wrote: > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known bugs. > > I think it would focus the bug reporting for vtiger 4 on the bugs > > that still exist in the product. > > Sure, its always good to have extra point releases to eliminate patch > trading. vtigercrm-4.2.5 will likely follow soon after. > > Based on past tags, our procedure was to put the branch in the exact form > used for release, then copy to a tag using the command: > > # svn cp (url)/vtigercrm/branches/4.2.4 (url)/vtigercrm/tags/vtigercrm-4.2.4 -m 'Tag 4.2.4 for release' > > Ideally (and we may not be there yet), a release fileset is a > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from: > > # svn export (url)vtigercrm/tags/vtigercrm-4.2.4 > > With no post processing. I guess for .exe installers (if used), that's an > exeption to the rule. > > Unless there are any changes to forward port to branches/4.2, we finally > svn rm the branches/4.2.4. > > Thanks for doing the release, Allan. > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060606/cbc18086/attachment.htm From allan.bush+vtiger_dev at gmail.com Tue Jun 6 09:39:16 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 6 Jun 2006 09:39:16 -0700 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? In-Reply-To: <-9207294988068635868@unknownmsgid> References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> <-9207294988068635868@unknownmsgid> Message-ID: <3bec26390606060939r5c0c08d1l38ee7a9c4102651@mail.gmail.com> Thanks Richie, You may wish to do a svn export though with the source installation as you still have all the .svn folders in there. We can all this an official announcement, I believe you have the release notes I created. Feel free to modify them any way you see fit and create a post in the forums. If you'd like me to do that you'll need to give me permission to post in the Announcement forum ;p Allan PS I really didn't do much for this release (other then getting mad that it hadn't been released), most of the credit should go to Mike Fedyk where ever he is. On 6/6/06, Richie wrote: > > Hello! > > Here is the source location : > > http://vtiger.com/download/vtiger_CRM_4_2_4_Source.tar.gz > > > Richie > > > > > ---- Richie wrote ---- > > > Hi! > > The 4.2.4 is available for download at the following location :- > > http://vtiger.com/download/vtiger_CRM_4_2_4.exe > http://vtiger.com/download/vtiger_CRM_4_2_4.bin > http://vtiger.com/download/vtiger_CRM_4_2_4.PhpDocs.zip > > The source will be released soon as there is a small logistical problem here > causing the delay. > > Let me know if there be any issues. > > Should we make this an official announcement Allan? > I would prefer if you do it as you have taken the initiative. > It is only right that the credit too is taken by you. > > Richie > > > > > > ---- Allan Bush wrote ---- > > > Thanks guys, > > I've tagged and exported 4.2.4 (without changes) and it's ready to go. > I also created some release notes, attached to this email if anyone > has any input on them. > > I sent this information along with the packaged release to richie but > as he seems to be unresponsive on this release I'm not counting on him > to get it out in a timely manner. I'd like to put the release on the > trac system, if the admin is alright with that please email me > directly and I'll get you the files, if not I'll just attach it to the > vtiger message board. > > On a side note the trac ticket system should be modified to remove > 4.2.4 as a milestone and add it as a version (and probably remove the > 4.2.4rc's well we're at it), if that can be done without messing up > the existing tickets. > > Allan > > On 5/30/06, Jeff Kowalczyk wrote: > > Brian Devendorf wrote: > > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known bugs. > > > I think it would focus the bug reporting for vtiger 4 on the bugs > > > that still exist in the product. > > > > Sure, its always good to have extra point releases to eliminate patch > > trading. vtigercrm-4.2.5 will likely follow soon after. > > > > Based on past tags, our procedure was to put the branch in the exact form > > used for release, then copy to a tag using the command: > > > > # svn cp (url)/vtigercrm/branches/4.2.4 > (url)/vtigercrm/tags/vtigercrm-4.2.4 -m 'Tag 4.2.4 for release' > > > > Ideally (and we may not be there yet), a release fileset is a > > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from: > > > > # svn export (url)vtigercrm/tags/vtigercrm-4.2.4 > > > > With no post processing. I guess for .exe installers (if used), that's an > > exeption to the rule. > > > > Unless there are any changes to forward port to branches/4.2, we finally > > svn rm the branches/4.2.4. > > > > Thanks for doing the release, Allan. > > > > _______________________________________________ > > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > From mary.adel at itrize.com Tue Jun 6 01:57:07 2006 From: mary.adel at itrize.com (Mary Adel) Date: Tue, 06 Jun 2006 11:57:07 +0300 Subject: [Vtigercrm-developers] php4 Message-ID: <1149584227.4386.3.camel@localhost> Dear all, my operating system is Linux Fedora core4 I need to download vtiger 4 as it is more stable than vtiger 5 but i have php5 and their is some application that is using it what shall i do to make vtiger work properly and quickly Thanks, Mary From webmaster at vtigercrmfrance.org Tue Jun 6 10:15:25 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Tue, 06 Jun 2006 19:15:25 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 6, Issue 6 In-Reply-To: <001201c684d1$bc4bbfb0$9e02a8c0@ZOND002> References: <001201c684d1$bc4bbfb0$9e02a8c0@ZOND002> Message-ID: <4485B82D.1050409@vtigercrmfrance.org> Thank you very much Rudy. I prefer this solution : Change the file /module/Settings/add2db.php from Line 86 : $organization_name=addslashes($_REQUEST['organization_name']); $org_name=addslashes($_REQUEST['org_name']); $organization_address=addslashes($_REQUEST['organization_address']); $organization_city=addslashes($_REQUEST['organization_city']); $organization_state=addslashes($_REQUEST['organization_state']); $organization_code=$_REQUEST['organization_code']; $organization_country=addslashes($_REQUEST['organization_country']); $organization_phone=$_REQUEST['organization_phone']; $organization_fax=$_REQUEST['organization_fax']; $organization_website=$_REQUEST['organization_website']; $organization_logo=$_REQUEST['organization_logo']; Cheer, A?ssa rudi gybels a ?crit : > Hi, > > For Abos: > > The problem with: > > 52 bd Jeanne d'Arc > > Can be solved by adding the php escape: > > 52 bd Jeanne d\' Arc > > If entered like this, the issue should be solved. > > Best regards, > > > Rudi. > > -----Oorspronkelijk bericht----- > Van: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Namens > vtigercrm-developers-request at lists.vtigercrm.com > Verzonden: dinsdag 6 juni 2006 17:30 > Aan: vtigercrm-developers at lists.vtigercrm.com > Onderwerp: vtigercrm-developers Digest, Vol 6, Issue 6 > > Send vtigercrm-developers mailing list submissions to > vtigercrm-developers at lists.vtigercrm.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers > or, via email, send a message with subject or body 'help' to > vtigercrm-developers-request at lists.vtigercrm.com > > You can reach the person managing the list at > vtigercrm-developers-owner at lists.vtigercrm.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of vtigercrm-developers digest..." > > > Today's Topics: > > 1. Custom fields in vtiger CRM 5 (Abos) > 2. Calendar V5 (Abos) > 3. Some dropdown (Abos) > 4. Customview pagination (Abos) > 5. Translations (Abos) > 6. Re: Can we release 4.2.4 already? (Richie) > 7. Re: bug fixes/contributions for 5.0 (Sergio A. Kessler) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 06 Jun 2006 14:20:09 +0200 > From: Abos > Subject: [Vtigercrm-developers] Custom fields in vtiger CRM 5 > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: <448572F9.4020401 at vtigercrmfrance.org> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi all, > on new version, the picklist are re ordered alphabeticaly. It's really > difficult to use for me. > By default the first value (reordered) is selected. > If i create a new picklist like this : > > Select > My value 1 > My value 2 > ... > > With the new system i obtain in my module : > My value 1 (saved by default and wrong !) > My value 2 > Select > > > With admin, > if i edit a custom field, i have not the value list, i have to click on > field type to show my picklist value for modifications. > > Cheer, > A?ssa > > > ------------------------------ > > Message: 2 > Date: Tue, 06 Jun 2006 14:26:00 +0200 > From: Abos > Subject: [Vtigercrm-developers] Calendar V5 > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: <44857458.1060300 at vtigercrmfrance.org> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I don't know if the new calendar ready, but the share system is not > working correctly. I only see the activities from others users on my home. > I alway obtain : You are not permitted to execute this Operation when i > follow the link. > The activity is created by admin, the admin calendar is share with > standarduser. > I have created a group with admin & standarduser, same result. > > > ------------------------------ > > Message: 3 > Date: Tue, 06 Jun 2006 14:29:53 +0200 > From: Abos > Subject: [Vtigercrm-developers] Some dropdown > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: <44857541.2010600 at vtigercrmfrance.org> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Again, > For some system dropdown like quick create, it can be usefull to have a > first field called "select", because Account is selected by default, and > i can't create a account directly. > > Same thing for module portal, the first site saved is never displayed, i > have to change 2 times to see the first entry. > > > > ------------------------------ > > Message: 4 > Date: Tue, 06 Jun 2006 14:32:43 +0200 > From: Abos > Subject: [Vtigercrm-developers] Customview pagination > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: <448575EB.8080104 at vtigercrmfrance.org> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > This feature is really cool, > but, if i use a customview for a mass mailing, only the 10 or X first > entry are used to send email. > > Cheer > A?ssa > > > ------------------------------ > > Message: 5 > Date: Tue, 06 Jun 2006 15:13:07 +0200 > From: Abos > Subject: [Vtigercrm-developers] Translations > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: <44857F63.90303 at vtigercrmfrance.org> > Content-Type: text/plain; charset="iso-8859-1" > > Translations problems ;-) > > > Critical : The button save in "My preferences" not work with french lang. > > > For each Tab "More information" in detail view. > > Critical : The link (url) is translated, exemple in Campaigns we have : > http://127.0.0.1/vtbeta/index.php?action=CallRelatedList&module=* > Campagnes* &record=121&parenttab=Marketing > and obtain an hacking attempt. > > When i'm on tab relatedlist : > The tab names are now in english, > The modules names are in enlish, > All the button "Add new..." are in english, > Only the table header are translated. > > Module dashboard : > By default all is translated. > But if i click on any link, all is in english. > In fact, only dashboard home is translated. > > > Module report : > The table header (field names) are not translated on report display and > exports PDF/XLS > > > Left panel "Actions" : > All have to be translate. > > On custom field creation : > index.php?module=Settings&action=SettingsSubMenu&type=CustomField&parenttab= > Settings > The module names have to be translated. > > On picklist settings : > index.php?module=Settings&action=PickList&parenttab=Settings > Same thing, the module name have to be translated. > > On default field permission : > index.php?module=Users&action=DefaultFieldPermissions&parenttab=Settings > The field name have to be translated > > On profiles privil?ges : > index.php?module=Users&action=profilePrivileges&return_action=ListProfiles&p > arenttab=Settings&mode=edit&profileid=4 > Module names, Field names, actions have to be translated. > > On OrgSharingDetailView : > Button add privilege have to be translated, > Rules pop up and fields too > > > Iventory notification : > index.php?module=Users&action=listinventorynotifications&parenttab=Settings > The term Tool on table header have to be translated > > > Critical : Company information : > The bug with ' persist. My company address : 52 bd Jeanne d'Arc. > How to have my company address in vtiger crm ? > > > Module calendar : > Repeat type have to be translated. > Daily, weekly, monthly have no signification here. > The term "view" for hour view and list view have to be translated > > Module Activites : > On list view, call/meeting/task have to be translated or changed for image. > On editview same thing + repeat. > > > Critical : Some "Ajax" save button not work. > > Critical : On some module the tag cloud system display an hacking > attempt, i think it's due to a module name translation. > > Character set is not displyed on html source. > > Critical : Character problem with announce and accents. > > Chat not work, when i press "enter" i go to the home page. > > To be continued.... > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/200606 > 06/29821bce/attachment-0001.htm > > ------------------------------ > > Message: 6 > Date: Tue, 06 Jun 2006 08:08:59 -0700 > From: Richie > Subject: Re: [Vtigercrm-developers] Can we release 4.2.4 already? > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: > <10ba9e3af95.-5842706935838209260.-5610252546111581252@@vtiger.com> > Content-Type: text/plain; charset="utf-8" > > Hi! > > The 4.2.4 is available for download at the following location :- > > http://vtiger.com/download/vtiger_CRM_4_2_4.exe > http://vtiger.com/download/vtiger_CRM_4_2_4.bin > http://vtiger.com/download/vtiger_CRM_4_2_4.PhpDocs.zip > > The source will be released soon as there is a small logistical problem here > > causing the delay. > > Let me know if there be any issues. > > Should we make this an official announcement Allan? > I would prefer if you do it as you have taken the initiative. > It is only right that the credit too is taken by you. > > Richie > > > > > > ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- > > Thanks guys, > > I've tagged and exported 4.2.4 (without changes) and it's ready to go. > I also created some release notes, attached to this email if anyone > has any input on them. > > I sent this information along with the packaged release to richie but > as he seems to be unresponsive on this release I'm not counting on him > to get it out in a timely manner. I'd like to put the release on the > trac system, if the admin is alright with that please email me > directly and I'll get you the files, if not I'll just attach it to the > vtiger message board. > > On a side note the trac ticket system should be modified to remove > 4.2.4 as a milestone and add it as a version (and probably remove the > 4.2.4rc's well we're at it), if that can be done without messing up > the existing tickets. > > Allan > > On 5/30/06, Jeff Kowalczyk <jtk at yahoo.com> wrote: > > Brian Devendorf wrote: > > > I would prefer 4.2.4 gets released, as 4.2.3 has so many known > bugs. > > > I think it would focus the bug reporting for vtiger 4 on the bugs > > > that still exist in the product. > > > > Sure, its always good to have extra point releases to eliminate patch > > trading. vtigercrm-4.2.5 will likely follow soon after. > > > > Based on past tags, our procedure was to put the branch in the exact > form > > used for release, then copy to a tag using the command: > > > > # svn cp (url)/vtigercrm/branches/4.2.4 > (url)/vtigercrm/tags/vtigercrm-4.2.4 -m 'Tag 4.2.4 for release' > > > > Ideally (and we may not be there yet), a release fileset is a > > vtigercrm-4.2.4.tar.gz and vtigercrm-4.2.4.zip made from: > > > > # svn export (url)vtigercrm/tags/vtigercrm-4.2.4 > > > > With no post processing. I guess for .exe installers (if used), that's > an > > exeption to the rule. > > > > Unless there are any changes to forward port to branches/4.2, we > finally > > svn rm the branches/4.2.4. > > > > Thanks for doing the release, Allan. > > > > _______________________________________________ > > This vtiger.com email is sponsored by Zoho Planner. Still scribbling > down your To-Do's on bits of paper & palms of your hands? Try the AJAX > enabled, personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX > enabled, personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/200606 > 06/fb3ac5ff/attachment-0001.html > > ------------------------------ > > Message: 7 > Date: Tue, 6 Jun 2006 12:30:11 -0300 > From: "Sergio A. Kessler" > Subject: Re: [Vtigercrm-developers] bug fixes/contributions for 5.0 > To: vtigercrm-developers at lists.vtigercrm.com > Message-ID: > <49216030606060830we1cffcej4bc76800f12657ef at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > normally one should fill a issue with the trac (posting the patch > there) and post a message here with a blurb about the problem and a > link to the trac issue number... > > regards, > /sak > > On 6/6/06, Richie wrote: > >> Hello! >> >> I stand corrected. My intention of suggesting the mailing list was to have >> > a > >> on-the-spot peer review and we will not miss out too many patches. >> > Moreover, > >> we had a damn good number of fixes/posts in the mailing list for 4.2.4. >> But then, the trac is the proper place to handle these issues. I see the >> light now :) >> >> My only point of concern is how does the team/community get notified of >> > the > >> patches submitted in the trac? Jeff any ideas on this front? >> >> Please post all the patches/fixes to the trac in the meantime. It will be >> > a > >> bit confusing initially but then we will come to terms with it too. >> >> >> >> >> >> >> ---- Allan Bush wrote ---- >> >> >> I think handling multiple bug fixes on the mailing list could become >> hard to organize very quickly. >> >> We would be better off to create tickets in the trac system and attach >> a patch. I've used this system before and it's much easier to work >> with and keep organized. My only concern would be that the patch >> would be lost among the other thousand plus tickets, but if we create >> a keyword to be used or assigned the ticket to an appropriate person >> it should receive enough attention. >> >> On 6/5/06, Richie wrote: >> >>> Hello! >>> >>> We welcome bug fixes for vtigercrm 5.0. Do feel free to >>> post the fixes in this email list so that >>> we can have a peer >>> review right here and I will integrate it into the trunk. >>> >>> I will need some help in this regard. Any one willing >>> to lend me a hand please? >>> I would think that having 2 guys as assistants will >>> be good as the product is too big to be >>> handled >>> by myself and a single helper. We can start having the >>> fixes for the issues in the trac or even >>> otherwise. >>> >>> >>> The only rules before checking into the trunk are that :- >>> >>> the person should know what he is doing. >>> in case of any possible issues, raise the flag then >>> and there and submit the post/patch for >>> further >>> review. >>> keep all of us in the same page as most of us are >>> in different time zones so the mailing >>> list will be >>> the only mode of keeping in touch. >>> >>> >>> >>> If there be a better approach to this, I am willing >>> to listen. >>> >>> Jeff, Brian, Allan, Joel, Matt, ...? >>> >>> >>> Richie >>> _______________________________________________ >>> This vtiger.com email is sponsored by Zoho Planner. Still scribbling >>> > down > >>> your To-Do's on bits of paper & palms of your hands? Try the AJAX >>> > enabled, > >>> personal organizer online, Zoho Planner for FREE instead! >>> http://zohoplanner.com/?vt >>> >>> >>> >> _______________________________________________ >> This vtiger.com email is sponsored by Zoho Planner. Still scribbling down >> your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, >> personal organizer online, Zoho Planner for FREE instead! >> http://zohoplanner.com/?vt >> >> >> _______________________________________________ >> This vtiger.com email is sponsored by Zoho Planner. Still scribbling down >> your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, >> personal organizer online, Zoho Planner for FREE instead! >> http://zohoplanner.com/?vt >> >> >> > > > ------------------------------ > > _______________________________________________ > vtigercrm-developers mailing list > vtigercrm-developers at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers > > > End of vtigercrm-developers Digest, Vol 6, Issue 6 > ************************************************** > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > From jtk at yahoo.com Tue Jun 6 10:27:50 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 06 Jun 2006 13:27:50 -0400 Subject: [Vtigercrm-developers] Can we release 4.2.4 already? References: <3bec26390605190922s4dfb9fa3v6922f6500fda0957@mail.gmail.com> <3bec26390605301843o47863aa0g59271e7440fc1867@mail.gmail.com> <378ED5B1-DC0A-4EF3-A111-BE167147DA0B@infointegrated.com> <3bec26390606011437o7742a7f7p31722acbc4669341@mail.gmail.com> <-9207294988068635868@unknownmsgid> <3bec26390606060939r5c0c08d1l38ee7a9c4102651@mail.gmail.com> Message-ID: Allan Bush wrote: > Thanks Richie, > You may wish to do a svn export though with the source installation as > you still have all the .svn folders in there. Allan is right, an svn checkout (with .svn folders) can be nearly double the size of the source obtained via 'svn export (URL)'. This will be a great savings in disk space and bandwidth for users, downloaders and distributors. And as long as the files are being recreated and the official announcement not yet published, I would ask/beg/nag that we revise them to use the naming convention that was discussed at length over the past year (forums and list) vtigercrm-4.2.4.tar.gz vtigercrm-4.2.4.zip (windows source, optional) vtigercrm-4.2.4.exe vtigercrm-4.2.4.bin vtigercrm-phpdocs-4.2.4.tar.gz vtigercrm-phpdocs-4.2.4.zip There is a method to this obsessive name formatting, it's something linux distro packagers can work with for their automated package distribution systems. We want consistency of the package name through all releases, and only the version ordinals (and prerelease suffixes) to increment. IMO, we want 'vtiger CRM' to be the human-readable display name, but 'vtigercrm' to be the computer-readable packaging name, used consistently everywhere. Thanks. From webmaster at vtigercrmfrance.org Wed Jun 7 06:11:10 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Wed, 07 Jun 2006 15:11:10 +0200 Subject: [Vtigercrm-developers] Translation again Message-ID: <4486D06E.8010707@vtigercrmfrance.org> Hi, we alway have a problem when the term "Close" in translated in lang file. See screenshot. Can you also change the file Smart/Templates/relatedList.tpl ~line 70 {$header} for : {$APP.$header} Like that we have module name in related list translated. Thanks -------------- next part -------------- A non-text attachment was scrubbed... Name: screen_close_term.jpg Type: image/jpeg Size: 22899 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060607/3f460005/screen_close_term-0001.jpg From philip at vtiger.com Wed Jun 7 06:56:35 2006 From: philip at vtiger.com (Philip) Date: Wed, 07 Jun 2006 06:56:35 -0700 Subject: [Vtigercrm-developers] vtigerCRM 4.2.4 Released. Message-ID: <10baec7c478.3237634615925016316.3554368275543745290@@vtiger.com> Hi, After much delay vtigercrm 4.2.4 has been released. This is the first community driven release, so a big thanks goes out to all the people involved in making this happen. Our Special Thanks to MFedy K and Allan Bush. This is mostly a bug fix release, but it does mark the first release using the new SVN/Trac system which helps us harness the power of the community contributions and track issues and their fixes so everyone can help out. The trac system can be seen here: http://vtiger.fosslabs.com A list of fixed bugs can be seen using the trac ticket system here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=closed&milestone=4.2.4&order=priority A full changelog can be seen trough the trac svn log here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/log/vtigercrm/tags/vtigercrm-4.2.4?action=stop_on_copy&rev=6885&stop_rev=&mode=follow_copy&verbose=on vtigercrm 4.2.4 can be downloaded here: http://www.vtiger.com/download/vtigercrm-4.2.4.exe http://www.vtiger.com/download/vtigercrm-4.2.4.bin http://www.vtiger.com/download/vtigercrm-4.2.4.tar.gz http://www.vtiger.com/download/vtigercrm-phpdocs-4.2.4.zip For a new installation simply extract the files into a directory accessible through your apache setup then point your web browser to that directory on your website and follow the installation instructions. Software you'll require is apache (1.3.x or 2.x) with php (4.3+, no 5.x support yet) and mysql (4.x). You can post any issues or suggestions at http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket UPGRADING If you are upgrading from a previous version of vtigercrm first backup all data then follow the instructions for the appropriate version below: 4.2.3: - No database changes are need if you are using a seccessfull installation. - If tables were only partially created for you using an earlier version please wipe your database and try with 4.2.4, your problems should be solved. - To save your current configuration copy the config.php file from your old installation to config.inc.php in the new installation. You'll also have to edit the config file as follows: - change the following variable names in config.php from: $dbconfig['db_host_name'] = $dbconfig['db_user_name'] = to: $dbconfig['db_hostname'] = $dbconfig['db_username'] = - If your 4.2.3 installation has previously been upgraded from an earlier release there is one database modification missed in pervious upgrades you will want to make manually: alter table wordtemplates drop primary key; alter table wordtemplates change filename filename varchar(100) not null; alter table wordtemplates add column templateid integer(19) primary key; 4.2.2 (aka 4.2 patch2): - Apply the 4.2.3 patch as per: http://forums.vtiger.com/viewtopic.php?t=4166 - Then follow the instructions for a 4.2.3 upgrade. 4.2.1 or 4.2: - Apply the 4.2.2 patch as per: http://forums.vtiger.com/viewtopic.php?t=2903 - Then follow the instructions for a 4.2.2 upgrade. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060607/501623db/attachment.html From sergiokessler at gmail.com Wed Jun 7 07:59:49 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 7 Jun 2006 11:59:49 -0300 Subject: [Vtigercrm-developers] vtigerCRM 4.2.4 Released. In-Reply-To: <-315050756124375946@unknownmsgid> References: <-315050756124375946@unknownmsgid> Message-ID: <49216030606070759y3af133cdmc81ffbf4e9835edc@mail.gmail.com> well done Philip !! congratulations to all involved... /sak On 6/7/06, Philip wrote: > > Hi, > > After much delay vtigercrm 4.2.4 has been released. > > This is the first community driven release, so a > big thanks goes out to all the people > involved in making this happen. Our > Special Thanks to MFedy K and Allan Bush. > > This is mostly a bug fix release, but it does mark > the first release using the new SVN/Trac > system which helps us harness the power of > the community contributions and track > issues and their fixes so everyone can help out. > The trac system can be seen here: > http://vtiger.fosslabs.com > > A list of fixed bugs can be seen using the trac > ticket system here: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=closed&milestone=4.2.4&order=priority > > A full changelog can be seen trough the trac svn log here: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/log/vtigercrm/tags/vtigercrm-4.2.4?action=stop_on_copy&rev=6885&stop_rev=&mode=follow_copy&verbose=on > > vtigercrm 4.2.4 can be downloaded here: > > http://www.vtiger.com/download/vtigercrm-4.2.4.exe > http://www.vtiger.com/download/vtigercrm-4.2.4.bin > http://www.vtiger.com/download/vtigercrm-4.2.4.tar.gz > http://www.vtiger.com/download/vtigercrm-phpdocs-4.2.4.zip > > For a new installation simply extract the files into > a directory accessible through your apache > setup then point your web browser to that > directory on your website and follow the > installation instructions. Software > you'll require is apache (1.3.x or 2.x) with php (4.3+, no > 5.x support yet) and mysql (4.x). > > You can post any issues or suggestions at > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket > > > UPGRADING > > If you are upgrading from a previous version of > vtigercrm first backup all data then > follow the instructions for the appropriate version below: > > 4.2.3: > - No database changes are need if you are using a > seccessfull installation. > - If tables were only partially created for you using > an earlier version please wipe your > database and try with 4.2.4, your problems should be > solved. > - To save your current configuration copy the config.php > file from your old installation to config.inc.php in the > new installation. You'll also have to edit > the config file as follows: > - change the following variable names in config.php > > from: > $dbconfig['db_host_name'] = > $dbconfig['db_user_name'] = > > to: > $dbconfig['db_hostname'] = > $dbconfig['db_username'] = > > - If your 4.2.3 installation has previously been upgraded > from an earlier release there is one > database modification missed in pervious > upgrades you will want to make manually: > alter table wordtemplates drop primary key; > alter table wordtemplates change filename > filename varchar(100) not null; > alter table wordtemplates add column templateid > integer(19) primary key; > > > 4.2.2 (aka 4.2 patch2): > - Apply the 4.2.3 patch as per: > http://forums.vtiger.com/viewtopic.php?t=4166 > - Then follow the instructions for a 4.2.3 upgrade. > > > 4.2.1 or 4.2: > - Apply the 4.2.2 patch as per: > http://forums.vtiger.com/viewtopic.php?t=2903 > - Then follow the instructions for a 4.2.2 upgrade. > > > Philip > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > From allan.bush+vtiger_dev at gmail.com Wed Jun 7 09:49:05 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 7 Jun 2006 09:49:05 -0700 Subject: [Vtigercrm-developers] vtigerCRM 4.2.4 Released. In-Reply-To: <49216030606070759y3af133cdmc81ffbf4e9835edc@mail.gmail.com> References: <-315050756124375946@unknownmsgid> <49216030606070759y3af133cdmc81ffbf4e9835edc@mail.gmail.com> Message-ID: <3bec26390606070949k5b161657saa2a2cceb290fe6d@mail.gmail.com> Thanks Philip, Are you going to put this on sourceforge as well and update the front page? On 6/7/06, Sergio A. Kessler wrote: > well done Philip !! > > congratulations to all involved... > > > /sak > > On 6/7/06, Philip wrote: > > > > Hi, > > > > After much delay vtigercrm 4.2.4 has been released. > > > > This is the first community driven release, so a > > big thanks goes out to all the people > > involved in making this happen. Our > > Special Thanks to MFedy K and Allan Bush. > > > > This is mostly a bug fix release, but it does mark > > the first release using the new SVN/Trac > > system which helps us harness the power of > > the community contributions and track > > issues and their fixes so everyone can help out. > > The trac system can be seen here: > > http://vtiger.fosslabs.com > > > > A list of fixed bugs can be seen using the trac > > ticket system here: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=closed&milestone=4.2.4&order=priority > > > > A full changelog can be seen trough the trac svn log here: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/log/vtigercrm/tags/vtigercrm-4.2.4?action=stop_on_copy&rev=6885&stop_rev=&mode=follow_copy&verbose=on > > > > vtigercrm 4.2.4 can be downloaded here: > > > > http://www.vtiger.com/download/vtigercrm-4.2.4.exe > > http://www.vtiger.com/download/vtigercrm-4.2.4.bin > > http://www.vtiger.com/download/vtigercrm-4.2.4.tar.gz > > http://www.vtiger.com/download/vtigercrm-phpdocs-4.2.4.zip > > > > For a new installation simply extract the files into > > a directory accessible through your apache > > setup then point your web browser to that > > directory on your website and follow the > > installation instructions. Software > > you'll require is apache (1.3.x or 2.x) with php (4.3+, no > > 5.x support yet) and mysql (4.x). > > > > You can post any issues or suggestions at > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket > > > > > > UPGRADING > > > > If you are upgrading from a previous version of > > vtigercrm first backup all data then > > follow the instructions for the appropriate version below: > > > > 4.2.3: > > - No database changes are need if you are using a > > seccessfull installation. > > - If tables were only partially created for you using > > an earlier version please wipe your > > database and try with 4.2.4, your problems should be > > solved. > > - To save your current configuration copy the config.php > > file from your old installation to config.inc.php in the > > new installation. You'll also have to edit > > the config file as follows: > > - change the following variable names in config.php > > > > from: > > $dbconfig['db_host_name'] = > > $dbconfig['db_user_name'] = > > > > to: > > $dbconfig['db_hostname'] = > > $dbconfig['db_username'] = > > > > - If your 4.2.3 installation has previously been upgraded > > from an earlier release there is one > > database modification missed in pervious > > upgrades you will want to make manually: > > alter table wordtemplates drop primary key; > > alter table wordtemplates change filename > > filename varchar(100) not null; > > alter table wordtemplates add column templateid > > integer(19) primary key; > > > > > > 4.2.2 (aka 4.2 patch2): > > - Apply the 4.2.3 patch as per: > > http://forums.vtiger.com/viewtopic.php?t=4166 > > - Then follow the instructions for a 4.2.3 upgrade. > > > > > > 4.2.1 or 4.2: > > - Apply the 4.2.2 patch as per: > > http://forums.vtiger.com/viewtopic.php?t=2903 > > - Then follow the instructions for a 4.2.2 upgrade. > > > > > > Philip > > _______________________________________________ > > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > > personal organizer online, Zoho Planner for FREE instead! > > http://zohoplanner.com/?vt > > > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > From webmaster at vtigercrmfrance.org Wed Jun 7 15:10:27 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Thu, 08 Jun 2006 00:10:27 +0200 Subject: [Vtigercrm-developers] Translations issue Message-ID: <44874ED3.5040408@vtigercrmfrance.org> Hi, to continue ;) File smarty/templates/detailview.tpl ~line 19 change for {$APP.LBL_EDIT_BUTTON} File smarty/templates/DetailviewUI.tpl Change all : class="small" value="Save" For : class="small" value="{$APP.LBL_SAVE_LABEL}" And all : class="link">Cancel For : class="link">{$APP.LBL_CANCEL_BUTTON_LABEL} And all : /> or for a new app string. ~line 77 {$UPDATEINFO} Tag it & close must be translated. Close need to be a new string, do not use Close. (not same usage in france) ~line 301 Change for -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060608/90a70075/attachment.htm From webmaster at vtigercrmfrance.org Wed Jun 7 15:25:41 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Thu, 08 Jun 2006 00:25:41 +0200 Subject: [Vtigercrm-developers] Bizarre layout Message-ID: <44875265.7060701@vtigercrmfrance.org> On "my preferences" sometimes after a click on edit button, the scroller load a complete vtiger crm page. See screenshot. -------------- next part -------------- A non-text attachment was scrubbed... Name: bizarre_layout_mypref.jpg Type: image/jpeg Size: 12920 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060608/f543c990/bizarre_layout_mypref-0001.jpg From mary.adel at itrize.com Wed Jun 7 15:40:27 2006 From: mary.adel at itrize.com (Mary Adel) Date: Thu, 08 Jun 2006 01:40:27 +0300 Subject: [Vtigercrm-developers] Customer portal Message-ID: <1149720027.4295.3.camel@host-81.10.77.98.tedata.net> Dear All I have linux OS and i have php4.3 i insatalled customer portal but i can't login i don't know why althought i took the username and password that has been sent to me by the email Does anyone have any idea why?? Thanks, Mary From mary.adel at itrize.com Wed Jun 7 16:09:26 2006 From: mary.adel at itrize.com (Mary Adel) Date: Thu, 08 Jun 2006 02:09:26 +0300 Subject: [Vtigercrm-developers] Customer portal Message-ID: <1149721767.4295.5.camel@host-81.10.77.98.tedata.net> Can Customer Portal work on linux or not ?? Please help Thanks, Mary From webmaster at vtigercrmfrance.org Wed Jun 7 16:14:27 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Thu, 08 Jun 2006 01:14:27 +0200 Subject: [Vtigercrm-developers] Customer portal In-Reply-To: <1149721767.4295.5.camel@host-81.10.77.98.tedata.net> References: <1149721767.4295.5.camel@host-81.10.77.98.tedata.net> Message-ID: <44875DD3.4080801@vtigercrmfrance.org> Yes Linux/windows and i think *bsd, solaris, mac os Mary Adel a ?crit : > Can Customer Portal work on linux or not ?? > > Please help > > Thanks, > Mary > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > From kiange at gmail.com Wed Jun 7 18:36:05 2006 From: kiange at gmail.com (Finjon Kiang) Date: Thu, 8 Jun 2006 09:36:05 +0800 Subject: [Vtigercrm-developers] Translations issue In-Reply-To: <44874ED3.5040408@vtigercrmfrance.org> References: <44874ED3.5040408@vtigercrmfrance.org> Message-ID: Maybe you could submit such information through Trac: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket Then somebody will always be notified by the system. :) -- Finjon Kiang On 6/8/06, Abos wrote: > > Hi, > to continue ;) > > File smarty/templates/detailview.tpl > > ~line 19 > change for > href="javascript:;">{$APP.LBL_EDIT_BUTTON} > > > File smarty/templates/DetailviewUI.tpl > Change all : class="small" value="Save" > For : class="small" value="{$APP.LBL_SAVE_LABEL}" > > And all : class="link">Cancel > For : class="link">{$APP.LBL_CANCEL_BUTTON_LABEL} > > And all : /> or > for a new app string. > > > ~line 77 > {$UPDATEINFO} width="400" nowrap>
id="tagdiv" style="display:none;"> id="txtbox_tagfields" name="textbox_First Name" > value="">   type="button" class="small" value="Tag it" onclick="return > tagvalidate()"/> value="Close" > onClick="fnhide('tagdiv'),show('addtagdiv')">
> > Tag it & close must be translated. Close need to be a new string, do not > use Close. (not same usage in france) > > ~line 301 > Change for > onclick="this.form.action.value='Merge';" type="submit"> > From mickie at vtiger.com Wed Jun 7 23:31:43 2006 From: mickie at vtiger.com (Mickie) Date: Wed, 07 Jun 2006 23:31:43 -0700 Subject: [Vtigercrm-developers] Customer portal In-Reply-To: <1149720027.4295.3.camel@host-81.10.77.98.tedata.net> References: <1149720027.4295.3.camel@host-81.10.77.98.tedata.net> Message-ID: <10bb256d7cf.-3695120556215411927.-2881393545747826472@@vtiger.com> Dear Mary, when you try to login into customerportal can you please look into thevtigercrm.log file and whether the query returns the contact details ornot. or please send me the vtigercrm.log file which is present undervtigerCRM/logs/ Thanks & Regards Mickie ----mary.adel at itrize.com wrote ---- Dear All I have linux OS and i have php4.3 i insatalled customer portal but i can't login i don't know why althought i took the username and password that has been sent to me by the email Does anyone have any idea why?? Thanks, Mary _______________________________________________ Thisvtiger.com email is sponsored by Zoho Planner. Still scribbling downyour To-Do's on bits of paper & palms of your hands? Try the AJAXenabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060607/62916f2a/attachment.htm From webmaster at vtigercrmfrance.org Wed Jun 7 23:40:17 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Thu, 08 Jun 2006 08:40:17 +0200 Subject: [Vtigercrm-developers] Translations issue In-Reply-To: References: <44874ED3.5040408@vtigercrmfrance.org> Message-ID: <4487C651.3030203@vtigercrmfrance.org> Richie has asked to me for a post on trac+on ML. Finjon Kiang a ?crit : > Maybe you could submit such information through Trac: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket > > Then somebody will always be notified by the system. :) > > From mary.adel at itrize.com Thu Jun 8 01:34:03 2006 From: mary.adel at itrize.com (Mary Adel) Date: Thu, 08 Jun 2006 11:34:03 +0300 Subject: [Vtigercrm-developers] Customer portal In-Reply-To: <10bb256d7cf.-3695120556215411927.-2881393545747826472@@vtiger.com> References: <1149720027.4295.3.camel@host-81.10.77.98.tedata.net> <10bb256d7cf.-3695120556215411927.-2881393545747826472@@vtiger.com> Message-ID: <1149755643.4457.2.camel@localhost> here is the log file: thanks in advance for helping me Thu Jun 8 03:23:14 2006,366 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:14 2006,368 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:23:14 2006,369 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:14 2006,370 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:14 2006,370 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:23:14 2006,371 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:14 2006,372 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:14 2006,373 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:23:14 2006,373 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:14 2006,374 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:14 2006,375 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:23:14 2006,375 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:14 2006,377 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:14 2006,377 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:23:14 2006,378 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:14 2006,379 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:14 2006,379 [19069] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:23:14 2006,380 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:14 2006,382 [19069] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:23:14 2006,382 [19069] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:23:25 2006,314 [18865] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:23:25 2006,315 [18865] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:23:25 2006,315 [18865] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:23:25 2006,316 [18865] INFO index - About to take action Authenticate Thu Jun 8 03:23:25 2006,316 [18865] DEBUG index - in Authenticate Thu Jun 8 03:23:25 2006,316 [18865] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:23:25 2006,317 [18865] INFO index - current module is Users Thu Jun 8 03:23:25 2006,324 [18865] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:23:25 2006,325 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,327 [18865] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:23:25 2006,328 [18865] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:23:25 2006,328 [18865] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:23:25 2006,329 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:23:25 2006,331 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:23:25 2006,333 [18865] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:23:25 2006,334 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,335 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:23:25 2006,336 [18865] DEBUG user - additional detail query results: Thu Jun 8 03:23:25 2006,336 [18865] DEBUG index - Current user is: bmannaa Thu Jun 8 03:23:25 2006,336 [18865] DEBUG index - Current theme is: blue Thu Jun 8 03:23:25 2006,337 [18865] DEBUG index - current_language is: en_us Thu Jun 8 03:23:25 2006,342 [18865] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:23:25 2006,342 [18865] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:23:25 2006,342 [18865] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:23:25 2006,343 [18865] DEBUG index - skipping headers Thu Jun 8 03:23:25 2006,344 [18865] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:23:25 2006,345 [18865] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:23:25 2006,346 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:23:25 2006,348 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:23:25 2006,350 [18865] INFO user - id Thu Jun 8 03:23:25 2006,351 [18865] INFO user - =3 Thu Jun 8 03:23:25 2006,351 [18865] INFO user - user_name Thu Jun 8 03:23:25 2006,351 [18865] INFO user - =bmannaa Thu Jun 8 03:23:25 2006,351 [18865] INFO user - user_password Thu Jun 8 03:23:25 2006,352 [18865] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:23:25 2006,352 [18865] INFO user - first_name Thu Jun 8 03:23:25 2006,352 [18865] INFO user - =Bassel Thu Jun 8 03:23:25 2006,353 [18865] INFO user - last_name Thu Jun 8 03:23:25 2006,353 [18865] INFO user - =Mannaa Thu Jun 8 03:23:25 2006,353 [18865] INFO user - description Thu Jun 8 03:23:25 2006,353 [18865] INFO user - = Thu Jun 8 03:23:25 2006,354 [18865] INFO user - date_entered Thu Jun 8 03:23:25 2006,354 [18865] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:23:25 2006,354 [18865] INFO user - date_modified Thu Jun 8 03:23:25 2006,355 [18865] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:23:25 2006,355 [18865] INFO user - modified_user_id Thu Jun 8 03:23:25 2006,355 [18865] INFO user - =1 Thu Jun 8 03:23:25 2006,356 [18865] INFO user - title Thu Jun 8 03:23:25 2006,356 [18865] INFO user - =Software Developer Thu Jun 8 03:23:25 2006,356 [18865] INFO user - department Thu Jun 8 03:23:25 2006,356 [18865] INFO user - = Thu Jun 8 03:23:25 2006,357 [18865] INFO user - is_admin Thu Jun 8 03:23:25 2006,357 [18865] INFO user - =off Thu Jun 8 03:23:25 2006,357 [18865] INFO user - phone_home Thu Jun 8 03:23:25 2006,357 [18865] INFO user - = Thu Jun 8 03:23:25 2006,358 [18865] INFO user - phone_mobile Thu Jun 8 03:23:25 2006,358 [18865] INFO user - = Thu Jun 8 03:23:25 2006,358 [18865] INFO user - phone_work Thu Jun 8 03:23:25 2006,359 [18865] INFO user - =617 933 9269 Thu Jun 8 03:23:25 2006,359 [18865] INFO user - phone_other Thu Jun 8 03:23:25 2006,359 [18865] INFO user - = Thu Jun 8 03:23:25 2006,359 [18865] INFO user - phone_fax Thu Jun 8 03:23:25 2006,360 [18865] INFO user - = Thu Jun 8 03:23:25 2006,360 [18865] INFO user - email1 Thu Jun 8 03:23:25 2006,360 [18865] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:23:25 2006,361 [18865] INFO user - email2 Thu Jun 8 03:23:25 2006,361 [18865] INFO user - = Thu Jun 8 03:23:25 2006,361 [18865] INFO user - signature Thu Jun 8 03:23:25 2006,361 [18865] INFO user - = Thu Jun 8 03:23:25 2006,362 [18865] INFO user - yahoo_id Thu Jun 8 03:23:25 2006,362 [18865] INFO user - =bassel_mannaa Thu Jun 8 03:23:25 2006,362 [18865] INFO user - address_street Thu Jun 8 03:23:25 2006,363 [18865] INFO user - = Thu Jun 8 03:23:25 2006,363 [18865] INFO user - address_city Thu Jun 8 03:23:25 2006,363 [18865] INFO user - = Thu Jun 8 03:23:25 2006,363 [18865] INFO user - address_state Thu Jun 8 03:23:25 2006,364 [18865] INFO user - = Thu Jun 8 03:23:25 2006,364 [18865] INFO user - address_postalcode Thu Jun 8 03:23:25 2006,364 [18865] INFO user - = Thu Jun 8 03:23:25 2006,365 [18865] INFO user - address_country Thu Jun 8 03:23:25 2006,365 [18865] INFO user - = Thu Jun 8 03:23:25 2006,365 [18865] INFO user - reports_to_id Thu Jun 8 03:23:25 2006,365 [18865] INFO user - = Thu Jun 8 03:23:25 2006,366 [18865] INFO user - tz Thu Jun 8 03:23:25 2006,366 [18865] INFO user - =Europe/Berlin Thu Jun 8 03:23:25 2006,366 [18865] INFO user - holidays Thu Jun 8 03:23:25 2006,367 [18865] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:23:25 2006,367 [18865] INFO user - namedays Thu Jun 8 03:23:25 2006,367 [18865] INFO user - = Thu Jun 8 03:23:25 2006,367 [18865] INFO user - workdays Thu Jun 8 03:23:25 2006,368 [18865] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:23:25 2006,368 [18865] INFO user - weekstart Thu Jun 8 03:23:25 2006,368 [18865] INFO user - =1 Thu Jun 8 03:23:25 2006,369 [18865] INFO user - status Thu Jun 8 03:23:25 2006,369 [18865] INFO user - =Active Thu Jun 8 03:23:25 2006,369 [18865] INFO user - date_format Thu Jun 8 03:23:25 2006,370 [18865] INFO user - =dd-mm-yyyy Thu Jun 8 03:23:25 2006,370 [18865] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:23:25 2006,370 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,372 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:23:25 2006,372 [18865] DEBUG user - additional detail query results: Thu Jun 8 03:23:25 2006,377 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:23:25 2006,378 [18865] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:23:25','Signedin') Thu Jun 8 03:23:25 2006,378 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,379 [18865] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:23:25 2006,380 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,381 [18865] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:23:25 2006,382 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,383 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:23:25 2006,383 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,385 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:23:25 2006,386 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,387 [18865] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:23:25 2006,388 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:23:25 2006,388 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,389 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,391 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:23:25 2006,391 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,392 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,393 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:23:25 2006,393 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,395 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,396 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:23:25 2006,396 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,398 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:23:25 2006,399 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:23:25 2006,399 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,400 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,402 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:23:25 2006,402 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,403 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,404 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:23:25 2006,404 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,406 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,407 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:23:25 2006,407 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,409 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:23:25 2006,410 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:23:25 2006,410 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,412 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,413 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:23:25 2006,413 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,414 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:23:25 2006,416 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:23:25 2006,416 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,417 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,419 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:23:25 2006,419 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,420 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:23:25 2006,421 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:23:25 2006,422 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,423 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,424 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:23:25 2006,425 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,426 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:23:25 2006,427 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:23:25 2006,428 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,429 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,430 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:23:25 2006,431 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,432 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,433 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:23:25 2006,433 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,435 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,436 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:23:25 2006,436 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,438 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:23:25 2006,438 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:23:25 2006,439 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,440 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,442 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:23:25 2006,442 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,443 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,444 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:23:25 2006,444 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,446 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,447 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:23:25 2006,447 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,449 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:23:25 2006,450 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:23:25 2006,450 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,451 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,453 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:23:25 2006,453 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,454 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,455 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:23:25 2006,455 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,457 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,458 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:23:25 2006,458 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,460 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,460 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:23:25 2006,461 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,462 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,462 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:23:25 2006,463 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,464 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,465 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:23:25 2006,465 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,466 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,468 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:23:25 2006,468 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,469 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,470 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:23:25 2006,471 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,472 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,474 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:23:25 2006,474 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,475 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,476 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:23:25 2006,476 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,478 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,479 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:23:25 2006,479 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,481 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,481 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:23:25 2006,482 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,483 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,484 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:23:25 2006,485 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,486 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,487 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:23:25 2006,487 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,488 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:25 2006,490 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:23:25 2006,490 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,491 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,492 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:23:25 2006,492 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,494 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,494 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:23:25 2006,495 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,496 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,496 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:23:25 2006,497 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,498 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,499 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:23:25 2006,499 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,500 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:25 2006,501 [18865] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:23:25 2006,502 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:25 2006,503 [18865] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:23:25 2006,504 [18865] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:23:41 2006,562 [17886] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:23:41 2006,563 [17886] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:23:41 2006,563 [17886] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:23:41 2006,564 [17886] INFO index - About to take action Authenticate Thu Jun 8 03:23:41 2006,564 [17886] DEBUG index - in Authenticate Thu Jun 8 03:23:41 2006,564 [17886] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:23:41 2006,565 [17886] INFO index - current module is Users Thu Jun 8 03:23:41 2006,573 [17886] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:23:41 2006,573 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,575 [17886] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:23:41 2006,576 [17886] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:23:41 2006,577 [17886] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:23:41 2006,577 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:23:41 2006,579 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:23:41 2006,582 [17886] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:23:41 2006,582 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,583 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:23:41 2006,584 [17886] DEBUG user - additional detail query results: Thu Jun 8 03:23:41 2006,584 [17886] DEBUG index - Current user is: bmannaa Thu Jun 8 03:23:41 2006,585 [17886] DEBUG index - Current theme is: blue Thu Jun 8 03:23:41 2006,585 [17886] DEBUG index - current_language is: en_us Thu Jun 8 03:23:41 2006,590 [17886] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:23:41 2006,590 [17886] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:23:41 2006,591 [17886] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:23:41 2006,591 [17886] DEBUG index - skipping headers Thu Jun 8 03:23:41 2006,592 [17886] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:23:41 2006,593 [17886] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:23:41 2006,594 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:23:41 2006,596 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:23:41 2006,598 [17886] INFO user - id Thu Jun 8 03:23:41 2006,599 [17886] INFO user - =3 Thu Jun 8 03:23:41 2006,599 [17886] INFO user - user_name Thu Jun 8 03:23:41 2006,599 [17886] INFO user - =bmannaa Thu Jun 8 03:23:41 2006,600 [17886] INFO user - user_password Thu Jun 8 03:23:41 2006,600 [17886] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:23:41 2006,600 [17886] INFO user - first_name Thu Jun 8 03:23:41 2006,601 [17886] INFO user - =Bassel Thu Jun 8 03:23:41 2006,601 [17886] INFO user - last_name Thu Jun 8 03:23:41 2006,601 [17886] INFO user - =Mannaa Thu Jun 8 03:23:41 2006,601 [17886] INFO user - description Thu Jun 8 03:23:41 2006,602 [17886] INFO user - = Thu Jun 8 03:23:41 2006,602 [17886] INFO user - date_entered Thu Jun 8 03:23:41 2006,602 [17886] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:23:41 2006,603 [17886] INFO user - date_modified Thu Jun 8 03:23:41 2006,603 [17886] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:23:41 2006,603 [17886] INFO user - modified_user_id Thu Jun 8 03:23:41 2006,604 [17886] INFO user - =1 Thu Jun 8 03:23:41 2006,604 [17886] INFO user - title Thu Jun 8 03:23:41 2006,604 [17886] INFO user - =Software Developer Thu Jun 8 03:23:41 2006,604 [17886] INFO user - department Thu Jun 8 03:23:41 2006,605 [17886] INFO user - = Thu Jun 8 03:23:41 2006,605 [17886] INFO user - is_admin Thu Jun 8 03:23:41 2006,605 [17886] INFO user - =off Thu Jun 8 03:23:41 2006,605 [17886] INFO user - phone_home Thu Jun 8 03:23:41 2006,606 [17886] INFO user - = Thu Jun 8 03:23:41 2006,606 [17886] INFO user - phone_mobile Thu Jun 8 03:23:41 2006,606 [17886] INFO user - = Thu Jun 8 03:23:41 2006,607 [17886] INFO user - phone_work Thu Jun 8 03:23:41 2006,607 [17886] INFO user - =617 933 9269 Thu Jun 8 03:23:41 2006,607 [17886] INFO user - phone_other Thu Jun 8 03:23:41 2006,607 [17886] INFO user - = Thu Jun 8 03:23:41 2006,608 [17886] INFO user - phone_fax Thu Jun 8 03:23:41 2006,608 [17886] INFO user - = Thu Jun 8 03:23:41 2006,608 [17886] INFO user - email1 Thu Jun 8 03:23:41 2006,608 [17886] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:23:41 2006,609 [17886] INFO user - email2 Thu Jun 8 03:23:41 2006,609 [17886] INFO user - = Thu Jun 8 03:23:41 2006,609 [17886] INFO user - signature Thu Jun 8 03:23:41 2006,610 [17886] INFO user - = Thu Jun 8 03:23:41 2006,610 [17886] INFO user - yahoo_id Thu Jun 8 03:23:41 2006,610 [17886] INFO user - =bassel_mannaa Thu Jun 8 03:23:41 2006,610 [17886] INFO user - address_street Thu Jun 8 03:23:41 2006,611 [17886] INFO user - = Thu Jun 8 03:23:41 2006,611 [17886] INFO user - address_city Thu Jun 8 03:23:41 2006,611 [17886] INFO user - = Thu Jun 8 03:23:41 2006,611 [17886] INFO user - address_state Thu Jun 8 03:23:41 2006,612 [17886] INFO user - = Thu Jun 8 03:23:41 2006,612 [17886] INFO user - address_postalcode Thu Jun 8 03:23:41 2006,612 [17886] INFO user - = Thu Jun 8 03:23:41 2006,613 [17886] INFO user - address_country Thu Jun 8 03:23:41 2006,613 [17886] INFO user - = Thu Jun 8 03:23:41 2006,613 [17886] INFO user - reports_to_id Thu Jun 8 03:23:41 2006,613 [17886] INFO user - = Thu Jun 8 03:23:41 2006,614 [17886] INFO user - tz Thu Jun 8 03:23:41 2006,614 [17886] INFO user - =Europe/Berlin Thu Jun 8 03:23:41 2006,614 [17886] INFO user - holidays Thu Jun 8 03:23:41 2006,615 [17886] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:23:41 2006,615 [17886] INFO user - namedays Thu Jun 8 03:23:41 2006,615 [17886] INFO user - = Thu Jun 8 03:23:41 2006,615 [17886] INFO user - workdays Thu Jun 8 03:23:41 2006,616 [17886] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:23:41 2006,616 [17886] INFO user - weekstart Thu Jun 8 03:23:41 2006,616 [17886] INFO user - =1 Thu Jun 8 03:23:41 2006,617 [17886] INFO user - status Thu Jun 8 03:23:41 2006,617 [17886] INFO user - =Active Thu Jun 8 03:23:41 2006,617 [17886] INFO user - date_format Thu Jun 8 03:23:41 2006,617 [17886] INFO user - =dd-mm-yyyy Thu Jun 8 03:23:41 2006,618 [17886] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:23:41 2006,618 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,619 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:23:41 2006,620 [17886] DEBUG user - additional detail query results: Thu Jun 8 03:23:41 2006,624 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:23:41 2006,626 [17886] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:23:41','Signedin') Thu Jun 8 03:23:41 2006,626 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,627 [17886] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:23:41 2006,628 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,629 [17886] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:23:41 2006,629 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,630 [17886] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:23:41 2006,631 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,633 [17886] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:23:41 2006,634 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,635 [17886] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:23:41 2006,635 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:23:41 2006,636 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,637 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,639 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:23:41 2006,639 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,640 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,641 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:23:41 2006,641 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,643 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,644 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:23:41 2006,644 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,646 [17886] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:23:41 2006,646 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:23:41 2006,647 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,648 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,650 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:23:41 2006,650 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,651 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,652 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:23:41 2006,652 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,653 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,655 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:23:41 2006,655 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,656 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:23:41 2006,658 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:23:41 2006,658 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,659 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,661 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:23:41 2006,661 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,662 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:23:41 2006,663 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:23:41 2006,664 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,665 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,666 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:23:41 2006,667 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,668 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:23:41 2006,669 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:23:41 2006,670 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,671 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,672 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:23:41 2006,673 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,674 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:23:41 2006,675 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:23:41 2006,675 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,676 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,678 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:23:41 2006,678 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,679 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,680 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:23:41 2006,681 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,682 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,683 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:23:41 2006,684 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,685 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:23:41 2006,686 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:23:41 2006,686 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,687 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,689 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:23:41 2006,689 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,690 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,691 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:23:41 2006,691 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,693 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,694 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:23:41 2006,694 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,696 [17886] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:23:41 2006,697 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:23:41 2006,697 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,698 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,700 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:23:41 2006,700 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,701 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,702 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:23:41 2006,703 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,704 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,705 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:23:41 2006,706 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,707 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,707 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:23:41 2006,708 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,709 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,710 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:23:41 2006,710 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,711 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,712 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:23:41 2006,712 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,714 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,715 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:23:41 2006,715 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,716 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,717 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:23:41 2006,718 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,719 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,720 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:23:41 2006,721 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,722 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,722 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:23:41 2006,723 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,724 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,725 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:23:41 2006,726 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,727 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,728 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:23:41 2006,728 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,729 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,731 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:23:41 2006,731 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,732 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,733 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:23:41 2006,733 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,735 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:23:41 2006,736 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:23:41 2006,737 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,738 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,738 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:23:41 2006,739 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,740 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,741 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:23:41 2006,741 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,742 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,743 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:23:41 2006,743 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,745 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,745 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:23:41 2006,746 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,747 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:23:41 2006,747 [17886] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:23:41 2006,748 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:23:41 2006,750 [17886] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:23:41 2006,750 [17886] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:24:03 2006,491 [20598] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:24:03 2006,492 [20598] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:24:03 2006,493 [20598] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:24:03 2006,493 [20598] INFO index - About to take action Authenticate Thu Jun 8 03:24:03 2006,493 [20598] DEBUG index - in Authenticate Thu Jun 8 03:24:03 2006,494 [20598] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:24:03 2006,494 [20598] INFO index - current module is Users Thu Jun 8 03:24:03 2006,502 [20598] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:24:03 2006,502 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,504 [20598] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:24:03 2006,505 [20598] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:24:03 2006,506 [20598] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:24:03 2006,507 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:03 2006,508 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:03 2006,511 [20598] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:24:03 2006,512 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,513 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:03 2006,513 [20598] DEBUG user - additional detail query results: Thu Jun 8 03:24:03 2006,514 [20598] DEBUG index - Current user is: bmannaa Thu Jun 8 03:24:03 2006,514 [20598] DEBUG index - Current theme is: blue Thu Jun 8 03:24:03 2006,514 [20598] DEBUG index - current_language is: en_us Thu Jun 8 03:24:03 2006,519 [20598] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:24:03 2006,520 [20598] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:24:03 2006,520 [20598] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:24:03 2006,520 [20598] DEBUG index - skipping headers Thu Jun 8 03:24:03 2006,522 [20598] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:24:03 2006,523 [20598] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:24:03 2006,523 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:03 2006,525 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:03 2006,528 [20598] INFO user - id Thu Jun 8 03:24:03 2006,528 [20598] INFO user - =3 Thu Jun 8 03:24:03 2006,529 [20598] INFO user - user_name Thu Jun 8 03:24:03 2006,529 [20598] INFO user - =bmannaa Thu Jun 8 03:24:03 2006,529 [20598] INFO user - user_password Thu Jun 8 03:24:03 2006,529 [20598] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:24:03 2006,530 [20598] INFO user - first_name Thu Jun 8 03:24:03 2006,530 [20598] INFO user - =Bassel Thu Jun 8 03:24:03 2006,530 [20598] INFO user - last_name Thu Jun 8 03:24:03 2006,531 [20598] INFO user - =Mannaa Thu Jun 8 03:24:03 2006,531 [20598] INFO user - description Thu Jun 8 03:24:03 2006,531 [20598] INFO user - = Thu Jun 8 03:24:03 2006,531 [20598] INFO user - date_entered Thu Jun 8 03:24:03 2006,532 [20598] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:24:03 2006,532 [20598] INFO user - date_modified Thu Jun 8 03:24:03 2006,532 [20598] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:24:03 2006,533 [20598] INFO user - modified_user_id Thu Jun 8 03:24:03 2006,533 [20598] INFO user - =1 Thu Jun 8 03:24:03 2006,533 [20598] INFO user - title Thu Jun 8 03:24:03 2006,533 [20598] INFO user - =Software Developer Thu Jun 8 03:24:03 2006,534 [20598] INFO user - department Thu Jun 8 03:24:03 2006,534 [20598] INFO user - = Thu Jun 8 03:24:03 2006,534 [20598] INFO user - is_admin Thu Jun 8 03:24:03 2006,535 [20598] INFO user - =off Thu Jun 8 03:24:03 2006,535 [20598] INFO user - phone_home Thu Jun 8 03:24:03 2006,535 [20598] INFO user - = Thu Jun 8 03:24:03 2006,535 [20598] INFO user - phone_mobile Thu Jun 8 03:24:03 2006,536 [20598] INFO user - = Thu Jun 8 03:24:03 2006,536 [20598] INFO user - phone_work Thu Jun 8 03:24:03 2006,536 [20598] INFO user - =617 933 9269 Thu Jun 8 03:24:03 2006,537 [20598] INFO user - phone_other Thu Jun 8 03:24:03 2006,537 [20598] INFO user - = Thu Jun 8 03:24:03 2006,537 [20598] INFO user - phone_fax Thu Jun 8 03:24:03 2006,537 [20598] INFO user - = Thu Jun 8 03:24:03 2006,538 [20598] INFO user - email1 Thu Jun 8 03:24:03 2006,538 [20598] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:24:03 2006,538 [20598] INFO user - email2 Thu Jun 8 03:24:03 2006,539 [20598] INFO user - = Thu Jun 8 03:24:03 2006,539 [20598] INFO user - signature Thu Jun 8 03:24:03 2006,539 [20598] INFO user - = Thu Jun 8 03:24:03 2006,540 [20598] INFO user - yahoo_id Thu Jun 8 03:24:03 2006,540 [20598] INFO user - =bassel_mannaa Thu Jun 8 03:24:03 2006,540 [20598] INFO user - address_street Thu Jun 8 03:24:03 2006,540 [20598] INFO user - = Thu Jun 8 03:24:03 2006,541 [20598] INFO user - address_city Thu Jun 8 03:24:03 2006,541 [20598] INFO user - = Thu Jun 8 03:24:03 2006,541 [20598] INFO user - address_state Thu Jun 8 03:24:03 2006,542 [20598] INFO user - = Thu Jun 8 03:24:03 2006,542 [20598] INFO user - address_postalcode Thu Jun 8 03:24:03 2006,542 [20598] INFO user - = Thu Jun 8 03:24:03 2006,542 [20598] INFO user - address_country Thu Jun 8 03:24:03 2006,543 [20598] INFO user - = Thu Jun 8 03:24:03 2006,543 [20598] INFO user - reports_to_id Thu Jun 8 03:24:03 2006,543 [20598] INFO user - = Thu Jun 8 03:24:03 2006,544 [20598] INFO user - tz Thu Jun 8 03:24:03 2006,544 [20598] INFO user - =Europe/Berlin Thu Jun 8 03:24:03 2006,544 [20598] INFO user - holidays Thu Jun 8 03:24:03 2006,544 [20598] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:24:03 2006,545 [20598] INFO user - namedays Thu Jun 8 03:24:03 2006,545 [20598] INFO user - = Thu Jun 8 03:24:03 2006,545 [20598] INFO user - workdays Thu Jun 8 03:24:03 2006,545 [20598] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:24:03 2006,546 [20598] INFO user - weekstart Thu Jun 8 03:24:03 2006,546 [20598] INFO user - =1 Thu Jun 8 03:24:03 2006,546 [20598] INFO user - status Thu Jun 8 03:24:03 2006,547 [20598] INFO user - =Active Thu Jun 8 03:24:03 2006,547 [20598] INFO user - date_format Thu Jun 8 03:24:03 2006,547 [20598] INFO user - =dd-mm-yyyy Thu Jun 8 03:24:03 2006,548 [20598] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:24:03 2006,548 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,549 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:03 2006,550 [20598] DEBUG user - additional detail query results: Thu Jun 8 03:24:03 2006,555 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:03 2006,556 [20598] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:24:03','Signedin') Thu Jun 8 03:24:03 2006,556 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,557 [20598] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:24:03 2006,558 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,559 [20598] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:24:03 2006,559 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,560 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:24:03 2006,561 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,563 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:24:03 2006,564 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,565 [20598] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:24:03 2006,566 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:24:03 2006,566 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,567 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,568 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:24:03 2006,569 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,570 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,571 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:24:03 2006,571 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,573 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,574 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:24:03 2006,574 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,576 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:24:03 2006,577 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:24:03 2006,577 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,578 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,580 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:24:03 2006,580 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,581 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,582 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:24:03 2006,582 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,584 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,585 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:24:03 2006,586 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,587 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:24:03 2006,588 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:24:03 2006,588 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,590 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,591 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:24:03 2006,591 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,592 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:24:03 2006,594 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:24:03 2006,594 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,595 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,597 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:24:03 2006,597 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,598 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:24:03 2006,599 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:24:03 2006,600 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,601 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,602 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:24:03 2006,603 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,604 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:03 2006,605 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:24:03 2006,605 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,607 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,608 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:24:03 2006,608 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,610 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,610 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:24:03 2006,611 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,612 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,613 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:24:03 2006,614 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,615 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:03 2006,616 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:24:03 2006,616 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,618 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,619 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:24:03 2006,619 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,620 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,621 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:24:03 2006,622 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,623 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,624 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:24:03 2006,625 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,626 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:24:03 2006,627 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:24:03 2006,627 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,629 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,630 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:24:03 2006,630 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,632 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,632 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:24:03 2006,633 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,634 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,635 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:24:03 2006,636 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,637 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,637 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:24:03 2006,638 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,639 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,640 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:24:03 2006,640 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,641 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,642 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:24:03 2006,642 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,644 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,645 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:24:03 2006,645 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,647 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,647 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:24:03 2006,648 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,649 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,650 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:24:03 2006,651 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,652 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,653 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:24:03 2006,653 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,654 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,656 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:24:03 2006,656 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,657 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,658 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:24:03 2006,658 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,660 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,661 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:24:03 2006,662 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,663 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,663 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:24:03 2006,664 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,665 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:03 2006,666 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:24:03 2006,667 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,668 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,669 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:24:03 2006,669 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,670 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,671 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:24:03 2006,671 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,673 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,673 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:24:03 2006,674 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,675 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,676 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:24:03 2006,676 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,677 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:03 2006,678 [20598] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:24:03 2006,678 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:03 2006,680 [20598] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:24:03 2006,681 [20598] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:24:04 2006,770 [20446] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:24:04 2006,771 [20446] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:24:04 2006,771 [20446] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:24:04 2006,772 [20446] INFO index - About to take action index Thu Jun 8 03:24:04 2006,772 [20446] DEBUG index - in index Thu Jun 8 03:24:04 2006,773 [20446] INFO index - current page is modules/Home/index.php Thu Jun 8 03:24:04 2006,773 [20446] INFO index - current module is Home Thu Jun 8 03:24:04 2006,781 [20446] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:24:04 2006,781 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,783 [20446] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:24:04 2006,784 [20446] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:24:04 2006,785 [20446] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:24:04 2006,785 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:04 2006,787 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:04 2006,790 [20446] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:24:04 2006,790 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,792 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:04 2006,792 [20446] DEBUG user - additional detail query results: Thu Jun 8 03:24:04 2006,792 [20446] DEBUG index - Current user is: bmannaa Thu Jun 8 03:24:04 2006,793 [20446] DEBUG index - Current theme is: blue Thu Jun 8 03:24:04 2006,793 [20446] DEBUG index - current_language is: en_us Thu Jun 8 03:24:04 2006,797 [20446] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:24:04 2006,798 [20446] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:24:04 2006,798 [20446] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:24:04 2006,798 [20446] DEBUG index - including headers Thu Jun 8 03:24:04 2006,804 [20446] INFO VT - Message ->module is Contacts Thu Jun 8 03:24:04 2006,804 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Contacts' Thu Jun 8 03:24:04 2006,805 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,806 [20446] INFO VT - Message ->module is Leads Thu Jun 8 03:24:04 2006,806 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Leads' Thu Jun 8 03:24:04 2006,807 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,808 [20446] INFO VT - Message ->module is Accounts Thu Jun 8 03:24:04 2006,810 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:24:04 2006,811 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,812 [20446] INFO VT - Message ->module is Potentials Thu Jun 8 03:24:04 2006,813 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu Jun 8 03:24:04 2006,813 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,815 [20446] INFO VT - Message ->module is HelpDesk Thu Jun 8 03:24:04 2006,815 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='HelpDesk' Thu Jun 8 03:24:04 2006,815 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,817 [20446] INFO VT - Message ->module is Faq Thu Jun 8 03:24:04 2006,817 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Faq' Thu Jun 8 03:24:04 2006,818 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,819 [20446] INFO VT - Message ->module is Products Thu Jun 8 03:24:04 2006,820 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:24:04 2006,820 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,821 [20446] INFO VT - Message ->module is Notes Thu Jun 8 03:24:04 2006,822 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Notes' Thu Jun 8 03:24:04 2006,822 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,824 [20446] INFO VT - Message ->module is Emails Thu Jun 8 03:24:04 2006,824 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Emails' Thu Jun 8 03:24:04 2006,825 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,826 [20446] INFO VT - Message ->module is Events Thu Jun 8 03:24:04 2006,826 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Events' Thu Jun 8 03:24:04 2006,827 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,828 [20446] INFO VT - Message ->module is Activities Thu Jun 8 03:24:04 2006,828 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Activities' Thu Jun 8 03:24:04 2006,829 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,830 [20446] INFO VT - Message ->module is Vendor Thu Jun 8 03:24:04 2006,831 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Vendor' Thu Jun 8 03:24:04 2006,831 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,832 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:04 2006,833 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,834 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:04 2006,838 [20446] INFO VT - Message ->module is PriceBook Thu Jun 8 03:24:04 2006,838 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='PriceBook' Thu Jun 8 03:24:04 2006,839 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,840 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:04 2006,841 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,842 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:04 2006,846 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:04 2006,846 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:04 2006,847 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,848 [20446] INFO VT - Message ->module is Orders Thu Jun 8 03:24:04 2006,848 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Orders' Thu Jun 8 03:24:04 2006,849 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,850 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:04 2006,851 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:04 2006,851 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,852 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:04 2006,853 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,854 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:04 2006,858 [20446] INFO VT - Message ->module is Invoice Thu Jun 8 03:24:04 2006,858 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Invoice' Thu Jun 8 03:24:04 2006,859 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,877 [20446] DEBUG Tracker - About to retrieve list: SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:24:04 2006,877 [20446] DEBUG VT - Message ->query being executed : SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:24:04 2006,878 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,880 [20446] INFO VT - Message ->module is Accounts Thu Jun 8 03:24:04 2006,881 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:24:04 2006,881 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,883 [20446] INFO VT - Message ->getActionName 4 Thu Jun 8 03:24:04 2006,883 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:04 2006,884 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,885 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:04 2006,888 [20446] INFO VT - Message ->in getUserId 17 Thu Jun 8 03:24:04 2006,889 [20446] DEBUG VT - Message ->query being executed : select * from crmentity where crmid = 17 Thu Jun 8 03:24:04 2006,889 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,891 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:04 2006,893 [20446] INFO VT - Message ->module is Home Thu Jun 8 03:24:04 2006,893 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Home' Thu Jun 8 03:24:04 2006,894 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,895 [20446] INFO VT - Message ->get Actionid index Thu Jun 8 03:24:04 2006,895 [20446] INFO VT - Message ->action id selected is 3 Thu Jun 8 03:24:04 2006,896 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:04 2006,896 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:04 2006,898 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:06 2006,191 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:06 2006,191 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,193 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:06 2006,199 [20446] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid,crmentity.smownerid,crmentity.setype, activity.*, contactdetails.lastname, contactdetails.firstname, contactdetails.contactid, account.accountid, account.accountname, recurringevents.recurringtype,recurringevents.recurringdate from activity inner join crmentity on crmentity.crmid=activity.activityid left join cntactivityrel on cntactivityrel.activityid= activity.activityid left join contactdetails on contactdetails.contactid= cntactivityrel.contactid left join seactivityrel on seactivityrel.activityid = activity.activityid left outer join account on account.accountid = contactdetails.accountid left outer join recurringevents on recurringevents.activityid=activity.activityid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE crmentity.deleted=0 and (activity.activitytype = 'Meeting' or activity.activitytype='Call' or activity.activitytype='Task') AND ( activity.status is NULL || activity.status != 'Completed' ) and ( activity.eventstatus is NULL || activity.eventstatus != 'Held') and ( activity.eventstatus is NULL || activity.eventstatus != 'Not Held' ) AND (((date_start >= '2006-06-08' AND date_start < '2006-06-15') OR (date_start < '2006-06-08')) OR (recurringevents.recurringdate between '2006-06-08' and '2006-06-15') ) AND salesmanactivityrel.smid ='3' st = 0 co = 5 Thu Jun 8 03:24:06 2006,199 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,201 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,229 [20446] DEBUG VT - Message ->query being executed : select account.accountid, account.accountname, sum(potential.amount) as amount from potential inner join crmentity on (potential.potentialid=crmentity.crmid) inner join account on (potential.accountid=account.accountid) where crmentity.deleted=0 AND crmentity.smownerid="3" and potential.sales_stage <> "" and potential.sales_stage <> "" group by account.accountname order by 3 desc; Thu Jun 8 03:24:06 2006,229 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,231 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,234 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:24:06 2006,234 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,238 [20446] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid, crmentity.smownerid,account.accountname, potential.accountid,potential.potentialname,potential.sales_stage,potential.amount,potential.currency,potential.closingdate,potential.typeofrevenue, potentialscf.* from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 AND potential.sales_stage <> 'Closed Won' AND potential.sales_stage <> 'Closed Lost' AND crmentity.smownerid='3' ORDER BY amount DESC st = 0 co = 5 Thu Jun 8 03:24:06 2006,238 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,240 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,243 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:24:06 2006,244 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,245 [20446] DEBUG VT - Message ->query being executed : select groupname from users2group where userid='3' Thu Jun 8 03:24:06 2006,246 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,247 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,248 [20446] INFO top opportunity_list - Here is the where clause for the list view: select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' Thu Jun 8 03:24:06 2006,248 [20446] DEBUG VT - Message -> limitQuery sql = select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' st = 0 co = 5 Thu Jun 8 03:24:06 2006,249 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,252 [20446] DEBUG VT - Message ->query being executed : select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC Thu Jun 8 03:24:06 2006,253 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,254 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,255 [20446] DEBUG VT - Message -> limitQuery sql = select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC st = 0 co = 5 Thu Jun 8 03:24:06 2006,255 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,257 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,267 [20446] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where customview.setmetrics = 1 order by customview.entitytype Thu Jun 8 03:24:06 2006,268 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,269 [20446] INFO VT - Message ->Metrics :: Successfully got MetricList to be displayed Thu Jun 8 03:24:06 2006,270 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=3 Thu Jun 8 03:24:06 2006,271 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,273 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=3 Thu Jun 8 03:24:06 2006,274 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,275 [20446] DEBUG VT - Message ->query being executed : select count(*) count from account inner join crmentity on crmentity.crmid=account.accountid inner join accountbillads on account.accountid=accountbillads.accountaddressid inner join accountshipads on account.accountid=accountshipads.accountaddressid inner join accountscf on account.accountid = accountscf.accountid where crmentity.deleted=0 and account.account_type = 'Prospect' Thu Jun 8 03:24:06 2006,276 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,277 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=9 Thu Jun 8 03:24:06 2006,278 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,281 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=9 Thu Jun 8 03:24:06 2006,281 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,283 [20446] DEBUG VT - Message ->query being executed : select count(*) count from troubletickets inner join ticketcf on ticketcf.ticketid = troubletickets.ticketid inner join crmentity on crmentity.crmid=troubletickets.ticketid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join users on crmentity.smownerid=users.id and troubletickets.ticketid = ticketcf.ticketid where crmentity.deleted=0 and troubletickets.status <> 'Closed' Thu Jun 8 03:24:06 2006,283 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,285 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=1 Thu Jun 8 03:24:06 2006,286 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,288 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=1 Thu Jun 8 03:24:06 2006,289 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,290 [20446] DEBUG VT - Message ->query being executed : select count(*) count from leaddetails inner join crmentity on crmentity.crmid=leaddetails.leadid inner join leadsubdetails on leadsubdetails.leadsubscriptionid=leaddetails.leadid inner join leadaddress on leadaddress.leadaddressid=leadsubdetails.leadsubscriptionid inner join leadscf on leaddetails.leadid = leadscf.leadid where crmentity.deleted=0 and leaddetails.converted=0 and leaddetails.leadstatus = 'Hot' Thu Jun 8 03:24:06 2006,291 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,292 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=7 Thu Jun 8 03:24:06 2006,293 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,295 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=7 Thu Jun 8 03:24:06 2006,296 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,298 [20446] DEBUG VT - Message ->query being executed : select count(*) count from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 and potential.sales_stage = 'Closed Won' Thu Jun 8 03:24:06 2006,298 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,300 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=11 Thu Jun 8 03:24:06 2006,300 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,303 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=11 Thu Jun 8 03:24:06 2006,303 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,305 [20446] DEBUG VT - Message ->query being executed : select count(*) count from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and quotes.quotestage <> 'Accepted' and quotes.quotestage <> 'Rejected' Thu Jun 8 03:24:06 2006,306 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,307 [20446] INFO VT - Message ->Metrics :: Successfully build the Metrics Thu Jun 8 03:24:06 2006,316 [20446] DEBUG VT - Message ->query being executed : select * from quotestage where presence=1 order by sortorderid Thu Jun 8 03:24:06 2006,316 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,318 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:06 2006,318 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:06 2006,319 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,320 [20446] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=20 Thu Jun 8 03:24:06 2006,320 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,322 [20446] INFO VT - Message ->in getColumnFields Quotes Thu Jun 8 03:24:06 2006,323 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:06 2006,323 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:06 2006,324 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,325 [20446] DEBUG VT - Message ->query being executed : select * from field where tabid=20 Thu Jun 8 03:24:06 2006,325 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,327 [20446] DEBUG VT - Message ->getRowCount rows= 29 Thu Jun 8 03:24:06 2006,333 [20446] DEBUG VT - Message -> limitQuery sql = select crmentity.*, quotes.*, quotesbillads.*, quotesshipads.*,potential.potentialname,account.accountname from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and crmentity.smownerid=3 and quotes.validtill >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:24:06 2006,334 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,336 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,337 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:06 2006,337 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:06 2006,338 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,339 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:24:06 2006,339 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,341 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='' Thu Jun 8 03:24:06 2006,341 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,343 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:24:06 2006,344 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,345 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='subject' Thu Jun 8 03:24:06 2006,346 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,348 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='quotestage' Thu Jun 8 03:24:06 2006,348 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,350 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='quotestage' Thu Jun 8 03:24:06 2006,351 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,352 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='potential_id' Thu Jun 8 03:24:06 2006,353 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,355 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='potential_id' Thu Jun 8 03:24:06 2006,355 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,357 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:24:06 2006,358 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,359 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='account_id' Thu Jun 8 03:24:06 2006,360 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,362 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:06 2006,362 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,364 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:06 2006,365 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,366 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:06 2006,367 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,369 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:06 2006,369 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,371 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,372 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:06 2006,372 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:06 2006,373 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,378 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:06 2006,378 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:06 2006,379 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,380 [20446] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=22 Thu Jun 8 03:24:06 2006,380 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,382 [20446] INFO VT - Message ->in getColumnFields SalesOrder Thu Jun 8 03:24:06 2006,383 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:06 2006,383 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:06 2006,383 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,385 [20446] DEBUG VT - Message ->query being executed : select * from field where tabid=22 Thu Jun 8 03:24:06 2006,385 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,387 [20446] DEBUG VT - Message ->getRowCount rows= 32 Thu Jun 8 03:24:06 2006,394 [20446] DEBUG VT - Message -> limitQuery sql = select crmentity.*, salesorder.*, sobillads.*, soshipads.*,quotes.subject as quotename, account.accountname from salesorder inner join crmentity on crmentity.crmid=salesorder.salesorderid inner join sobillads on salesorder.salesorderid=sobillads.sobilladdressid inner join soshipads on salesorder.salesorderid=soshipads.soshipaddressid left outer join quotes on quotes.quoteid=salesorder.quoteid left outer join account on account.accountid=salesorder.accountid where crmentity.deleted=0 and crmentity.smownerid=3 and salesorder.duedate >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:24:06 2006,394 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,396 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,397 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:06 2006,397 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:06 2006,398 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,399 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:24:06 2006,400 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,401 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='' Thu Jun 8 03:24:06 2006,402 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,403 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:24:06 2006,404 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,406 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='subject' Thu Jun 8 03:24:06 2006,406 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,408 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:24:06 2006,409 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,410 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='account_id' Thu Jun 8 03:24:06 2006,411 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,413 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='quote_id' Thu Jun 8 03:24:06 2006,413 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,415 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='quote_id' Thu Jun 8 03:24:06 2006,416 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,418 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:06 2006,418 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,420 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:06 2006,420 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,422 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:06 2006,423 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,425 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:06 2006,425 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:06 2006,427 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:06 2006,428 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:06 2006,428 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:06 2006,429 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,504 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,505 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,508 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,508 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-02' AND recurringdate >= '2006-06-01') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,509 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,511 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,511 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,512 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,514 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,517 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,518 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,520 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,521 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-03' AND recurringdate >= '2006-06-02') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,522 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,524 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,524 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,525 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,527 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,530 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,530 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,533 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,534 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-04' AND recurringdate >= '2006-06-03') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,535 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,536 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,537 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,538 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,539 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,543 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,543 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,546 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,547 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-05' AND recurringdate >= '2006-06-04') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,548 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,549 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,550 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,551 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,552 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,556 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,556 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,559 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,560 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-06' AND recurringdate >= '2006-06-05') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,560 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,562 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,563 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,563 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,565 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,569 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,569 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,572 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,573 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-07' AND recurringdate >= '2006-06-06') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,573 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,575 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,576 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,576 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,578 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,582 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,582 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,585 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,586 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-08' AND recurringdate >= '2006-06-07') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,586 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,588 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,589 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,589 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,591 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,594 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,595 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,598 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,599 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-09' AND recurringdate >= '2006-06-08') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,599 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,601 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,602 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,602 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,604 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,607 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,608 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,611 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,611 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-10' AND recurringdate >= '2006-06-09') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,612 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,614 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,615 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,615 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,617 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,620 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,621 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,624 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,625 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-11' AND recurringdate >= '2006-06-10') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,625 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,627 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,628 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,628 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,630 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,633 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,634 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,637 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,638 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-12' AND recurringdate >= '2006-06-11') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,638 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,640 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,640 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,641 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,643 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,646 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,647 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,650 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,650 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-13' AND recurringdate >= '2006-06-12') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,651 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,653 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,653 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,654 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,656 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,659 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,660 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,662 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,663 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-14' AND recurringdate >= '2006-06-13') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,664 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,666 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,666 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,667 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,668 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,672 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,672 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,675 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,676 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-15' AND recurringdate >= '2006-06-14') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,677 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,678 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,679 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,679 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,681 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,685 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,685 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,688 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,689 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-16' AND recurringdate >= '2006-06-15') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,689 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,691 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,692 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,692 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,694 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,697 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,698 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,701 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,702 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-17' AND recurringdate >= '2006-06-16') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,702 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,704 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,705 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,705 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,707 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,711 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,711 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,714 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,715 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-18' AND recurringdate >= '2006-06-17') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,715 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,717 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,718 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,718 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,720 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,723 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,724 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,727 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,728 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-19' AND recurringdate >= '2006-06-18') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,728 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,730 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,731 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,731 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,733 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,736 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,737 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,740 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,741 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-20' AND recurringdate >= '2006-06-19') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,741 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,743 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,744 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,744 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,746 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,749 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,750 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,753 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,754 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-21' AND recurringdate >= '2006-06-20') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,754 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,756 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,757 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,757 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,759 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,762 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,763 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,766 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,766 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-22' AND recurringdate >= '2006-06-21') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,767 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,769 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,769 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,770 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,772 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,775 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,776 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,779 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,779 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-23' AND recurringdate >= '2006-06-22') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,780 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,782 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,782 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,783 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,785 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,788 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,789 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,792 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,792 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-24' AND recurringdate >= '2006-06-23') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,793 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,795 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,795 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,796 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,798 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,801 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,801 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,804 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,805 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-25' AND recurringdate >= '2006-06-24') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,806 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,807 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,808 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,809 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,811 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,814 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,814 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,817 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,818 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-26' AND recurringdate >= '2006-06-25') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,819 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,820 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,821 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,822 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,823 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,827 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,827 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,830 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,831 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-27' AND recurringdate >= '2006-06-26') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,832 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,833 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,834 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,835 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,837 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,840 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,840 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,844 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,844 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-28' AND recurringdate >= '2006-06-27') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,845 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,847 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,847 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,848 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,849 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,853 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,853 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,856 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,857 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-29' AND recurringdate >= '2006-06-28') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,858 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,860 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,860 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,861 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,863 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,866 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,866 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,869 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,870 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-30' AND recurringdate >= '2006-06-29') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,871 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,872 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,873 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,874 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,875 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,879 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,879 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,882 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,883 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-07-01' AND recurringdate >= '2006-06-30') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:06 AM EDT,883 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,885 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,886 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:06 AM EDT,887 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,888 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,950 [20446] DEBUG VT - Message ->query being executed : select * from sales_stage where presence=1 order by sortorderid Thu 08 Jun 2006 03:24:06 AM EDT,951 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,952 [20446] DEBUG my_pipeline_by_sales_stage - datax is: Thu 08 Jun 2006 03:24:06 AM EDT,953 [20446] DEBUG my_pipeline_by_sales_stage - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:24:06 AM EDT,953 [20446] DEBUG my_pipeline_by_sales_stage - ids is: Thu 08 Jun 2006 03:24:06 AM EDT,953 [20446] DEBUG my_pipeline_by_sales_stage - array ( 0 => '3', ) Thu 08 Jun 2006 03:24:06 AM EDT,954 [20446] DEBUG my_pipeline_by_sales_stage - cache file name is: 1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:24:06 AM EDT,982 [20446] DEBUG opportunity charts - graph object created Thu 08 Jun 2006 03:24:06 AM EDT,983 [20446] DEBUG opportunity charts - starting pipeline chart Thu 08 Jun 2006 03:24:06 AM EDT,983 [20446] DEBUG opportunity charts - datax is: Thu 08 Jun 2006 03:24:06 AM EDT,983 [20446] DEBUG opportunity charts - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:24:06 AM EDT,984 [20446] DEBUG opportunity charts - user_id is: Thu 08 Jun 2006 03:24:06 AM EDT,984 [20446] DEBUG opportunity charts - array ( 0 => '3', ) Thu 08 Jun 2006 03:24:06 AM EDT,984 [20446] DEBUG opportunity charts - cache_file_name is: cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:24:06 AM EDT,986 [20446] INFO VT - Message ->in getColumnFields Potentials Thu 08 Jun 2006 03:24:06 AM EDT,986 [20446] INFO VT - Message ->module is Potentials Thu 08 Jun 2006 03:24:06 AM EDT,987 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu 08 Jun 2006 03:24:06 AM EDT,987 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,989 [20446] DEBUG VT - Message ->query being executed : select * from field where tabid=2 Thu 08 Jun 2006 03:24:06 AM EDT,990 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:06 AM EDT,991 [20446] DEBUG VT - Message ->getRowCount rows= 13 Thu 08 Jun 2006 03:24:06 AM EDT,993 [20446] DEBUG potential - get_full_list: order_by = 'amount DESC, closingdate DESC' and where = '(crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01'' Thu 08 Jun 2006 03:24:06 AM EDT,993 [20446] DEBUG potential - process_full_list_query: query is SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:24:06 AM EDT,994 [20446] DEBUG VT - Message ->query being executed : SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:24:06 AM EDT,994 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:06 AM EDT,996 [20446] DEBUG potential - process_full_list_query: result is Object Thu 08 Jun 2006 03:24:06 AM EDT,997 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:06 AM EDT,998 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:06 AM EDT,998 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,001 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,002 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:07 AM EDT,003 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,006 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,007 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:07 AM EDT,008 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,011 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,012 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:07 AM EDT,012 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,016 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,017 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:07 AM EDT,017 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,021 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,022 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:07 AM EDT,022 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,025 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,026 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:07 AM EDT,027 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,030 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,031 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:07 AM EDT,032 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,035 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,036 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:07 AM EDT,036 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,040 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,041 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:07 AM EDT,041 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:07 AM EDT,045 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:07 AM EDT,045 [20446] DEBUG opportunity charts - datay is: Thu 08 Jun 2006 03:24:07 AM EDT,046 [20446] DEBUG opportunity charts - array ( 3 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ) Thu 08 Jun 2006 03:24:07 AM EDT,046 [20446] DEBUG opportunity charts - aAlts is: Thu 08 Jun 2006 03:24:07 AM EDT,046 [20446] DEBUG opportunity charts - array ( 3 => array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ), ) Thu 08 Jun 2006 03:24:07 AM EDT,047 [20446] DEBUG opportunity charts - aTargets is: Thu 08 Jun 2006 03:24:07 AM EDT,047 [20446] DEBUG opportunity charts - array ( 3 => array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ), ) Thu 08 Jun 2006 03:24:07 AM EDT,047 [20446] DEBUG opportunity charts - sum is: Thu 08 Jun 2006 03:24:07 AM EDT,048 [20446] DEBUG opportunity charts - Thu 08 Jun 2006 03:24:07 AM EDT,048 [20446] DEBUG opportunity charts - count is: Thu 08 Jun 2006 03:24:07 AM EDT,048 [20446] DEBUG opportunity charts - Thu 08 Jun 2006 03:24:07 AM EDT,049 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:07 AM EDT,049 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:07 AM EDT,050 [20446] DEBUG opportunity charts - bplot[0] is: Thu 08 Jun 2006 03:24:07 AM EDT,051 [20446] DEBUG opportunity charts - class barplot { var $line_weight = 1; var $coords = array ( 0 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ); var $legend = ''; var $hidelegend = false; var $csimtargets = array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ); var $csimareas = ''; var $csimalts = array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ); var $color = 'black'; var $numpoints = 11; var $weight = 1; var $value = class displayvalue { var $show = true; var $format = '$%d'; var $negformat = ''; var $iFormCallback = ''; var $angle = 0; var $ff = 2; var $fs = 9001; var $fsize = 8; var $color = 'white'; var $negcolor = ''; var $margin = 8; var $valign = ''; var $halign = 'center'; var $iHideZero = false; }; var $center = false; var $legendcsimtarget = ''; var $legendcsimalt = ''; var $width = 0.5; var $abswidth = -1; var $fill = true; var $fill_color = '#D50100'; var $ybase = 0; var $align = 'center'; var $grad = false; var $grad_style = 1; var $grad_fromcolor = array ( 0 => 50, 1 => 50, 2 => 200, ); var $grad_tocolor = array ( 0 => 255, 1 => 255, 2 => 255, ); var $bar_shadow = true; var $bar_shadow_color = 'black'; var $bar_shadow_hsize = 3; var $bar_shadow_vsize = 3; var $valuepos = 'max'; var $iPattern = -1; var $iPatternDensity = 80; var $iPatternColor = 'black'; } Thu 08 Jun 2006 03:24:07 AM EDT,052 [20446] DEBUG opportunity charts - datay[3] is: Thu 08 Jun 2006 03:24:07 AM EDT,052 [20446] DEBUG opportunity charts - array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ) Thu 08 Jun 2006 03:24:07 AM EDT,053 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:07 AM EDT,053 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:07 AM EDT,055 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:07 AM EDT,055 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:07 AM EDT,056 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:07 AM EDT,057 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:07 AM EDT,135 [20446] DEBUG save_image_file - Success, wrote ( ) to file (cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png.map) Thu Jun 8 03:24:07 2006,536 [20322] DEBUG index - ****Starting for new session Thu Jun 8 03:24:07 2006,537 [20322] DEBUG index - We are authenticating user now Thu Jun 8 03:24:07 2006,538 [20322] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:24:07 2006,538 [20322] INFO index - About to take action Authenticate Thu Jun 8 03:24:07 2006,539 [20322] DEBUG index - in Authenticate Thu Jun 8 03:24:07 2006,539 [20322] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:24:07 2006,539 [20322] INFO index - current module is Users Thu Jun 8 03:24:07 2006,547 [20322] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:24:07 2006,548 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,549 [20322] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:24:07 2006,550 [20322] DEBUG index - Current theme is: blue Thu Jun 8 03:24:07 2006,551 [20322] DEBUG index - current_language is: en_us Thu Jun 8 03:24:07 2006,556 [20322] DEBUG index - skipping headers Thu Jun 8 03:24:07 2006,557 [20322] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:24:07 2006,558 [20322] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:24:07 2006,559 [20322] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:07 2006,561 [20322] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:07 2006,564 [20322] INFO user - id Thu Jun 8 03:24:07 2006,564 [20322] INFO user - =3 Thu Jun 8 03:24:07 2006,564 [20322] INFO user - user_name Thu Jun 8 03:24:07 2006,564 [20322] INFO user - =bmannaa Thu Jun 8 03:24:07 2006,565 [20322] INFO user - user_password Thu Jun 8 03:24:07 2006,565 [20322] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:24:07 2006,565 [20322] INFO user - first_name Thu Jun 8 03:24:07 2006,566 [20322] INFO user - =Bassel Thu Jun 8 03:24:07 2006,566 [20322] INFO user - last_name Thu Jun 8 03:24:07 2006,566 [20322] INFO user - =Mannaa Thu Jun 8 03:24:07 2006,567 [20322] INFO user - description Thu Jun 8 03:24:07 2006,567 [20322] INFO user - = Thu Jun 8 03:24:07 2006,567 [20322] INFO user - date_entered Thu Jun 8 03:24:07 2006,567 [20322] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:24:07 2006,568 [20322] INFO user - date_modified Thu Jun 8 03:24:07 2006,568 [20322] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:24:07 2006,568 [20322] INFO user - modified_user_id Thu Jun 8 03:24:07 2006,569 [20322] INFO user - =1 Thu Jun 8 03:24:07 2006,569 [20322] INFO user - title Thu Jun 8 03:24:07 2006,569 [20322] INFO user - =Software Developer Thu Jun 8 03:24:07 2006,570 [20322] INFO user - department Thu Jun 8 03:24:07 2006,570 [20322] INFO user - = Thu Jun 8 03:24:07 2006,570 [20322] INFO user - is_admin Thu Jun 8 03:24:07 2006,570 [20322] INFO user - =off Thu Jun 8 03:24:07 2006,571 [20322] INFO user - phone_home Thu Jun 8 03:24:07 2006,571 [20322] INFO user - = Thu Jun 8 03:24:07 2006,571 [20322] INFO user - phone_mobile Thu Jun 8 03:24:07 2006,571 [20322] INFO user - = Thu Jun 8 03:24:07 2006,572 [20322] INFO user - phone_work Thu Jun 8 03:24:07 2006,572 [20322] INFO user - =617 933 9269 Thu Jun 8 03:24:07 2006,572 [20322] INFO user - phone_other Thu Jun 8 03:24:07 2006,573 [20322] INFO user - = Thu Jun 8 03:24:07 2006,573 [20322] INFO user - phone_fax Thu Jun 8 03:24:07 2006,573 [20322] INFO user - = Thu Jun 8 03:24:07 2006,573 [20322] INFO user - email1 Thu Jun 8 03:24:07 2006,574 [20322] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:24:07 2006,574 [20322] INFO user - email2 Thu Jun 8 03:24:07 2006,574 [20322] INFO user - = Thu Jun 8 03:24:07 2006,575 [20322] INFO user - signature Thu Jun 8 03:24:07 2006,575 [20322] INFO user - = Thu Jun 8 03:24:07 2006,575 [20322] INFO user - yahoo_id Thu Jun 8 03:24:07 2006,575 [20322] INFO user - =bassel_mannaa Thu Jun 8 03:24:07 2006,576 [20322] INFO user - address_street Thu Jun 8 03:24:07 2006,576 [20322] INFO user - = Thu Jun 8 03:24:07 2006,576 [20322] INFO user - address_city Thu Jun 8 03:24:07 2006,577 [20322] INFO user - = Thu Jun 8 03:24:07 2006,577 [20322] INFO user - address_state Thu Jun 8 03:24:07 2006,577 [20322] INFO user - = Thu Jun 8 03:24:07 2006,577 [20322] INFO user - address_postalcode Thu Jun 8 03:24:07 2006,578 [20322] INFO user - = Thu Jun 8 03:24:07 2006,578 [20322] INFO user - address_country Thu Jun 8 03:24:07 2006,578 [20322] INFO user - = Thu Jun 8 03:24:07 2006,579 [20322] INFO user - reports_to_id Thu Jun 8 03:24:07 2006,579 [20322] INFO user - = Thu Jun 8 03:24:07 2006,579 [20322] INFO user - tz Thu Jun 8 03:24:07 2006,579 [20322] INFO user - =Europe/Berlin Thu Jun 8 03:24:07 2006,580 [20322] INFO user - holidays Thu Jun 8 03:24:07 2006,580 [20322] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:24:07 2006,580 [20322] INFO user - namedays Thu Jun 8 03:24:07 2006,581 [20322] INFO user - = Thu Jun 8 03:24:07 2006,581 [20322] INFO user - workdays Thu Jun 8 03:24:07 2006,581 [20322] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:24:07 2006,581 [20322] INFO user - weekstart Thu Jun 8 03:24:07 2006,582 [20322] INFO user - =1 Thu Jun 8 03:24:07 2006,582 [20322] INFO user - status Thu Jun 8 03:24:07 2006,582 [20322] INFO user - =Active Thu Jun 8 03:24:07 2006,583 [20322] INFO user - date_format Thu Jun 8 03:24:07 2006,583 [20322] INFO user - =dd-mm-yyyy Thu Jun 8 03:24:07 2006,583 [20322] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:24:07 2006,584 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,585 [20322] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:07 2006,585 [20322] DEBUG user - additional detail query results: Thu Jun 8 03:24:07 2006,590 [20322] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:07 2006,591 [20322] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:24:07','Signedin') Thu Jun 8 03:24:07 2006,592 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,593 [20322] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:24:07 2006,593 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,594 [20322] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:24:07 2006,595 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,596 [20322] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:24:07 2006,597 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,599 [20322] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:24:07 2006,599 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,600 [20322] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:24:07 2006,601 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:24:07 2006,602 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,603 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,604 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:24:07 2006,605 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,606 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,606 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:24:07 2006,607 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,608 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,609 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:24:07 2006,610 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,611 [20322] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:24:07 2006,612 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:24:07 2006,613 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,614 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,615 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:24:07 2006,616 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,617 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,617 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:24:07 2006,618 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,619 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,620 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:24:07 2006,621 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,622 [20322] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:24:07 2006,623 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:24:07 2006,624 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,625 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,626 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:24:07 2006,627 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,628 [20322] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:24:07 2006,629 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:24:07 2006,629 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,631 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,632 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:24:07 2006,632 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,634 [20322] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:24:07 2006,635 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:24:07 2006,635 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,637 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,638 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:24:07 2006,638 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,640 [20322] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:07 2006,640 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:24:07 2006,641 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,642 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,643 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:24:07 2006,644 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,645 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,646 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:24:07 2006,646 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,647 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,649 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:24:07 2006,649 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,650 [20322] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:07 2006,651 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:24:07 2006,652 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,653 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,654 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:24:07 2006,655 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,656 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,656 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:24:07 2006,657 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,658 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,660 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:24:07 2006,660 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,661 [20322] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:24:07 2006,662 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:24:07 2006,663 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,664 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,665 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:24:07 2006,666 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,667 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,668 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:24:07 2006,668 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,669 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,671 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:24:07 2006,671 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,672 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,673 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:24:07 2006,673 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,674 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,675 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:24:07 2006,675 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,677 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,677 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:24:07 2006,678 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,679 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,680 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:24:07 2006,681 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,682 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,683 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:24:07 2006,683 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,684 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,686 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:24:07 2006,686 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,687 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,688 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:24:07 2006,688 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,690 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,691 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:24:07 2006,691 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,693 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,693 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:24:07 2006,694 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,695 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,696 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:24:07 2006,697 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,698 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,699 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:24:07 2006,699 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,701 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:07 2006,702 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:24:07 2006,702 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,703 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,704 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:24:07 2006,705 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,706 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,706 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:24:07 2006,707 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,708 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,709 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:24:07 2006,709 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,710 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,711 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:24:07 2006,711 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,713 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:07 2006,713 [20322] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:24:07 2006,714 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:07 2006,715 [20322] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:24:07 2006,716 [20322] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:24:08 2006,667 [18879] DEBUG index - ****Starting for new session Thu Jun 8 03:24:08 2006,668 [18879] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:24:08 2006,668 [18879] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:24:08 2006,669 [18879] INFO index - About to take action Login Thu Jun 8 03:24:08 2006,669 [18879] DEBUG index - in Login Thu Jun 8 03:24:08 2006,670 [18879] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:24:08 2006,670 [18879] INFO index - current module is Users Thu Jun 8 03:24:08 2006,677 [18879] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:24:08 2006,678 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:08 2006,679 [18879] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:24:08 2006,681 [18879] DEBUG index - Current theme is: blue Thu Jun 8 03:24:08 2006,681 [18879] DEBUG index - current_language is: en_us Thu Jun 8 03:24:08 2006,686 [18879] DEBUG index - including headers Thu Jun 8 03:24:30 2006,378 [17886] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:24:30 2006,379 [17886] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:24:30 2006,379 [17886] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:24:30 2006,380 [17886] INFO index - About to take action index Thu Jun 8 03:24:30 2006,380 [17886] DEBUG index - in index Thu Jun 8 03:24:30 2006,381 [17886] INFO index - current page is modules/Home/index.php Thu Jun 8 03:24:30 2006,381 [17886] INFO index - current module is Home Thu Jun 8 03:24:30 2006,389 [17886] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:24:30 2006,389 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,391 [17886] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:24:30 2006,392 [17886] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:24:30 2006,393 [17886] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:24:30 2006,393 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:30 2006,395 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:30 2006,398 [17886] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:24:30 2006,398 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,400 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:30 2006,400 [17886] DEBUG user - additional detail query results: Thu Jun 8 03:24:30 2006,400 [17886] DEBUG index - Current user is: bmannaa Thu Jun 8 03:24:30 2006,401 [17886] DEBUG index - Current theme is: blue Thu Jun 8 03:24:30 2006,401 [17886] DEBUG index - current_language is: en_us Thu Jun 8 03:24:30 2006,405 [17886] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:24:30 2006,406 [17886] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:24:30 2006,406 [17886] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:24:30 2006,406 [17886] DEBUG index - including headers Thu Jun 8 03:24:30 2006,412 [17886] INFO VT - Message ->module is Contacts Thu Jun 8 03:24:30 2006,412 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Contacts' Thu Jun 8 03:24:30 2006,413 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,414 [17886] INFO VT - Message ->module is Leads Thu Jun 8 03:24:30 2006,414 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Leads' Thu Jun 8 03:24:30 2006,415 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,416 [17886] INFO VT - Message ->module is Accounts Thu Jun 8 03:24:30 2006,417 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:24:30 2006,417 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,418 [17886] INFO VT - Message ->module is Potentials Thu Jun 8 03:24:30 2006,419 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu Jun 8 03:24:30 2006,419 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,421 [17886] INFO VT - Message ->module is HelpDesk Thu Jun 8 03:24:30 2006,421 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='HelpDesk' Thu Jun 8 03:24:30 2006,422 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,423 [17886] INFO VT - Message ->module is Faq Thu Jun 8 03:24:30 2006,423 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Faq' Thu Jun 8 03:24:30 2006,424 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,425 [17886] INFO VT - Message ->module is Products Thu Jun 8 03:24:30 2006,426 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:24:30 2006,426 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,427 [17886] INFO VT - Message ->module is Notes Thu Jun 8 03:24:30 2006,428 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Notes' Thu Jun 8 03:24:30 2006,428 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,429 [17886] INFO VT - Message ->module is Emails Thu Jun 8 03:24:30 2006,430 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Emails' Thu Jun 8 03:24:30 2006,430 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,432 [17886] INFO VT - Message ->module is Events Thu Jun 8 03:24:30 2006,433 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Events' Thu Jun 8 03:24:30 2006,433 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,434 [17886] INFO VT - Message ->module is Activities Thu Jun 8 03:24:30 2006,435 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Activities' Thu Jun 8 03:24:30 2006,435 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,437 [17886] INFO VT - Message ->module is Vendor Thu Jun 8 03:24:30 2006,437 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Vendor' Thu Jun 8 03:24:30 2006,438 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,439 [17886] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:30 2006,439 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,441 [17886] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:30 2006,444 [17886] INFO VT - Message ->module is PriceBook Thu Jun 8 03:24:30 2006,445 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='PriceBook' Thu Jun 8 03:24:30 2006,445 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,447 [17886] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:30 2006,447 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,449 [17886] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:30 2006,452 [17886] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:30 2006,453 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:30 2006,453 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,454 [17886] INFO VT - Message ->module is Orders Thu Jun 8 03:24:30 2006,455 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Orders' Thu Jun 8 03:24:30 2006,455 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,457 [17886] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:30 2006,457 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:30 2006,458 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,459 [17886] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:30 2006,459 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,461 [17886] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:30 2006,464 [17886] INFO VT - Message ->module is Invoice Thu Jun 8 03:24:30 2006,465 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Invoice' Thu Jun 8 03:24:30 2006,465 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,483 [17886] DEBUG Tracker - About to retrieve list: SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:24:30 2006,484 [17886] DEBUG VT - Message ->query being executed : SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:24:30 2006,484 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,487 [17886] INFO VT - Message ->module is Accounts Thu Jun 8 03:24:30 2006,487 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:24:30 2006,488 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,489 [17886] INFO VT - Message ->getActionName 4 Thu Jun 8 03:24:30 2006,490 [17886] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:30 2006,490 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,492 [17886] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:30 2006,495 [17886] INFO VT - Message ->in getUserId 17 Thu Jun 8 03:24:30 2006,496 [17886] DEBUG VT - Message ->query being executed : select * from crmentity where crmid = 17 Thu Jun 8 03:24:30 2006,496 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,498 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:30 2006,499 [17886] INFO VT - Message ->module is Home Thu Jun 8 03:24:30 2006,500 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Home' Thu Jun 8 03:24:30 2006,500 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,502 [17886] INFO VT - Message ->get Actionid index Thu Jun 8 03:24:30 2006,502 [17886] INFO VT - Message ->action id selected is 3 Thu Jun 8 03:24:30 2006,503 [17886] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:30 2006,503 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:30 2006,504 [17886] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:33 2006,360 [17886] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:33 2006,360 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,362 [17886] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:33 2006,368 [17886] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid,crmentity.smownerid,crmentity.setype, activity.*, contactdetails.lastname, contactdetails.firstname, contactdetails.contactid, account.accountid, account.accountname, recurringevents.recurringtype,recurringevents.recurringdate from activity inner join crmentity on crmentity.crmid=activity.activityid left join cntactivityrel on cntactivityrel.activityid= activity.activityid left join contactdetails on contactdetails.contactid= cntactivityrel.contactid left join seactivityrel on seactivityrel.activityid = activity.activityid left outer join account on account.accountid = contactdetails.accountid left outer join recurringevents on recurringevents.activityid=activity.activityid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE crmentity.deleted=0 and (activity.activitytype = 'Meeting' or activity.activitytype='Call' or activity.activitytype='Task') AND ( activity.status is NULL || activity.status != 'Completed' ) and ( activity.eventstatus is NULL || activity.eventstatus != 'Held') and ( activity.eventstatus is NULL || activity.eventstatus != 'Not Held' ) AND (((date_start >= '2006-06-08' AND date_start < '2006-06-15') OR (date_start < '2006-06-08')) OR (recurringevents.recurringdate between '2006-06-08' and '2006-06-15') ) AND salesmanactivityrel.smid ='3' st = 0 co = 5 Thu Jun 8 03:24:33 2006,369 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,371 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:33 2006,397 [17886] DEBUG VT - Message ->query being executed : select account.accountid, account.accountname, sum(potential.amount) as amount from potential inner join crmentity on (potential.potentialid=crmentity.crmid) inner join account on (potential.accountid=account.accountid) where crmentity.deleted=0 AND crmentity.smownerid="3" and potential.sales_stage <> "" and potential.sales_stage <> "" group by account.accountname order by 3 desc; Thu Jun 8 03:24:33 2006,398 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,399 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:33 2006,402 [17886] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:24:33 2006,403 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,406 [17886] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid, crmentity.smownerid,account.accountname, potential.accountid,potential.potentialname,potential.sales_stage,potential.amount,potential.currency,potential.closingdate,potential.typeofrevenue, potentialscf.* from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 AND potential.sales_stage <> 'Closed Won' AND potential.sales_stage <> 'Closed Lost' AND crmentity.smownerid='3' ORDER BY amount DESC st = 0 co = 5 Thu Jun 8 03:24:33 2006,407 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,408 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:33 2006,411 [17886] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:24:33 2006,412 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,414 [17886] DEBUG VT - Message ->query being executed : select groupname from users2group where userid='3' Thu Jun 8 03:24:33 2006,414 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,415 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:33 2006,416 [17886] INFO top opportunity_list - Here is the where clause for the list view: select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' Thu Jun 8 03:24:33 2006,416 [17886] DEBUG VT - Message -> limitQuery sql = select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' st = 0 co = 5 Thu Jun 8 03:24:33 2006,417 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,420 [17886] DEBUG VT - Message ->query being executed : select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC Thu Jun 8 03:24:33 2006,421 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,423 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:33 2006,423 [17886] DEBUG VT - Message -> limitQuery sql = select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC st = 0 co = 5 Thu Jun 8 03:24:33 2006,424 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,425 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:33 2006,435 [17886] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where customview.setmetrics = 1 order by customview.entitytype Thu Jun 8 03:24:33 2006,436 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,437 [17886] INFO VT - Message ->Metrics :: Successfully got MetricList to be displayed Thu Jun 8 03:24:33 2006,438 [17886] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=3 Thu Jun 8 03:24:33 2006,439 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,441 [17886] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=3 Thu Jun 8 03:24:33 2006,442 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,443 [17886] DEBUG VT - Message ->query being executed : select count(*) count from account inner join crmentity on crmentity.crmid=account.accountid inner join accountbillads on account.accountid=accountbillads.accountaddressid inner join accountshipads on account.accountid=accountshipads.accountaddressid inner join accountscf on account.accountid = accountscf.accountid where crmentity.deleted=0 and account.account_type = 'Prospect' Thu Jun 8 03:24:33 2006,444 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,445 [17886] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=9 Thu Jun 8 03:24:33 2006,446 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,448 [17886] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=9 Thu Jun 8 03:24:33 2006,449 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,451 [17886] DEBUG VT - Message ->query being executed : select count(*) count from troubletickets inner join ticketcf on ticketcf.ticketid = troubletickets.ticketid inner join crmentity on crmentity.crmid=troubletickets.ticketid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join users on crmentity.smownerid=users.id and troubletickets.ticketid = ticketcf.ticketid where crmentity.deleted=0 and troubletickets.status <> 'Closed' Thu Jun 8 03:24:33 2006,451 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,453 [17886] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=1 Thu Jun 8 03:24:33 2006,453 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,456 [17886] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=1 Thu Jun 8 03:24:33 2006,457 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,458 [17886] DEBUG VT - Message ->query being executed : select count(*) count from leaddetails inner join crmentity on crmentity.crmid=leaddetails.leadid inner join leadsubdetails on leadsubdetails.leadsubscriptionid=leaddetails.leadid inner join leadaddress on leadaddress.leadaddressid=leadsubdetails.leadsubscriptionid inner join leadscf on leaddetails.leadid = leadscf.leadid where crmentity.deleted=0 and leaddetails.converted=0 and leaddetails.leadstatus = 'Hot' Thu Jun 8 03:24:33 2006,459 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,461 [17886] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=7 Thu Jun 8 03:24:33 2006,461 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,464 [17886] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=7 Thu Jun 8 03:24:33 2006,464 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,466 [17886] DEBUG VT - Message ->query being executed : select count(*) count from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 and potential.sales_stage = 'Closed Won' Thu Jun 8 03:24:33 2006,466 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,468 [17886] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=11 Thu Jun 8 03:24:33 2006,469 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,472 [17886] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=11 Thu Jun 8 03:24:33 2006,472 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,474 [17886] DEBUG VT - Message ->query being executed : select count(*) count from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and quotes.quotestage <> 'Accepted' and quotes.quotestage <> 'Rejected' Thu Jun 8 03:24:33 2006,474 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:33 2006,476 [17886] INFO VT - Message ->Metrics :: Successfully build the Metrics Thu Jun 8 03:24:34 2006,031 [17886] DEBUG VT - Message ->query being executed : select * from quotestage where presence=1 order by sortorderid Thu Jun 8 03:24:34 2006,031 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,033 [17886] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:34 2006,034 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:34 2006,034 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,035 [17886] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=20 Thu Jun 8 03:24:34 2006,036 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,038 [17886] INFO VT - Message ->in getColumnFields Quotes Thu Jun 8 03:24:34 2006,038 [17886] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:34 2006,039 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:34 2006,039 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,040 [17886] DEBUG VT - Message ->query being executed : select * from field where tabid=20 Thu Jun 8 03:24:34 2006,041 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,042 [17886] DEBUG VT - Message ->getRowCount rows= 29 Thu Jun 8 03:24:34 2006,049 [17886] DEBUG VT - Message -> limitQuery sql = select crmentity.*, quotes.*, quotesbillads.*, quotesshipads.*,potential.potentialname,account.accountname from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and crmentity.smownerid=3 and quotes.validtill >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:24:34 2006,049 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,051 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:34 2006,052 [17886] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:34 2006,052 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:34 2006,053 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,054 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:24:34 2006,055 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,056 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='' Thu Jun 8 03:24:34 2006,057 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,058 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:24:34 2006,059 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,061 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='subject' Thu Jun 8 03:24:34 2006,061 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,063 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='quotestage' Thu Jun 8 03:24:34 2006,064 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,065 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='quotestage' Thu Jun 8 03:24:34 2006,066 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,067 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='potential_id' Thu Jun 8 03:24:34 2006,068 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,070 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='potential_id' Thu Jun 8 03:24:34 2006,070 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,072 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:24:34 2006,073 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,074 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='account_id' Thu Jun 8 03:24:34 2006,075 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,077 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:34 2006,077 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,079 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:34 2006,080 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,081 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:34 2006,082 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,084 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:34 2006,084 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,086 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:34 2006,087 [17886] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:34 2006,088 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:34 2006,088 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,093 [17886] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:34 2006,093 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:34 2006,094 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,095 [17886] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=22 Thu Jun 8 03:24:34 2006,095 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,097 [17886] INFO VT - Message ->in getColumnFields SalesOrder Thu Jun 8 03:24:34 2006,097 [17886] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:34 2006,098 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:34 2006,098 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,100 [17886] DEBUG VT - Message ->query being executed : select * from field where tabid=22 Thu Jun 8 03:24:34 2006,100 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,102 [17886] DEBUG VT - Message ->getRowCount rows= 32 Thu Jun 8 03:24:34 2006,108 [17886] DEBUG VT - Message -> limitQuery sql = select crmentity.*, salesorder.*, sobillads.*, soshipads.*,quotes.subject as quotename, account.accountname from salesorder inner join crmentity on crmentity.crmid=salesorder.salesorderid inner join sobillads on salesorder.salesorderid=sobillads.sobilladdressid inner join soshipads on salesorder.salesorderid=soshipads.soshipaddressid left outer join quotes on quotes.quoteid=salesorder.quoteid left outer join account on account.accountid=salesorder.accountid where crmentity.deleted=0 and crmentity.smownerid=3 and salesorder.duedate >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:24:34 2006,109 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,111 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:34 2006,112 [17886] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:34 2006,112 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:34 2006,112 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,114 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:24:34 2006,114 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,116 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='' Thu Jun 8 03:24:34 2006,116 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,118 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:24:34 2006,118 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,120 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='subject' Thu Jun 8 03:24:34 2006,121 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,123 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:24:34 2006,123 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,125 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='account_id' Thu Jun 8 03:24:34 2006,125 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,127 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='quote_id' Thu Jun 8 03:24:34 2006,128 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,130 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='quote_id' Thu Jun 8 03:24:34 2006,130 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,132 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:34 2006,132 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,134 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:34 2006,135 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,137 [17886] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:34 2006,137 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,139 [17886] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:34 2006,139 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:34 2006,141 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:34 2006,142 [17886] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:34 2006,143 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:34 2006,143 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,776 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,777 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,780 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,781 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-02' AND recurringdate >= '2006-06-01') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,781 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,783 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,784 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,784 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,786 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,789 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,790 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,793 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,793 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-03' AND recurringdate >= '2006-06-02') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,794 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,796 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,796 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,797 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,799 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,802 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,803 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,806 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,806 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-04' AND recurringdate >= '2006-06-03') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,807 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,809 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,809 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,810 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,812 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,815 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,815 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,818 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,819 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-05' AND recurringdate >= '2006-06-04') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,820 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,821 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,822 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,823 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,824 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,828 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,828 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,831 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,832 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-06' AND recurringdate >= '2006-06-05') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,833 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,834 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,835 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,836 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,837 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,841 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,841 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,844 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,845 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-07' AND recurringdate >= '2006-06-06') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,845 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,847 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,848 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,848 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,850 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,854 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,854 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,857 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,858 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-08' AND recurringdate >= '2006-06-07') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,858 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,860 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,861 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,861 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,863 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,866 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,867 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,870 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,871 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-09' AND recurringdate >= '2006-06-08') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,871 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,873 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,874 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,874 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,876 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,879 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,880 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,883 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,883 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-10' AND recurringdate >= '2006-06-09') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,884 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,886 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,887 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,887 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,889 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,892 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,893 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,896 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,896 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-11' AND recurringdate >= '2006-06-10') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,897 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,899 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,899 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,900 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,902 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,905 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,905 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,908 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,909 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-12' AND recurringdate >= '2006-06-11') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,910 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,912 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,912 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,913 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,914 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,918 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,918 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,921 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,922 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-13' AND recurringdate >= '2006-06-12') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,923 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,924 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,925 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,925 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,927 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,931 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,931 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,934 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,935 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-14' AND recurringdate >= '2006-06-13') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,935 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,937 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,938 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,938 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,940 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,944 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,944 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,947 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,948 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-15' AND recurringdate >= '2006-06-14') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,948 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,950 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,951 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,951 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,953 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,956 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,957 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,960 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,960 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-16' AND recurringdate >= '2006-06-15') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,961 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,963 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,964 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,964 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,966 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,969 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,970 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,973 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,973 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-17' AND recurringdate >= '2006-06-16') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,974 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,976 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,977 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,977 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,979 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,982 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,983 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,986 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,987 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-18' AND recurringdate >= '2006-06-17') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,987 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,989 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,990 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,990 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:34 AM EDT,992 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,995 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:34 AM EDT,996 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:34 AM EDT,999 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:34 AM EDT,999 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-19' AND recurringdate >= '2006-06-18') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:34 AM EDT,1000 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,002 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,002 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,003 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,005 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,008 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,009 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,012 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,012 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-20' AND recurringdate >= '2006-06-19') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,013 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,015 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,016 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,016 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,018 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,021 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,022 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,025 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,025 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-21' AND recurringdate >= '2006-06-20') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,026 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,028 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,028 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,029 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,031 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,034 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,035 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,038 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,038 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-22' AND recurringdate >= '2006-06-21') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,039 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,041 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,041 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,042 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,044 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,047 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,047 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,050 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,051 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-23' AND recurringdate >= '2006-06-22') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,052 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,053 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,054 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,055 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,056 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,060 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,060 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,063 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,064 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-24' AND recurringdate >= '2006-06-23') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,064 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,066 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,067 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,067 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,069 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,073 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,073 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,076 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,077 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-25' AND recurringdate >= '2006-06-24') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,077 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,079 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,080 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,080 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,082 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,086 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,086 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,089 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,090 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-26' AND recurringdate >= '2006-06-25') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,090 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,092 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,093 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,093 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,095 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,098 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,099 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,102 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,102 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-27' AND recurringdate >= '2006-06-26') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,103 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,105 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,105 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,106 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,108 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,111 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,112 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,115 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,115 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-28' AND recurringdate >= '2006-06-27') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,116 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,118 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,118 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,119 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,121 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,124 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,124 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,127 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,128 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-29' AND recurringdate >= '2006-06-28') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,129 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,130 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,131 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,132 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,133 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,137 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,137 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,140 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,141 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-30' AND recurringdate >= '2006-06-29') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,141 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,143 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,144 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,144 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,146 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,150 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,150 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,153 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,154 [17886] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-07-01' AND recurringdate >= '2006-06-30') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:35 AM EDT,154 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,156 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,157 [17886] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:35 AM EDT,157 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,159 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,221 [17886] DEBUG VT - Message ->query being executed : select * from sales_stage where presence=1 order by sortorderid Thu 08 Jun 2006 03:24:35 AM EDT,222 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,223 [17886] DEBUG my_pipeline_by_sales_stage - datax is: Thu 08 Jun 2006 03:24:35 AM EDT,224 [17886] DEBUG my_pipeline_by_sales_stage - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:24:35 AM EDT,224 [17886] DEBUG my_pipeline_by_sales_stage - ids is: Thu 08 Jun 2006 03:24:35 AM EDT,224 [17886] DEBUG my_pipeline_by_sales_stage - array ( 0 => '3', ) Thu 08 Jun 2006 03:24:35 AM EDT,225 [17886] DEBUG my_pipeline_by_sales_stage - cache file name is: 1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:24:35 AM EDT,252 [17886] DEBUG opportunity charts - graph object created Thu 08 Jun 2006 03:24:35 AM EDT,253 [17886] DEBUG opportunity charts - starting pipeline chart Thu 08 Jun 2006 03:24:35 AM EDT,253 [17886] DEBUG opportunity charts - datax is: Thu 08 Jun 2006 03:24:35 AM EDT,254 [17886] DEBUG opportunity charts - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:24:35 AM EDT,254 [17886] DEBUG opportunity charts - user_id is: Thu 08 Jun 2006 03:24:35 AM EDT,254 [17886] DEBUG opportunity charts - array ( 0 => '3', ) Thu 08 Jun 2006 03:24:35 AM EDT,255 [17886] DEBUG opportunity charts - cache_file_name is: cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:24:35 AM EDT,256 [17886] INFO VT - Message ->in getColumnFields Potentials Thu 08 Jun 2006 03:24:35 AM EDT,257 [17886] INFO VT - Message ->module is Potentials Thu 08 Jun 2006 03:24:35 AM EDT,257 [17886] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu 08 Jun 2006 03:24:35 AM EDT,258 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,259 [17886] DEBUG VT - Message ->query being executed : select * from field where tabid=2 Thu 08 Jun 2006 03:24:35 AM EDT,259 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,261 [17886] DEBUG VT - Message ->getRowCount rows= 13 Thu 08 Jun 2006 03:24:35 AM EDT,263 [17886] DEBUG potential - get_full_list: order_by = 'amount DESC, closingdate DESC' and where = '(crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01'' Thu 08 Jun 2006 03:24:35 AM EDT,263 [17886] DEBUG potential - process_full_list_query: query is SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:24:35 AM EDT,264 [17886] DEBUG VT - Message ->query being executed : SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:24:35 AM EDT,264 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,266 [17886] DEBUG potential - process_full_list_query: result is Object Thu 08 Jun 2006 03:24:35 AM EDT,266 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:35 AM EDT,267 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,268 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,271 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,272 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,272 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,276 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,277 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,277 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,281 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,282 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,282 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,286 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,287 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,287 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,290 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,291 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,292 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,295 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,296 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,297 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,300 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,301 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,301 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,305 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,306 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,306 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,309 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,310 [17886] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:35 AM EDT,311 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:35 AM EDT,314 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:35 AM EDT,315 [17886] DEBUG opportunity charts - datay is: Thu 08 Jun 2006 03:24:35 AM EDT,315 [17886] DEBUG opportunity charts - array ( 3 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ) Thu 08 Jun 2006 03:24:35 AM EDT,315 [17886] DEBUG opportunity charts - aAlts is: Thu 08 Jun 2006 03:24:35 AM EDT,316 [17886] DEBUG opportunity charts - array ( 3 => array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ), ) Thu 08 Jun 2006 03:24:35 AM EDT,316 [17886] DEBUG opportunity charts - aTargets is: Thu 08 Jun 2006 03:24:35 AM EDT,316 [17886] DEBUG opportunity charts - array ( 3 => array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ), ) Thu 08 Jun 2006 03:24:35 AM EDT,317 [17886] DEBUG opportunity charts - sum is: Thu 08 Jun 2006 03:24:35 AM EDT,317 [17886] DEBUG opportunity charts - Thu 08 Jun 2006 03:24:35 AM EDT,317 [17886] DEBUG opportunity charts - count is: Thu 08 Jun 2006 03:24:35 AM EDT,318 [17886] DEBUG opportunity charts - Thu 08 Jun 2006 03:24:35 AM EDT,318 [17886] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:35 AM EDT,319 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,320 [17886] DEBUG opportunity charts - bplot[0] is: Thu 08 Jun 2006 03:24:35 AM EDT,320 [17886] DEBUG opportunity charts - class barplot { var $line_weight = 1; var $coords = array ( 0 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ); var $legend = ''; var $hidelegend = false; var $csimtargets = array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ); var $csimareas = ''; var $csimalts = array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ); var $color = 'black'; var $numpoints = 11; var $weight = 1; var $value = class displayvalue { var $show = true; var $format = '$%d'; var $negformat = ''; var $iFormCallback = ''; var $angle = 0; var $ff = 2; var $fs = 9001; var $fsize = 8; var $color = 'white'; var $negcolor = ''; var $margin = 8; var $valign = ''; var $halign = 'center'; var $iHideZero = false; }; var $center = false; var $legendcsimtarget = ''; var $legendcsimalt = ''; var $width = 0.5; var $abswidth = -1; var $fill = true; var $fill_color = '#D50100'; var $ybase = 0; var $align = 'center'; var $grad = false; var $grad_style = 1; var $grad_fromcolor = array ( 0 => 50, 1 => 50, 2 => 200, ); var $grad_tocolor = array ( 0 => 255, 1 => 255, 2 => 255, ); var $bar_shadow = true; var $bar_shadow_color = 'black'; var $bar_shadow_hsize = 3; var $bar_shadow_vsize = 3; var $valuepos = 'max'; var $iPattern = -1; var $iPatternDensity = 80; var $iPatternColor = 'black'; } Thu 08 Jun 2006 03:24:35 AM EDT,321 [17886] DEBUG opportunity charts - datay[3] is: Thu 08 Jun 2006 03:24:35 AM EDT,321 [17886] DEBUG opportunity charts - array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ) Thu 08 Jun 2006 03:24:35 AM EDT,322 [17886] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:35 AM EDT,323 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,324 [17886] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:35 AM EDT,324 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,326 [17886] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:35 AM EDT,326 [17886] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:35 AM EDT,404 [17886] DEBUG save_image_file - Success, wrote ( ) to file (cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png.map) Thu Jun 8 03:24:40 2006,487 [20598] DEBUG index - ****Starting for new session Thu Jun 8 03:24:40 2006,488 [20598] DEBUG index - We are authenticating user now Thu Jun 8 03:24:40 2006,488 [20598] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:24:40 2006,488 [20598] INFO index - About to take action Authenticate Thu Jun 8 03:24:40 2006,489 [20598] DEBUG index - in Authenticate Thu Jun 8 03:24:40 2006,489 [20598] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:24:40 2006,490 [20598] INFO index - current module is Users Thu Jun 8 03:24:40 2006,498 [20598] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:24:40 2006,498 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,500 [20598] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:24:40 2006,501 [20598] DEBUG index - Current theme is: blue Thu Jun 8 03:24:40 2006,501 [20598] DEBUG index - current_language is: en_us Thu Jun 8 03:24:40 2006,506 [20598] DEBUG index - skipping headers Thu Jun 8 03:24:40 2006,508 [20598] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:24:40 2006,509 [20598] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:24:40 2006,509 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:40 2006,511 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:40 2006,514 [20598] INFO user - id Thu Jun 8 03:24:40 2006,514 [20598] INFO user - =3 Thu Jun 8 03:24:40 2006,515 [20598] INFO user - user_name Thu Jun 8 03:24:40 2006,515 [20598] INFO user - =bmannaa Thu Jun 8 03:24:40 2006,515 [20598] INFO user - user_password Thu Jun 8 03:24:40 2006,516 [20598] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:24:40 2006,516 [20598] INFO user - first_name Thu Jun 8 03:24:40 2006,516 [20598] INFO user - =Bassel Thu Jun 8 03:24:40 2006,516 [20598] INFO user - last_name Thu Jun 8 03:24:40 2006,517 [20598] INFO user - =Mannaa Thu Jun 8 03:24:40 2006,517 [20598] INFO user - description Thu Jun 8 03:24:40 2006,517 [20598] INFO user - = Thu Jun 8 03:24:40 2006,518 [20598] INFO user - date_entered Thu Jun 8 03:24:40 2006,518 [20598] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:24:40 2006,518 [20598] INFO user - date_modified Thu Jun 8 03:24:40 2006,518 [20598] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:24:40 2006,519 [20598] INFO user - modified_user_id Thu Jun 8 03:24:40 2006,519 [20598] INFO user - =1 Thu Jun 8 03:24:40 2006,519 [20598] INFO user - title Thu Jun 8 03:24:40 2006,520 [20598] INFO user - =Software Developer Thu Jun 8 03:24:40 2006,520 [20598] INFO user - department Thu Jun 8 03:24:40 2006,520 [20598] INFO user - = Thu Jun 8 03:24:40 2006,520 [20598] INFO user - is_admin Thu Jun 8 03:24:40 2006,521 [20598] INFO user - =off Thu Jun 8 03:24:40 2006,521 [20598] INFO user - phone_home Thu Jun 8 03:24:40 2006,521 [20598] INFO user - = Thu Jun 8 03:24:40 2006,522 [20598] INFO user - phone_mobile Thu Jun 8 03:24:40 2006,522 [20598] INFO user - = Thu Jun 8 03:24:40 2006,522 [20598] INFO user - phone_work Thu Jun 8 03:24:40 2006,523 [20598] INFO user - =617 933 9269 Thu Jun 8 03:24:40 2006,523 [20598] INFO user - phone_other Thu Jun 8 03:24:40 2006,523 [20598] INFO user - = Thu Jun 8 03:24:40 2006,524 [20598] INFO user - phone_fax Thu Jun 8 03:24:40 2006,524 [20598] INFO user - = Thu Jun 8 03:24:40 2006,524 [20598] INFO user - email1 Thu Jun 8 03:24:40 2006,525 [20598] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:24:40 2006,525 [20598] INFO user - email2 Thu Jun 8 03:24:40 2006,525 [20598] INFO user - = Thu Jun 8 03:24:40 2006,525 [20598] INFO user - signature Thu Jun 8 03:24:40 2006,526 [20598] INFO user - = Thu Jun 8 03:24:40 2006,526 [20598] INFO user - yahoo_id Thu Jun 8 03:24:40 2006,526 [20598] INFO user - =bassel_mannaa Thu Jun 8 03:24:40 2006,527 [20598] INFO user - address_street Thu Jun 8 03:24:40 2006,527 [20598] INFO user - = Thu Jun 8 03:24:40 2006,527 [20598] INFO user - address_city Thu Jun 8 03:24:40 2006,527 [20598] INFO user - = Thu Jun 8 03:24:40 2006,528 [20598] INFO user - address_state Thu Jun 8 03:24:40 2006,528 [20598] INFO user - = Thu Jun 8 03:24:40 2006,528 [20598] INFO user - address_postalcode Thu Jun 8 03:24:40 2006,529 [20598] INFO user - = Thu Jun 8 03:24:40 2006,529 [20598] INFO user - address_country Thu Jun 8 03:24:40 2006,529 [20598] INFO user - = Thu Jun 8 03:24:40 2006,530 [20598] INFO user - reports_to_id Thu Jun 8 03:24:40 2006,530 [20598] INFO user - = Thu Jun 8 03:24:40 2006,530 [20598] INFO user - tz Thu Jun 8 03:24:40 2006,530 [20598] INFO user - =Europe/Berlin Thu Jun 8 03:24:40 2006,531 [20598] INFO user - holidays Thu Jun 8 03:24:40 2006,531 [20598] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:24:40 2006,531 [20598] INFO user - namedays Thu Jun 8 03:24:40 2006,532 [20598] INFO user - = Thu Jun 8 03:24:40 2006,532 [20598] INFO user - workdays Thu Jun 8 03:24:40 2006,532 [20598] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:24:40 2006,532 [20598] INFO user - weekstart Thu Jun 8 03:24:40 2006,533 [20598] INFO user - =1 Thu Jun 8 03:24:40 2006,533 [20598] INFO user - status Thu Jun 8 03:24:40 2006,533 [20598] INFO user - =Active Thu Jun 8 03:24:40 2006,534 [20598] INFO user - date_format Thu Jun 8 03:24:40 2006,534 [20598] INFO user - =dd-mm-yyyy Thu Jun 8 03:24:40 2006,534 [20598] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:24:40 2006,535 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,536 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:40 2006,536 [20598] DEBUG user - additional detail query results: Thu Jun 8 03:24:40 2006,541 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:40 2006,550 [20598] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:24:40','Signedin') Thu Jun 8 03:24:40 2006,550 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,551 [20598] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:24:40 2006,552 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,553 [20598] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:24:40 2006,554 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,555 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:24:40 2006,555 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,557 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:24:40 2006,558 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,559 [20598] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:24:40 2006,560 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:24:40 2006,560 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,562 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,563 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:24:40 2006,563 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,564 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,565 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:24:40 2006,566 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,567 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,568 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:24:40 2006,569 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,570 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:24:40 2006,571 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:24:40 2006,572 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,574 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,575 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:24:40 2006,576 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,577 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,578 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:24:40 2006,578 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,579 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,581 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:24:40 2006,581 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,582 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:24:40 2006,584 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:24:40 2006,584 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,585 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,587 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:24:40 2006,587 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,588 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:24:40 2006,589 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:24:40 2006,590 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,591 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,592 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:24:40 2006,593 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,594 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:24:40 2006,595 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:24:40 2006,596 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,597 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,599 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:24:40 2006,600 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,601 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:40 2006,602 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:24:40 2006,603 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,604 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,605 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:24:40 2006,606 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,607 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,608 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:24:40 2006,608 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,609 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,611 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:24:40 2006,611 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,612 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:40 2006,613 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:24:40 2006,614 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,615 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,616 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:24:40 2006,617 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,618 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,619 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:24:40 2006,619 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,620 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,622 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:24:40 2006,622 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,623 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:24:40 2006,624 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:24:40 2006,625 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,626 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,628 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:24:40 2006,628 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,629 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,630 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:24:40 2006,630 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,632 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,633 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:24:40 2006,633 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,634 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,635 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:24:40 2006,636 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,637 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,637 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:24:40 2006,638 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,639 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,640 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:24:40 2006,640 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,642 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,643 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:24:40 2006,644 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,645 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,645 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:24:40 2006,646 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,647 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,648 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:24:40 2006,649 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,650 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,651 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:24:40 2006,651 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,652 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,654 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:24:40 2006,654 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,655 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,656 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:24:40 2006,657 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,658 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,659 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:24:40 2006,660 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,661 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,661 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:24:40 2006,662 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,663 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:24:40 2006,664 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:24:40 2006,665 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,666 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,667 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:24:40 2006,667 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,668 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,669 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:24:40 2006,669 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,671 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,671 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:24:40 2006,672 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,673 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,674 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:24:40 2006,674 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,675 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:40 2006,676 [20598] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:24:40 2006,676 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:40 2006,678 [20598] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:24:40 2006,679 [20598] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:24:41 2006,804 [20322] DEBUG index - ****Starting for new session Thu Jun 8 03:24:41 2006,805 [20322] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:24:41 2006,805 [20322] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:24:41 2006,806 [20322] INFO index - About to take action Login Thu Jun 8 03:24:41 2006,806 [20322] DEBUG index - in Login Thu Jun 8 03:24:41 2006,806 [20322] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:24:41 2006,807 [20322] INFO index - current module is Users Thu Jun 8 03:24:41 2006,814 [20322] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:24:41 2006,815 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:41 2006,816 [20322] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:24:41 2006,818 [20322] DEBUG index - Current theme is: blue Thu Jun 8 03:24:41 2006,818 [20322] DEBUG index - current_language is: en_us Thu Jun 8 03:24:41 2006,823 [20322] DEBUG index - including headers Thu Jun 8 03:24:50 2006,753 [19069] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:24:50 2006,754 [19069] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:24:50 2006,754 [19069] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:24:50 2006,755 [19069] INFO index - About to take action index Thu Jun 8 03:24:50 2006,755 [19069] DEBUG index - in index Thu Jun 8 03:24:50 2006,756 [19069] INFO index - current page is modules/Home/index.php Thu Jun 8 03:24:50 2006,756 [19069] INFO index - current module is Home Thu Jun 8 03:24:50 2006,764 [19069] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:24:50 2006,764 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,766 [19069] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:24:50 2006,767 [19069] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:24:50 2006,768 [19069] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:24:50 2006,768 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:24:50 2006,770 [19069] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:24:50 2006,773 [19069] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:24:50 2006,774 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,775 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:50 2006,775 [19069] DEBUG user - additional detail query results: Thu Jun 8 03:24:50 2006,776 [19069] DEBUG index - Current user is: bmannaa Thu Jun 8 03:24:50 2006,776 [19069] DEBUG index - Current theme is: blue Thu Jun 8 03:24:50 2006,776 [19069] DEBUG index - current_language is: en_us Thu Jun 8 03:24:50 2006,780 [19069] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:24:50 2006,781 [19069] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:24:50 2006,781 [19069] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:24:50 2006,781 [19069] DEBUG index - including headers Thu Jun 8 03:24:50 2006,787 [19069] INFO VT - Message ->module is Contacts Thu Jun 8 03:24:50 2006,787 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Contacts' Thu Jun 8 03:24:50 2006,788 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,789 [19069] INFO VT - Message ->module is Leads Thu Jun 8 03:24:50 2006,790 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Leads' Thu Jun 8 03:24:50 2006,790 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,791 [19069] INFO VT - Message ->module is Accounts Thu Jun 8 03:24:50 2006,792 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:24:50 2006,792 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,793 [19069] INFO VT - Message ->module is Potentials Thu Jun 8 03:24:50 2006,794 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu Jun 8 03:24:50 2006,794 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,795 [19069] INFO VT - Message ->module is HelpDesk Thu Jun 8 03:24:50 2006,796 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='HelpDesk' Thu Jun 8 03:24:50 2006,796 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,798 [19069] INFO VT - Message ->module is Faq Thu Jun 8 03:24:50 2006,798 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Faq' Thu Jun 8 03:24:50 2006,799 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,800 [19069] INFO VT - Message ->module is Products Thu Jun 8 03:24:50 2006,800 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:24:50 2006,801 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,802 [19069] INFO VT - Message ->module is Notes Thu Jun 8 03:24:50 2006,803 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Notes' Thu Jun 8 03:24:50 2006,803 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,804 [19069] INFO VT - Message ->module is Emails Thu Jun 8 03:24:50 2006,805 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Emails' Thu Jun 8 03:24:50 2006,805 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,806 [19069] INFO VT - Message ->module is Events Thu Jun 8 03:24:50 2006,807 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Events' Thu Jun 8 03:24:50 2006,807 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,809 [19069] INFO VT - Message ->module is Activities Thu Jun 8 03:24:50 2006,809 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Activities' Thu Jun 8 03:24:50 2006,810 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,811 [19069] INFO VT - Message ->module is Vendor Thu Jun 8 03:24:50 2006,811 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Vendor' Thu Jun 8 03:24:50 2006,812 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,813 [19069] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:50 2006,814 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,815 [19069] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:50 2006,818 [19069] INFO VT - Message ->module is PriceBook Thu Jun 8 03:24:50 2006,819 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='PriceBook' Thu Jun 8 03:24:50 2006,819 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,821 [19069] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:50 2006,821 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,822 [19069] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:50 2006,826 [19069] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:50 2006,826 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:50 2006,827 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,828 [19069] INFO VT - Message ->module is Orders Thu Jun 8 03:24:50 2006,829 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Orders' Thu Jun 8 03:24:50 2006,829 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,830 [19069] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:50 2006,831 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:50 2006,831 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,833 [19069] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:50 2006,833 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,835 [19069] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:50 2006,838 [19069] INFO VT - Message ->module is Invoice Thu Jun 8 03:24:50 2006,839 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Invoice' Thu Jun 8 03:24:50 2006,839 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,857 [19069] DEBUG Tracker - About to retrieve list: SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:24:50 2006,858 [19069] DEBUG VT - Message ->query being executed : SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:24:50 2006,858 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,861 [19069] INFO VT - Message ->module is Accounts Thu Jun 8 03:24:50 2006,861 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:24:50 2006,862 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,863 [19069] INFO VT - Message ->getActionName 4 Thu Jun 8 03:24:50 2006,863 [19069] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:50 2006,864 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,865 [19069] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:50 2006,869 [19069] INFO VT - Message ->in getUserId 17 Thu Jun 8 03:24:50 2006,869 [19069] DEBUG VT - Message ->query being executed : select * from crmentity where crmid = 17 Thu Jun 8 03:24:50 2006,870 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,871 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:24:50 2006,873 [19069] INFO VT - Message ->module is Home Thu Jun 8 03:24:50 2006,874 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Home' Thu Jun 8 03:24:50 2006,874 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,875 [19069] INFO VT - Message ->get Actionid index Thu Jun 8 03:24:50 2006,876 [19069] INFO VT - Message ->action id selected is 3 Thu Jun 8 03:24:50 2006,876 [19069] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:50 2006,877 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:50 2006,878 [19069] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:55 2006,602 [19069] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:24:55 2006,603 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,628 [19069] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:24:55 2006,634 [19069] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid,crmentity.smownerid,crmentity.setype, activity.*, contactdetails.lastname, contactdetails.firstname, contactdetails.contactid, account.accountid, account.accountname, recurringevents.recurringtype,recurringevents.recurringdate from activity inner join crmentity on crmentity.crmid=activity.activityid left join cntactivityrel on cntactivityrel.activityid= activity.activityid left join contactdetails on contactdetails.contactid= cntactivityrel.contactid left join seactivityrel on seactivityrel.activityid = activity.activityid left outer join account on account.accountid = contactdetails.accountid left outer join recurringevents on recurringevents.activityid=activity.activityid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE crmentity.deleted=0 and (activity.activitytype = 'Meeting' or activity.activitytype='Call' or activity.activitytype='Task') AND ( activity.status is NULL || activity.status != 'Completed' ) and ( activity.eventstatus is NULL || activity.eventstatus != 'Held') and ( activity.eventstatus is NULL || activity.eventstatus != 'Not Held' ) AND (((date_start >= '2006-06-08' AND date_start < '2006-06-15') OR (date_start < '2006-06-08')) OR (recurringevents.recurringdate between '2006-06-08' and '2006-06-15') ) AND salesmanactivityrel.smid ='3' st = 0 co = 5 Thu Jun 8 03:24:55 2006,634 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,646 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:55 2006,673 [19069] DEBUG VT - Message ->query being executed : select account.accountid, account.accountname, sum(potential.amount) as amount from potential inner join crmentity on (potential.potentialid=crmentity.crmid) inner join account on (potential.accountid=account.accountid) where crmentity.deleted=0 AND crmentity.smownerid="3" and potential.sales_stage <> "" and potential.sales_stage <> "" group by account.accountname order by 3 desc; Thu Jun 8 03:24:55 2006,673 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,694 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:55 2006,697 [19069] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:24:55 2006,697 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,710 [19069] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid, crmentity.smownerid,account.accountname, potential.accountid,potential.potentialname,potential.sales_stage,potential.amount,potential.currency,potential.closingdate,potential.typeofrevenue, potentialscf.* from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 AND potential.sales_stage <> 'Closed Won' AND potential.sales_stage <> 'Closed Lost' AND crmentity.smownerid='3' ORDER BY amount DESC st = 0 co = 5 Thu Jun 8 03:24:55 2006,711 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,843 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:55 2006,846 [19069] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:24:55 2006,846 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,867 [19069] DEBUG VT - Message ->query being executed : select groupname from users2group where userid='3' Thu Jun 8 03:24:55 2006,867 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,894 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:55 2006,895 [19069] INFO top opportunity_list - Here is the where clause for the list view: select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' Thu Jun 8 03:24:55 2006,895 [19069] DEBUG VT - Message -> limitQuery sql = select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' st = 0 co = 5 Thu Jun 8 03:24:55 2006,896 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,919 [19069] DEBUG VT - Message ->query being executed : select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC Thu Jun 8 03:24:55 2006,919 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,931 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:55 2006,932 [19069] DEBUG VT - Message -> limitQuery sql = select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC st = 0 co = 5 Thu Jun 8 03:24:55 2006,932 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,954 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:55 2006,964 [19069] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where customview.setmetrics = 1 order by customview.entitytype Thu Jun 8 03:24:55 2006,964 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,975 [19069] INFO VT - Message ->Metrics :: Successfully got MetricList to be displayed Thu Jun 8 03:24:55 2006,976 [19069] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=3 Thu Jun 8 03:24:55 2006,977 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:55 2006,999 [19069] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=3 Thu Jun 8 03:24:55 2006,999 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,010 [19069] DEBUG VT - Message ->query being executed : select count(*) count from account inner join crmentity on crmentity.crmid=account.accountid inner join accountbillads on account.accountid=accountbillads.accountaddressid inner join accountshipads on account.accountid=accountshipads.accountaddressid inner join accountscf on account.accountid = accountscf.accountid where crmentity.deleted=0 and account.account_type = 'Prospect' Thu Jun 8 03:24:56 2006,011 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,026 [19069] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=9 Thu Jun 8 03:24:56 2006,027 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,042 [19069] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=9 Thu Jun 8 03:24:56 2006,043 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,055 [19069] DEBUG VT - Message ->query being executed : select count(*) count from troubletickets inner join ticketcf on ticketcf.ticketid = troubletickets.ticketid inner join crmentity on crmentity.crmid=troubletickets.ticketid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join users on crmentity.smownerid=users.id and troubletickets.ticketid = ticketcf.ticketid where crmentity.deleted=0 and troubletickets.status <> 'Closed' Thu Jun 8 03:24:56 2006,056 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,067 [19069] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=1 Thu Jun 8 03:24:56 2006,068 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,076 [19069] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=1 Thu Jun 8 03:24:56 2006,077 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,080 [19069] DEBUG VT - Message ->query being executed : select count(*) count from leaddetails inner join crmentity on crmentity.crmid=leaddetails.leadid inner join leadsubdetails on leadsubdetails.leadsubscriptionid=leaddetails.leadid inner join leadaddress on leadaddress.leadaddressid=leadsubdetails.leadsubscriptionid inner join leadscf on leaddetails.leadid = leadscf.leadid where crmentity.deleted=0 and leaddetails.converted=0 and leaddetails.leadstatus = 'Hot' Thu Jun 8 03:24:56 2006,081 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,092 [19069] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=7 Thu Jun 8 03:24:56 2006,093 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,105 [19069] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=7 Thu Jun 8 03:24:56 2006,106 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,173 [19069] DEBUG VT - Message ->query being executed : select count(*) count from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 and potential.sales_stage = 'Closed Won' Thu Jun 8 03:24:56 2006,173 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,187 [19069] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=11 Thu Jun 8 03:24:56 2006,188 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,202 [19069] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=11 Thu Jun 8 03:24:56 2006,203 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,217 [19069] DEBUG VT - Message ->query being executed : select count(*) count from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and quotes.quotestage <> 'Accepted' and quotes.quotestage <> 'Rejected' Thu Jun 8 03:24:56 2006,217 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,219 [19069] INFO VT - Message ->Metrics :: Successfully build the Metrics Thu Jun 8 03:24:56 2006,227 [19069] DEBUG VT - Message ->query being executed : select * from quotestage where presence=1 order by sortorderid Thu Jun 8 03:24:56 2006,227 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,301 [19069] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:56 2006,301 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:56 2006,302 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,312 [19069] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=20 Thu Jun 8 03:24:56 2006,313 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,322 [19069] INFO VT - Message ->in getColumnFields Quotes Thu Jun 8 03:24:56 2006,323 [19069] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:56 2006,323 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:56 2006,324 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,329 [19069] DEBUG VT - Message ->query being executed : select * from field where tabid=20 Thu Jun 8 03:24:56 2006,330 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,332 [19069] DEBUG VT - Message ->getRowCount rows= 29 Thu Jun 8 03:24:56 2006,340 [19069] DEBUG VT - Message -> limitQuery sql = select crmentity.*, quotes.*, quotesbillads.*, quotesshipads.*,potential.potentialname,account.accountname from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and crmentity.smownerid=3 and quotes.validtill >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:24:56 2006,341 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,342 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:56 2006,343 [19069] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:56 2006,344 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:56 2006,344 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,359 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:24:56 2006,359 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,365 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='' Thu Jun 8 03:24:56 2006,366 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,368 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:24:56 2006,368 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,374 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='subject' Thu Jun 8 03:24:56 2006,375 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,388 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='quotestage' Thu Jun 8 03:24:56 2006,389 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,400 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='quotestage' Thu Jun 8 03:24:56 2006,401 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,412 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='potential_id' Thu Jun 8 03:24:56 2006,413 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,424 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='potential_id' Thu Jun 8 03:24:56 2006,425 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,436 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:24:56 2006,437 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,448 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='account_id' Thu Jun 8 03:24:56 2006,449 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,461 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:56 2006,461 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,473 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:56 2006,474 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,485 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:56 2006,486 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,497 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:56 2006,498 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,509 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:56 2006,510 [19069] INFO VT - Message ->module is Quotes Thu Jun 8 03:24:56 2006,511 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:24:56 2006,511 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,526 [19069] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:56 2006,526 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:56 2006,527 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,537 [19069] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=22 Thu Jun 8 03:24:56 2006,538 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,549 [19069] INFO VT - Message ->in getColumnFields SalesOrder Thu Jun 8 03:24:56 2006,550 [19069] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:56 2006,550 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:56 2006,551 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,559 [19069] DEBUG VT - Message ->query being executed : select * from field where tabid=22 Thu Jun 8 03:24:56 2006,560 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,562 [19069] DEBUG VT - Message ->getRowCount rows= 32 Thu Jun 8 03:24:56 2006,569 [19069] DEBUG VT - Message -> limitQuery sql = select crmentity.*, salesorder.*, sobillads.*, soshipads.*,quotes.subject as quotename, account.accountname from salesorder inner join crmentity on crmentity.crmid=salesorder.salesorderid inner join sobillads on salesorder.salesorderid=sobillads.sobilladdressid inner join soshipads on salesorder.salesorderid=soshipads.soshipaddressid left outer join quotes on quotes.quoteid=salesorder.quoteid left outer join account on account.accountid=salesorder.accountid where crmentity.deleted=0 and crmentity.smownerid=3 and salesorder.duedate >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:24:56 2006,569 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,571 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:56 2006,572 [19069] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:56 2006,572 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:56 2006,573 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,577 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:24:56 2006,577 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,582 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='' Thu Jun 8 03:24:56 2006,583 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,596 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:24:56 2006,597 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,609 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='subject' Thu Jun 8 03:24:56 2006,610 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,621 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:24:56 2006,622 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,633 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='account_id' Thu Jun 8 03:24:56 2006,634 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,645 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='quote_id' Thu Jun 8 03:24:56 2006,646 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,657 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='quote_id' Thu Jun 8 03:24:56 2006,658 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,669 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:56 2006,670 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,681 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:24:56 2006,682 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,693 [19069] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:56 2006,694 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,705 [19069] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='assigned_user_id' Thu Jun 8 03:24:56 2006,706 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:24:56 2006,717 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:24:56 2006,718 [19069] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:24:56 2006,719 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:24:56 2006,719 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:56 AM EDT,959 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:56 AM EDT,960 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:56 AM EDT,980 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:56 AM EDT,981 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-02' AND recurringdate >= '2006-06-01') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:56 AM EDT,981 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:56 AM EDT,983 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:56 AM EDT,995 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:56 AM EDT,996 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:56 AM EDT,998 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,001 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,002 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,020 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,021 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-03' AND recurringdate >= '2006-06-02') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,021 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,023 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,037 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,038 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,039 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,043 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,043 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,056 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,057 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-04' AND recurringdate >= '2006-06-03') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,057 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,069 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,070 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,070 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,081 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,085 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,085 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,098 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,099 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-05' AND recurringdate >= '2006-06-04') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,099 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,111 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,112 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,112 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,124 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,128 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,128 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,141 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,142 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-06' AND recurringdate >= '2006-06-05') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,142 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,153 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,154 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,154 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,166 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,170 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,170 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,182 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,183 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-07' AND recurringdate >= '2006-06-06') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,183 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,185 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,186 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,186 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,190 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,193 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,194 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,200 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,201 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-08' AND recurringdate >= '2006-06-07') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,201 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,216 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,217 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,217 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,230 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,234 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,234 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,247 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,248 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-09' AND recurringdate >= '2006-06-08') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,248 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,260 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,261 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,261 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,274 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,278 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,278 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,296 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,297 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-10' AND recurringdate >= '2006-06-09') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,297 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,308 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,309 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,309 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,321 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,325 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,325 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,338 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,339 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-11' AND recurringdate >= '2006-06-10') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,339 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,351 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,352 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,352 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,364 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,368 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,368 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,372 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,373 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-12' AND recurringdate >= '2006-06-11') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,373 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,377 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,378 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,378 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,388 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,391 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,392 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,398 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,399 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-13' AND recurringdate >= '2006-06-12') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,399 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,401 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,402 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,402 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,405 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,408 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,409 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,425 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,425 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-14' AND recurringdate >= '2006-06-13') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,426 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,437 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,438 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,438 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,450 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,454 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,454 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,468 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,468 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-15' AND recurringdate >= '2006-06-14') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,469 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,480 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,481 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,481 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,502 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,506 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,506 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,519 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,520 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-16' AND recurringdate >= '2006-06-15') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,520 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,546 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,547 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,547 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,550 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,553 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,554 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,561 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,562 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-17' AND recurringdate >= '2006-06-16') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,562 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,573 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,574 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,574 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,585 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,589 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,589 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,602 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,603 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-18' AND recurringdate >= '2006-06-17') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,603 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,605 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,606 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,606 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,614 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,617 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,618 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,621 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,622 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-19' AND recurringdate >= '2006-06-18') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,622 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,636 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,637 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,637 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,649 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,653 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,653 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,666 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,667 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-20' AND recurringdate >= '2006-06-19') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,667 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,679 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,680 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,680 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,692 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,696 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,696 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,713 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,714 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-21' AND recurringdate >= '2006-06-20') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,714 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,728 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,729 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,729 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,741 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,745 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,745 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,758 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,759 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-22' AND recurringdate >= '2006-06-21') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,759 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,771 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,772 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,772 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,787 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,790 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,791 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,804 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,805 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-23' AND recurringdate >= '2006-06-22') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,805 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,816 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,817 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,818 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,820 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,823 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,824 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,832 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,832 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-24' AND recurringdate >= '2006-06-23') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,833 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,840 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,841 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,841 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,843 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,846 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,847 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,854 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,855 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-25' AND recurringdate >= '2006-06-24') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,855 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,858 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,859 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,859 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,871 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,874 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,875 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,883 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,883 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-26' AND recurringdate >= '2006-06-25') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,884 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,886 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,887 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,887 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,902 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,906 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,906 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,924 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,925 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-27' AND recurringdate >= '2006-06-26') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,925 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,928 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,929 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,930 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,933 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,936 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,937 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,940 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,941 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-28' AND recurringdate >= '2006-06-27') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,941 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,953 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,954 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,954 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,970 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,974 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:57 AM EDT,974 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:57 AM EDT,987 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,988 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-29' AND recurringdate >= '2006-06-28') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:57 AM EDT,988 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:57 AM EDT,999 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:57 AM EDT,1000 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:58 AM EDT,000 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,011 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:58 AM EDT,015 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:58 AM EDT,015 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,028 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:58 AM EDT,029 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-30' AND recurringdate >= '2006-06-29') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:58 AM EDT,029 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,040 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:58 AM EDT,041 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:58 AM EDT,041 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,052 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:58 AM EDT,056 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:58 AM EDT,056 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,137 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:58 AM EDT,138 [19069] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-07-01' AND recurringdate >= '2006-06-30') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:24:58 AM EDT,138 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,159 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:58 AM EDT,160 [19069] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:24:58 AM EDT,160 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,182 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:58 AM EDT,374 [19069] DEBUG VT - Message ->query being executed : select * from sales_stage where presence=1 order by sortorderid Thu 08 Jun 2006 03:24:58 AM EDT,374 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,376 [19069] DEBUG my_pipeline_by_sales_stage - datax is: Thu 08 Jun 2006 03:24:58 AM EDT,376 [19069] DEBUG my_pipeline_by_sales_stage - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:24:58 AM EDT,377 [19069] DEBUG my_pipeline_by_sales_stage - ids is: Thu 08 Jun 2006 03:24:58 AM EDT,377 [19069] DEBUG my_pipeline_by_sales_stage - array ( 0 => '3', ) Thu 08 Jun 2006 03:24:58 AM EDT,378 [19069] DEBUG my_pipeline_by_sales_stage - cache file name is: 1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:24:58 AM EDT,465 [19069] DEBUG opportunity charts - graph object created Thu 08 Jun 2006 03:24:58 AM EDT,466 [19069] DEBUG opportunity charts - starting pipeline chart Thu 08 Jun 2006 03:24:58 AM EDT,467 [19069] DEBUG opportunity charts - datax is: Thu 08 Jun 2006 03:24:58 AM EDT,467 [19069] DEBUG opportunity charts - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:24:58 AM EDT,467 [19069] DEBUG opportunity charts - user_id is: Thu 08 Jun 2006 03:24:58 AM EDT,468 [19069] DEBUG opportunity charts - array ( 0 => '3', ) Thu 08 Jun 2006 03:24:58 AM EDT,468 [19069] DEBUG opportunity charts - cache_file_name is: cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:24:58 AM EDT,470 [19069] INFO VT - Message ->in getColumnFields Potentials Thu 08 Jun 2006 03:24:58 AM EDT,470 [19069] INFO VT - Message ->module is Potentials Thu 08 Jun 2006 03:24:58 AM EDT,471 [19069] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu 08 Jun 2006 03:24:58 AM EDT,471 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,472 [19069] DEBUG VT - Message ->query being executed : select * from field where tabid=2 Thu 08 Jun 2006 03:24:58 AM EDT,473 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,494 [19069] DEBUG VT - Message ->getRowCount rows= 13 Thu 08 Jun 2006 03:24:58 AM EDT,495 [19069] DEBUG potential - get_full_list: order_by = 'amount DESC, closingdate DESC' and where = '(crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01'' Thu 08 Jun 2006 03:24:58 AM EDT,496 [19069] DEBUG potential - process_full_list_query: query is SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:24:58 AM EDT,496 [19069] DEBUG VT - Message ->query being executed : SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:24:58 AM EDT,497 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,518 [19069] DEBUG potential - process_full_list_query: result is Object Thu 08 Jun 2006 03:24:58 AM EDT,519 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:24:58 AM EDT,519 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,520 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,543 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,543 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,544 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,562 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,562 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,563 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,567 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,568 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,568 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,572 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,573 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,573 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,577 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,578 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,578 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,582 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,583 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,583 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,586 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,587 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,588 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,591 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,592 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,593 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,596 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,597 [19069] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:24:58 AM EDT,597 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:24:58 AM EDT,601 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:24:58 AM EDT,601 [19069] DEBUG opportunity charts - datay is: Thu 08 Jun 2006 03:24:58 AM EDT,602 [19069] DEBUG opportunity charts - array ( 3 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ) Thu 08 Jun 2006 03:24:58 AM EDT,602 [19069] DEBUG opportunity charts - aAlts is: Thu 08 Jun 2006 03:24:58 AM EDT,602 [19069] DEBUG opportunity charts - array ( 3 => array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ), ) Thu 08 Jun 2006 03:24:58 AM EDT,603 [19069] DEBUG opportunity charts - aTargets is: Thu 08 Jun 2006 03:24:58 AM EDT,603 [19069] DEBUG opportunity charts - array ( 3 => array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ), ) Thu 08 Jun 2006 03:24:58 AM EDT,603 [19069] DEBUG opportunity charts - sum is: Thu 08 Jun 2006 03:24:58 AM EDT,604 [19069] DEBUG opportunity charts - Thu 08 Jun 2006 03:24:58 AM EDT,604 [19069] DEBUG opportunity charts - count is: Thu 08 Jun 2006 03:24:58 AM EDT,604 [19069] DEBUG opportunity charts - Thu 08 Jun 2006 03:24:58 AM EDT,605 [19069] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:58 AM EDT,605 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,607 [19069] DEBUG opportunity charts - bplot[0] is: Thu 08 Jun 2006 03:24:58 AM EDT,607 [19069] DEBUG opportunity charts - class barplot { var $line_weight = 1; var $coords = array ( 0 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ); var $legend = ''; var $hidelegend = false; var $csimtargets = array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ); var $csimareas = ''; var $csimalts = array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ); var $color = 'black'; var $numpoints = 11; var $weight = 1; var $value = class displayvalue { var $show = true; var $format = '$%d'; var $negformat = ''; var $iFormCallback = ''; var $angle = 0; var $ff = 2; var $fs = 9001; var $fsize = 8; var $color = 'white'; var $negcolor = ''; var $margin = 8; var $valign = ''; var $halign = 'center'; var $iHideZero = false; }; var $center = false; var $legendcsimtarget = ''; var $legendcsimalt = ''; var $width = 0.5; var $abswidth = -1; var $fill = true; var $fill_color = '#D50100'; var $ybase = 0; var $align = 'center'; var $grad = false; var $grad_style = 1; var $grad_fromcolor = array ( 0 => 50, 1 => 50, 2 => 200, ); var $grad_tocolor = array ( 0 => 255, 1 => 255, 2 => 255, ); var $bar_shadow = true; var $bar_shadow_color = 'black'; var $bar_shadow_hsize = 3; var $bar_shadow_vsize = 3; var $valuepos = 'max'; var $iPattern = -1; var $iPatternDensity = 80; var $iPatternColor = 'black'; } Thu 08 Jun 2006 03:24:58 AM EDT,608 [19069] DEBUG opportunity charts - datay[3] is: Thu 08 Jun 2006 03:24:58 AM EDT,608 [19069] DEBUG opportunity charts - array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ) Thu 08 Jun 2006 03:24:58 AM EDT,609 [19069] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:58 AM EDT,609 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,611 [19069] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:58 AM EDT,611 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,612 [19069] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:24:58 AM EDT,613 [19069] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:24:58 AM EDT,692 [19069] DEBUG save_image_file - Success, wrote ( ) to file (cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png.map) Thu Jun 8 03:25:04 2006,164 [18865] DEBUG index - ****Starting for new session Thu Jun 8 03:25:04 2006,165 [18865] DEBUG index - We are authenticating user now Thu Jun 8 03:25:04 2006,165 [18865] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:25:04 2006,166 [18865] INFO index - About to take action Authenticate Thu Jun 8 03:25:04 2006,166 [18865] DEBUG index - in Authenticate Thu Jun 8 03:25:04 2006,166 [18865] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:25:04 2006,167 [18865] INFO index - current module is Users Thu Jun 8 03:25:04 2006,174 [18865] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:25:04 2006,175 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,176 [18865] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:25:04 2006,177 [18865] DEBUG index - Current theme is: blue Thu Jun 8 03:25:04 2006,178 [18865] DEBUG index - current_language is: en_us Thu Jun 8 03:25:04 2006,183 [18865] DEBUG index - skipping headers Thu Jun 8 03:25:04 2006,184 [18865] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:25:04 2006,185 [18865] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:25:04 2006,186 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:25:04 2006,188 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:25:04 2006,190 [18865] INFO user - id Thu Jun 8 03:25:04 2006,191 [18865] INFO user - =3 Thu Jun 8 03:25:04 2006,191 [18865] INFO user - user_name Thu Jun 8 03:25:04 2006,191 [18865] INFO user - =bmannaa Thu Jun 8 03:25:04 2006,192 [18865] INFO user - user_password Thu Jun 8 03:25:04 2006,192 [18865] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:25:04 2006,192 [18865] INFO user - first_name Thu Jun 8 03:25:04 2006,193 [18865] INFO user - =Bassel Thu Jun 8 03:25:04 2006,193 [18865] INFO user - last_name Thu Jun 8 03:25:04 2006,193 [18865] INFO user - =Mannaa Thu Jun 8 03:25:04 2006,193 [18865] INFO user - description Thu Jun 8 03:25:04 2006,194 [18865] INFO user - = Thu Jun 8 03:25:04 2006,194 [18865] INFO user - date_entered Thu Jun 8 03:25:04 2006,194 [18865] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:25:04 2006,195 [18865] INFO user - date_modified Thu Jun 8 03:25:04 2006,195 [18865] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:25:04 2006,195 [18865] INFO user - modified_user_id Thu Jun 8 03:25:04 2006,195 [18865] INFO user - =1 Thu Jun 8 03:25:04 2006,196 [18865] INFO user - title Thu Jun 8 03:25:04 2006,196 [18865] INFO user - =Software Developer Thu Jun 8 03:25:04 2006,196 [18865] INFO user - department Thu Jun 8 03:25:04 2006,197 [18865] INFO user - = Thu Jun 8 03:25:04 2006,197 [18865] INFO user - is_admin Thu Jun 8 03:25:04 2006,197 [18865] INFO user - =off Thu Jun 8 03:25:04 2006,197 [18865] INFO user - phone_home Thu Jun 8 03:25:04 2006,198 [18865] INFO user - = Thu Jun 8 03:25:04 2006,198 [18865] INFO user - phone_mobile Thu Jun 8 03:25:04 2006,198 [18865] INFO user - = Thu Jun 8 03:25:04 2006,199 [18865] INFO user - phone_work Thu Jun 8 03:25:04 2006,199 [18865] INFO user - =617 933 9269 Thu Jun 8 03:25:04 2006,199 [18865] INFO user - phone_other Thu Jun 8 03:25:04 2006,199 [18865] INFO user - = Thu Jun 8 03:25:04 2006,200 [18865] INFO user - phone_fax Thu Jun 8 03:25:04 2006,200 [18865] INFO user - = Thu Jun 8 03:25:04 2006,200 [18865] INFO user - email1 Thu Jun 8 03:25:04 2006,201 [18865] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:25:04 2006,201 [18865] INFO user - email2 Thu Jun 8 03:25:04 2006,201 [18865] INFO user - = Thu Jun 8 03:25:04 2006,201 [18865] INFO user - signature Thu Jun 8 03:25:04 2006,202 [18865] INFO user - = Thu Jun 8 03:25:04 2006,202 [18865] INFO user - yahoo_id Thu Jun 8 03:25:04 2006,202 [18865] INFO user - =bassel_mannaa Thu Jun 8 03:25:04 2006,203 [18865] INFO user - address_street Thu Jun 8 03:25:04 2006,203 [18865] INFO user - = Thu Jun 8 03:25:04 2006,203 [18865] INFO user - address_city Thu Jun 8 03:25:04 2006,204 [18865] INFO user - = Thu Jun 8 03:25:04 2006,204 [18865] INFO user - address_state Thu Jun 8 03:25:04 2006,204 [18865] INFO user - = Thu Jun 8 03:25:04 2006,204 [18865] INFO user - address_postalcode Thu Jun 8 03:25:04 2006,205 [18865] INFO user - = Thu Jun 8 03:25:04 2006,205 [18865] INFO user - address_country Thu Jun 8 03:25:04 2006,205 [18865] INFO user - = Thu Jun 8 03:25:04 2006,206 [18865] INFO user - reports_to_id Thu Jun 8 03:25:04 2006,206 [18865] INFO user - = Thu Jun 8 03:25:04 2006,206 [18865] INFO user - tz Thu Jun 8 03:25:04 2006,206 [18865] INFO user - =Europe/Berlin Thu Jun 8 03:25:04 2006,207 [18865] INFO user - holidays Thu Jun 8 03:25:04 2006,207 [18865] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:25:04 2006,207 [18865] INFO user - namedays Thu Jun 8 03:25:04 2006,208 [18865] INFO user - = Thu Jun 8 03:25:04 2006,208 [18865] INFO user - workdays Thu Jun 8 03:25:04 2006,208 [18865] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:25:04 2006,208 [18865] INFO user - weekstart Thu Jun 8 03:25:04 2006,209 [18865] INFO user - =1 Thu Jun 8 03:25:04 2006,209 [18865] INFO user - status Thu Jun 8 03:25:04 2006,209 [18865] INFO user - =Active Thu Jun 8 03:25:04 2006,210 [18865] INFO user - date_format Thu Jun 8 03:25:04 2006,210 [18865] INFO user - =dd-mm-yyyy Thu Jun 8 03:25:04 2006,210 [18865] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:25:04 2006,211 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,212 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:25:04 2006,213 [18865] DEBUG user - additional detail query results: Thu Jun 8 03:25:04 2006,217 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:25:04 2006,218 [18865] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:25:04','Signedin') Thu Jun 8 03:25:04 2006,219 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,220 [18865] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:25:04 2006,220 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,221 [18865] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:25:04 2006,222 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,223 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:25:04 2006,224 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,226 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:25:04 2006,226 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,228 [18865] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:25:04 2006,228 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:25:04 2006,229 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,230 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,231 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:25:04 2006,232 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,233 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,233 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:25:04 2006,234 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,235 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,236 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:25:04 2006,237 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,238 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:25:04 2006,239 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:25:04 2006,240 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,241 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,242 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:25:04 2006,243 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,244 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,244 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:25:04 2006,245 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,246 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,248 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:25:04 2006,248 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,249 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:25:04 2006,250 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:25:04 2006,251 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,252 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,253 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:25:04 2006,254 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,255 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:25:04 2006,256 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:25:04 2006,257 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,258 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,259 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:25:04 2006,260 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,261 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:25:04 2006,262 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:25:04 2006,262 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,264 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,265 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:25:04 2006,265 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,267 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:25:04 2006,268 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:25:04 2006,268 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,269 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,271 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:25:04 2006,271 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,272 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,273 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:25:04 2006,273 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,275 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,276 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:25:04 2006,276 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,278 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:25:04 2006,278 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:25:04 2006,279 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,280 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,282 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:25:04 2006,282 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,283 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,284 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:25:04 2006,284 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,285 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,287 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:25:04 2006,287 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,288 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:25:04 2006,289 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:25:04 2006,290 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,291 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,293 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:25:04 2006,293 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,294 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,295 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:25:04 2006,295 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,297 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,298 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:25:04 2006,298 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,300 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,300 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:25:04 2006,301 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,302 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,302 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:25:04 2006,303 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,304 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,305 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:25:04 2006,305 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,306 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,308 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:25:04 2006,308 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,309 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,310 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:25:04 2006,310 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,312 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,313 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:25:04 2006,314 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,315 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,315 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:25:04 2006,316 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,317 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,318 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:25:04 2006,319 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,320 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,321 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:25:04 2006,321 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,323 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,324 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:25:04 2006,324 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,326 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,326 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:25:04 2006,327 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,328 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:04 2006,329 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:25:04 2006,330 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,331 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,332 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:25:04 2006,332 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,333 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,334 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:25:04 2006,334 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,335 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,336 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:25:04 2006,337 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,338 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,338 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:25:04 2006,339 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,340 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:04 2006,340 [18865] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:25:04 2006,341 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:04 2006,343 [18865] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:25:04 2006,343 [18865] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:25:05 2006,353 [17886] DEBUG index - ****Starting for new session Thu Jun 8 03:25:05 2006,354 [17886] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:25:05 2006,354 [17886] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:25:05 2006,355 [17886] INFO index - About to take action Login Thu Jun 8 03:25:05 2006,355 [17886] DEBUG index - in Login Thu Jun 8 03:25:05 2006,355 [17886] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:25:05 2006,356 [17886] INFO index - current module is Users Thu Jun 8 03:25:05 2006,363 [17886] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:25:05 2006,364 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:05 2006,365 [17886] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:25:05 2006,366 [17886] DEBUG index - Current theme is: blue Thu Jun 8 03:25:05 2006,367 [17886] DEBUG index - current_language is: en_us Thu Jun 8 03:25:05 2006,372 [17886] DEBUG index - including headers Thu Jun 8 03:25:48 2006,685 [20322] DEBUG index - ****Starting for new session Thu Jun 8 03:25:48 2006,686 [20322] DEBUG index - We are authenticating user now Thu Jun 8 03:25:48 2006,686 [20322] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:25:48 2006,686 [20322] INFO index - About to take action Authenticate Thu Jun 8 03:25:48 2006,687 [20322] DEBUG index - in Authenticate Thu Jun 8 03:25:48 2006,687 [20322] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:25:48 2006,687 [20322] INFO index - current module is Users Thu Jun 8 03:25:48 2006,695 [20322] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:25:48 2006,695 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,697 [20322] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:25:48 2006,698 [20322] DEBUG index - Current theme is: blue Thu Jun 8 03:25:48 2006,699 [20322] DEBUG index - current_language is: en_us Thu Jun 8 03:25:48 2006,703 [20322] DEBUG index - skipping headers Thu Jun 8 03:25:48 2006,705 [20322] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:25:48 2006,706 [20322] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:25:48 2006,706 [20322] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:25:48 2006,708 [20322] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:25:48 2006,711 [20322] INFO user - id Thu Jun 8 03:25:48 2006,711 [20322] INFO user - =3 Thu Jun 8 03:25:48 2006,712 [20322] INFO user - user_name Thu Jun 8 03:25:48 2006,712 [20322] INFO user - =bmannaa Thu Jun 8 03:25:48 2006,712 [20322] INFO user - user_password Thu Jun 8 03:25:48 2006,712 [20322] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:25:48 2006,713 [20322] INFO user - first_name Thu Jun 8 03:25:48 2006,713 [20322] INFO user - =Bassel Thu Jun 8 03:25:48 2006,713 [20322] INFO user - last_name Thu Jun 8 03:25:48 2006,714 [20322] INFO user - =Mannaa Thu Jun 8 03:25:48 2006,714 [20322] INFO user - description Thu Jun 8 03:25:48 2006,714 [20322] INFO user - = Thu Jun 8 03:25:48 2006,714 [20322] INFO user - date_entered Thu Jun 8 03:25:48 2006,715 [20322] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:25:48 2006,715 [20322] INFO user - date_modified Thu Jun 8 03:25:48 2006,715 [20322] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:25:48 2006,716 [20322] INFO user - modified_user_id Thu Jun 8 03:25:48 2006,716 [20322] INFO user - =1 Thu Jun 8 03:25:48 2006,716 [20322] INFO user - title Thu Jun 8 03:25:48 2006,716 [20322] INFO user - =Software Developer Thu Jun 8 03:25:48 2006,717 [20322] INFO user - department Thu Jun 8 03:25:48 2006,717 [20322] INFO user - = Thu Jun 8 03:25:48 2006,717 [20322] INFO user - is_admin Thu Jun 8 03:25:48 2006,717 [20322] INFO user - =off Thu Jun 8 03:25:48 2006,718 [20322] INFO user - phone_home Thu Jun 8 03:25:48 2006,718 [20322] INFO user - = Thu Jun 8 03:25:48 2006,718 [20322] INFO user - phone_mobile Thu Jun 8 03:25:48 2006,719 [20322] INFO user - = Thu Jun 8 03:25:48 2006,719 [20322] INFO user - phone_work Thu Jun 8 03:25:48 2006,719 [20322] INFO user - =617 933 9269 Thu Jun 8 03:25:48 2006,719 [20322] INFO user - phone_other Thu Jun 8 03:25:48 2006,720 [20322] INFO user - = Thu Jun 8 03:25:48 2006,720 [20322] INFO user - phone_fax Thu Jun 8 03:25:48 2006,720 [20322] INFO user - = Thu Jun 8 03:25:48 2006,721 [20322] INFO user - email1 Thu Jun 8 03:25:48 2006,721 [20322] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:25:48 2006,721 [20322] INFO user - email2 Thu Jun 8 03:25:48 2006,721 [20322] INFO user - = Thu Jun 8 03:25:48 2006,722 [20322] INFO user - signature Thu Jun 8 03:25:48 2006,722 [20322] INFO user - = Thu Jun 8 03:25:48 2006,722 [20322] INFO user - yahoo_id Thu Jun 8 03:25:48 2006,722 [20322] INFO user - =bassel_mannaa Thu Jun 8 03:25:48 2006,723 [20322] INFO user - address_street Thu Jun 8 03:25:48 2006,723 [20322] INFO user - = Thu Jun 8 03:25:48 2006,723 [20322] INFO user - address_city Thu Jun 8 03:25:48 2006,723 [20322] INFO user - = Thu Jun 8 03:25:48 2006,724 [20322] INFO user - address_state Thu Jun 8 03:25:48 2006,724 [20322] INFO user - = Thu Jun 8 03:25:48 2006,724 [20322] INFO user - address_postalcode Thu Jun 8 03:25:48 2006,725 [20322] INFO user - = Thu Jun 8 03:25:48 2006,725 [20322] INFO user - address_country Thu Jun 8 03:25:48 2006,725 [20322] INFO user - = Thu Jun 8 03:25:48 2006,725 [20322] INFO user - reports_to_id Thu Jun 8 03:25:48 2006,726 [20322] INFO user - = Thu Jun 8 03:25:48 2006,726 [20322] INFO user - tz Thu Jun 8 03:25:48 2006,726 [20322] INFO user - =Europe/Berlin Thu Jun 8 03:25:48 2006,727 [20322] INFO user - holidays Thu Jun 8 03:25:48 2006,727 [20322] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:25:48 2006,727 [20322] INFO user - namedays Thu Jun 8 03:25:48 2006,727 [20322] INFO user - = Thu Jun 8 03:25:48 2006,728 [20322] INFO user - workdays Thu Jun 8 03:25:48 2006,728 [20322] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:25:48 2006,728 [20322] INFO user - weekstart Thu Jun 8 03:25:48 2006,728 [20322] INFO user - =1 Thu Jun 8 03:25:48 2006,729 [20322] INFO user - status Thu Jun 8 03:25:48 2006,729 [20322] INFO user - =Active Thu Jun 8 03:25:48 2006,729 [20322] INFO user - date_format Thu Jun 8 03:25:48 2006,730 [20322] INFO user - =dd-mm-yyyy Thu Jun 8 03:25:48 2006,730 [20322] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:25:48 2006,730 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,732 [20322] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:25:48 2006,732 [20322] DEBUG user - additional detail query results: Thu Jun 8 03:25:48 2006,737 [20322] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:25:48 2006,738 [20322] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:25:48','Signedin') Thu Jun 8 03:25:48 2006,738 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,739 [20322] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:25:48 2006,740 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,741 [20322] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:25:48 2006,741 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,743 [20322] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:25:48 2006,743 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,745 [20322] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:25:48 2006,746 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,747 [20322] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:25:48 2006,748 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:25:48 2006,748 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,749 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,751 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:25:48 2006,751 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,752 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,753 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:25:48 2006,753 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,754 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,756 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:25:48 2006,756 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,757 [20322] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:25:48 2006,758 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:25:48 2006,759 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,760 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,761 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:25:48 2006,762 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,763 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,764 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:25:48 2006,764 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,765 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,767 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:25:48 2006,767 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,768 [20322] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:25:48 2006,769 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:25:48 2006,770 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,771 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,772 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:25:48 2006,773 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,774 [20322] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:25:48 2006,775 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:25:48 2006,776 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,777 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,778 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:25:48 2006,779 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,780 [20322] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:25:48 2006,781 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:25:48 2006,781 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,783 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,784 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:25:48 2006,785 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,786 [20322] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:25:48 2006,786 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:25:48 2006,787 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,788 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,789 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:25:48 2006,790 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,791 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,792 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:25:48 2006,792 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,794 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,795 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:25:48 2006,795 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,796 [20322] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:25:48 2006,797 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:25:48 2006,798 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,799 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,800 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:25:48 2006,801 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,802 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,802 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:25:48 2006,803 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,804 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,805 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:25:48 2006,806 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,807 [20322] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:25:48 2006,808 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:25:48 2006,809 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,810 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,811 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:25:48 2006,812 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,813 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,813 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:25:48 2006,814 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,815 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,817 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:25:48 2006,817 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,819 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,819 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:25:48 2006,820 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,821 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,822 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:25:48 2006,822 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,823 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,824 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:25:48 2006,825 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,826 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,827 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:25:48 2006,828 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,829 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,830 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:25:48 2006,830 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,831 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,833 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:25:48 2006,833 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,834 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,835 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:25:48 2006,836 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,837 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,838 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:25:48 2006,839 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,840 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,840 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:25:48 2006,841 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,842 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,843 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:25:48 2006,844 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,845 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,846 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:25:48 2006,846 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,847 [20322] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:25:48 2006,849 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:25:48 2006,849 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,850 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,851 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:25:48 2006,852 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,853 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,853 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:25:48 2006,854 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,855 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,856 [20322] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:25:48 2006,856 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,857 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,858 [20322] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:25:48 2006,858 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,859 [20322] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:25:48 2006,860 [20322] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:25:48 2006,860 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:48 2006,862 [20322] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:25:48 2006,863 [20322] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:25:50 2006,643 [20446] DEBUG index - ****Starting for new session Thu Jun 8 03:25:50 2006,644 [20446] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:25:50 2006,644 [20446] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:25:50 2006,645 [20446] INFO index - About to take action Login Thu Jun 8 03:25:50 2006,645 [20446] DEBUG index - in Login Thu Jun 8 03:25:50 2006,645 [20446] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:25:50 2006,646 [20446] INFO index - current module is Users Thu Jun 8 03:25:50 2006,653 [20446] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:25:50 2006,654 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:25:50 2006,655 [20446] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:25:50 2006,656 [20446] DEBUG index - Current theme is: blue Thu Jun 8 03:25:50 2006,657 [20446] DEBUG index - current_language is: en_us Thu Jun 8 03:25:50 2006,662 [20446] DEBUG index - including headers Thu Jun 8 03:26:23 2006,023 [18879] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:26:23 2006,024 [18879] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:26:23 2006,024 [18879] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:26:23 2006,024 [18879] INFO index - About to take action Authenticate Thu Jun 8 03:26:23 2006,025 [18879] DEBUG index - in Authenticate Thu Jun 8 03:26:23 2006,025 [18879] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:26:23 2006,025 [18879] INFO index - current module is Users Thu Jun 8 03:26:23 2006,033 [18879] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:26:23 2006,034 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,036 [18879] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:26:23 2006,037 [18879] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:26:23 2006,038 [18879] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:26:23 2006,038 [18879] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:26:23 2006,040 [18879] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:26:23 2006,043 [18879] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:26:23 2006,043 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,045 [18879] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:26:23 2006,045 [18879] DEBUG user - additional detail query results: Thu Jun 8 03:26:23 2006,045 [18879] DEBUG index - Current user is: bmannaa Thu Jun 8 03:26:23 2006,046 [18879] DEBUG index - Current theme is: blue Thu Jun 8 03:26:23 2006,046 [18879] DEBUG index - current_language is: en_us Thu Jun 8 03:26:23 2006,051 [18879] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:26:23 2006,051 [18879] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:26:23 2006,052 [18879] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:26:23 2006,052 [18879] DEBUG index - skipping headers Thu Jun 8 03:26:23 2006,053 [18879] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:26:23 2006,054 [18879] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:26:23 2006,055 [18879] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:26:23 2006,057 [18879] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:26:23 2006,060 [18879] INFO user - id Thu Jun 8 03:26:23 2006,060 [18879] INFO user - =3 Thu Jun 8 03:26:23 2006,060 [18879] INFO user - user_name Thu Jun 8 03:26:23 2006,060 [18879] INFO user - =bmannaa Thu Jun 8 03:26:23 2006,061 [18879] INFO user - user_password Thu Jun 8 03:26:23 2006,061 [18879] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:26:23 2006,061 [18879] INFO user - first_name Thu Jun 8 03:26:23 2006,062 [18879] INFO user - =Bassel Thu Jun 8 03:26:23 2006,062 [18879] INFO user - last_name Thu Jun 8 03:26:23 2006,062 [18879] INFO user - =Mannaa Thu Jun 8 03:26:23 2006,063 [18879] INFO user - description Thu Jun 8 03:26:23 2006,063 [18879] INFO user - = Thu Jun 8 03:26:23 2006,063 [18879] INFO user - date_entered Thu Jun 8 03:26:23 2006,063 [18879] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:26:23 2006,064 [18879] INFO user - date_modified Thu Jun 8 03:26:23 2006,064 [18879] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:26:23 2006,064 [18879] INFO user - modified_user_id Thu Jun 8 03:26:23 2006,065 [18879] INFO user - =1 Thu Jun 8 03:26:23 2006,065 [18879] INFO user - title Thu Jun 8 03:26:23 2006,065 [18879] INFO user - =Software Developer Thu Jun 8 03:26:23 2006,065 [18879] INFO user - department Thu Jun 8 03:26:23 2006,066 [18879] INFO user - = Thu Jun 8 03:26:23 2006,066 [18879] INFO user - is_admin Thu Jun 8 03:26:23 2006,066 [18879] INFO user - =off Thu Jun 8 03:26:23 2006,067 [18879] INFO user - phone_home Thu Jun 8 03:26:23 2006,067 [18879] INFO user - = Thu Jun 8 03:26:23 2006,067 [18879] INFO user - phone_mobile Thu Jun 8 03:26:23 2006,067 [18879] INFO user - = Thu Jun 8 03:26:23 2006,068 [18879] INFO user - phone_work Thu Jun 8 03:26:23 2006,068 [18879] INFO user - =617 933 9269 Thu Jun 8 03:26:23 2006,068 [18879] INFO user - phone_other Thu Jun 8 03:26:23 2006,069 [18879] INFO user - = Thu Jun 8 03:26:23 2006,069 [18879] INFO user - phone_fax Thu Jun 8 03:26:23 2006,069 [18879] INFO user - = Thu Jun 8 03:26:23 2006,069 [18879] INFO user - email1 Thu Jun 8 03:26:23 2006,070 [18879] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:26:23 2006,070 [18879] INFO user - email2 Thu Jun 8 03:26:23 2006,070 [18879] INFO user - = Thu Jun 8 03:26:23 2006,071 [18879] INFO user - signature Thu Jun 8 03:26:23 2006,071 [18879] INFO user - = Thu Jun 8 03:26:23 2006,071 [18879] INFO user - yahoo_id Thu Jun 8 03:26:23 2006,071 [18879] INFO user - =bassel_mannaa Thu Jun 8 03:26:23 2006,072 [18879] INFO user - address_street Thu Jun 8 03:26:23 2006,072 [18879] INFO user - = Thu Jun 8 03:26:23 2006,072 [18879] INFO user - address_city Thu Jun 8 03:26:23 2006,073 [18879] INFO user - = Thu Jun 8 03:26:23 2006,073 [18879] INFO user - address_state Thu Jun 8 03:26:23 2006,073 [18879] INFO user - = Thu Jun 8 03:26:23 2006,073 [18879] INFO user - address_postalcode Thu Jun 8 03:26:23 2006,074 [18879] INFO user - = Thu Jun 8 03:26:23 2006,074 [18879] INFO user - address_country Thu Jun 8 03:26:23 2006,074 [18879] INFO user - = Thu Jun 8 03:26:23 2006,075 [18879] INFO user - reports_to_id Thu Jun 8 03:26:23 2006,075 [18879] INFO user - = Thu Jun 8 03:26:23 2006,075 [18879] INFO user - tz Thu Jun 8 03:26:23 2006,075 [18879] INFO user - =Europe/Berlin Thu Jun 8 03:26:23 2006,076 [18879] INFO user - holidays Thu Jun 8 03:26:23 2006,076 [18879] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:26:23 2006,076 [18879] INFO user - namedays Thu Jun 8 03:26:23 2006,077 [18879] INFO user - = Thu Jun 8 03:26:23 2006,077 [18879] INFO user - workdays Thu Jun 8 03:26:23 2006,077 [18879] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:26:23 2006,077 [18879] INFO user - weekstart Thu Jun 8 03:26:23 2006,078 [18879] INFO user - =1 Thu Jun 8 03:26:23 2006,078 [18879] INFO user - status Thu Jun 8 03:26:23 2006,078 [18879] INFO user - =Active Thu Jun 8 03:26:23 2006,079 [18879] INFO user - date_format Thu Jun 8 03:26:23 2006,079 [18879] INFO user - =dd-mm-yyyy Thu Jun 8 03:26:23 2006,079 [18879] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:26:23 2006,080 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,081 [18879] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:26:23 2006,082 [18879] DEBUG user - additional detail query results: Thu Jun 8 03:26:23 2006,087 [18879] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:26:23 2006,088 [18879] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:26:23','Signedin') Thu Jun 8 03:26:23 2006,088 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,089 [18879] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:26:23 2006,090 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,091 [18879] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:26:23 2006,091 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,093 [18879] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:26:23 2006,093 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,095 [18879] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:26:23 2006,096 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,097 [18879] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:26:23 2006,098 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:26:23 2006,098 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,099 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,101 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:26:23 2006,101 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,102 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,103 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:26:23 2006,103 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,105 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,106 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:26:23 2006,106 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,108 [18879] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:26:23 2006,109 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:26:23 2006,109 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,110 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,112 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:26:23 2006,112 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,113 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,114 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:26:23 2006,114 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,115 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,117 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:26:23 2006,117 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,118 [18879] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:26:23 2006,120 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:26:23 2006,120 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,121 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,123 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:26:23 2006,123 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,124 [18879] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:26:23 2006,125 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:26:23 2006,126 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,127 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,128 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:26:23 2006,129 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,130 [18879] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:26:23 2006,131 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:26:23 2006,132 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,133 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,134 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:26:23 2006,135 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,136 [18879] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:26:23 2006,137 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:26:23 2006,137 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,138 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,140 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:26:23 2006,140 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,141 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,142 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:26:23 2006,143 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,144 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,145 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:26:23 2006,146 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,147 [18879] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:26:23 2006,148 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:26:23 2006,148 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,149 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,151 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:26:23 2006,151 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,152 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,153 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:26:23 2006,153 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,155 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,156 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:26:23 2006,156 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,158 [18879] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:26:23 2006,159 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:26:23 2006,159 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,160 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,162 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:26:23 2006,162 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,163 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,164 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:26:23 2006,164 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,166 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,167 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:26:23 2006,167 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,169 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,169 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:26:23 2006,170 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,171 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,171 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:26:23 2006,172 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,173 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,174 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:26:23 2006,174 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,175 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,177 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:26:23 2006,177 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,178 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,179 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:26:23 2006,180 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,181 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,182 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:26:23 2006,183 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,184 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,184 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:26:23 2006,185 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,186 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,188 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:26:23 2006,188 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,189 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,190 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:26:23 2006,190 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,192 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,193 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:26:23 2006,193 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,195 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,195 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:26:23 2006,196 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,197 [18879] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:26:23 2006,198 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:26:23 2006,199 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,200 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,201 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:26:23 2006,201 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,202 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,203 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:26:23 2006,203 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,205 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,205 [18879] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:26:23 2006,206 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,207 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,208 [18879] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:26:23 2006,208 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,209 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:23 2006,210 [18879] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:26:23 2006,210 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:23 2006,212 [18879] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:26:23 2006,213 [18879] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:26:24 2006,702 [18865] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:26:24 2006,703 [18865] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:26:24 2006,703 [18865] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:26:24 2006,704 [18865] INFO index - About to take action index Thu Jun 8 03:26:24 2006,704 [18865] DEBUG index - in index Thu Jun 8 03:26:24 2006,705 [18865] INFO index - current page is modules/Home/index.php Thu Jun 8 03:26:24 2006,705 [18865] INFO index - current module is Home Thu Jun 8 03:26:24 2006,713 [18865] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:26:24 2006,713 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,715 [18865] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:26:24 2006,716 [18865] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:26:24 2006,717 [18865] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:26:24 2006,717 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:26:24 2006,719 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:26:24 2006,722 [18865] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:26:24 2006,722 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,723 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:26:24 2006,724 [18865] DEBUG user - additional detail query results: Thu Jun 8 03:26:24 2006,724 [18865] DEBUG index - Current user is: bmannaa Thu Jun 8 03:26:24 2006,724 [18865] DEBUG index - Current theme is: blue Thu Jun 8 03:26:24 2006,725 [18865] DEBUG index - current_language is: en_us Thu Jun 8 03:26:24 2006,729 [18865] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:26:24 2006,729 [18865] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:26:24 2006,730 [18865] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:26:24 2006,730 [18865] DEBUG index - including headers Thu Jun 8 03:26:24 2006,735 [18865] INFO VT - Message ->module is Contacts Thu Jun 8 03:26:24 2006,736 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Contacts' Thu Jun 8 03:26:24 2006,736 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,738 [18865] INFO VT - Message ->module is Leads Thu Jun 8 03:26:24 2006,738 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Leads' Thu Jun 8 03:26:24 2006,739 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,740 [18865] INFO VT - Message ->module is Accounts Thu Jun 8 03:26:24 2006,740 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:26:24 2006,741 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,742 [18865] INFO VT - Message ->module is Potentials Thu Jun 8 03:26:24 2006,743 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu Jun 8 03:26:24 2006,743 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,744 [18865] INFO VT - Message ->module is HelpDesk Thu Jun 8 03:26:24 2006,745 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='HelpDesk' Thu Jun 8 03:26:24 2006,745 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,747 [18865] INFO VT - Message ->module is Faq Thu Jun 8 03:26:24 2006,747 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Faq' Thu Jun 8 03:26:24 2006,748 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,749 [18865] INFO VT - Message ->module is Products Thu Jun 8 03:26:24 2006,749 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:26:24 2006,750 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,751 [18865] INFO VT - Message ->module is Notes Thu Jun 8 03:26:24 2006,752 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Notes' Thu Jun 8 03:26:24 2006,752 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,753 [18865] INFO VT - Message ->module is Emails Thu Jun 8 03:26:24 2006,754 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Emails' Thu Jun 8 03:26:24 2006,754 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,755 [18865] INFO VT - Message ->module is Events Thu Jun 8 03:26:24 2006,756 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Events' Thu Jun 8 03:26:24 2006,756 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,758 [18865] INFO VT - Message ->module is Activities Thu Jun 8 03:26:24 2006,758 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Activities' Thu Jun 8 03:26:24 2006,759 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,760 [18865] INFO VT - Message ->module is Vendor Thu Jun 8 03:26:24 2006,760 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Vendor' Thu Jun 8 03:26:24 2006,761 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,762 [18865] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:26:24 2006,763 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,764 [18865] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:26:24 2006,767 [18865] INFO VT - Message ->module is PriceBook Thu Jun 8 03:26:24 2006,768 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='PriceBook' Thu Jun 8 03:26:24 2006,768 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,770 [18865] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:26:24 2006,770 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,772 [18865] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:26:24 2006,775 [18865] INFO VT - Message ->module is Quotes Thu Jun 8 03:26:24 2006,776 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:26:24 2006,776 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,777 [18865] INFO VT - Message ->module is Orders Thu Jun 8 03:26:24 2006,778 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Orders' Thu Jun 8 03:26:24 2006,778 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,780 [18865] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:26:24 2006,780 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:26:24 2006,781 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,782 [18865] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:26:24 2006,782 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,784 [18865] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:26:24 2006,787 [18865] INFO VT - Message ->module is Invoice Thu Jun 8 03:26:24 2006,788 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Invoice' Thu Jun 8 03:26:24 2006,788 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,806 [18865] DEBUG Tracker - About to retrieve list: SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:26:24 2006,807 [18865] DEBUG VT - Message ->query being executed : SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:26:24 2006,807 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,810 [18865] INFO VT - Message ->module is Accounts Thu Jun 8 03:26:24 2006,810 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:26:24 2006,811 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,812 [18865] INFO VT - Message ->getActionName 4 Thu Jun 8 03:26:24 2006,813 [18865] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:26:24 2006,813 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,814 [18865] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:26:24 2006,818 [18865] INFO VT - Message ->in getUserId 17 Thu Jun 8 03:26:24 2006,818 [18865] DEBUG VT - Message ->query being executed : select * from crmentity where crmid = 17 Thu Jun 8 03:26:24 2006,819 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,820 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:26:24 2006,822 [18865] INFO VT - Message ->module is Home Thu Jun 8 03:26:24 2006,823 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Home' Thu Jun 8 03:26:24 2006,823 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,825 [18865] INFO VT - Message ->get Actionid index Thu Jun 8 03:26:24 2006,825 [18865] INFO VT - Message ->action id selected is 3 Thu Jun 8 03:26:24 2006,826 [18865] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:26:24 2006,826 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:24 2006,827 [18865] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:26:27 2006,381 [18865] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:26:27 2006,382 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,383 [18865] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:26:27 2006,390 [18865] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid,crmentity.smownerid,crmentity.setype, activity.*, contactdetails.lastname, contactdetails.firstname, contactdetails.contactid, account.accountid, account.accountname, recurringevents.recurringtype,recurringevents.recurringdate from activity inner join crmentity on crmentity.crmid=activity.activityid left join cntactivityrel on cntactivityrel.activityid= activity.activityid left join contactdetails on contactdetails.contactid= cntactivityrel.contactid left join seactivityrel on seactivityrel.activityid = activity.activityid left outer join account on account.accountid = contactdetails.accountid left outer join recurringevents on recurringevents.activityid=activity.activityid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE crmentity.deleted=0 and (activity.activitytype = 'Meeting' or activity.activitytype='Call' or activity.activitytype='Task') AND ( activity.status is NULL || activity.status != 'Completed' ) and ( activity.eventstatus is NULL || activity.eventstatus != 'Held') and ( activity.eventstatus is NULL || activity.eventstatus != 'Not Held' ) AND (((date_start >= '2006-06-08' AND date_start < '2006-06-15') OR (date_start < '2006-06-08')) OR (recurringevents.recurringdate between '2006-06-08' and '2006-06-15') ) AND salesmanactivityrel.smid ='3' st = 0 co = 5 Thu Jun 8 03:26:27 2006,390 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,392 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:27 2006,419 [18865] DEBUG VT - Message ->query being executed : select account.accountid, account.accountname, sum(potential.amount) as amount from potential inner join crmentity on (potential.potentialid=crmentity.crmid) inner join account on (potential.accountid=account.accountid) where crmentity.deleted=0 AND crmentity.smownerid="3" and potential.sales_stage <> "" and potential.sales_stage <> "" group by account.accountname order by 3 desc; Thu Jun 8 03:26:27 2006,419 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,421 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:27 2006,424 [18865] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:26:27 2006,424 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,427 [18865] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid, crmentity.smownerid,account.accountname, potential.accountid,potential.potentialname,potential.sales_stage,potential.amount,potential.currency,potential.closingdate,potential.typeofrevenue, potentialscf.* from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 AND potential.sales_stage <> 'Closed Won' AND potential.sales_stage <> 'Closed Lost' AND crmentity.smownerid='3' ORDER BY amount DESC st = 0 co = 5 Thu Jun 8 03:26:27 2006,428 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,430 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:27 2006,433 [18865] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:26:27 2006,433 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,435 [18865] DEBUG VT - Message ->query being executed : select groupname from users2group where userid='3' Thu Jun 8 03:26:27 2006,436 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,437 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:27 2006,438 [18865] INFO top opportunity_list - Here is the where clause for the list view: select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' Thu Jun 8 03:26:27 2006,438 [18865] DEBUG VT - Message -> limitQuery sql = select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' st = 0 co = 5 Thu Jun 8 03:26:27 2006,439 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,442 [18865] DEBUG VT - Message ->query being executed : select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC Thu Jun 8 03:26:27 2006,443 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,445 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:27 2006,445 [18865] DEBUG VT - Message -> limitQuery sql = select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC st = 0 co = 5 Thu Jun 8 03:26:27 2006,446 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,447 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:27 2006,457 [18865] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where customview.setmetrics = 1 order by customview.entitytype Thu Jun 8 03:26:27 2006,458 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,459 [18865] INFO VT - Message ->Metrics :: Successfully got MetricList to be displayed Thu Jun 8 03:26:27 2006,460 [18865] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=3 Thu Jun 8 03:26:27 2006,461 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,464 [18865] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=3 Thu Jun 8 03:26:27 2006,464 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,466 [18865] DEBUG VT - Message ->query being executed : select count(*) count from account inner join crmentity on crmentity.crmid=account.accountid inner join accountbillads on account.accountid=accountbillads.accountaddressid inner join accountshipads on account.accountid=accountshipads.accountaddressid inner join accountscf on account.accountid = accountscf.accountid where crmentity.deleted=0 and account.account_type = 'Prospect' Thu Jun 8 03:26:27 2006,466 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,468 [18865] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=9 Thu Jun 8 03:26:27 2006,468 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,471 [18865] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=9 Thu Jun 8 03:26:27 2006,471 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,473 [18865] DEBUG VT - Message ->query being executed : select count(*) count from troubletickets inner join ticketcf on ticketcf.ticketid = troubletickets.ticketid inner join crmentity on crmentity.crmid=troubletickets.ticketid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join users on crmentity.smownerid=users.id and troubletickets.ticketid = ticketcf.ticketid where crmentity.deleted=0 and troubletickets.status <> 'Closed' Thu Jun 8 03:26:27 2006,474 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,475 [18865] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=1 Thu Jun 8 03:26:27 2006,476 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,478 [18865] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=1 Thu Jun 8 03:26:27 2006,479 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,481 [18865] DEBUG VT - Message ->query being executed : select count(*) count from leaddetails inner join crmentity on crmentity.crmid=leaddetails.leadid inner join leadsubdetails on leadsubdetails.leadsubscriptionid=leaddetails.leadid inner join leadaddress on leadaddress.leadaddressid=leadsubdetails.leadsubscriptionid inner join leadscf on leaddetails.leadid = leadscf.leadid where crmentity.deleted=0 and leaddetails.converted=0 and leaddetails.leadstatus = 'Hot' Thu Jun 8 03:26:27 2006,481 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,483 [18865] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=7 Thu Jun 8 03:26:27 2006,483 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,486 [18865] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=7 Thu Jun 8 03:26:27 2006,486 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,488 [18865] DEBUG VT - Message ->query being executed : select count(*) count from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 and potential.sales_stage = 'Closed Won' Thu Jun 8 03:26:27 2006,488 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,490 [18865] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=11 Thu Jun 8 03:26:27 2006,491 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,493 [18865] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=11 Thu Jun 8 03:26:27 2006,494 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,495 [18865] DEBUG VT - Message ->query being executed : select count(*) count from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and quotes.quotestage <> 'Accepted' and quotes.quotestage <> 'Rejected' Thu Jun 8 03:26:27 2006,496 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:27 2006,498 [18865] INFO VT - Message ->Metrics :: Successfully build the Metrics Thu Jun 8 03:26:28 2006,080 [18865] DEBUG VT - Message ->query being executed : select * from quotestage where presence=1 order by sortorderid Thu Jun 8 03:26:28 2006,081 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,082 [18865] INFO VT - Message ->module is Quotes Thu Jun 8 03:26:28 2006,083 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:26:28 2006,083 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,085 [18865] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=20 Thu Jun 8 03:26:28 2006,086 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,087 [18865] INFO VT - Message ->in getColumnFields Quotes Thu Jun 8 03:26:28 2006,088 [18865] INFO VT - Message ->module is Quotes Thu Jun 8 03:26:28 2006,088 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:26:28 2006,089 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,090 [18865] DEBUG VT - Message ->query being executed : select * from field where tabid=20 Thu Jun 8 03:26:28 2006,091 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,092 [18865] DEBUG VT - Message ->getRowCount rows= 29 Thu Jun 8 03:26:28 2006,098 [18865] DEBUG VT - Message -> limitQuery sql = select crmentity.*, quotes.*, quotesbillads.*, quotesshipads.*,potential.potentialname,account.accountname from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and crmentity.smownerid=3 and quotes.validtill >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:26:28 2006,099 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,101 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:28 2006,102 [18865] INFO VT - Message ->module is Quotes Thu Jun 8 03:26:28 2006,102 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:26:28 2006,103 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,104 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:26:28 2006,105 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,106 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='' Thu Jun 8 03:26:28 2006,107 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,108 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:26:28 2006,109 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,111 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='subject' Thu Jun 8 03:26:28 2006,111 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,113 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='quotestage' Thu Jun 8 03:26:28 2006,114 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,115 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='quotestage' Thu Jun 8 03:26:28 2006,116 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,118 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='potential_id' Thu Jun 8 03:26:28 2006,118 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,120 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='potential_id' Thu Jun 8 03:26:28 2006,120 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,122 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:26:28 2006,123 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,125 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='account_id' Thu Jun 8 03:26:28 2006,125 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,127 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:26:28 2006,128 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,129 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:26:28 2006,130 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,132 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:26:28 2006,132 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,134 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='assigned_user_id' Thu Jun 8 03:26:28 2006,135 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,137 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:28 2006,137 [18865] INFO VT - Message ->module is Quotes Thu Jun 8 03:26:28 2006,138 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:26:28 2006,138 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,143 [18865] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:26:28 2006,143 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:26:28 2006,144 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,145 [18865] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=22 Thu Jun 8 03:26:28 2006,146 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,147 [18865] INFO VT - Message ->in getColumnFields SalesOrder Thu Jun 8 03:26:28 2006,148 [18865] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:26:28 2006,148 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:26:28 2006,149 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,150 [18865] DEBUG VT - Message ->query being executed : select * from field where tabid=22 Thu Jun 8 03:26:28 2006,150 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,152 [18865] DEBUG VT - Message ->getRowCount rows= 32 Thu Jun 8 03:26:28 2006,158 [18865] DEBUG VT - Message -> limitQuery sql = select crmentity.*, salesorder.*, sobillads.*, soshipads.*,quotes.subject as quotename, account.accountname from salesorder inner join crmentity on crmentity.crmid=salesorder.salesorderid inner join sobillads on salesorder.salesorderid=sobillads.sobilladdressid inner join soshipads on salesorder.salesorderid=soshipads.soshipaddressid left outer join quotes on quotes.quoteid=salesorder.quoteid left outer join account on account.accountid=salesorder.accountid where crmentity.deleted=0 and crmentity.smownerid=3 and salesorder.duedate >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:26:28 2006,159 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,161 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:28 2006,162 [18865] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:26:28 2006,162 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:26:28 2006,163 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,164 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:26:28 2006,165 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,166 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='' Thu Jun 8 03:26:28 2006,167 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,168 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:26:28 2006,169 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,171 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='subject' Thu Jun 8 03:26:28 2006,171 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,173 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:26:28 2006,173 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,175 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='account_id' Thu Jun 8 03:26:28 2006,176 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,178 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='quote_id' Thu Jun 8 03:26:28 2006,178 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,180 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='quote_id' Thu Jun 8 03:26:28 2006,181 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,182 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:26:28 2006,183 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,185 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:26:28 2006,185 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,187 [18865] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:26:28 2006,187 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,189 [18865] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='assigned_user_id' Thu Jun 8 03:26:28 2006,190 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:26:28 2006,192 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:26:28 2006,192 [18865] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:26:28 2006,193 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:26:28 2006,193 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,602 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,603 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,606 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,607 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-02' AND recurringdate >= '2006-06-01') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,607 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,609 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,610 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,610 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,612 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,615 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,616 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,619 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,620 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-03' AND recurringdate >= '2006-06-02') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,620 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,622 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,623 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,623 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,625 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,628 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,629 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,632 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,633 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-04' AND recurringdate >= '2006-06-03') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,633 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,635 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,635 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,636 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,638 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,641 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,642 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,645 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,645 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-05' AND recurringdate >= '2006-06-04') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,646 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,648 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,648 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,649 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,651 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,654 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,655 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,658 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,658 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-06' AND recurringdate >= '2006-06-05') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,659 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,661 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,661 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,662 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,664 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,667 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,667 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,670 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,671 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-07' AND recurringdate >= '2006-06-06') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,672 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,673 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,674 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,675 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,676 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,680 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,680 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,683 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,684 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-08' AND recurringdate >= '2006-06-07') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,684 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,686 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,687 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,687 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,689 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,693 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,693 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,696 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,697 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-09' AND recurringdate >= '2006-06-08') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,697 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,699 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,700 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,700 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,702 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,706 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,706 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,709 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,710 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-10' AND recurringdate >= '2006-06-09') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,710 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,712 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,713 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,713 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,715 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,718 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,719 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,722 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,723 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-11' AND recurringdate >= '2006-06-10') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,723 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,725 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,725 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,726 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,728 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,731 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,732 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,735 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,735 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-12' AND recurringdate >= '2006-06-11') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,736 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,738 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,738 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,739 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,741 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,744 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,744 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,747 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,748 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-13' AND recurringdate >= '2006-06-12') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,749 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,751 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,751 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,752 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,753 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,757 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,757 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,760 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,761 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-14' AND recurringdate >= '2006-06-13') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,761 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,763 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,764 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,764 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,766 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,770 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,770 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,773 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,774 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-15' AND recurringdate >= '2006-06-14') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,774 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,776 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,777 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,778 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,779 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,783 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,783 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,786 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,787 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-16' AND recurringdate >= '2006-06-15') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,787 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,789 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,790 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,790 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,792 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,796 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,796 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,799 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,800 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-17' AND recurringdate >= '2006-06-16') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,800 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,802 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,803 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,803 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,805 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,809 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,809 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,812 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,813 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-18' AND recurringdate >= '2006-06-17') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,813 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,815 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,816 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,816 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,818 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,821 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,822 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,825 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,826 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-19' AND recurringdate >= '2006-06-18') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,826 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,828 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,829 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,829 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,831 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,834 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,835 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,838 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,839 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-20' AND recurringdate >= '2006-06-19') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,839 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,841 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,842 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,842 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,844 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,847 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,848 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,851 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,851 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-21' AND recurringdate >= '2006-06-20') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,852 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,854 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,855 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,855 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,857 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,860 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,861 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,864 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,865 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-22' AND recurringdate >= '2006-06-21') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,865 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,867 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,868 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,868 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,870 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,873 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,874 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,877 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,877 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-23' AND recurringdate >= '2006-06-22') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,878 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,880 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,880 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,881 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,883 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,886 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,887 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,889 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,890 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-24' AND recurringdate >= '2006-06-23') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,891 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,893 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,893 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,894 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,895 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,899 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,899 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,902 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,903 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-25' AND recurringdate >= '2006-06-24') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,903 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,905 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,906 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,906 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,908 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,912 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,912 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,915 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,916 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-26' AND recurringdate >= '2006-06-25') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,916 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,918 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,919 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,919 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,921 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,924 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,925 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,928 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,929 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-27' AND recurringdate >= '2006-06-26') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,929 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,931 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,932 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,932 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,934 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,937 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,938 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,941 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,941 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-28' AND recurringdate >= '2006-06-27') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,942 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,944 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,944 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,945 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,947 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,950 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,950 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,953 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,954 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-29' AND recurringdate >= '2006-06-28') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,955 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,957 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,957 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,958 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,960 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,963 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,964 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,966 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,967 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-30' AND recurringdate >= '2006-06-29') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,968 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,970 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,970 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,971 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,972 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,976 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,976 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:28 AM EDT,979 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,980 [18865] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-07-01' AND recurringdate >= '2006-06-30') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:26:28 AM EDT,980 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,982 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:28 AM EDT,983 [18865] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:26:28 AM EDT,983 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:28 AM EDT,985 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:29 AM EDT,047 [18865] DEBUG VT - Message ->query being executed : select * from sales_stage where presence=1 order by sortorderid Thu 08 Jun 2006 03:26:29 AM EDT,048 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:29 AM EDT,049 [18865] DEBUG my_pipeline_by_sales_stage - datax is: Thu 08 Jun 2006 03:26:29 AM EDT,050 [18865] DEBUG my_pipeline_by_sales_stage - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:26:29 AM EDT,050 [18865] DEBUG my_pipeline_by_sales_stage - ids is: Thu 08 Jun 2006 03:26:29 AM EDT,050 [18865] DEBUG my_pipeline_by_sales_stage - array ( 0 => '3', ) Thu 08 Jun 2006 03:26:29 AM EDT,051 [18865] DEBUG my_pipeline_by_sales_stage - cache file name is: 1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:26:29 AM EDT,080 [18865] DEBUG opportunity charts - graph object created Thu 08 Jun 2006 03:26:29 AM EDT,104 [18865] DEBUG opportunity charts - starting pipeline chart Thu 08 Jun 2006 03:26:29 AM EDT,104 [18865] DEBUG opportunity charts - datax is: Thu 08 Jun 2006 03:26:29 AM EDT,104 [18865] DEBUG opportunity charts - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:26:29 AM EDT,105 [18865] DEBUG opportunity charts - user_id is: Thu 08 Jun 2006 03:26:29 AM EDT,105 [18865] DEBUG opportunity charts - array ( 0 => '3', ) Thu 08 Jun 2006 03:26:29 AM EDT,105 [18865] DEBUG opportunity charts - cache_file_name is: cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:26:29 AM EDT,107 [18865] INFO VT - Message ->in getColumnFields Potentials Thu 08 Jun 2006 03:26:29 AM EDT,111 [18865] INFO VT - Message ->module is Potentials Thu 08 Jun 2006 03:26:29 AM EDT,112 [18865] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu 08 Jun 2006 03:26:29 AM EDT,112 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:29 AM EDT,113 [18865] DEBUG VT - Message ->query being executed : select * from field where tabid=2 Thu 08 Jun 2006 03:26:29 AM EDT,114 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:29 AM EDT,115 [18865] DEBUG VT - Message ->getRowCount rows= 13 Thu 08 Jun 2006 03:26:29 AM EDT,117 [18865] DEBUG potential - get_full_list: order_by = 'amount DESC, closingdate DESC' and where = '(crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01'' Thu 08 Jun 2006 03:26:29 AM EDT,118 [18865] DEBUG potential - process_full_list_query: query is SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:26:29 AM EDT,118 [18865] DEBUG VT - Message ->query being executed : SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:26:29 AM EDT,118 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,120 [18865] DEBUG potential - process_full_list_query: result is Object Thu 08 Jun 2006 03:26:29 AM EDT,121 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:26:29 AM EDT,122 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,122 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,126 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,127 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,127 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,130 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,131 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,132 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,135 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,136 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,137 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,140 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,141 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,141 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,145 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,146 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,146 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,150 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,151 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,151 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,154 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,155 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,156 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,159 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,160 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,161 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,164 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,165 [18865] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:26:29 AM EDT,165 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:26:29 AM EDT,169 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:26:29 AM EDT,169 [18865] DEBUG opportunity charts - datay is: Thu 08 Jun 2006 03:26:29 AM EDT,170 [18865] DEBUG opportunity charts - array ( 3 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ) Thu 08 Jun 2006 03:26:29 AM EDT,170 [18865] DEBUG opportunity charts - aAlts is: Thu 08 Jun 2006 03:26:29 AM EDT,170 [18865] DEBUG opportunity charts - array ( 3 => array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ), ) Thu 08 Jun 2006 03:26:29 AM EDT,171 [18865] DEBUG opportunity charts - aTargets is: Thu 08 Jun 2006 03:26:29 AM EDT,171 [18865] DEBUG opportunity charts - array ( 3 => array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ), ) Thu 08 Jun 2006 03:26:29 AM EDT,172 [18865] DEBUG opportunity charts - sum is: Thu 08 Jun 2006 03:26:29 AM EDT,172 [18865] DEBUG opportunity charts - Thu 08 Jun 2006 03:26:29 AM EDT,172 [18865] DEBUG opportunity charts - count is: Thu 08 Jun 2006 03:26:29 AM EDT,173 [18865] DEBUG opportunity charts - Thu 08 Jun 2006 03:26:29 AM EDT,173 [18865] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:26:29 AM EDT,174 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:29 AM EDT,175 [18865] DEBUG opportunity charts - bplot[0] is: Thu 08 Jun 2006 03:26:29 AM EDT,175 [18865] DEBUG opportunity charts - class barplot { var $line_weight = 1; var $coords = array ( 0 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ); var $legend = ''; var $hidelegend = false; var $csimtargets = array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ); var $csimareas = ''; var $csimalts = array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ); var $color = 'black'; var $numpoints = 11; var $weight = 1; var $value = class displayvalue { var $show = true; var $format = '$%d'; var $negformat = ''; var $iFormCallback = ''; var $angle = 0; var $ff = 2; var $fs = 9001; var $fsize = 8; var $color = 'white'; var $negcolor = ''; var $margin = 8; var $valign = ''; var $halign = 'center'; var $iHideZero = false; }; var $center = false; var $legendcsimtarget = ''; var $legendcsimalt = ''; var $width = 0.5; var $abswidth = -1; var $fill = true; var $fill_color = '#D50100'; var $ybase = 0; var $align = 'center'; var $grad = false; var $grad_style = 1; var $grad_fromcolor = array ( 0 => 50, 1 => 50, 2 => 200, ); var $grad_tocolor = array ( 0 => 255, 1 => 255, 2 => 255, ); var $bar_shadow = true; var $bar_shadow_color = 'black'; var $bar_shadow_hsize = 3; var $bar_shadow_vsize = 3; var $valuepos = 'max'; var $iPattern = -1; var $iPatternDensity = 80; var $iPatternColor = 'black'; } Thu 08 Jun 2006 03:26:29 AM EDT,176 [18865] DEBUG opportunity charts - datay[3] is: Thu 08 Jun 2006 03:26:29 AM EDT,176 [18865] DEBUG opportunity charts - array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ) Thu 08 Jun 2006 03:26:29 AM EDT,177 [18865] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:26:29 AM EDT,178 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:29 AM EDT,179 [18865] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:26:29 AM EDT,180 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:29 AM EDT,181 [18865] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:26:29 AM EDT,181 [18865] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:26:29 AM EDT,260 [18865] DEBUG save_image_file - Success, wrote ( ) to file (cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png.map) Thu Jun 8 03:29:35 2006,094 [20598] DEBUG index - ****Starting for new session Thu Jun 8 03:29:35 2006,095 [20598] DEBUG index - We are authenticating user now Thu Jun 8 03:29:35 2006,095 [20598] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:29:35 2006,095 [20598] INFO index - About to take action Authenticate Thu Jun 8 03:29:35 2006,096 [20598] DEBUG index - in Authenticate Thu Jun 8 03:29:35 2006,096 [20598] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:29:35 2006,096 [20598] INFO index - current module is Users Thu Jun 8 03:29:35 2006,105 [20598] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:29:35 2006,105 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,106 [20598] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:29:35 2006,108 [20598] DEBUG index - Current theme is: blue Thu Jun 8 03:29:35 2006,108 [20598] DEBUG index - current_language is: en_us Thu Jun 8 03:29:35 2006,113 [20598] DEBUG index - skipping headers Thu Jun 8 03:29:35 2006,115 [20598] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:29:35 2006,116 [20598] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:29:35 2006,116 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:29:35 2006,118 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:29:35 2006,121 [20598] INFO user - id Thu Jun 8 03:29:35 2006,121 [20598] INFO user - =3 Thu Jun 8 03:29:35 2006,121 [20598] INFO user - user_name Thu Jun 8 03:29:35 2006,122 [20598] INFO user - =bmannaa Thu Jun 8 03:29:35 2006,122 [20598] INFO user - user_password Thu Jun 8 03:29:35 2006,122 [20598] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:29:35 2006,123 [20598] INFO user - first_name Thu Jun 8 03:29:35 2006,123 [20598] INFO user - =Bassel Thu Jun 8 03:29:35 2006,123 [20598] INFO user - last_name Thu Jun 8 03:29:35 2006,124 [20598] INFO user - =Mannaa Thu Jun 8 03:29:35 2006,124 [20598] INFO user - description Thu Jun 8 03:29:35 2006,124 [20598] INFO user - = Thu Jun 8 03:29:35 2006,125 [20598] INFO user - date_entered Thu Jun 8 03:29:35 2006,125 [20598] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:29:35 2006,125 [20598] INFO user - date_modified Thu Jun 8 03:29:35 2006,125 [20598] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:29:35 2006,126 [20598] INFO user - modified_user_id Thu Jun 8 03:29:35 2006,126 [20598] INFO user - =1 Thu Jun 8 03:29:35 2006,126 [20598] INFO user - title Thu Jun 8 03:29:35 2006,127 [20598] INFO user - =Software Developer Thu Jun 8 03:29:35 2006,127 [20598] INFO user - department Thu Jun 8 03:29:35 2006,127 [20598] INFO user - = Thu Jun 8 03:29:35 2006,127 [20598] INFO user - is_admin Thu Jun 8 03:29:35 2006,128 [20598] INFO user - =off Thu Jun 8 03:29:35 2006,128 [20598] INFO user - phone_home Thu Jun 8 03:29:35 2006,128 [20598] INFO user - = Thu Jun 8 03:29:35 2006,129 [20598] INFO user - phone_mobile Thu Jun 8 03:29:35 2006,129 [20598] INFO user - = Thu Jun 8 03:29:35 2006,129 [20598] INFO user - phone_work Thu Jun 8 03:29:35 2006,129 [20598] INFO user - =617 933 9269 Thu Jun 8 03:29:35 2006,130 [20598] INFO user - phone_other Thu Jun 8 03:29:35 2006,130 [20598] INFO user - = Thu Jun 8 03:29:35 2006,130 [20598] INFO user - phone_fax Thu Jun 8 03:29:35 2006,130 [20598] INFO user - = Thu Jun 8 03:29:35 2006,131 [20598] INFO user - email1 Thu Jun 8 03:29:35 2006,131 [20598] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:29:35 2006,131 [20598] INFO user - email2 Thu Jun 8 03:29:35 2006,132 [20598] INFO user - = Thu Jun 8 03:29:35 2006,132 [20598] INFO user - signature Thu Jun 8 03:29:35 2006,132 [20598] INFO user - = Thu Jun 8 03:29:35 2006,132 [20598] INFO user - yahoo_id Thu Jun 8 03:29:35 2006,133 [20598] INFO user - =bassel_mannaa Thu Jun 8 03:29:35 2006,133 [20598] INFO user - address_street Thu Jun 8 03:29:35 2006,133 [20598] INFO user - = Thu Jun 8 03:29:35 2006,134 [20598] INFO user - address_city Thu Jun 8 03:29:35 2006,134 [20598] INFO user - = Thu Jun 8 03:29:35 2006,134 [20598] INFO user - address_state Thu Jun 8 03:29:35 2006,135 [20598] INFO user - = Thu Jun 8 03:29:35 2006,135 [20598] INFO user - address_postalcode Thu Jun 8 03:29:35 2006,135 [20598] INFO user - = Thu Jun 8 03:29:35 2006,135 [20598] INFO user - address_country Thu Jun 8 03:29:35 2006,136 [20598] INFO user - = Thu Jun 8 03:29:35 2006,136 [20598] INFO user - reports_to_id Thu Jun 8 03:29:35 2006,136 [20598] INFO user - = Thu Jun 8 03:29:35 2006,136 [20598] INFO user - tz Thu Jun 8 03:29:35 2006,137 [20598] INFO user - =Europe/Berlin Thu Jun 8 03:29:35 2006,137 [20598] INFO user - holidays Thu Jun 8 03:29:35 2006,137 [20598] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:29:35 2006,138 [20598] INFO user - namedays Thu Jun 8 03:29:35 2006,138 [20598] INFO user - = Thu Jun 8 03:29:35 2006,138 [20598] INFO user - workdays Thu Jun 8 03:29:35 2006,138 [20598] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:29:35 2006,139 [20598] INFO user - weekstart Thu Jun 8 03:29:35 2006,139 [20598] INFO user - =1 Thu Jun 8 03:29:35 2006,139 [20598] INFO user - status Thu Jun 8 03:29:35 2006,140 [20598] INFO user - =Active Thu Jun 8 03:29:35 2006,140 [20598] INFO user - date_format Thu Jun 8 03:29:35 2006,140 [20598] INFO user - =dd-mm-yyyy Thu Jun 8 03:29:35 2006,141 [20598] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:29:35 2006,141 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,142 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:29:35 2006,143 [20598] DEBUG user - additional detail query results: Thu Jun 8 03:29:35 2006,147 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:29:35 2006,149 [20598] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:29:35','Signedin') Thu Jun 8 03:29:35 2006,149 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,150 [20598] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:29:35 2006,151 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,152 [20598] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:29:35 2006,152 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,153 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:29:35 2006,154 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,156 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:29:35 2006,157 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,158 [20598] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:29:35 2006,159 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:29:35 2006,159 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,160 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,161 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:29:35 2006,162 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,163 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,164 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:29:35 2006,164 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,166 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,167 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:29:35 2006,167 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,169 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:29:35 2006,170 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:29:35 2006,170 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,171 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,173 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:29:35 2006,173 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,174 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,175 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:29:35 2006,175 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,177 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,178 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:29:35 2006,178 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,180 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:29:35 2006,181 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:29:35 2006,181 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,182 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,184 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:29:35 2006,184 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,185 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:29:35 2006,186 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:29:35 2006,187 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,188 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,190 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:29:35 2006,190 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,191 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:29:35 2006,192 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:29:35 2006,193 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,194 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,195 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:29:35 2006,196 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,197 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:29:35 2006,198 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:29:35 2006,198 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,200 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,201 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:29:35 2006,201 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,203 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,203 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:29:35 2006,204 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,205 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,206 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:29:35 2006,207 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,208 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:29:35 2006,209 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:29:35 2006,209 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,211 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,212 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:29:35 2006,212 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,213 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,214 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:29:35 2006,215 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,216 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,217 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:29:35 2006,218 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,219 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:29:35 2006,220 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:29:35 2006,220 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,222 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,223 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:29:35 2006,223 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,225 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,225 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:29:35 2006,226 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,227 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,228 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:29:35 2006,229 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,230 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,230 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:29:35 2006,231 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,232 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,233 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:29:35 2006,233 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,234 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,235 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:29:35 2006,235 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,237 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,238 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:29:35 2006,238 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,240 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,240 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:29:35 2006,241 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,242 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,243 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:29:35 2006,244 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,245 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,246 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:29:35 2006,246 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,248 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,249 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:29:35 2006,249 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,250 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,251 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:29:35 2006,252 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,253 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,254 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:29:35 2006,255 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,256 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,257 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:29:35 2006,257 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,258 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:29:35 2006,260 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:29:35 2006,260 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,261 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,262 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:29:35 2006,262 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,264 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,264 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:29:35 2006,265 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,266 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,266 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:29:35 2006,267 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,268 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,269 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:29:35 2006,269 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,270 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:29:35 2006,271 [20598] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:29:35 2006,271 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:35 2006,273 [20598] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:29:35 2006,274 [20598] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:29:35 2006,994 [20322] DEBUG index - ****Starting for new session Thu Jun 8 03:29:35 2006,995 [20322] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:29:35 2006,996 [20322] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:29:35 2006,996 [20322] INFO index - About to take action Login Thu Jun 8 03:29:35 2006,997 [20322] DEBUG index - in Login Thu Jun 8 03:29:35 2006,997 [20322] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:29:35 2006,997 [20322] INFO index - current module is Users Thu Jun 8 03:29:36 2006,005 [20322] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:29:36 2006,006 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:29:36 2006,007 [20322] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:29:36 2006,008 [20322] DEBUG index - Current theme is: blue Thu Jun 8 03:29:36 2006,009 [20322] DEBUG index - current_language is: en_us Thu Jun 8 03:29:36 2006,013 [20322] DEBUG index - including headers Thu Jun 8 03:30:47 2006,605 [19069] DEBUG index - ****Starting for new session Thu Jun 8 03:30:47 2006,606 [19069] DEBUG index - We are authenticating user now Thu Jun 8 03:30:47 2006,606 [19069] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:30:47 2006,607 [19069] INFO index - About to take action Authenticate Thu Jun 8 03:30:47 2006,607 [19069] DEBUG index - in Authenticate Thu Jun 8 03:30:47 2006,607 [19069] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:30:47 2006,608 [19069] INFO index - current module is Users Thu Jun 8 03:30:47 2006,615 [19069] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:30:47 2006,616 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,617 [19069] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:30:47 2006,619 [19069] DEBUG index - Current theme is: blue Thu Jun 8 03:30:47 2006,619 [19069] DEBUG index - current_language is: en_us Thu Jun 8 03:30:47 2006,624 [19069] DEBUG index - skipping headers Thu Jun 8 03:30:47 2006,625 [19069] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:30:47 2006,626 [19069] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:30:47 2006,627 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:30:47 2006,629 [19069] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:30:47 2006,632 [19069] INFO user - id Thu Jun 8 03:30:47 2006,632 [19069] INFO user - =3 Thu Jun 8 03:30:47 2006,632 [19069] INFO user - user_name Thu Jun 8 03:30:47 2006,632 [19069] INFO user - =bmannaa Thu Jun 8 03:30:47 2006,633 [19069] INFO user - user_password Thu Jun 8 03:30:47 2006,633 [19069] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:30:47 2006,633 [19069] INFO user - first_name Thu Jun 8 03:30:47 2006,634 [19069] INFO user - =Bassel Thu Jun 8 03:30:47 2006,634 [19069] INFO user - last_name Thu Jun 8 03:30:47 2006,634 [19069] INFO user - =Mannaa Thu Jun 8 03:30:47 2006,634 [19069] INFO user - description Thu Jun 8 03:30:47 2006,635 [19069] INFO user - = Thu Jun 8 03:30:47 2006,635 [19069] INFO user - date_entered Thu Jun 8 03:30:47 2006,635 [19069] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:30:47 2006,636 [19069] INFO user - date_modified Thu Jun 8 03:30:47 2006,636 [19069] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:30:47 2006,636 [19069] INFO user - modified_user_id Thu Jun 8 03:30:47 2006,636 [19069] INFO user - =1 Thu Jun 8 03:30:47 2006,637 [19069] INFO user - title Thu Jun 8 03:30:47 2006,637 [19069] INFO user - =Software Developer Thu Jun 8 03:30:47 2006,637 [19069] INFO user - department Thu Jun 8 03:30:47 2006,638 [19069] INFO user - = Thu Jun 8 03:30:47 2006,638 [19069] INFO user - is_admin Thu Jun 8 03:30:47 2006,638 [19069] INFO user - =off Thu Jun 8 03:30:47 2006,639 [19069] INFO user - phone_home Thu Jun 8 03:30:47 2006,639 [19069] INFO user - = Thu Jun 8 03:30:47 2006,639 [19069] INFO user - phone_mobile Thu Jun 8 03:30:47 2006,639 [19069] INFO user - = Thu Jun 8 03:30:47 2006,640 [19069] INFO user - phone_work Thu Jun 8 03:30:47 2006,640 [19069] INFO user - =617 933 9269 Thu Jun 8 03:30:47 2006,640 [19069] INFO user - phone_other Thu Jun 8 03:30:47 2006,641 [19069] INFO user - = Thu Jun 8 03:30:47 2006,641 [19069] INFO user - phone_fax Thu Jun 8 03:30:47 2006,641 [19069] INFO user - = Thu Jun 8 03:30:47 2006,641 [19069] INFO user - email1 Thu Jun 8 03:30:47 2006,642 [19069] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:30:47 2006,642 [19069] INFO user - email2 Thu Jun 8 03:30:47 2006,642 [19069] INFO user - = Thu Jun 8 03:30:47 2006,642 [19069] INFO user - signature Thu Jun 8 03:30:47 2006,643 [19069] INFO user - = Thu Jun 8 03:30:47 2006,643 [19069] INFO user - yahoo_id Thu Jun 8 03:30:47 2006,643 [19069] INFO user - =bassel_mannaa Thu Jun 8 03:30:47 2006,644 [19069] INFO user - address_street Thu Jun 8 03:30:47 2006,644 [19069] INFO user - = Thu Jun 8 03:30:47 2006,644 [19069] INFO user - address_city Thu Jun 8 03:30:47 2006,644 [19069] INFO user - = Thu Jun 8 03:30:47 2006,645 [19069] INFO user - address_state Thu Jun 8 03:30:47 2006,645 [19069] INFO user - = Thu Jun 8 03:30:47 2006,645 [19069] INFO user - address_postalcode Thu Jun 8 03:30:47 2006,646 [19069] INFO user - = Thu Jun 8 03:30:47 2006,646 [19069] INFO user - address_country Thu Jun 8 03:30:47 2006,646 [19069] INFO user - = Thu Jun 8 03:30:47 2006,646 [19069] INFO user - reports_to_id Thu Jun 8 03:30:47 2006,647 [19069] INFO user - = Thu Jun 8 03:30:47 2006,647 [19069] INFO user - tz Thu Jun 8 03:30:47 2006,647 [19069] INFO user - =Europe/Berlin Thu Jun 8 03:30:47 2006,648 [19069] INFO user - holidays Thu Jun 8 03:30:47 2006,648 [19069] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:30:47 2006,648 [19069] INFO user - namedays Thu Jun 8 03:30:47 2006,649 [19069] INFO user - = Thu Jun 8 03:30:47 2006,649 [19069] INFO user - workdays Thu Jun 8 03:30:47 2006,649 [19069] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:30:47 2006,649 [19069] INFO user - weekstart Thu Jun 8 03:30:47 2006,650 [19069] INFO user - =1 Thu Jun 8 03:30:47 2006,650 [19069] INFO user - status Thu Jun 8 03:30:47 2006,650 [19069] INFO user - =Active Thu Jun 8 03:30:47 2006,651 [19069] INFO user - date_format Thu Jun 8 03:30:47 2006,651 [19069] INFO user - =dd-mm-yyyy Thu Jun 8 03:30:47 2006,651 [19069] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:30:47 2006,652 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,653 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:30:47 2006,653 [19069] DEBUG user - additional detail query results: Thu Jun 8 03:30:47 2006,658 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:30:47 2006,659 [19069] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:30:47','Signedin') Thu Jun 8 03:30:47 2006,660 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,661 [19069] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:30:47 2006,661 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,662 [19069] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:30:47 2006,663 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,664 [19069] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:30:47 2006,665 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,667 [19069] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:30:47 2006,667 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,668 [19069] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:30:47 2006,669 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:30:47 2006,670 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,671 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,672 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:30:47 2006,673 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,674 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,674 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:30:47 2006,675 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,676 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,678 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:30:47 2006,678 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,679 [19069] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:30:47 2006,680 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:30:47 2006,681 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,682 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,683 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:30:47 2006,684 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,685 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,686 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:30:47 2006,686 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,687 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,689 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:30:47 2006,689 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,690 [19069] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:30:47 2006,691 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:30:47 2006,692 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,693 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,694 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:30:47 2006,695 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,696 [19069] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:30:47 2006,697 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:30:47 2006,698 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,699 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,700 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:30:47 2006,701 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,702 [19069] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:30:47 2006,703 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:30:47 2006,704 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,705 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,706 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:30:47 2006,707 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,708 [19069] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:30:47 2006,709 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:30:47 2006,709 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,710 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,712 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:30:47 2006,712 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,713 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,714 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:30:47 2006,715 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,716 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,717 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:30:47 2006,718 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,719 [19069] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:30:47 2006,720 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:30:47 2006,720 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,721 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,723 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:30:47 2006,723 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,724 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,725 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:30:47 2006,725 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,727 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,728 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:30:47 2006,729 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,730 [19069] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:30:47 2006,731 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:30:47 2006,731 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,733 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,734 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:30:47 2006,734 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,736 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,736 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:30:47 2006,737 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,738 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,739 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:30:47 2006,740 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,741 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,742 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:30:47 2006,742 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,743 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,744 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:30:47 2006,744 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,745 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,746 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:30:47 2006,747 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,748 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,749 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:30:47 2006,750 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,751 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,752 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:30:47 2006,752 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,753 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,755 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:30:47 2006,755 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,756 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,757 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:30:47 2006,757 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,759 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,760 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:30:47 2006,761 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,762 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,762 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:30:47 2006,763 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,764 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,765 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:30:47 2006,766 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,767 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,768 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:30:47 2006,768 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,770 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:30:47 2006,771 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:30:47 2006,771 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,772 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,773 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:30:47 2006,774 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,775 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,775 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:30:47 2006,776 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,777 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,778 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:30:47 2006,778 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,779 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,780 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:30:47 2006,781 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,782 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:30:47 2006,782 [19069] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:30:47 2006,783 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:47 2006,785 [19069] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:30:47 2006,785 [19069] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:30:50 2006,034 [18879] DEBUG index - ****Starting for new session Thu Jun 8 03:30:50 2006,035 [18879] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:30:50 2006,035 [18879] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:30:50 2006,035 [18879] INFO index - About to take action Login Thu Jun 8 03:30:50 2006,036 [18879] DEBUG index - in Login Thu Jun 8 03:30:50 2006,036 [18879] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:30:50 2006,036 [18879] INFO index - current module is Users Thu Jun 8 03:30:50 2006,044 [18879] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:30:50 2006,045 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:30:50 2006,046 [18879] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:30:50 2006,047 [18879] DEBUG index - Current theme is: blue Thu Jun 8 03:30:50 2006,048 [18879] DEBUG index - current_language is: en_us Thu Jun 8 03:30:50 2006,052 [18879] DEBUG index - including headers Thu Jun 8 03:32:51 2006,616 [20598] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:32:51 2006,617 [20598] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:32:51 2006,617 [20598] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bassel.mannaa at itrize.com', 'user_password' => 'bmannaa', 'login_theme' => 'blue', 'login_language' => '', 'Login' => ' Login ', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:32:51 2006,617 [20598] INFO index - About to take action Authenticate Thu Jun 8 03:32:51 2006,618 [20598] DEBUG index - in Authenticate Thu Jun 8 03:32:51 2006,618 [20598] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:32:51 2006,618 [20598] INFO index - current module is Users Thu Jun 8 03:32:51 2006,626 [20598] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:32:51 2006,627 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:51 2006,628 [20598] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:32:51 2006,630 [20598] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:32:51 2006,630 [20598] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:32:51 2006,631 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:32:51 2006,632 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:32:51 2006,635 [20598] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:32:51 2006,636 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:51 2006,637 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:32:51 2006,637 [20598] DEBUG user - additional detail query results: Thu Jun 8 03:32:51 2006,638 [20598] DEBUG index - Current user is: bmannaa Thu Jun 8 03:32:51 2006,638 [20598] DEBUG index - Current theme is: blue Thu Jun 8 03:32:51 2006,639 [20598] DEBUG index - current_language is: en_us Thu Jun 8 03:32:51 2006,643 [20598] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:32:51 2006,644 [20598] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:32:51 2006,644 [20598] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:32:51 2006,645 [20598] DEBUG index - skipping headers Thu Jun 8 03:32:51 2006,646 [20598] DEBUG user - Starting user load for bassel.mannaa at itrize.com Thu Jun 8 03:32:51 2006,647 [20598] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bassel.mannaa at itrize.com' AND user_password='baLR491cXnKW6' Thu Jun 8 03:32:51 2006,648 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:32:51 2006,649 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:32:51 2006,650 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:32:51 2006,650 [20598] ERROR PearDatabase_Users - Rows Returned:0 More than 1 row returned for SELECT * from users where user_name='bassel.mannaa at itrize.com' AND user_password='baLR491cXnKW6' Thu Jun 8 03:32:51 2006,651 [20598] WARN user - User authentication for bassel.mannaa at itrize.com failed Thu Jun 8 03:32:53 2006,380 [20322] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:32:53 2006,380 [20322] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:32:53 2006,380 [20322] DEBUG index - array ( 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:32:55 2006,176 [20446] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:32:55 2006,177 [20446] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:32:55 2006,177 [20446] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:32:55 2006,178 [20446] INFO index - About to take action index Thu Jun 8 03:32:55 2006,178 [20446] DEBUG index - in index Thu Jun 8 03:32:55 2006,179 [20446] INFO index - current page is modules/Home/index.php Thu Jun 8 03:32:55 2006,179 [20446] INFO index - current module is Home Thu Jun 8 03:32:55 2006,187 [20446] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:32:55 2006,188 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,189 [20446] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:32:55 2006,190 [20446] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:32:55 2006,191 [20446] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:32:55 2006,191 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:32:55 2006,193 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:32:55 2006,196 [20446] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:32:55 2006,197 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,198 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:32:55 2006,198 [20446] DEBUG user - additional detail query results: Thu Jun 8 03:32:55 2006,199 [20446] DEBUG index - Current user is: bmannaa Thu Jun 8 03:32:55 2006,199 [20446] DEBUG index - Current theme is: blue Thu Jun 8 03:32:55 2006,199 [20446] DEBUG index - current_language is: en_us Thu Jun 8 03:32:55 2006,203 [20446] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:32:55 2006,204 [20446] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:32:55 2006,204 [20446] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:32:55 2006,205 [20446] DEBUG index - including headers Thu Jun 8 03:32:55 2006,210 [20446] INFO VT - Message ->module is Contacts Thu Jun 8 03:32:55 2006,210 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Contacts' Thu Jun 8 03:32:55 2006,211 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,212 [20446] INFO VT - Message ->module is Leads Thu Jun 8 03:32:55 2006,213 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Leads' Thu Jun 8 03:32:55 2006,213 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,214 [20446] INFO VT - Message ->module is Accounts Thu Jun 8 03:32:55 2006,215 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:32:55 2006,215 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,217 [20446] INFO VT - Message ->module is Potentials Thu Jun 8 03:32:55 2006,217 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu Jun 8 03:32:55 2006,218 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,219 [20446] INFO VT - Message ->module is HelpDesk Thu Jun 8 03:32:55 2006,219 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='HelpDesk' Thu Jun 8 03:32:55 2006,220 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,221 [20446] INFO VT - Message ->module is Faq Thu Jun 8 03:32:55 2006,222 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Faq' Thu Jun 8 03:32:55 2006,222 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,223 [20446] INFO VT - Message ->module is Products Thu Jun 8 03:32:55 2006,224 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:32:55 2006,224 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,225 [20446] INFO VT - Message ->module is Notes Thu Jun 8 03:32:55 2006,226 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Notes' Thu Jun 8 03:32:55 2006,226 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,228 [20446] INFO VT - Message ->module is Emails Thu Jun 8 03:32:55 2006,228 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Emails' Thu Jun 8 03:32:55 2006,229 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,230 [20446] INFO VT - Message ->module is Events Thu Jun 8 03:32:55 2006,231 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Events' Thu Jun 8 03:32:55 2006,231 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,232 [20446] INFO VT - Message ->module is Activities Thu Jun 8 03:32:55 2006,233 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Activities' Thu Jun 8 03:32:55 2006,233 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,234 [20446] INFO VT - Message ->module is Vendor Thu Jun 8 03:32:55 2006,235 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Vendor' Thu Jun 8 03:32:55 2006,235 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,237 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:32:55 2006,237 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,239 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:32:55 2006,242 [20446] INFO VT - Message ->module is PriceBook Thu Jun 8 03:32:55 2006,243 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='PriceBook' Thu Jun 8 03:32:55 2006,243 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,244 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:32:55 2006,245 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,246 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:32:55 2006,250 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:32:55 2006,250 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:32:55 2006,251 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,252 [20446] INFO VT - Message ->module is Orders Thu Jun 8 03:32:55 2006,252 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Orders' Thu Jun 8 03:32:55 2006,253 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,254 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:32:55 2006,255 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:32:55 2006,255 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,256 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:32:55 2006,257 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,258 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:32:55 2006,262 [20446] INFO VT - Message ->module is Invoice Thu Jun 8 03:32:55 2006,262 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Invoice' Thu Jun 8 03:32:55 2006,263 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,281 [20446] DEBUG Tracker - About to retrieve list: SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:32:55 2006,281 [20446] DEBUG VT - Message ->query being executed : SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:32:55 2006,282 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,284 [20446] INFO VT - Message ->module is Accounts Thu Jun 8 03:32:55 2006,285 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:32:55 2006,285 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,287 [20446] INFO VT - Message ->getActionName 4 Thu Jun 8 03:32:55 2006,287 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:32:55 2006,288 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,289 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:32:55 2006,293 [20446] INFO VT - Message ->in getUserId 17 Thu Jun 8 03:32:55 2006,293 [20446] DEBUG VT - Message ->query being executed : select * from crmentity where crmid = 17 Thu Jun 8 03:32:55 2006,294 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,295 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:32:55 2006,297 [20446] INFO VT - Message ->module is Home Thu Jun 8 03:32:55 2006,298 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Home' Thu Jun 8 03:32:55 2006,298 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,299 [20446] INFO VT - Message ->get Actionid index Thu Jun 8 03:32:55 2006,300 [20446] INFO VT - Message ->action id selected is 3 Thu Jun 8 03:32:55 2006,300 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:32:55 2006,301 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:32:55 2006,302 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:33:00 2006,926 [20446] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:33:00 2006,926 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,928 [20446] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:33:00 2006,934 [20446] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid,crmentity.smownerid,crmentity.setype, activity.*, contactdetails.lastname, contactdetails.firstname, contactdetails.contactid, account.accountid, account.accountname, recurringevents.recurringtype,recurringevents.recurringdate from activity inner join crmentity on crmentity.crmid=activity.activityid left join cntactivityrel on cntactivityrel.activityid= activity.activityid left join contactdetails on contactdetails.contactid= cntactivityrel.contactid left join seactivityrel on seactivityrel.activityid = activity.activityid left outer join account on account.accountid = contactdetails.accountid left outer join recurringevents on recurringevents.activityid=activity.activityid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE crmentity.deleted=0 and (activity.activitytype = 'Meeting' or activity.activitytype='Call' or activity.activitytype='Task') AND ( activity.status is NULL || activity.status != 'Completed' ) and ( activity.eventstatus is NULL || activity.eventstatus != 'Held') and ( activity.eventstatus is NULL || activity.eventstatus != 'Not Held' ) AND (((date_start >= '2006-06-08' AND date_start < '2006-06-15') OR (date_start < '2006-06-08')) OR (recurringevents.recurringdate between '2006-06-08' and '2006-06-15') ) AND salesmanactivityrel.smid ='3' st = 0 co = 5 Thu Jun 8 03:33:00 2006,935 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,937 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:00 2006,963 [20446] DEBUG VT - Message ->query being executed : select account.accountid, account.accountname, sum(potential.amount) as amount from potential inner join crmentity on (potential.potentialid=crmentity.crmid) inner join account on (potential.accountid=account.accountid) where crmentity.deleted=0 AND crmentity.smownerid="3" and potential.sales_stage <> "" and potential.sales_stage <> "" group by account.accountname order by 3 desc; Thu Jun 8 03:33:00 2006,964 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,965 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:00 2006,969 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:33:00 2006,969 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,972 [20446] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid, crmentity.smownerid,account.accountname, potential.accountid,potential.potentialname,potential.sales_stage,potential.amount,potential.currency,potential.closingdate,potential.typeofrevenue, potentialscf.* from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 AND potential.sales_stage <> 'Closed Won' AND potential.sales_stage <> 'Closed Lost' AND crmentity.smownerid='3' ORDER BY amount DESC st = 0 co = 5 Thu Jun 8 03:33:00 2006,973 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,975 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:00 2006,978 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:33:00 2006,978 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,980 [20446] DEBUG VT - Message ->query being executed : select groupname from users2group where userid='3' Thu Jun 8 03:33:00 2006,981 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,982 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:00 2006,982 [20446] INFO top opportunity_list - Here is the where clause for the list view: select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' Thu Jun 8 03:33:00 2006,983 [20446] DEBUG VT - Message -> limitQuery sql = select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' st = 0 co = 5 Thu Jun 8 03:33:00 2006,983 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,987 [20446] DEBUG VT - Message ->query being executed : select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC Thu Jun 8 03:33:00 2006,987 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,989 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:00 2006,990 [20446] DEBUG VT - Message -> limitQuery sql = select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC st = 0 co = 5 Thu Jun 8 03:33:00 2006,990 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:00 2006,992 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:01 2006,002 [20446] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where customview.setmetrics = 1 order by customview.entitytype Thu Jun 8 03:33:01 2006,002 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,004 [20446] INFO VT - Message ->Metrics :: Successfully got MetricList to be displayed Thu Jun 8 03:33:01 2006,005 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=3 Thu Jun 8 03:33:01 2006,005 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,008 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=3 Thu Jun 8 03:33:01 2006,008 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,010 [20446] DEBUG VT - Message ->query being executed : select count(*) count from account inner join crmentity on crmentity.crmid=account.accountid inner join accountbillads on account.accountid=accountbillads.accountaddressid inner join accountshipads on account.accountid=accountshipads.accountaddressid inner join accountscf on account.accountid = accountscf.accountid where crmentity.deleted=0 and account.account_type = 'Prospect' Thu Jun 8 03:33:01 2006,010 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,012 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=9 Thu Jun 8 03:33:01 2006,013 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,015 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=9 Thu Jun 8 03:33:01 2006,016 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,017 [20446] DEBUG VT - Message ->query being executed : select count(*) count from troubletickets inner join ticketcf on ticketcf.ticketid = troubletickets.ticketid inner join crmentity on crmentity.crmid=troubletickets.ticketid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join users on crmentity.smownerid=users.id and troubletickets.ticketid = ticketcf.ticketid where crmentity.deleted=0 and troubletickets.status <> 'Closed' Thu Jun 8 03:33:01 2006,018 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,019 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=1 Thu Jun 8 03:33:01 2006,020 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,022 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=1 Thu Jun 8 03:33:01 2006,023 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,025 [20446] DEBUG VT - Message ->query being executed : select count(*) count from leaddetails inner join crmentity on crmentity.crmid=leaddetails.leadid inner join leadsubdetails on leadsubdetails.leadsubscriptionid=leaddetails.leadid inner join leadaddress on leadaddress.leadaddressid=leadsubdetails.leadsubscriptionid inner join leadscf on leaddetails.leadid = leadscf.leadid where crmentity.deleted=0 and leaddetails.converted=0 and leaddetails.leadstatus = 'Hot' Thu Jun 8 03:33:01 2006,025 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,027 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=7 Thu Jun 8 03:33:01 2006,027 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,030 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=7 Thu Jun 8 03:33:01 2006,030 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,032 [20446] DEBUG VT - Message ->query being executed : select count(*) count from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 and potential.sales_stage = 'Closed Won' Thu Jun 8 03:33:01 2006,033 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,034 [20446] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=11 Thu Jun 8 03:33:01 2006,035 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,037 [20446] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=11 Thu Jun 8 03:33:01 2006,038 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,039 [20446] DEBUG VT - Message ->query being executed : select count(*) count from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and quotes.quotestage <> 'Accepted' and quotes.quotestage <> 'Rejected' Thu Jun 8 03:33:01 2006,040 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,042 [20446] INFO VT - Message ->Metrics :: Successfully build the Metrics Thu Jun 8 03:33:01 2006,050 [20446] DEBUG VT - Message ->query being executed : select * from quotestage where presence=1 order by sortorderid Thu Jun 8 03:33:01 2006,050 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,052 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:33:01 2006,053 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:33:01 2006,053 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,054 [20446] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=20 Thu Jun 8 03:33:01 2006,055 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,056 [20446] INFO VT - Message ->in getColumnFields Quotes Thu Jun 8 03:33:01 2006,057 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:33:01 2006,057 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:33:01 2006,058 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,059 [20446] DEBUG VT - Message ->query being executed : select * from field where tabid=20 Thu Jun 8 03:33:01 2006,060 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,061 [20446] DEBUG VT - Message ->getRowCount rows= 29 Thu Jun 8 03:33:01 2006,067 [20446] DEBUG VT - Message -> limitQuery sql = select crmentity.*, quotes.*, quotesbillads.*, quotesshipads.*,potential.potentialname,account.accountname from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and crmentity.smownerid=3 and quotes.validtill >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:33:01 2006,068 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,070 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:01 2006,071 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:33:01 2006,071 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:33:01 2006,072 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,073 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:33:01 2006,074 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,075 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='' Thu Jun 8 03:33:01 2006,076 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,077 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:33:01 2006,078 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,079 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='subject' Thu Jun 8 03:33:01 2006,080 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,082 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='quotestage' Thu Jun 8 03:33:01 2006,082 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,084 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='quotestage' Thu Jun 8 03:33:01 2006,085 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,086 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='potential_id' Thu Jun 8 03:33:01 2006,087 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,089 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='potential_id' Thu Jun 8 03:33:01 2006,089 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,091 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:33:01 2006,091 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,093 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='account_id' Thu Jun 8 03:33:01 2006,094 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,096 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:33:01 2006,096 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,098 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:33:01 2006,098 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,100 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:33:01 2006,101 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,103 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='assigned_user_id' Thu Jun 8 03:33:01 2006,103 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,105 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:01 2006,106 [20446] INFO VT - Message ->module is Quotes Thu Jun 8 03:33:01 2006,106 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:33:01 2006,107 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,112 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:33:01 2006,112 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:33:01 2006,113 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,114 [20446] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=22 Thu Jun 8 03:33:01 2006,114 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,116 [20446] INFO VT - Message ->in getColumnFields SalesOrder Thu Jun 8 03:33:01 2006,116 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:33:01 2006,117 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:33:01 2006,117 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,119 [20446] DEBUG VT - Message ->query being executed : select * from field where tabid=22 Thu Jun 8 03:33:01 2006,119 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,121 [20446] DEBUG VT - Message ->getRowCount rows= 32 Thu Jun 8 03:33:01 2006,127 [20446] DEBUG VT - Message -> limitQuery sql = select crmentity.*, salesorder.*, sobillads.*, soshipads.*,quotes.subject as quotename, account.accountname from salesorder inner join crmentity on crmentity.crmid=salesorder.salesorderid inner join sobillads on salesorder.salesorderid=sobillads.sobilladdressid inner join soshipads on salesorder.salesorderid=soshipads.soshipaddressid left outer join quotes on quotes.quoteid=salesorder.quoteid left outer join account on account.accountid=salesorder.accountid where crmentity.deleted=0 and crmentity.smownerid=3 and salesorder.duedate >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:33:01 2006,128 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,130 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:01 2006,131 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:33:01 2006,131 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:33:01 2006,132 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,133 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:33:01 2006,133 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,135 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='' Thu Jun 8 03:33:01 2006,135 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,137 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:33:01 2006,138 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,139 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='subject' Thu Jun 8 03:33:01 2006,140 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,142 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:33:01 2006,142 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,144 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='account_id' Thu Jun 8 03:33:01 2006,145 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,146 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='quote_id' Thu Jun 8 03:33:01 2006,147 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,149 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='quote_id' Thu Jun 8 03:33:01 2006,149 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,151 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:33:01 2006,152 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,154 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:33:01 2006,155 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,156 [20446] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:33:01 2006,157 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,159 [20446] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='assigned_user_id' Thu Jun 8 03:33:01 2006,159 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:33:01 2006,161 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:33:01 2006,162 [20446] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:33:01 2006,162 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:33:01 2006,163 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:02 AM EDT,961 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:02 AM EDT,961 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:02 AM EDT,964 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:02 AM EDT,965 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-02' AND recurringdate >= '2006-06-01') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:02 AM EDT,966 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:02 AM EDT,967 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:02 AM EDT,968 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:02 AM EDT,969 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:02 AM EDT,971 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:02 AM EDT,974 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:02 AM EDT,974 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:02 AM EDT,977 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:02 AM EDT,978 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-03' AND recurringdate >= '2006-06-02') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:02 AM EDT,979 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:02 AM EDT,980 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:02 AM EDT,981 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:02 AM EDT,982 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:02 AM EDT,983 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:02 AM EDT,987 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:02 AM EDT,987 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:02 AM EDT,990 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:02 AM EDT,991 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-04' AND recurringdate >= '2006-06-03') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:02 AM EDT,991 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:02 AM EDT,993 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:02 AM EDT,994 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:02 AM EDT,994 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:02 AM EDT,996 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:02 AM EDT,1000 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,000 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,003 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,004 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-05' AND recurringdate >= '2006-06-04') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,004 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,006 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,007 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,007 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,009 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,013 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,013 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,016 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,017 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-06' AND recurringdate >= '2006-06-05') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,017 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,019 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,020 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,020 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,022 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,026 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,026 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,029 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,030 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-07' AND recurringdate >= '2006-06-06') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,030 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,032 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,033 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,033 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,035 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,038 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,039 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,042 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,043 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-08' AND recurringdate >= '2006-06-07') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,043 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,045 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,046 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,046 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,048 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,052 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,052 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,055 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,056 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-09' AND recurringdate >= '2006-06-08') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,056 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,058 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,059 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,059 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,061 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,065 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,065 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,068 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,069 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-10' AND recurringdate >= '2006-06-09') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,069 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,071 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,072 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,072 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,074 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,078 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,078 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,081 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,082 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-11' AND recurringdate >= '2006-06-10') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,082 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,084 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,085 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,085 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,087 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,091 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,091 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,094 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,095 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-12' AND recurringdate >= '2006-06-11') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,095 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,097 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,098 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,098 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,100 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,104 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,104 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,107 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,108 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-13' AND recurringdate >= '2006-06-12') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,108 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,110 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,111 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,111 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,113 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,117 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,117 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,120 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,121 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-14' AND recurringdate >= '2006-06-13') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,121 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,123 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,124 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,124 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,126 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,130 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,130 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,133 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,134 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-15' AND recurringdate >= '2006-06-14') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,134 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,136 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,137 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,137 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,139 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,142 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,143 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,146 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,147 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-16' AND recurringdate >= '2006-06-15') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,147 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,149 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,150 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,150 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,152 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,156 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,156 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,159 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,160 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-17' AND recurringdate >= '2006-06-16') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,160 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,162 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,163 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,163 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,165 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,169 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,169 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,172 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,173 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-18' AND recurringdate >= '2006-06-17') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,173 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,175 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,176 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,176 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,178 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,182 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,182 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,185 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,186 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-19' AND recurringdate >= '2006-06-18') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,186 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,188 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,189 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,189 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,191 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,194 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,195 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,198 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,199 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-20' AND recurringdate >= '2006-06-19') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,199 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,201 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,202 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,202 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,204 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,207 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,208 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,211 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,212 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-21' AND recurringdate >= '2006-06-20') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,212 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,214 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,215 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,215 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,217 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,220 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,221 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,224 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,225 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-22' AND recurringdate >= '2006-06-21') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,225 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,227 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,228 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,228 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,230 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,233 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,234 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,237 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,238 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-23' AND recurringdate >= '2006-06-22') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,238 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,240 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,241 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,241 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,243 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,246 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,247 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,250 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,250 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-24' AND recurringdate >= '2006-06-23') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,251 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,253 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,253 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,254 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,256 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,259 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,260 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,263 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,263 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-25' AND recurringdate >= '2006-06-24') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,264 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,266 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,266 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,267 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,269 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,272 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,273 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,275 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,276 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-26' AND recurringdate >= '2006-06-25') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,277 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,279 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,279 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,280 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,282 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,285 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,286 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,288 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,289 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-27' AND recurringdate >= '2006-06-26') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,290 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,292 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,292 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,293 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,294 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,298 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,298 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,301 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,302 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-28' AND recurringdate >= '2006-06-27') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,303 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,304 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,305 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,305 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,307 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,311 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,311 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,314 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,315 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-29' AND recurringdate >= '2006-06-28') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,315 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,317 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,318 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,318 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,320 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,323 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,324 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,327 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,328 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-30' AND recurringdate >= '2006-06-29') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,328 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,330 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,331 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,331 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,333 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,336 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,337 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,340 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,341 [20446] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-07-01' AND recurringdate >= '2006-06-30') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:33:03 AM EDT,341 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,343 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,344 [20446] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:33:03 AM EDT,344 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,346 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,408 [20446] DEBUG VT - Message ->query being executed : select * from sales_stage where presence=1 order by sortorderid Thu 08 Jun 2006 03:33:03 AM EDT,408 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,410 [20446] DEBUG my_pipeline_by_sales_stage - datax is: Thu 08 Jun 2006 03:33:03 AM EDT,410 [20446] DEBUG my_pipeline_by_sales_stage - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:33:03 AM EDT,411 [20446] DEBUG my_pipeline_by_sales_stage - ids is: Thu 08 Jun 2006 03:33:03 AM EDT,411 [20446] DEBUG my_pipeline_by_sales_stage - array ( 0 => '3', ) Thu 08 Jun 2006 03:33:03 AM EDT,411 [20446] DEBUG my_pipeline_by_sales_stage - cache file name is: 1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:33:03 AM EDT,440 [20446] DEBUG opportunity charts - graph object created Thu 08 Jun 2006 03:33:03 AM EDT,441 [20446] DEBUG opportunity charts - starting pipeline chart Thu 08 Jun 2006 03:33:03 AM EDT,441 [20446] DEBUG opportunity charts - datax is: Thu 08 Jun 2006 03:33:03 AM EDT,441 [20446] DEBUG opportunity charts - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:33:03 AM EDT,442 [20446] DEBUG opportunity charts - user_id is: Thu 08 Jun 2006 03:33:03 AM EDT,442 [20446] DEBUG opportunity charts - array ( 0 => '3', ) Thu 08 Jun 2006 03:33:03 AM EDT,442 [20446] DEBUG opportunity charts - cache_file_name is: cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:33:03 AM EDT,444 [20446] INFO VT - Message ->in getColumnFields Potentials Thu 08 Jun 2006 03:33:03 AM EDT,445 [20446] INFO VT - Message ->module is Potentials Thu 08 Jun 2006 03:33:03 AM EDT,445 [20446] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu 08 Jun 2006 03:33:03 AM EDT,446 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,447 [20446] DEBUG VT - Message ->query being executed : select * from field where tabid=2 Thu 08 Jun 2006 03:33:03 AM EDT,448 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,449 [20446] DEBUG VT - Message ->getRowCount rows= 13 Thu 08 Jun 2006 03:33:03 AM EDT,451 [20446] DEBUG potential - get_full_list: order_by = 'amount DESC, closingdate DESC' and where = '(crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01'' Thu 08 Jun 2006 03:33:03 AM EDT,452 [20446] DEBUG potential - process_full_list_query: query is SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:33:03 AM EDT,452 [20446] DEBUG VT - Message ->query being executed : SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:33:03 AM EDT,453 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,454 [20446] DEBUG potential - process_full_list_query: result is Object Thu 08 Jun 2006 03:33:03 AM EDT,455 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:33:03 AM EDT,456 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,456 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,460 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,461 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,461 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,465 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,465 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,466 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,469 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,470 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,471 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,474 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,475 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,476 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,479 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,480 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,481 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,484 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,485 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,485 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,489 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,490 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,490 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,494 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,494 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,495 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,498 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,499 [20446] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:33:03 AM EDT,500 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:33:03 AM EDT,503 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:33:03 AM EDT,504 [20446] DEBUG opportunity charts - datay is: Thu 08 Jun 2006 03:33:03 AM EDT,504 [20446] DEBUG opportunity charts - array ( 3 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ) Thu 08 Jun 2006 03:33:03 AM EDT,505 [20446] DEBUG opportunity charts - aAlts is: Thu 08 Jun 2006 03:33:03 AM EDT,505 [20446] DEBUG opportunity charts - array ( 3 => array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ), ) Thu 08 Jun 2006 03:33:03 AM EDT,505 [20446] DEBUG opportunity charts - aTargets is: Thu 08 Jun 2006 03:33:03 AM EDT,506 [20446] DEBUG opportunity charts - array ( 3 => array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ), ) Thu 08 Jun 2006 03:33:03 AM EDT,506 [20446] DEBUG opportunity charts - sum is: Thu 08 Jun 2006 03:33:03 AM EDT,506 [20446] DEBUG opportunity charts - Thu 08 Jun 2006 03:33:03 AM EDT,507 [20446] DEBUG opportunity charts - count is: Thu 08 Jun 2006 03:33:03 AM EDT,507 [20446] DEBUG opportunity charts - Thu 08 Jun 2006 03:33:03 AM EDT,508 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:33:03 AM EDT,508 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,509 [20446] DEBUG opportunity charts - bplot[0] is: Thu 08 Jun 2006 03:33:03 AM EDT,509 [20446] DEBUG opportunity charts - class barplot { var $line_weight = 1; var $coords = array ( 0 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ); var $legend = ''; var $hidelegend = false; var $csimtargets = array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ); var $csimareas = ''; var $csimalts = array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ); var $color = 'black'; var $numpoints = 11; var $weight = 1; var $value = class displayvalue { var $show = true; var $format = '$%d'; var $negformat = ''; var $iFormCallback = ''; var $angle = 0; var $ff = 2; var $fs = 9001; var $fsize = 8; var $color = 'white'; var $negcolor = ''; var $margin = 8; var $valign = ''; var $halign = 'center'; var $iHideZero = false; }; var $center = false; var $legendcsimtarget = ''; var $legendcsimalt = ''; var $width = 0.5; var $abswidth = -1; var $fill = true; var $fill_color = '#D50100'; var $ybase = 0; var $align = 'center'; var $grad = false; var $grad_style = 1; var $grad_fromcolor = array ( 0 => 50, 1 => 50, 2 => 200, ); var $grad_tocolor = array ( 0 => 255, 1 => 255, 2 => 255, ); var $bar_shadow = true; var $bar_shadow_color = 'black'; var $bar_shadow_hsize = 3; var $bar_shadow_vsize = 3; var $valuepos = 'max'; var $iPattern = -1; var $iPatternDensity = 80; var $iPatternColor = 'black'; } Thu 08 Jun 2006 03:33:03 AM EDT,510 [20446] DEBUG opportunity charts - datay[3] is: Thu 08 Jun 2006 03:33:03 AM EDT,510 [20446] DEBUG opportunity charts - array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ) Thu 08 Jun 2006 03:33:03 AM EDT,511 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:33:03 AM EDT,512 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,513 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:33:03 AM EDT,514 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,515 [20446] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:33:03 AM EDT,516 [20446] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:33:03 AM EDT,593 [20446] DEBUG save_image_file - Success, wrote ( ) to file (cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png.map) Thu Jun 8 03:34:51 2006,657 [18879] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:34:51 2006,658 [18879] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:34:51 2006,658 [18879] DEBUG index - array ( 'module' => 'Products', 'action' => 'index', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:34:51 2006,659 [18879] INFO index - About to take action index Thu Jun 8 03:34:51 2006,659 [18879] DEBUG index - in index Thu Jun 8 03:34:51 2006,660 [18879] INFO index - current page is modules/Products/index.php Thu Jun 8 03:34:51 2006,660 [18879] INFO index - current module is Products Thu Jun 8 03:34:51 2006,668 [18879] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:34:51 2006,668 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,670 [18879] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:34:51 2006,671 [18879] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:34:51 2006,672 [18879] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:34:51 2006,672 [18879] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:34:51 2006,674 [18879] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:34:51 2006,677 [18879] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:34:51 2006,677 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,679 [18879] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:34:51 2006,679 [18879] DEBUG user - additional detail query results: Thu Jun 8 03:34:51 2006,679 [18879] DEBUG index - Current user is: bmannaa Thu Jun 8 03:34:51 2006,680 [18879] DEBUG index - Current theme is: blue Thu Jun 8 03:34:51 2006,680 [18879] DEBUG index - current_language is: en_us Thu Jun 8 03:34:51 2006,703 [18879] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:34:51 2006,703 [18879] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:34:51 2006,704 [18879] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:34:51 2006,704 [18879] DEBUG index - including headers Thu Jun 8 03:34:51 2006,709 [18879] INFO VT - Message ->module is Contacts Thu Jun 8 03:34:51 2006,710 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Contacts' Thu Jun 8 03:34:51 2006,710 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,711 [18879] INFO VT - Message ->module is Leads Thu Jun 8 03:34:51 2006,712 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Leads' Thu Jun 8 03:34:51 2006,712 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,714 [18879] INFO VT - Message ->module is Accounts Thu Jun 8 03:34:51 2006,714 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:34:51 2006,715 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,716 [18879] INFO VT - Message ->module is Potentials Thu Jun 8 03:34:51 2006,716 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu Jun 8 03:34:51 2006,717 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,718 [18879] INFO VT - Message ->module is HelpDesk Thu Jun 8 03:34:51 2006,719 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='HelpDesk' Thu Jun 8 03:34:51 2006,719 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,720 [18879] INFO VT - Message ->module is Faq Thu Jun 8 03:34:51 2006,721 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Faq' Thu Jun 8 03:34:51 2006,721 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,723 [18879] INFO VT - Message ->module is Products Thu Jun 8 03:34:51 2006,723 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:34:51 2006,724 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,725 [18879] INFO VT - Message ->module is Notes Thu Jun 8 03:34:51 2006,725 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Notes' Thu Jun 8 03:34:51 2006,726 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,727 [18879] INFO VT - Message ->module is Emails Thu Jun 8 03:34:51 2006,728 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Emails' Thu Jun 8 03:34:51 2006,728 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,729 [18879] INFO VT - Message ->module is Events Thu Jun 8 03:34:51 2006,730 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Events' Thu Jun 8 03:34:51 2006,730 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,731 [18879] INFO VT - Message ->module is Activities Thu Jun 8 03:34:51 2006,732 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Activities' Thu Jun 8 03:34:51 2006,732 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,734 [18879] INFO VT - Message ->module is Vendor Thu Jun 8 03:34:51 2006,734 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Vendor' Thu Jun 8 03:34:51 2006,735 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,736 [18879] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:34:51 2006,736 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,738 [18879] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:34:51 2006,741 [18879] INFO VT - Message ->module is PriceBook Thu Jun 8 03:34:51 2006,742 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='PriceBook' Thu Jun 8 03:34:51 2006,742 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,743 [18879] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:34:51 2006,744 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,745 [18879] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:34:51 2006,749 [18879] INFO VT - Message ->module is Quotes Thu Jun 8 03:34:51 2006,749 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:34:51 2006,750 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,751 [18879] INFO VT - Message ->module is Orders Thu Jun 8 03:34:51 2006,751 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Orders' Thu Jun 8 03:34:51 2006,752 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,753 [18879] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:34:51 2006,754 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:34:51 2006,754 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,755 [18879] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:34:51 2006,756 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,757 [18879] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:34:51 2006,761 [18879] INFO VT - Message ->module is Invoice Thu Jun 8 03:34:51 2006,761 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Invoice' Thu Jun 8 03:34:51 2006,762 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,780 [18879] DEBUG Tracker - About to retrieve list: SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:34:51 2006,780 [18879] DEBUG VT - Message ->query being executed : SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:34:51 2006,781 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,783 [18879] INFO VT - Message ->module is Accounts Thu Jun 8 03:34:51 2006,784 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:34:51 2006,784 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,786 [18879] INFO VT - Message ->getActionName 4 Thu Jun 8 03:34:51 2006,786 [18879] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:34:51 2006,787 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,788 [18879] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:34:51 2006,792 [18879] INFO VT - Message ->in getUserId 17 Thu Jun 8 03:34:51 2006,792 [18879] DEBUG VT - Message ->query being executed : select * from crmentity where crmid = 17 Thu Jun 8 03:34:51 2006,793 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,794 [18879] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:34:51 2006,796 [18879] INFO VT - Message ->module is Products Thu Jun 8 03:34:51 2006,796 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:34:51 2006,797 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,798 [18879] INFO VT - Message ->get Actionid index Thu Jun 8 03:34:51 2006,799 [18879] INFO VT - Message ->action id selected is 3 Thu Jun 8 03:34:51 2006,799 [18879] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:34:51 2006,800 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:51 2006,801 [18879] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:34:51 2006,811 [18879] DEBUG VT - Message ->query being executed : select * from productcategory where presence=1 order by sortorderid Thu Jun 8 03:34:51 2006,812 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,740 [18879] INFO VT - Message ->module is Products Thu Jun 8 03:34:53 2006,741 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:34:53 2006,741 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,743 [18879] INFO VT - Message ->get Actionid index Thu Jun 8 03:34:53 2006,743 [18879] INFO VT - Message ->action id selected is 3 Thu Jun 8 03:34:53 2006,744 [18879] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:34:53 2006,744 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,746 [18879] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:34:53 2006,759 [18879] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:34:53 2006,759 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,761 [18879] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:34:53 2006,764 [18879] INFO VT - Message ->module is Products Thu Jun 8 03:34:53 2006,765 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:34:53 2006,765 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,767 [18879] INFO VT - Message ->module is Vendor Thu Jun 8 03:34:53 2006,767 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Vendor' Thu Jun 8 03:34:53 2006,768 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,769 [18879] INFO VT - Message ->module is PriceBook Thu Jun 8 03:34:53 2006,770 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='PriceBook' Thu Jun 8 03:34:53 2006,770 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,791 [18879] DEBUG VT - Message ->query being executed : select * from manufacturer where presence=1 order by sortorderid Thu Jun 8 03:34:53 2006,792 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,803 [18879] DEBUG VT - Message ->query being executed : select * from productcategory where presence=1 order by sortorderid Thu Jun 8 03:34:53 2006,803 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,805 [18879] INFO VT - Message ->in getColumnFields Products Thu Jun 8 03:34:53 2006,806 [18879] INFO VT - Message ->module is Products Thu Jun 8 03:34:53 2006,806 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:34:53 2006,806 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,808 [18879] DEBUG VT - Message ->query being executed : select * from field where tabid=14 Thu Jun 8 03:34:53 2006,808 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,810 [18879] DEBUG VT - Message ->getRowCount rows= 31 Thu Jun 8 03:34:53 2006,814 [18879] INFO VT - Message ->module is Products Thu Jun 8 03:34:53 2006,814 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:34:53 2006,815 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,816 [18879] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=14 Thu Jun 8 03:34:53 2006,816 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,823 [18879] INFO VT - Message ->module is Products Thu Jun 8 03:34:53 2006,824 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:34:53 2006,824 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,825 [18879] INFO VT - Message ->getActionName 2 Thu Jun 8 03:34:53 2006,826 [18879] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:34:53 2006,826 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,828 [18879] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:34:53 2006,831 [18879] DEBUG VT - Message ->query being executed : select crmentity.crmid, products.*, productcf.* from products inner join crmentity on crmentity.crmid=products.productid left join productcf on products.productid = productcf.productid left join seproductsrel on seproductsrel.productid = products.productid where crmentity.deleted=0 Thu Jun 8 03:34:53 2006,832 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,835 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:34:53 2006,837 [18879] INFO VT - Message ->module is Products Thu Jun 8 03:34:53 2006,837 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:34:53 2006,838 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,839 [18879] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=14 and profile2field.profileid=5 and field.fieldname='productname' Thu Jun 8 03:34:53 2006,839 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,841 [18879] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=14 and field.fieldname='productname' Thu Jun 8 03:34:53 2006,842 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,843 [18879] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=14 and profile2field.profileid=5 and field.fieldname='productcode' Thu Jun 8 03:34:53 2006,844 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,846 [18879] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=14 and field.fieldname='productcode' Thu Jun 8 03:34:53 2006,846 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,848 [18879] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=14 and profile2field.profileid=5 and field.fieldname='commissionrate' Thu Jun 8 03:34:53 2006,848 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,850 [18879] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=14 and field.fieldname='commissionrate' Thu Jun 8 03:34:53 2006,851 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,852 [18879] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=14 and profile2field.profileid=5 and field.fieldname='qty_per_unit' Thu Jun 8 03:34:53 2006,853 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,855 [18879] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=14 and field.fieldname='qty_per_unit' Thu Jun 8 03:34:53 2006,855 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,857 [18879] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=14 and profile2field.profileid=5 and field.fieldname='unit_price' Thu Jun 8 03:34:53 2006,857 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,859 [18879] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=14 and field.fieldname='unit_price' Thu Jun 8 03:34:53 2006,860 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:34:53 2006,861 [18879] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:34:53 2006,862 [18879] INFO VT - Message ->module is Products Thu Jun 8 03:34:53 2006,863 [18879] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:34:53 2006,863 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,533 [18865] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:37:59 2006,534 [18865] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:37:59 2006,534 [18865] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:37:59 2006,535 [18865] INFO index - About to take action Authenticate Thu Jun 8 03:37:59 2006,535 [18865] DEBUG index - in Authenticate Thu Jun 8 03:37:59 2006,536 [18865] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:37:59 2006,536 [18865] INFO index - current module is Users Thu Jun 8 03:37:59 2006,544 [18865] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:37:59 2006,544 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,546 [18865] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:37:59 2006,547 [18865] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:37:59 2006,548 [18865] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:37:59 2006,548 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:37:59 2006,550 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:37:59 2006,553 [18865] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:37:59 2006,553 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,554 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:37:59 2006,555 [18865] DEBUG user - additional detail query results: Thu Jun 8 03:37:59 2006,555 [18865] DEBUG index - Current user is: bmannaa Thu Jun 8 03:37:59 2006,556 [18865] DEBUG index - Current theme is: blue Thu Jun 8 03:37:59 2006,556 [18865] DEBUG index - current_language is: en_us Thu Jun 8 03:37:59 2006,561 [18865] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:37:59 2006,561 [18865] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:37:59 2006,562 [18865] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:37:59 2006,562 [18865] DEBUG index - skipping headers Thu Jun 8 03:37:59 2006,563 [18865] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:37:59 2006,564 [18865] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:37:59 2006,565 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:37:59 2006,567 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:37:59 2006,570 [18865] INFO user - id Thu Jun 8 03:37:59 2006,570 [18865] INFO user - =3 Thu Jun 8 03:37:59 2006,570 [18865] INFO user - user_name Thu Jun 8 03:37:59 2006,571 [18865] INFO user - =bmannaa Thu Jun 8 03:37:59 2006,571 [18865] INFO user - user_password Thu Jun 8 03:37:59 2006,571 [18865] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:37:59 2006,571 [18865] INFO user - first_name Thu Jun 8 03:37:59 2006,572 [18865] INFO user - =Bassel Thu Jun 8 03:37:59 2006,572 [18865] INFO user - last_name Thu Jun 8 03:37:59 2006,572 [18865] INFO user - =Mannaa Thu Jun 8 03:37:59 2006,573 [18865] INFO user - description Thu Jun 8 03:37:59 2006,573 [18865] INFO user - = Thu Jun 8 03:37:59 2006,573 [18865] INFO user - date_entered Thu Jun 8 03:37:59 2006,573 [18865] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:37:59 2006,574 [18865] INFO user - date_modified Thu Jun 8 03:37:59 2006,574 [18865] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:37:59 2006,574 [18865] INFO user - modified_user_id Thu Jun 8 03:37:59 2006,575 [18865] INFO user - =1 Thu Jun 8 03:37:59 2006,575 [18865] INFO user - title Thu Jun 8 03:37:59 2006,575 [18865] INFO user - =Software Developer Thu Jun 8 03:37:59 2006,575 [18865] INFO user - department Thu Jun 8 03:37:59 2006,576 [18865] INFO user - = Thu Jun 8 03:37:59 2006,576 [18865] INFO user - is_admin Thu Jun 8 03:37:59 2006,576 [18865] INFO user - =off Thu Jun 8 03:37:59 2006,577 [18865] INFO user - phone_home Thu Jun 8 03:37:59 2006,577 [18865] INFO user - = Thu Jun 8 03:37:59 2006,577 [18865] INFO user - phone_mobile Thu Jun 8 03:37:59 2006,577 [18865] INFO user - = Thu Jun 8 03:37:59 2006,578 [18865] INFO user - phone_work Thu Jun 8 03:37:59 2006,578 [18865] INFO user - =617 933 9269 Thu Jun 8 03:37:59 2006,578 [18865] INFO user - phone_other Thu Jun 8 03:37:59 2006,579 [18865] INFO user - = Thu Jun 8 03:37:59 2006,579 [18865] INFO user - phone_fax Thu Jun 8 03:37:59 2006,579 [18865] INFO user - = Thu Jun 8 03:37:59 2006,579 [18865] INFO user - email1 Thu Jun 8 03:37:59 2006,580 [18865] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:37:59 2006,580 [18865] INFO user - email2 Thu Jun 8 03:37:59 2006,580 [18865] INFO user - = Thu Jun 8 03:37:59 2006,581 [18865] INFO user - signature Thu Jun 8 03:37:59 2006,581 [18865] INFO user - = Thu Jun 8 03:37:59 2006,581 [18865] INFO user - yahoo_id Thu Jun 8 03:37:59 2006,581 [18865] INFO user - =bassel_mannaa Thu Jun 8 03:37:59 2006,582 [18865] INFO user - address_street Thu Jun 8 03:37:59 2006,582 [18865] INFO user - = Thu Jun 8 03:37:59 2006,582 [18865] INFO user - address_city Thu Jun 8 03:37:59 2006,583 [18865] INFO user - = Thu Jun 8 03:37:59 2006,583 [18865] INFO user - address_state Thu Jun 8 03:37:59 2006,583 [18865] INFO user - = Thu Jun 8 03:37:59 2006,584 [18865] INFO user - address_postalcode Thu Jun 8 03:37:59 2006,584 [18865] INFO user - = Thu Jun 8 03:37:59 2006,584 [18865] INFO user - address_country Thu Jun 8 03:37:59 2006,584 [18865] INFO user - = Thu Jun 8 03:37:59 2006,585 [18865] INFO user - reports_to_id Thu Jun 8 03:37:59 2006,585 [18865] INFO user - = Thu Jun 8 03:37:59 2006,585 [18865] INFO user - tz Thu Jun 8 03:37:59 2006,586 [18865] INFO user - =Europe/Berlin Thu Jun 8 03:37:59 2006,586 [18865] INFO user - holidays Thu Jun 8 03:37:59 2006,586 [18865] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:37:59 2006,586 [18865] INFO user - namedays Thu Jun 8 03:37:59 2006,587 [18865] INFO user - = Thu Jun 8 03:37:59 2006,587 [18865] INFO user - workdays Thu Jun 8 03:37:59 2006,587 [18865] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:37:59 2006,588 [18865] INFO user - weekstart Thu Jun 8 03:37:59 2006,588 [18865] INFO user - =1 Thu Jun 8 03:37:59 2006,588 [18865] INFO user - status Thu Jun 8 03:37:59 2006,588 [18865] INFO user - =Active Thu Jun 8 03:37:59 2006,589 [18865] INFO user - date_format Thu Jun 8 03:37:59 2006,589 [18865] INFO user - =dd-mm-yyyy Thu Jun 8 03:37:59 2006,589 [18865] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:37:59 2006,590 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,591 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:37:59 2006,592 [18865] DEBUG user - additional detail query results: Thu Jun 8 03:37:59 2006,596 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:37:59 2006,597 [18865] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:37:59','Signedin') Thu Jun 8 03:37:59 2006,598 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,599 [18865] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:37:59 2006,599 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,600 [18865] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:37:59 2006,601 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,602 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:37:59 2006,603 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,605 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:37:59 2006,605 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,607 [18865] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:37:59 2006,607 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:37:59 2006,608 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,609 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,610 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:37:59 2006,611 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,612 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,612 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:37:59 2006,613 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,614 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,615 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:37:59 2006,616 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,617 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:37:59 2006,618 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:37:59 2006,619 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,620 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,621 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:37:59 2006,622 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,623 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,623 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:37:59 2006,624 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,625 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,626 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:37:59 2006,627 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,628 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:37:59 2006,629 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:37:59 2006,630 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,631 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,632 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:37:59 2006,633 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,634 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:37:59 2006,635 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:37:59 2006,635 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,637 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,638 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:37:59 2006,638 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,640 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:37:59 2006,641 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:37:59 2006,641 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,642 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,644 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:37:59 2006,644 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,645 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:37:59 2006,646 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:37:59 2006,647 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,648 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,649 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:37:59 2006,650 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,651 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,652 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:37:59 2006,652 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,653 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,655 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:37:59 2006,655 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,656 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:37:59 2006,657 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:37:59 2006,658 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,659 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,660 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:37:59 2006,661 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,662 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,663 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:37:59 2006,663 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,664 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,666 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:37:59 2006,666 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,667 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:37:59 2006,668 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:37:59 2006,669 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,670 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,671 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:37:59 2006,672 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,673 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,674 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:37:59 2006,674 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,675 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,677 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:37:59 2006,677 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,678 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,679 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:37:59 2006,679 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,680 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,681 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:37:59 2006,681 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,683 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,683 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:37:59 2006,684 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,685 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,686 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:37:59 2006,687 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,688 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,689 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:37:59 2006,689 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,690 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,692 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:37:59 2006,692 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,693 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,694 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:37:59 2006,694 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,696 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,697 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:37:59 2006,697 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,699 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,699 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:37:59 2006,700 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,701 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,702 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:37:59 2006,703 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,704 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,705 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:37:59 2006,705 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,706 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:37:59 2006,708 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:37:59 2006,708 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,709 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,710 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:37:59 2006,710 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,712 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,712 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:37:59 2006,713 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,714 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,714 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:37:59 2006,715 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,716 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,717 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:37:59 2006,717 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,719 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:37:59 2006,719 [18865] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:37:59 2006,720 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:37:59 2006,722 [18865] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:37:59 2006,722 [18865] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:38:01 2006,139 [20598] DEBUG index - ****Starting for session 3ca6b11538978e2d929f891b95cc6bd1 Thu Jun 8 03:38:01 2006,140 [20598] DEBUG index - We have an authenticated user id: 3 Thu Jun 8 03:38:01 2006,140 [20598] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', 'PHPSESSID' => '3ca6b11538978e2d929f891b95cc6bd1', 'ck_login_id' => '3', 'ck_login_theme' => 'blue', 'timezone' => '0', 'ck_login_language' => 'en_us', 'home_myact' => 'block', 'home_mygrp' => 'block', 'home_mytkt' => 'none', 'calc' => 'none', 'wclock' => 'none', 'lviewed' => 'none', ) Thu Jun 8 03:38:01 2006,141 [20598] INFO index - About to take action index Thu Jun 8 03:38:01 2006,141 [20598] DEBUG index - in index Thu Jun 8 03:38:01 2006,142 [20598] INFO index - current page is modules/Home/index.php Thu Jun 8 03:38:01 2006,142 [20598] INFO index - current module is Home Thu Jun 8 03:38:01 2006,150 [20598] DEBUG VT - Message ->query being executed : SELECT name from tab where tabid in ('1','2','3','4','6','7','8','9','10','13','14','15','16','17','18','19','20','21','22','24','25') and presence = 0 order by tabsequence Thu Jun 8 03:38:01 2006,151 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,152 [20598] DEBUG VT - Message ->getRowCount rows= 16 Thu Jun 8 03:38:01 2006,154 [20598] DEBUG user - Retrieve User: SELECT * FROM users WHERE id = '3' Thu Jun 8 03:38:01 2006,154 [20598] DEBUG VT - Message ->query being executed : SELECT * FROM users WHERE id = '3' Thu Jun 8 03:38:01 2006,154 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:38:01 2006,156 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:38:01 2006,159 [20598] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:38:01 2006,160 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,161 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:38:01 2006,161 [20598] DEBUG user - additional detail query results: Thu Jun 8 03:38:01 2006,162 [20598] DEBUG index - Current user is: bmannaa Thu Jun 8 03:38:01 2006,162 [20598] DEBUG index - Current theme is: blue Thu Jun 8 03:38:01 2006,162 [20598] DEBUG index - current_language is: en_us Thu Jun 8 03:38:01 2006,166 [20598] DEBUG index - setting cookie ck_login_id to 3 Thu Jun 8 03:38:01 2006,167 [20598] DEBUG index - setting cookie ck_login_theme to blue Thu Jun 8 03:38:01 2006,167 [20598] DEBUG index - setting cookie ck_login_language to en_us Thu Jun 8 03:38:01 2006,167 [20598] DEBUG index - including headers Thu Jun 8 03:38:01 2006,173 [20598] INFO VT - Message ->module is Contacts Thu Jun 8 03:38:01 2006,173 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Contacts' Thu Jun 8 03:38:01 2006,174 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,175 [20598] INFO VT - Message ->module is Leads Thu Jun 8 03:38:01 2006,176 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Leads' Thu Jun 8 03:38:01 2006,176 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,177 [20598] INFO VT - Message ->module is Accounts Thu Jun 8 03:38:01 2006,178 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:38:01 2006,178 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,180 [20598] INFO VT - Message ->module is Potentials Thu Jun 8 03:38:01 2006,180 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu Jun 8 03:38:01 2006,181 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,182 [20598] INFO VT - Message ->module is HelpDesk Thu Jun 8 03:38:01 2006,182 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='HelpDesk' Thu Jun 8 03:38:01 2006,183 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,184 [20598] INFO VT - Message ->module is Faq Thu Jun 8 03:38:01 2006,185 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Faq' Thu Jun 8 03:38:01 2006,185 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,186 [20598] INFO VT - Message ->module is Products Thu Jun 8 03:38:01 2006,187 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Products' Thu Jun 8 03:38:01 2006,187 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,189 [20598] INFO VT - Message ->module is Notes Thu Jun 8 03:38:01 2006,189 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Notes' Thu Jun 8 03:38:01 2006,190 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,191 [20598] INFO VT - Message ->module is Emails Thu Jun 8 03:38:01 2006,191 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Emails' Thu Jun 8 03:38:01 2006,192 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,193 [20598] INFO VT - Message ->module is Events Thu Jun 8 03:38:01 2006,194 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Events' Thu Jun 8 03:38:01 2006,194 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,195 [20598] INFO VT - Message ->module is Activities Thu Jun 8 03:38:01 2006,196 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Activities' Thu Jun 8 03:38:01 2006,196 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,197 [20598] INFO VT - Message ->module is Vendor Thu Jun 8 03:38:01 2006,198 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Vendor' Thu Jun 8 03:38:01 2006,198 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,200 [20598] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:38:01 2006,200 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,202 [20598] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:38:01 2006,205 [20598] INFO VT - Message ->module is PriceBook Thu Jun 8 03:38:01 2006,206 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='PriceBook' Thu Jun 8 03:38:01 2006,206 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,207 [20598] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:38:01 2006,208 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,209 [20598] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:38:01 2006,213 [20598] INFO VT - Message ->module is Quotes Thu Jun 8 03:38:01 2006,213 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:38:01 2006,214 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,215 [20598] INFO VT - Message ->module is Orders Thu Jun 8 03:38:01 2006,215 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Orders' Thu Jun 8 03:38:01 2006,216 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,217 [20598] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:38:01 2006,218 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:38:01 2006,218 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,219 [20598] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:38:01 2006,220 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,221 [20598] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:38:01 2006,225 [20598] INFO VT - Message ->module is Invoice Thu Jun 8 03:38:01 2006,225 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Invoice' Thu Jun 8 03:38:01 2006,226 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,244 [20598] DEBUG Tracker - About to retrieve list: SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:38:01 2006,244 [20598] DEBUG VT - Message ->query being executed : SELECT * from tracker inner join crmentity on crmentity.crmid=tracker.item_id WHERE user_id='3' and crmentity.deleted=0 ORDER BY id DESC Thu Jun 8 03:38:01 2006,245 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,248 [20598] INFO VT - Message ->module is Accounts Thu Jun 8 03:38:01 2006,248 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Accounts' Thu Jun 8 03:38:01 2006,249 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,250 [20598] INFO VT - Message ->getActionName 4 Thu Jun 8 03:38:01 2006,250 [20598] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:38:01 2006,251 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,252 [20598] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:38:01 2006,256 [20598] INFO VT - Message ->in getUserId 17 Thu Jun 8 03:38:01 2006,256 [20598] DEBUG VT - Message ->query being executed : select * from crmentity where crmid = 17 Thu Jun 8 03:38:01 2006,257 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,258 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:38:01 2006,260 [20598] INFO VT - Message ->module is Home Thu Jun 8 03:38:01 2006,261 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Home' Thu Jun 8 03:38:01 2006,261 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,262 [20598] INFO VT - Message ->get Actionid index Thu Jun 8 03:38:01 2006,263 [20598] INFO VT - Message ->action id selected is 3 Thu Jun 8 03:38:01 2006,263 [20598] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:38:01 2006,264 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:01 2006,265 [20598] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:38:03 2006,427 [20598] DEBUG VT - Message ->query being executed : select * from profile2tab where profileid=5 Thu Jun 8 03:38:03 2006,428 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,429 [20598] DEBUG VT - Message ->getRowCount rows= 22 Thu Jun 8 03:38:03 2006,436 [20598] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid,crmentity.smownerid,crmentity.setype, activity.*, contactdetails.lastname, contactdetails.firstname, contactdetails.contactid, account.accountid, account.accountname, recurringevents.recurringtype,recurringevents.recurringdate from activity inner join crmentity on crmentity.crmid=activity.activityid left join cntactivityrel on cntactivityrel.activityid= activity.activityid left join contactdetails on contactdetails.contactid= cntactivityrel.contactid left join seactivityrel on seactivityrel.activityid = activity.activityid left outer join account on account.accountid = contactdetails.accountid left outer join recurringevents on recurringevents.activityid=activity.activityid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE crmentity.deleted=0 and (activity.activitytype = 'Meeting' or activity.activitytype='Call' or activity.activitytype='Task') AND ( activity.status is NULL || activity.status != 'Completed' ) and ( activity.eventstatus is NULL || activity.eventstatus != 'Held') and ( activity.eventstatus is NULL || activity.eventstatus != 'Not Held' ) AND (((date_start >= '2006-06-08' AND date_start < '2006-06-15') OR (date_start < '2006-06-08')) OR (recurringevents.recurringdate between '2006-06-08' and '2006-06-15') ) AND salesmanactivityrel.smid ='3' st = 0 co = 5 Thu Jun 8 03:38:03 2006,436 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,438 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,465 [20598] DEBUG VT - Message ->query being executed : select account.accountid, account.accountname, sum(potential.amount) as amount from potential inner join crmentity on (potential.potentialid=crmentity.crmid) inner join account on (potential.accountid=account.accountid) where crmentity.deleted=0 AND crmentity.smownerid="3" and potential.sales_stage <> "" and potential.sales_stage <> "" group by account.accountname order by 3 desc; Thu Jun 8 03:38:03 2006,465 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,467 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,470 [20598] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:38:03 2006,470 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,474 [20598] DEBUG VT - Message -> limitQuery sql = select crmentity.crmid, crmentity.smownerid,account.accountname, potential.accountid,potential.potentialname,potential.sales_stage,potential.amount,potential.currency,potential.closingdate,potential.typeofrevenue, potentialscf.* from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 AND potential.sales_stage <> 'Closed Won' AND potential.sales_stage <> 'Closed Lost' AND crmentity.smownerid='3' ORDER BY amount DESC st = 0 co = 5 Thu Jun 8 03:38:03 2006,474 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,476 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,479 [20598] DEBUG VT - Message ->query being executed : select * from currency_info Thu Jun 8 03:38:03 2006,479 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,481 [20598] DEBUG VT - Message ->query being executed : select groupname from users2group where userid='3' Thu Jun 8 03:38:03 2006,482 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,483 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,483 [20598] INFO top opportunity_list - Here is the where clause for the list view: select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' Thu Jun 8 03:38:03 2006,484 [20598] DEBUG VT - Message -> limitQuery sql = select leaddetails.leadid as id,leaddetails.lastname as name,leadgrouprelation.groupname as groupname, 'Leads ' as Type from leaddetails inner join leadgrouprelation on leaddetails.leadid=leadgrouprelation.leadid inner join crmentity on crmentity.crmid = leaddetails.leadid where crmentity.deleted=0 and leadgrouprelation.groupname is not null and leadgrouprelation.groupname='' union all select activity.activityid,activity.subject,activitygrouprelation.groupname,'Activities' as Type from activity inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join crmentity on crmentity.crmid = activity.activityid where crmentity.deleted=0 and activitygrouprelation.groupname is not null and groupname ='' union all select troubletickets.ticketid,troubletickets.title,ticketgrouprelation.groupname,'Tickets ' as Type from troubletickets inner join ticketgrouprelation on ticketgrouprelation.ticketid=troubletickets.ticketid inner join crmentity on crmentity.crmid = troubletickets.ticketid and crmentity.deleted=0 and ticketgrouprelation.groupname is not null and ticketgrouprelation.groupname='' st = 0 co = 5 Thu Jun 8 03:38:03 2006,484 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,488 [20598] DEBUG VT - Message ->query being executed : select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC Thu Jun 8 03:38:03 2006,488 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,490 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,491 [20598] DEBUG VT - Message -> limitQuery sql = select troubletickets.ticketid,parent_id,priority,troubletickets.status,category,troubletickets.title,troubletickets.description,update_log,version_id,crmentity.createdtime,crmentity.modifiedtime, contactdetails.firstname,contactdetails.lastname, account.accountid, account.accountname, users.user_name from troubletickets inner join crmentity on crmentity.crmid= troubletickets.ticketid inner join users on users.id=crmentity.smownerid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join seticketsrel on seticketsrel.ticketid=troubletickets.ticketid where crmentity.smownerid=3 and crmentity.deleted=0 and troubletickets.status <> 'Closed' ORDER BY createdtime DESC st = 0 co = 5 Thu Jun 8 03:38:03 2006,491 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,493 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,503 [20598] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where customview.setmetrics = 1 order by customview.entitytype Thu Jun 8 03:38:03 2006,503 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,505 [20598] INFO VT - Message ->Metrics :: Successfully got MetricList to be displayed Thu Jun 8 03:38:03 2006,506 [20598] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=3 Thu Jun 8 03:38:03 2006,506 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,509 [20598] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=3 Thu Jun 8 03:38:03 2006,509 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,511 [20598] DEBUG VT - Message ->query being executed : select count(*) count from account inner join crmentity on crmentity.crmid=account.accountid inner join accountbillads on account.accountid=accountbillads.accountaddressid inner join accountshipads on account.accountid=accountshipads.accountaddressid inner join accountscf on account.accountid = accountscf.accountid where crmentity.deleted=0 and account.account_type = 'Prospect' Thu Jun 8 03:38:03 2006,512 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,513 [20598] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=9 Thu Jun 8 03:38:03 2006,514 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,516 [20598] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=9 Thu Jun 8 03:38:03 2006,517 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,518 [20598] DEBUG VT - Message ->query being executed : select count(*) count from troubletickets inner join ticketcf on ticketcf.ticketid = troubletickets.ticketid inner join crmentity on crmentity.crmid=troubletickets.ticketid left join contactdetails on troubletickets.parent_id=contactdetails.contactid left join account on account.accountid=troubletickets.parent_id left join users on crmentity.smownerid=users.id and troubletickets.ticketid = ticketcf.ticketid where crmentity.deleted=0 and troubletickets.status <> 'Closed' Thu Jun 8 03:38:03 2006,519 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,521 [20598] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=1 Thu Jun 8 03:38:03 2006,521 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,524 [20598] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=1 Thu Jun 8 03:38:03 2006,524 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,526 [20598] DEBUG VT - Message ->query being executed : select count(*) count from leaddetails inner join crmentity on crmentity.crmid=leaddetails.leadid inner join leadsubdetails on leadsubdetails.leadsubscriptionid=leaddetails.leadid inner join leadaddress on leadaddress.leadaddressid=leadsubdetails.leadsubscriptionid inner join leadscf on leaddetails.leadid = leadscf.leadid where crmentity.deleted=0 and leaddetails.converted=0 and leaddetails.leadstatus = 'Hot' Thu Jun 8 03:38:03 2006,526 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,528 [20598] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=7 Thu Jun 8 03:38:03 2006,529 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,531 [20598] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=7 Thu Jun 8 03:38:03 2006,532 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,533 [20598] DEBUG VT - Message ->query being executed : select count(*) count from potential inner join crmentity on crmentity.crmid=potential.potentialid inner join account on potential.accountid = account.accountid inner join potentialscf on potentialscf.potentialid = potential.potentialid where crmentity.deleted=0 and potential.sales_stage = 'Closed Won' Thu Jun 8 03:38:03 2006,534 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,536 [20598] DEBUG VT - Message ->query being executed : select cvstdfilter.* from cvstdfilter inner join customview on customview.cvid = cvstdfilter.cvid where cvstdfilter.cvid=11 Thu Jun 8 03:38:03 2006,536 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,539 [20598] DEBUG VT - Message ->query being executed : select cvadvfilter.* from cvadvfilter inner join customview on cvadvfilter.cvid = customview.cvid where cvadvfilter.cvid=11 Thu Jun 8 03:38:03 2006,539 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,541 [20598] DEBUG VT - Message ->query being executed : select count(*) count from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and quotes.quotestage <> 'Accepted' and quotes.quotestage <> 'Rejected' Thu Jun 8 03:38:03 2006,541 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,543 [20598] INFO VT - Message ->Metrics :: Successfully build the Metrics Thu Jun 8 03:38:03 2006,551 [20598] DEBUG VT - Message ->query being executed : select * from quotestage where presence=1 order by sortorderid Thu Jun 8 03:38:03 2006,551 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,553 [20598] INFO VT - Message ->module is Quotes Thu Jun 8 03:38:03 2006,554 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:38:03 2006,554 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,555 [20598] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=20 Thu Jun 8 03:38:03 2006,556 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,558 [20598] INFO VT - Message ->in getColumnFields Quotes Thu Jun 8 03:38:03 2006,558 [20598] INFO VT - Message ->module is Quotes Thu Jun 8 03:38:03 2006,559 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:38:03 2006,559 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,560 [20598] DEBUG VT - Message ->query being executed : select * from field where tabid=20 Thu Jun 8 03:38:03 2006,561 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,562 [20598] DEBUG VT - Message ->getRowCount rows= 29 Thu Jun 8 03:38:03 2006,569 [20598] DEBUG VT - Message -> limitQuery sql = select crmentity.*, quotes.*, quotesbillads.*, quotesshipads.*,potential.potentialname,account.accountname from quotes inner join crmentity on crmentity.crmid=quotes.quoteid inner join quotesbillads on quotes.quoteid=quotesbillads.quotebilladdressid inner join quotesshipads on quotes.quoteid=quotesshipads.quoteshipaddressid left outer join account on account.accountid=quotes.accountid left outer join potential on potential.potentialid=quotes.potentialid where crmentity.deleted=0 and crmentity.smownerid=3 and quotes.validtill >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:38:03 2006,569 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,571 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,572 [20598] INFO VT - Message ->module is Quotes Thu Jun 8 03:38:03 2006,572 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:38:03 2006,573 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,574 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:38:03 2006,575 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,576 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='' Thu Jun 8 03:38:03 2006,577 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,578 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:38:03 2006,579 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,581 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='subject' Thu Jun 8 03:38:03 2006,581 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,583 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='quotestage' Thu Jun 8 03:38:03 2006,583 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,585 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='quotestage' Thu Jun 8 03:38:03 2006,586 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,587 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='potential_id' Thu Jun 8 03:38:03 2006,588 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,590 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='potential_id' Thu Jun 8 03:38:03 2006,590 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,592 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:38:03 2006,593 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,594 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='account_id' Thu Jun 8 03:38:03 2006,595 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,597 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:38:03 2006,597 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,599 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:38:03 2006,600 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,601 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=20 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:38:03 2006,602 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,604 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=20 and field.fieldname='assigned_user_id' Thu Jun 8 03:38:03 2006,604 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,606 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,607 [20598] INFO VT - Message ->module is Quotes Thu Jun 8 03:38:03 2006,607 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Quotes' Thu Jun 8 03:38:03 2006,608 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,613 [20598] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:38:03 2006,613 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:38:03 2006,614 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,615 [20598] DEBUG VT - Message ->query being executed : select customview.* from customview inner join tab on tab.name = customview.entitytype where tab.tabid=22 Thu Jun 8 03:38:03 2006,615 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,617 [20598] INFO VT - Message ->in getColumnFields SalesOrder Thu Jun 8 03:38:03 2006,617 [20598] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:38:03 2006,618 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:38:03 2006,618 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,619 [20598] DEBUG VT - Message ->query being executed : select * from field where tabid=22 Thu Jun 8 03:38:03 2006,620 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,622 [20598] DEBUG VT - Message ->getRowCount rows= 32 Thu Jun 8 03:38:03 2006,628 [20598] DEBUG VT - Message -> limitQuery sql = select crmentity.*, salesorder.*, sobillads.*, soshipads.*,quotes.subject as quotename, account.accountname from salesorder inner join crmentity on crmentity.crmid=salesorder.salesorderid inner join sobillads on salesorder.salesorderid=sobillads.sobilladdressid inner join soshipads on salesorder.salesorderid=soshipads.soshipaddressid left outer join quotes on quotes.quoteid=salesorder.quoteid left outer join account on account.accountid=salesorder.accountid where crmentity.deleted=0 and crmentity.smownerid=3 and salesorder.duedate >= '2006-06-08' ORDER BY total DESC st = 0 co = 5 Thu Jun 8 03:38:03 2006,629 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,631 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,632 [20598] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:38:03 2006,632 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:38:03 2006,633 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,634 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='' Thu Jun 8 03:38:03 2006,634 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,636 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='' Thu Jun 8 03:38:03 2006,636 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,638 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='subject' Thu Jun 8 03:38:03 2006,638 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,640 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='subject' Thu Jun 8 03:38:03 2006,641 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,643 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='account_id' Thu Jun 8 03:38:03 2006,643 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,645 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='account_id' Thu Jun 8 03:38:03 2006,646 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,647 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='quote_id' Thu Jun 8 03:38:03 2006,648 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,650 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='quote_id' Thu Jun 8 03:38:03 2006,650 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,652 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:38:03 2006,652 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,654 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='hdnGrandTotal' Thu Jun 8 03:38:03 2006,655 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,657 [20598] DEBUG VT - Message ->query being executed : select profile2field.* from field inner join profile2field on field.fieldid=profile2field.fieldid where profile2field.tabid=22 and profile2field.profileid=5 and field.fieldname='assigned_user_id' Thu Jun 8 03:38:03 2006,657 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,659 [20598] DEBUG VT - Message ->query being executed : select def_org_field.* from field inner join def_org_field on field.fieldid=def_org_field.fieldid where def_org_field.tabid=22 and field.fieldname='assigned_user_id' Thu Jun 8 03:38:03 2006,659 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:38:03 2006,661 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:38:03 2006,662 [20598] INFO VT - Message ->module is SalesOrder Thu Jun 8 03:38:03 2006,662 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='SalesOrder' Thu Jun 8 03:38:03 2006,663 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,082 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,083 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,085 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,086 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-02' AND recurringdate >= '2006-06-01') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,087 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,088 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,089 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-02' AND activity.date_start >= '2006-06-01') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,090 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,091 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,095 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,095 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,098 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,099 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-03' AND recurringdate >= '2006-06-02') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,099 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,101 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,102 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-03' AND activity.date_start >= '2006-06-02') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,102 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,104 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,108 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,108 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,111 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,112 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-04' AND recurringdate >= '2006-06-03') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,112 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,114 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,115 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-04' AND activity.date_start >= '2006-06-03') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,115 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,117 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,120 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,121 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,124 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,125 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-05' AND recurringdate >= '2006-06-04') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,125 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,127 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,128 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-05' AND activity.date_start >= '2006-06-04') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,128 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,130 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,133 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,134 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,137 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,138 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-06' AND recurringdate >= '2006-06-05') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,138 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,140 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,141 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-06' AND activity.date_start >= '2006-06-05') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,141 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,143 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,147 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,147 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,150 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,151 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-07' AND recurringdate >= '2006-06-06') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,151 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,153 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,154 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-07' AND activity.date_start >= '2006-06-06') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,154 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,156 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,160 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,160 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,163 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,164 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-08' AND recurringdate >= '2006-06-07') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,164 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,166 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,167 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-08' AND activity.date_start >= '2006-06-07') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,167 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,169 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,172 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,173 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,176 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,177 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-09' AND recurringdate >= '2006-06-08') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,177 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,179 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,179 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-09' AND activity.date_start >= '2006-06-08') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,180 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,182 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,185 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,186 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,189 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,189 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-10' AND recurringdate >= '2006-06-09') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,190 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,192 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,192 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-10' AND activity.date_start >= '2006-06-09') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,193 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,195 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,198 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,199 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,201 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,202 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-11' AND recurringdate >= '2006-06-10') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,203 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,205 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,205 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-11' AND activity.date_start >= '2006-06-10') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,206 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,208 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,211 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,211 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,214 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,215 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-12' AND recurringdate >= '2006-06-11') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,216 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,217 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,218 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-12' AND activity.date_start >= '2006-06-11') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,218 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,220 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,224 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,224 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,227 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,228 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-13' AND recurringdate >= '2006-06-12') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,228 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,230 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,231 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-13' AND activity.date_start >= '2006-06-12') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,231 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,233 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,236 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,237 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,240 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,241 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-14' AND recurringdate >= '2006-06-13') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,241 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,243 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,244 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-14' AND activity.date_start >= '2006-06-13') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,244 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,246 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,249 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,250 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,253 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,253 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-15' AND recurringdate >= '2006-06-14') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,254 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,256 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,256 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-15' AND activity.date_start >= '2006-06-14') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,257 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,259 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,262 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,263 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,266 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,266 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-16' AND recurringdate >= '2006-06-15') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,267 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,269 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,269 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-16' AND activity.date_start >= '2006-06-15') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,270 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,272 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,275 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,276 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,278 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,279 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-17' AND recurringdate >= '2006-06-16') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,280 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,282 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,282 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-17' AND activity.date_start >= '2006-06-16') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,283 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,284 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,288 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,288 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,291 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,292 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-18' AND recurringdate >= '2006-06-17') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,292 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,294 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,295 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-18' AND activity.date_start >= '2006-06-17') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,295 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,297 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,300 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,301 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,304 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,305 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-19' AND recurringdate >= '2006-06-18') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,305 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,307 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,308 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-19' AND activity.date_start >= '2006-06-18') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,308 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,310 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,313 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,314 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,317 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,317 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-20' AND recurringdate >= '2006-06-19') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,318 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,320 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,320 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-20' AND activity.date_start >= '2006-06-19') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,321 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,323 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,326 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,327 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,329 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,330 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-21' AND recurringdate >= '2006-06-20') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,331 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,333 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,333 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-21' AND activity.date_start >= '2006-06-20') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,334 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,336 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,339 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,339 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,342 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,343 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-22' AND recurringdate >= '2006-06-21') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,344 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,346 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,346 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-22' AND activity.date_start >= '2006-06-21') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,347 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,349 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,352 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,352 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,355 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,356 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-23' AND recurringdate >= '2006-06-22') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,357 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,358 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,359 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-23' AND activity.date_start >= '2006-06-22') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,360 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,361 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,365 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,365 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,368 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,369 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-24' AND recurringdate >= '2006-06-23') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,369 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,371 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,372 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-24' AND activity.date_start >= '2006-06-23') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,372 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,374 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,377 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,378 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,381 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,382 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-25' AND recurringdate >= '2006-06-24') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,382 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,384 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,384 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-25' AND activity.date_start >= '2006-06-24') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,385 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,387 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,390 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,391 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,394 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,394 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-26' AND recurringdate >= '2006-06-25') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,395 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,397 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,398 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-26' AND activity.date_start >= '2006-06-25') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,398 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,400 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,403 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,404 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,407 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,407 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-27' AND recurringdate >= '2006-06-26') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,408 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,410 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,410 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-27' AND activity.date_start >= '2006-06-26') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,411 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,413 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,416 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,417 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,420 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,420 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-28' AND recurringdate >= '2006-06-27') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,421 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,423 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,423 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-28' AND activity.date_start >= '2006-06-27') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,424 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,426 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,429 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,430 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,432 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,433 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-29' AND recurringdate >= '2006-06-28') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,434 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,436 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,436 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-29' AND activity.date_start >= '2006-06-28') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,437 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,438 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,442 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,442 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,445 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,446 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-06-30' AND recurringdate >= '2006-06-29') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,447 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,448 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,449 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-06-30' AND activity.date_start >= '2006-06-29') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,449 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,451 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,455 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ( ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3') AND crmentity.deleted = 0) ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,455 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,458 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,459 [20598] DEBUG VT - Message ->query being executed : SELECT activity.activityid, activity.subject, activity.activitytype, activity.description, activity.time_start, activity.duration_hours, activity.duration_minutes, activity.priority, activity.location,activity.eventstatus, crmentity.*, recurringevents.recurringid, recurringevents.recurringdate as date_start ,recurringevents.recurringtype,account.accountname,account.accountid,activitygrouprelation.groupname from activity inner join crmentity on activity.activityid = crmentity.crmid inner join recurringevents on activity.activityid=recurringevents.activityid left outer join activitygrouprelation on activitygrouprelation.activityid=activity.activityid left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid where ( activity.activitytype in ('Call','Meeting') AND ( (recurringdate < '2006-07-01' AND recurringdate >= '2006-06-30') ) AND (crmentity.smownerid ='3' and salesmanactivityrel.smid = '3' ) AND crmentity.deleted = 0 ) ORDER by recurringid Thu 08 Jun 2006 03:38:04 AM EDT,459 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,461 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,462 [20598] DEBUG VT - Message ->query being executed : Select activity.*,crmentity.*,account.accountname,account.accountid,activitygrouprelation.groupname FROM activity inner join crmentity on activity.activityid = crmentity.crmid inner join activitygrouprelation on activitygrouprelation.activityid=activity.activityid inner join users2group on users2group.groupname=activitygrouprelation.groupname left join cntactivityrel on activity.activityid = cntactivityrel.activityid left join contactdetails on cntactivityrel.contactid = contactdetails.contactid left join account on contactdetails.accountid = account.accountid inner join salesmanactivityrel on salesmanactivityrel.activityid=activity.activityid WHERE activity.activitytype in ('Call','Meeting') AND ((activity.date_start < '2006-07-01' AND activity.date_start >= '2006-06-30') and (activity.date_start like (activity.due_date) or (activity.date_start != '0000-00-00' )) AND crmentity.deleted = 0) and crmentity.smownerid=0 and users2group.userid=3 ORDER by activity.date_start,activity.time_start Thu 08 Jun 2006 03:38:04 AM EDT,462 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,464 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,527 [20598] DEBUG VT - Message ->query being executed : select * from sales_stage where presence=1 order by sortorderid Thu 08 Jun 2006 03:38:04 AM EDT,527 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,529 [20598] DEBUG my_pipeline_by_sales_stage - datax is: Thu 08 Jun 2006 03:38:04 AM EDT,529 [20598] DEBUG my_pipeline_by_sales_stage - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:38:04 AM EDT,530 [20598] DEBUG my_pipeline_by_sales_stage - ids is: Thu 08 Jun 2006 03:38:04 AM EDT,530 [20598] DEBUG my_pipeline_by_sales_stage - array ( 0 => '3', ) Thu 08 Jun 2006 03:38:04 AM EDT,530 [20598] DEBUG my_pipeline_by_sales_stage - cache file name is: 1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:38:04 AM EDT,558 [20598] DEBUG opportunity charts - graph object created Thu 08 Jun 2006 03:38:04 AM EDT,559 [20598] DEBUG opportunity charts - starting pipeline chart Thu 08 Jun 2006 03:38:04 AM EDT,559 [20598] DEBUG opportunity charts - datax is: Thu 08 Jun 2006 03:38:04 AM EDT,559 [20598] DEBUG opportunity charts - array ( 'Prospecting' => 'Prospecting', 'Qualification' => 'Qualification', 'Needs Analysis' => 'Needs Analysis', 'Value Proposition' => 'Value Proposition', 'Id. Decision Makers' => 'Id. Decision Makers', 'Perception Analysis' => 'Perception Analysis', 'Proposal/Price Quote' => 'Proposal/Price Quote', 'Negotiation/Review' => 'Negotiation/Review', 'Closed Won' => 'Closed Won', 'Closed Lost' => 'Closed Lost', ) Thu 08 Jun 2006 03:38:04 AM EDT,560 [20598] DEBUG opportunity charts - user_id is: Thu 08 Jun 2006 03:38:04 AM EDT,560 [20598] DEBUG opportunity charts - array ( 0 => '3', ) Thu 08 Jun 2006 03:38:04 AM EDT,560 [20598] DEBUG opportunity charts - cache_file_name is: cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png Thu 08 Jun 2006 03:38:04 AM EDT,562 [20598] INFO VT - Message ->in getColumnFields Potentials Thu 08 Jun 2006 03:38:04 AM EDT,562 [20598] INFO VT - Message ->module is Potentials Thu 08 Jun 2006 03:38:04 AM EDT,563 [20598] DEBUG VT - Message ->query being executed : select tabid from tab where name='Potentials' Thu 08 Jun 2006 03:38:04 AM EDT,563 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,565 [20598] DEBUG VT - Message ->query being executed : select * from field where tabid=2 Thu 08 Jun 2006 03:38:04 AM EDT,565 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,567 [20598] DEBUG VT - Message ->getRowCount rows= 13 Thu 08 Jun 2006 03:38:04 AM EDT,568 [20598] DEBUG potential - get_full_list: order_by = 'amount DESC, closingdate DESC' and where = '(crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01'' Thu 08 Jun 2006 03:38:04 AM EDT,569 [20598] DEBUG potential - process_full_list_query: query is SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:38:04 AM EDT,569 [20598] DEBUG VT - Message ->query being executed : SELECT potentialid, potentialname, smcreatorid, closingdate FROM potential inner join crmentity on crmentity.crmid=potential.potentialid where (crmentity.smownerid='3' ) AND ( sales_stage ='Prospecting' OR sales_stage ='Qualification' OR sales_stage ='Needs Analysis' OR sales_stage ='Value Proposition' OR sales_stage ='Id. Decision Makers' OR sales_stage ='Perception Analysis' OR sales_stage ='Proposal/Price Quote' OR sales_stage ='Negotiation/Review' OR sales_stage ='Closed Won' OR sales_stage ='Closed Lost' )AND closingdate >= '2006-06-08' AND closingdate <= '2100-01-01' AND crmentity.deleted=0 ORDER BY potential.amount DESC, closingdate DESC Thu 08 Jun 2006 03:38:04 AM EDT,570 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,571 [20598] DEBUG potential - process_full_list_query: result is Object Thu 08 Jun 2006 03:38:04 AM EDT,572 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu 08 Jun 2006 03:38:04 AM EDT,573 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,573 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,577 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,578 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,578 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,581 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,582 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,583 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,586 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,587 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,587 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,591 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,592 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,592 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,596 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,596 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,597 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,600 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,601 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,602 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,605 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,606 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,606 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,610 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,611 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,611 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,615 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,615 [20598] DEBUG VT - Message ->query being executed : SELECT id, user_name from users order by user_name ASC Thu 08 Jun 2006 03:38:04 AM EDT,616 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu 08 Jun 2006 03:38:04 AM EDT,619 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu 08 Jun 2006 03:38:04 AM EDT,620 [20598] DEBUG opportunity charts - datay is: Thu 08 Jun 2006 03:38:04 AM EDT,620 [20598] DEBUG opportunity charts - array ( 3 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ) Thu 08 Jun 2006 03:38:04 AM EDT,621 [20598] DEBUG opportunity charts - aAlts is: Thu 08 Jun 2006 03:38:04 AM EDT,621 [20598] DEBUG opportunity charts - array ( 3 => array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ), ) Thu 08 Jun 2006 03:38:04 AM EDT,621 [20598] DEBUG opportunity charts - aTargets is: Thu 08 Jun 2006 03:38:04 AM EDT,622 [20598] DEBUG opportunity charts - array ( 3 => array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ), ) Thu 08 Jun 2006 03:38:04 AM EDT,622 [20598] DEBUG opportunity charts - sum is: Thu 08 Jun 2006 03:38:04 AM EDT,622 [20598] DEBUG opportunity charts - Thu 08 Jun 2006 03:38:04 AM EDT,623 [20598] DEBUG opportunity charts - count is: Thu 08 Jun 2006 03:38:04 AM EDT,623 [20598] DEBUG opportunity charts - Thu 08 Jun 2006 03:38:04 AM EDT,624 [20598] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:38:04 AM EDT,624 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,625 [20598] DEBUG opportunity charts - bplot[0] is: Thu 08 Jun 2006 03:38:04 AM EDT,625 [20598] DEBUG opportunity charts - class barplot { var $line_weight = 1; var $coords = array ( 0 => array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ), ); var $legend = ''; var $hidelegend = false; var $csimtargets = array ( 0 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Prospecting&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 1 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Qualification&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 2 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Needs+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 3 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Value+Proposition&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 4 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Id.+Decision+Makers&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 5 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Perception+Analysis&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 6 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Proposal%2FPrice+Quote&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 7 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Negotiation%2FReview&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 8 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Won&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', 9 => 'index.php?module=Potentials&action=ListView&assigned_user_id[]=3&sales_stage=Closed+Lost&closingdate_start=2006-06-08&closingdate_end=2100-01-01&query=true', ); var $csimareas = ''; var $csimalts = array ( 0 => '', 1 => '', 2 => '', 3 => '', 4 => '', 5 => '', 6 => '', 7 => '', 8 => '', 9 => '', ); var $color = 'black'; var $numpoints = 11; var $weight = 1; var $value = class displayvalue { var $show = true; var $format = '$%d'; var $negformat = ''; var $iFormCallback = ''; var $angle = 0; var $ff = 2; var $fs = 9001; var $fsize = 8; var $color = 'white'; var $negcolor = ''; var $margin = 8; var $valign = ''; var $halign = 'center'; var $iHideZero = false; }; var $center = false; var $legendcsimtarget = ''; var $legendcsimalt = ''; var $width = 0.5; var $abswidth = -1; var $fill = true; var $fill_color = '#D50100'; var $ybase = 0; var $align = 'center'; var $grad = false; var $grad_style = 1; var $grad_fromcolor = array ( 0 => 50, 1 => 50, 2 => 200, ); var $grad_tocolor = array ( 0 => 255, 1 => 255, 2 => 255, ); var $bar_shadow = true; var $bar_shadow_color = 'black'; var $bar_shadow_hsize = 3; var $bar_shadow_vsize = 3; var $valuepos = 'max'; var $iPattern = -1; var $iPatternDensity = 80; var $iPatternColor = 'black'; } Thu 08 Jun 2006 03:38:04 AM EDT,626 [20598] DEBUG opportunity charts - datay[3] is: Thu 08 Jun 2006 03:38:04 AM EDT,626 [20598] DEBUG opportunity charts - array ( 0 => 0, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, ) Thu 08 Jun 2006 03:38:04 AM EDT,627 [20598] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:38:04 AM EDT,628 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,629 [20598] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:38:04 AM EDT,630 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,631 [20598] DEBUG VT - Message ->query being executed : select * from currency_info Thu 08 Jun 2006 03:38:04 AM EDT,631 [20598] INFO VT - Message ->checkconnect using old connection Thu 08 Jun 2006 03:38:04 AM EDT,710 [20598] DEBUG save_image_file - Success, wrote ( ) to file (cache/images/1842515611_pipeline_en_us_1762355022006-06-082100-01-01.png.map) Thu Jun 8 03:47:16 2006,312 [20446] DEBUG index - ****Starting for new session Thu Jun 8 03:47:16 2006,313 [20446] DEBUG index - We are authenticating user now Thu Jun 8 03:47:16 2006,313 [20446] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:47:16 2006,314 [20446] INFO index - About to take action Authenticate Thu Jun 8 03:47:16 2006,314 [20446] DEBUG index - in Authenticate Thu Jun 8 03:47:16 2006,314 [20446] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:47:16 2006,315 [20446] INFO index - current module is Users Thu Jun 8 03:47:16 2006,323 [20446] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:47:16 2006,323 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,324 [20446] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:47:16 2006,326 [20446] DEBUG index - Current theme is: blue Thu Jun 8 03:47:16 2006,326 [20446] DEBUG index - current_language is: en_us Thu Jun 8 03:47:16 2006,331 [20446] DEBUG index - skipping headers Thu Jun 8 03:47:16 2006,333 [20446] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:47:16 2006,333 [20446] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:47:16 2006,334 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:47:16 2006,336 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:47:16 2006,339 [20446] INFO user - id Thu Jun 8 03:47:16 2006,339 [20446] INFO user - =3 Thu Jun 8 03:47:16 2006,339 [20446] INFO user - user_name Thu Jun 8 03:47:16 2006,340 [20446] INFO user - =bmannaa Thu Jun 8 03:47:16 2006,340 [20446] INFO user - user_password Thu Jun 8 03:47:16 2006,340 [20446] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:47:16 2006,340 [20446] INFO user - first_name Thu Jun 8 03:47:16 2006,341 [20446] INFO user - =Bassel Thu Jun 8 03:47:16 2006,341 [20446] INFO user - last_name Thu Jun 8 03:47:16 2006,341 [20446] INFO user - =Mannaa Thu Jun 8 03:47:16 2006,341 [20446] INFO user - description Thu Jun 8 03:47:16 2006,342 [20446] INFO user - = Thu Jun 8 03:47:16 2006,342 [20446] INFO user - date_entered Thu Jun 8 03:47:16 2006,342 [20446] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:47:16 2006,343 [20446] INFO user - date_modified Thu Jun 8 03:47:16 2006,343 [20446] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:47:16 2006,343 [20446] INFO user - modified_user_id Thu Jun 8 03:47:16 2006,344 [20446] INFO user - =1 Thu Jun 8 03:47:16 2006,344 [20446] INFO user - title Thu Jun 8 03:47:16 2006,344 [20446] INFO user - =Software Developer Thu Jun 8 03:47:16 2006,344 [20446] INFO user - department Thu Jun 8 03:47:16 2006,345 [20446] INFO user - = Thu Jun 8 03:47:16 2006,345 [20446] INFO user - is_admin Thu Jun 8 03:47:16 2006,345 [20446] INFO user - =off Thu Jun 8 03:47:16 2006,346 [20446] INFO user - phone_home Thu Jun 8 03:47:16 2006,346 [20446] INFO user - = Thu Jun 8 03:47:16 2006,346 [20446] INFO user - phone_mobile Thu Jun 8 03:47:16 2006,346 [20446] INFO user - = Thu Jun 8 03:47:16 2006,347 [20446] INFO user - phone_work Thu Jun 8 03:47:16 2006,347 [20446] INFO user - =617 933 9269 Thu Jun 8 03:47:16 2006,347 [20446] INFO user - phone_other Thu Jun 8 03:47:16 2006,348 [20446] INFO user - = Thu Jun 8 03:47:16 2006,348 [20446] INFO user - phone_fax Thu Jun 8 03:47:16 2006,348 [20446] INFO user - = Thu Jun 8 03:47:16 2006,348 [20446] INFO user - email1 Thu Jun 8 03:47:16 2006,349 [20446] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:47:16 2006,349 [20446] INFO user - email2 Thu Jun 8 03:47:16 2006,349 [20446] INFO user - = Thu Jun 8 03:47:16 2006,349 [20446] INFO user - signature Thu Jun 8 03:47:16 2006,350 [20446] INFO user - = Thu Jun 8 03:47:16 2006,350 [20446] INFO user - yahoo_id Thu Jun 8 03:47:16 2006,350 [20446] INFO user - =bassel_mannaa Thu Jun 8 03:47:16 2006,351 [20446] INFO user - address_street Thu Jun 8 03:47:16 2006,351 [20446] INFO user - = Thu Jun 8 03:47:16 2006,351 [20446] INFO user - address_city Thu Jun 8 03:47:16 2006,351 [20446] INFO user - = Thu Jun 8 03:47:16 2006,352 [20446] INFO user - address_state Thu Jun 8 03:47:16 2006,352 [20446] INFO user - = Thu Jun 8 03:47:16 2006,352 [20446] INFO user - address_postalcode Thu Jun 8 03:47:16 2006,353 [20446] INFO user - = Thu Jun 8 03:47:16 2006,353 [20446] INFO user - address_country Thu Jun 8 03:47:16 2006,353 [20446] INFO user - = Thu Jun 8 03:47:16 2006,353 [20446] INFO user - reports_to_id Thu Jun 8 03:47:16 2006,354 [20446] INFO user - = Thu Jun 8 03:47:16 2006,354 [20446] INFO user - tz Thu Jun 8 03:47:16 2006,354 [20446] INFO user - =Europe/Berlin Thu Jun 8 03:47:16 2006,355 [20446] INFO user - holidays Thu Jun 8 03:47:16 2006,355 [20446] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:47:16 2006,355 [20446] INFO user - namedays Thu Jun 8 03:47:16 2006,355 [20446] INFO user - = Thu Jun 8 03:47:16 2006,356 [20446] INFO user - workdays Thu Jun 8 03:47:16 2006,356 [20446] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:47:16 2006,356 [20446] INFO user - weekstart Thu Jun 8 03:47:16 2006,357 [20446] INFO user - =1 Thu Jun 8 03:47:16 2006,357 [20446] INFO user - status Thu Jun 8 03:47:16 2006,357 [20446] INFO user - =Active Thu Jun 8 03:47:16 2006,357 [20446] INFO user - date_format Thu Jun 8 03:47:16 2006,358 [20446] INFO user - =dd-mm-yyyy Thu Jun 8 03:47:16 2006,358 [20446] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:47:16 2006,359 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,360 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:47:16 2006,360 [20446] DEBUG user - additional detail query results: Thu Jun 8 03:47:16 2006,366 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:47:16 2006,367 [20446] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:47:16','Signedin') Thu Jun 8 03:47:16 2006,367 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,368 [20446] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:47:16 2006,369 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,370 [20446] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:47:16 2006,370 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,371 [20446] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:47:16 2006,372 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,374 [20446] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:47:16 2006,375 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,376 [20446] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:47:16 2006,376 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:47:16 2006,377 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,378 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,380 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:47:16 2006,380 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,381 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,382 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:47:16 2006,382 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,383 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,385 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:47:16 2006,385 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,386 [20446] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:47:16 2006,387 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:47:16 2006,388 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,389 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,390 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:47:16 2006,391 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,392 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,393 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:47:16 2006,393 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,395 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,396 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:47:16 2006,396 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,398 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:47:16 2006,399 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:47:16 2006,399 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,401 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,402 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:47:16 2006,402 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,404 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:47:16 2006,405 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:47:16 2006,405 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,407 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,408 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:47:16 2006,408 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,410 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:47:16 2006,411 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:47:16 2006,411 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,412 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,414 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:47:16 2006,414 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,415 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:47:16 2006,416 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:47:16 2006,417 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,418 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,419 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:47:16 2006,420 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,421 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,422 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:47:16 2006,422 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,423 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,425 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:47:16 2006,425 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,426 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:47:16 2006,427 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:47:16 2006,428 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,429 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,430 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:47:16 2006,431 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,432 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,433 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:47:16 2006,433 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,435 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,436 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:47:16 2006,436 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,438 [20446] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:47:16 2006,439 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:47:16 2006,439 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,440 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,442 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:47:16 2006,442 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,443 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,444 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:47:16 2006,445 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,446 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,447 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:47:16 2006,448 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,449 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,449 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:47:16 2006,450 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,451 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,452 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:47:16 2006,452 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,453 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,454 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:47:16 2006,454 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,456 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,457 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:47:16 2006,458 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,459 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,459 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:47:16 2006,460 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,461 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,463 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:47:16 2006,463 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,464 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,465 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:47:16 2006,465 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,467 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,468 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:47:16 2006,468 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,470 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,470 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:47:16 2006,471 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,472 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,473 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:47:16 2006,474 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,475 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,476 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:47:16 2006,476 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,478 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:47:16 2006,479 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:47:16 2006,479 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,480 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,481 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:47:16 2006,482 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,483 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,483 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:47:16 2006,484 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,485 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,486 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:47:16 2006,486 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,487 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,488 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:47:16 2006,488 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,490 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:47:16 2006,490 [20446] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:47:16 2006,491 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:16 2006,493 [20446] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:47:16 2006,493 [20446] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:47:17 2006,636 [19069] DEBUG index - ****Starting for new session Thu Jun 8 03:47:17 2006,637 [19069] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:47:17 2006,637 [19069] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:47:17 2006,637 [19069] INFO index - About to take action Login Thu Jun 8 03:47:17 2006,638 [19069] DEBUG index - in Login Thu Jun 8 03:47:17 2006,638 [19069] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:47:17 2006,638 [19069] INFO index - current module is Users Thu Jun 8 03:47:17 2006,646 [19069] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:47:17 2006,647 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:47:17 2006,648 [19069] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:47:17 2006,649 [19069] DEBUG index - Current theme is: blue Thu Jun 8 03:47:17 2006,650 [19069] DEBUG index - current_language is: en_us Thu Jun 8 03:47:17 2006,655 [19069] DEBUG index - including headers Thu Jun 8 03:50:07 2006,407 [17886] DEBUG index - ****Starting for new session Thu Jun 8 03:50:07 2006,408 [17886] DEBUG index - We are authenticating user now Thu Jun 8 03:50:07 2006,408 [17886] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:50:07 2006,409 [17886] INFO index - About to take action Authenticate Thu Jun 8 03:50:07 2006,409 [17886] DEBUG index - in Authenticate Thu Jun 8 03:50:07 2006,409 [17886] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:50:07 2006,410 [17886] INFO index - current module is Users Thu Jun 8 03:50:07 2006,417 [17886] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:50:07 2006,418 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,419 [17886] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:50:07 2006,421 [17886] DEBUG index - Current theme is: blue Thu Jun 8 03:50:07 2006,421 [17886] DEBUG index - current_language is: en_us Thu Jun 8 03:50:07 2006,426 [17886] DEBUG index - skipping headers Thu Jun 8 03:50:07 2006,427 [17886] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:50:07 2006,428 [17886] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:50:07 2006,429 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:50:07 2006,431 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:50:07 2006,434 [17886] INFO user - id Thu Jun 8 03:50:07 2006,434 [17886] INFO user - =3 Thu Jun 8 03:50:07 2006,434 [17886] INFO user - user_name Thu Jun 8 03:50:07 2006,435 [17886] INFO user - =bmannaa Thu Jun 8 03:50:07 2006,435 [17886] INFO user - user_password Thu Jun 8 03:50:07 2006,435 [17886] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:50:07 2006,435 [17886] INFO user - first_name Thu Jun 8 03:50:07 2006,436 [17886] INFO user - =Bassel Thu Jun 8 03:50:07 2006,436 [17886] INFO user - last_name Thu Jun 8 03:50:07 2006,436 [17886] INFO user - =Mannaa Thu Jun 8 03:50:07 2006,437 [17886] INFO user - description Thu Jun 8 03:50:07 2006,437 [17886] INFO user - = Thu Jun 8 03:50:07 2006,437 [17886] INFO user - date_entered Thu Jun 8 03:50:07 2006,437 [17886] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:50:07 2006,438 [17886] INFO user - date_modified Thu Jun 8 03:50:07 2006,438 [17886] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:50:07 2006,438 [17886] INFO user - modified_user_id Thu Jun 8 03:50:07 2006,439 [17886] INFO user - =1 Thu Jun 8 03:50:07 2006,439 [17886] INFO user - title Thu Jun 8 03:50:07 2006,439 [17886] INFO user - =Software Developer Thu Jun 8 03:50:07 2006,439 [17886] INFO user - department Thu Jun 8 03:50:07 2006,440 [17886] INFO user - = Thu Jun 8 03:50:07 2006,440 [17886] INFO user - is_admin Thu Jun 8 03:50:07 2006,440 [17886] INFO user - =off Thu Jun 8 03:50:07 2006,441 [17886] INFO user - phone_home Thu Jun 8 03:50:07 2006,441 [17886] INFO user - = Thu Jun 8 03:50:07 2006,441 [17886] INFO user - phone_mobile Thu Jun 8 03:50:07 2006,441 [17886] INFO user - = Thu Jun 8 03:50:07 2006,442 [17886] INFO user - phone_work Thu Jun 8 03:50:07 2006,442 [17886] INFO user - =617 933 9269 Thu Jun 8 03:50:07 2006,442 [17886] INFO user - phone_other Thu Jun 8 03:50:07 2006,443 [17886] INFO user - = Thu Jun 8 03:50:07 2006,443 [17886] INFO user - phone_fax Thu Jun 8 03:50:07 2006,443 [17886] INFO user - = Thu Jun 8 03:50:07 2006,444 [17886] INFO user - email1 Thu Jun 8 03:50:07 2006,444 [17886] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:50:07 2006,444 [17886] INFO user - email2 Thu Jun 8 03:50:07 2006,444 [17886] INFO user - = Thu Jun 8 03:50:07 2006,445 [17886] INFO user - signature Thu Jun 8 03:50:07 2006,445 [17886] INFO user - = Thu Jun 8 03:50:07 2006,445 [17886] INFO user - yahoo_id Thu Jun 8 03:50:07 2006,445 [17886] INFO user - =bassel_mannaa Thu Jun 8 03:50:07 2006,446 [17886] INFO user - address_street Thu Jun 8 03:50:07 2006,446 [17886] INFO user - = Thu Jun 8 03:50:07 2006,446 [17886] INFO user - address_city Thu Jun 8 03:50:07 2006,447 [17886] INFO user - = Thu Jun 8 03:50:07 2006,447 [17886] INFO user - address_state Thu Jun 8 03:50:07 2006,447 [17886] INFO user - = Thu Jun 8 03:50:07 2006,448 [17886] INFO user - address_postalcode Thu Jun 8 03:50:07 2006,448 [17886] INFO user - = Thu Jun 8 03:50:07 2006,448 [17886] INFO user - address_country Thu Jun 8 03:50:07 2006,448 [17886] INFO user - = Thu Jun 8 03:50:07 2006,449 [17886] INFO user - reports_to_id Thu Jun 8 03:50:07 2006,449 [17886] INFO user - = Thu Jun 8 03:50:07 2006,449 [17886] INFO user - tz Thu Jun 8 03:50:07 2006,450 [17886] INFO user - =Europe/Berlin Thu Jun 8 03:50:07 2006,450 [17886] INFO user - holidays Thu Jun 8 03:50:07 2006,450 [17886] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:50:07 2006,450 [17886] INFO user - namedays Thu Jun 8 03:50:07 2006,451 [17886] INFO user - = Thu Jun 8 03:50:07 2006,451 [17886] INFO user - workdays Thu Jun 8 03:50:07 2006,451 [17886] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:50:07 2006,452 [17886] INFO user - weekstart Thu Jun 8 03:50:07 2006,452 [17886] INFO user - =1 Thu Jun 8 03:50:07 2006,452 [17886] INFO user - status Thu Jun 8 03:50:07 2006,452 [17886] INFO user - =Active Thu Jun 8 03:50:07 2006,453 [17886] INFO user - date_format Thu Jun 8 03:50:07 2006,453 [17886] INFO user - =dd-mm-yyyy Thu Jun 8 03:50:07 2006,453 [17886] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:50:07 2006,454 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,455 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:50:07 2006,455 [17886] DEBUG user - additional detail query results: Thu Jun 8 03:50:07 2006,460 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:50:07 2006,461 [17886] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:50:07','Signedin') Thu Jun 8 03:50:07 2006,462 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,463 [17886] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:50:07 2006,463 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,464 [17886] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:50:07 2006,465 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,466 [17886] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:50:07 2006,467 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,469 [17886] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:50:07 2006,469 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,471 [17886] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:50:07 2006,471 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:50:07 2006,472 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,473 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,474 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:50:07 2006,475 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,476 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,476 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:50:07 2006,477 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,478 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,479 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:50:07 2006,480 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,481 [17886] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:50:07 2006,482 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:50:07 2006,483 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,484 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,485 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:50:07 2006,485 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,487 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,487 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:50:07 2006,488 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,489 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,490 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:50:07 2006,491 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,492 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:50:07 2006,493 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:50:07 2006,494 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,495 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,496 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:50:07 2006,497 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,498 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:50:07 2006,499 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:50:07 2006,499 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,500 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,502 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:50:07 2006,502 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,504 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:50:07 2006,505 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:50:07 2006,505 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,506 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,508 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:50:07 2006,508 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,509 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:50:07 2006,510 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:50:07 2006,510 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,512 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,513 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:50:07 2006,514 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,515 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,515 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:50:07 2006,516 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,517 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,519 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:50:07 2006,519 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,520 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:50:07 2006,521 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:50:07 2006,522 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,523 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,524 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:50:07 2006,525 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,526 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,526 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:50:07 2006,527 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,528 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,529 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:50:07 2006,530 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,531 [17886] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:50:07 2006,532 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:50:07 2006,532 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,534 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,535 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:50:07 2006,536 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,537 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,537 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:50:07 2006,538 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,539 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,540 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:50:07 2006,541 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,544 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,544 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:50:07 2006,545 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,546 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,546 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:50:07 2006,547 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,548 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,549 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:50:07 2006,549 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,550 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,552 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:50:07 2006,552 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,553 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,554 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:50:07 2006,554 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,556 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,557 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:50:07 2006,558 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,559 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,559 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:50:07 2006,560 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,561 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,562 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:50:07 2006,563 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,564 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,565 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:50:07 2006,565 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,566 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,568 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:50:07 2006,568 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,569 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,570 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:50:07 2006,571 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,572 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:07 2006,573 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:50:07 2006,574 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,575 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,575 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:50:07 2006,576 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,577 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,578 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:50:07 2006,578 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,579 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,580 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:50:07 2006,580 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,582 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,582 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:50:07 2006,583 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,584 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:07 2006,584 [17886] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:50:07 2006,585 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:07 2006,587 [17886] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:50:07 2006,587 [17886] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:50:08 2006,655 [18865] DEBUG index - ****Starting for new session Thu Jun 8 03:50:08 2006,656 [18865] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:50:08 2006,656 [18865] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:50:08 2006,657 [18865] INFO index - About to take action Login Thu Jun 8 03:50:08 2006,657 [18865] DEBUG index - in Login Thu Jun 8 03:50:08 2006,658 [18865] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:50:08 2006,658 [18865] INFO index - current module is Users Thu Jun 8 03:50:08 2006,666 [18865] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:50:08 2006,666 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:08 2006,667 [18865] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:50:08 2006,669 [18865] DEBUG index - Current theme is: blue Thu Jun 8 03:50:08 2006,669 [18865] DEBUG index - current_language is: en_us Thu Jun 8 03:50:08 2006,674 [18865] DEBUG index - including headers Thu Jun 8 03:50:24 2006,534 [20598] DEBUG index - ****Starting for new session Thu Jun 8 03:50:24 2006,535 [20598] DEBUG index - We are authenticating user now Thu Jun 8 03:50:24 2006,535 [20598] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:50:24 2006,536 [20598] INFO index - About to take action Authenticate Thu Jun 8 03:50:24 2006,536 [20598] DEBUG index - in Authenticate Thu Jun 8 03:50:24 2006,537 [20598] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:50:24 2006,537 [20598] INFO index - current module is Users Thu Jun 8 03:50:24 2006,544 [20598] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:50:24 2006,545 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,546 [20598] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:50:24 2006,548 [20598] DEBUG index - Current theme is: blue Thu Jun 8 03:50:24 2006,548 [20598] DEBUG index - current_language is: en_us Thu Jun 8 03:50:24 2006,553 [20598] DEBUG index - skipping headers Thu Jun 8 03:50:24 2006,554 [20598] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:50:24 2006,555 [20598] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:50:24 2006,556 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:50:24 2006,558 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:50:24 2006,561 [20598] INFO user - id Thu Jun 8 03:50:24 2006,561 [20598] INFO user - =3 Thu Jun 8 03:50:24 2006,561 [20598] INFO user - user_name Thu Jun 8 03:50:24 2006,561 [20598] INFO user - =bmannaa Thu Jun 8 03:50:24 2006,562 [20598] INFO user - user_password Thu Jun 8 03:50:24 2006,562 [20598] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:50:24 2006,562 [20598] INFO user - first_name Thu Jun 8 03:50:24 2006,563 [20598] INFO user - =Bassel Thu Jun 8 03:50:24 2006,563 [20598] INFO user - last_name Thu Jun 8 03:50:24 2006,563 [20598] INFO user - =Mannaa Thu Jun 8 03:50:24 2006,564 [20598] INFO user - description Thu Jun 8 03:50:24 2006,564 [20598] INFO user - = Thu Jun 8 03:50:24 2006,564 [20598] INFO user - date_entered Thu Jun 8 03:50:24 2006,564 [20598] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:50:24 2006,565 [20598] INFO user - date_modified Thu Jun 8 03:50:24 2006,565 [20598] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:50:24 2006,565 [20598] INFO user - modified_user_id Thu Jun 8 03:50:24 2006,565 [20598] INFO user - =1 Thu Jun 8 03:50:24 2006,566 [20598] INFO user - title Thu Jun 8 03:50:24 2006,566 [20598] INFO user - =Software Developer Thu Jun 8 03:50:24 2006,566 [20598] INFO user - department Thu Jun 8 03:50:24 2006,567 [20598] INFO user - = Thu Jun 8 03:50:24 2006,567 [20598] INFO user - is_admin Thu Jun 8 03:50:24 2006,567 [20598] INFO user - =off Thu Jun 8 03:50:24 2006,568 [20598] INFO user - phone_home Thu Jun 8 03:50:24 2006,568 [20598] INFO user - = Thu Jun 8 03:50:24 2006,568 [20598] INFO user - phone_mobile Thu Jun 8 03:50:24 2006,568 [20598] INFO user - = Thu Jun 8 03:50:24 2006,569 [20598] INFO user - phone_work Thu Jun 8 03:50:24 2006,569 [20598] INFO user - =617 933 9269 Thu Jun 8 03:50:24 2006,569 [20598] INFO user - phone_other Thu Jun 8 03:50:24 2006,569 [20598] INFO user - = Thu Jun 8 03:50:24 2006,570 [20598] INFO user - phone_fax Thu Jun 8 03:50:24 2006,570 [20598] INFO user - = Thu Jun 8 03:50:24 2006,570 [20598] INFO user - email1 Thu Jun 8 03:50:24 2006,571 [20598] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:50:24 2006,571 [20598] INFO user - email2 Thu Jun 8 03:50:24 2006,571 [20598] INFO user - = Thu Jun 8 03:50:24 2006,571 [20598] INFO user - signature Thu Jun 8 03:50:24 2006,572 [20598] INFO user - = Thu Jun 8 03:50:24 2006,572 [20598] INFO user - yahoo_id Thu Jun 8 03:50:24 2006,572 [20598] INFO user - =bassel_mannaa Thu Jun 8 03:50:24 2006,573 [20598] INFO user - address_street Thu Jun 8 03:50:24 2006,573 [20598] INFO user - = Thu Jun 8 03:50:24 2006,573 [20598] INFO user - address_city Thu Jun 8 03:50:24 2006,573 [20598] INFO user - = Thu Jun 8 03:50:24 2006,574 [20598] INFO user - address_state Thu Jun 8 03:50:24 2006,574 [20598] INFO user - = Thu Jun 8 03:50:24 2006,574 [20598] INFO user - address_postalcode Thu Jun 8 03:50:24 2006,575 [20598] INFO user - = Thu Jun 8 03:50:24 2006,575 [20598] INFO user - address_country Thu Jun 8 03:50:24 2006,575 [20598] INFO user - = Thu Jun 8 03:50:24 2006,575 [20598] INFO user - reports_to_id Thu Jun 8 03:50:24 2006,576 [20598] INFO user - = Thu Jun 8 03:50:24 2006,576 [20598] INFO user - tz Thu Jun 8 03:50:24 2006,576 [20598] INFO user - =Europe/Berlin Thu Jun 8 03:50:24 2006,577 [20598] INFO user - holidays Thu Jun 8 03:50:24 2006,577 [20598] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:50:24 2006,577 [20598] INFO user - namedays Thu Jun 8 03:50:24 2006,577 [20598] INFO user - = Thu Jun 8 03:50:24 2006,578 [20598] INFO user - workdays Thu Jun 8 03:50:24 2006,578 [20598] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:50:24 2006,578 [20598] INFO user - weekstart Thu Jun 8 03:50:24 2006,579 [20598] INFO user - =1 Thu Jun 8 03:50:24 2006,579 [20598] INFO user - status Thu Jun 8 03:50:24 2006,579 [20598] INFO user - =Active Thu Jun 8 03:50:24 2006,579 [20598] INFO user - date_format Thu Jun 8 03:50:24 2006,580 [20598] INFO user - =dd-mm-yyyy Thu Jun 8 03:50:24 2006,580 [20598] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:50:24 2006,581 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,582 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:50:24 2006,582 [20598] DEBUG user - additional detail query results: Thu Jun 8 03:50:24 2006,587 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:50:24 2006,588 [20598] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:50:24','Signedin') Thu Jun 8 03:50:24 2006,588 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,589 [20598] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:50:24 2006,590 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,591 [20598] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:50:24 2006,592 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,593 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:50:24 2006,593 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,595 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:50:24 2006,596 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,597 [20598] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:50:24 2006,598 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:50:24 2006,598 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,599 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,601 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:50:24 2006,601 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,602 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,603 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:50:24 2006,603 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,605 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,606 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:50:24 2006,607 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,608 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:50:24 2006,609 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:50:24 2006,609 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,610 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,612 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:50:24 2006,612 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,613 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,614 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:50:24 2006,614 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,616 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,617 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:50:24 2006,617 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,619 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:50:24 2006,620 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:50:24 2006,620 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,621 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,623 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:50:24 2006,623 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,624 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:50:24 2006,625 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:50:24 2006,626 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,627 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,629 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:50:24 2006,629 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,630 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:50:24 2006,631 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:50:24 2006,632 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,633 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,634 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:50:24 2006,635 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,636 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:50:24 2006,637 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:50:24 2006,637 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,639 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,640 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:50:24 2006,640 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,642 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,642 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:50:24 2006,643 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,644 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,645 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:50:24 2006,646 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,647 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:50:24 2006,648 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:50:24 2006,648 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,650 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,651 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:50:24 2006,651 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,652 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,653 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:50:24 2006,654 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,655 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,656 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:50:24 2006,657 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,658 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:50:24 2006,659 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:50:24 2006,659 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,660 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,662 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:50:24 2006,662 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,663 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,664 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:50:24 2006,665 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,666 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,667 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:50:24 2006,668 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,669 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,669 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:50:24 2006,670 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,671 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,672 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:50:24 2006,672 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,673 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,674 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:50:24 2006,674 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,676 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,677 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:50:24 2006,677 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,679 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,679 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:50:24 2006,680 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,681 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,682 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:50:24 2006,683 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,684 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,685 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:50:24 2006,685 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,686 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,688 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:50:24 2006,688 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,689 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,690 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:50:24 2006,690 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,692 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,693 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:50:24 2006,693 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,695 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,695 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:50:24 2006,696 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,697 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:24 2006,698 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:50:24 2006,699 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,700 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,701 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:50:24 2006,701 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,702 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,703 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:50:24 2006,703 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,704 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,705 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:50:24 2006,706 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,707 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,707 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:50:24 2006,708 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,709 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:24 2006,710 [20598] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:50:24 2006,710 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:24 2006,712 [20598] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:50:24 2006,712 [20598] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:50:26 2006,077 [20446] DEBUG index - ****Starting for new session Thu Jun 8 03:50:26 2006,078 [20446] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:50:26 2006,078 [20446] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:50:26 2006,079 [20446] INFO index - About to take action Login Thu Jun 8 03:50:26 2006,079 [20446] DEBUG index - in Login Thu Jun 8 03:50:26 2006,079 [20446] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:50:26 2006,080 [20446] INFO index - current module is Users Thu Jun 8 03:50:26 2006,088 [20446] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:50:26 2006,088 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:26 2006,089 [20446] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:50:26 2006,091 [20446] DEBUG index - Current theme is: blue Thu Jun 8 03:50:26 2006,091 [20446] DEBUG index - current_language is: en_us Thu Jun 8 03:50:26 2006,096 [20446] DEBUG index - including headers Thu Jun 8 03:50:40 2006,175 [19069] DEBUG index - ****Starting for new session Thu Jun 8 03:50:40 2006,176 [19069] DEBUG index - We are authenticating user now Thu Jun 8 03:50:40 2006,177 [19069] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:50:40 2006,177 [19069] INFO index - About to take action Authenticate Thu Jun 8 03:50:40 2006,177 [19069] DEBUG index - in Authenticate Thu Jun 8 03:50:40 2006,178 [19069] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:50:40 2006,178 [19069] INFO index - current module is Users Thu Jun 8 03:50:40 2006,186 [19069] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:50:40 2006,186 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,188 [19069] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:50:40 2006,189 [19069] DEBUG index - Current theme is: blue Thu Jun 8 03:50:40 2006,189 [19069] DEBUG index - current_language is: en_us Thu Jun 8 03:50:40 2006,194 [19069] DEBUG index - skipping headers Thu Jun 8 03:50:40 2006,196 [19069] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:50:40 2006,197 [19069] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:50:40 2006,197 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:50:40 2006,199 [19069] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:50:40 2006,202 [19069] INFO user - id Thu Jun 8 03:50:40 2006,202 [19069] INFO user - =3 Thu Jun 8 03:50:40 2006,203 [19069] INFO user - user_name Thu Jun 8 03:50:40 2006,203 [19069] INFO user - =bmannaa Thu Jun 8 03:50:40 2006,203 [19069] INFO user - user_password Thu Jun 8 03:50:40 2006,204 [19069] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:50:40 2006,204 [19069] INFO user - first_name Thu Jun 8 03:50:40 2006,204 [19069] INFO user - =Bassel Thu Jun 8 03:50:40 2006,205 [19069] INFO user - last_name Thu Jun 8 03:50:40 2006,205 [19069] INFO user - =Mannaa Thu Jun 8 03:50:40 2006,205 [19069] INFO user - description Thu Jun 8 03:50:40 2006,205 [19069] INFO user - = Thu Jun 8 03:50:40 2006,206 [19069] INFO user - date_entered Thu Jun 8 03:50:40 2006,206 [19069] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:50:40 2006,206 [19069] INFO user - date_modified Thu Jun 8 03:50:40 2006,207 [19069] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:50:40 2006,207 [19069] INFO user - modified_user_id Thu Jun 8 03:50:40 2006,207 [19069] INFO user - =1 Thu Jun 8 03:50:40 2006,207 [19069] INFO user - title Thu Jun 8 03:50:40 2006,208 [19069] INFO user - =Software Developer Thu Jun 8 03:50:40 2006,208 [19069] INFO user - department Thu Jun 8 03:50:40 2006,208 [19069] INFO user - = Thu Jun 8 03:50:40 2006,209 [19069] INFO user - is_admin Thu Jun 8 03:50:40 2006,209 [19069] INFO user - =off Thu Jun 8 03:50:40 2006,209 [19069] INFO user - phone_home Thu Jun 8 03:50:40 2006,209 [19069] INFO user - = Thu Jun 8 03:50:40 2006,210 [19069] INFO user - phone_mobile Thu Jun 8 03:50:40 2006,210 [19069] INFO user - = Thu Jun 8 03:50:40 2006,210 [19069] INFO user - phone_work Thu Jun 8 03:50:40 2006,211 [19069] INFO user - =617 933 9269 Thu Jun 8 03:50:40 2006,211 [19069] INFO user - phone_other Thu Jun 8 03:50:40 2006,211 [19069] INFO user - = Thu Jun 8 03:50:40 2006,211 [19069] INFO user - phone_fax Thu Jun 8 03:50:40 2006,212 [19069] INFO user - = Thu Jun 8 03:50:40 2006,212 [19069] INFO user - email1 Thu Jun 8 03:50:40 2006,212 [19069] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:50:40 2006,213 [19069] INFO user - email2 Thu Jun 8 03:50:40 2006,213 [19069] INFO user - = Thu Jun 8 03:50:40 2006,213 [19069] INFO user - signature Thu Jun 8 03:50:40 2006,214 [19069] INFO user - = Thu Jun 8 03:50:40 2006,214 [19069] INFO user - yahoo_id Thu Jun 8 03:50:40 2006,214 [19069] INFO user - =bassel_mannaa Thu Jun 8 03:50:40 2006,214 [19069] INFO user - address_street Thu Jun 8 03:50:40 2006,215 [19069] INFO user - = Thu Jun 8 03:50:40 2006,215 [19069] INFO user - address_city Thu Jun 8 03:50:40 2006,215 [19069] INFO user - = Thu Jun 8 03:50:40 2006,216 [19069] INFO user - address_state Thu Jun 8 03:50:40 2006,216 [19069] INFO user - = Thu Jun 8 03:50:40 2006,216 [19069] INFO user - address_postalcode Thu Jun 8 03:50:40 2006,216 [19069] INFO user - = Thu Jun 8 03:50:40 2006,217 [19069] INFO user - address_country Thu Jun 8 03:50:40 2006,217 [19069] INFO user - = Thu Jun 8 03:50:40 2006,217 [19069] INFO user - reports_to_id Thu Jun 8 03:50:40 2006,218 [19069] INFO user - = Thu Jun 8 03:50:40 2006,218 [19069] INFO user - tz Thu Jun 8 03:50:40 2006,218 [19069] INFO user - =Europe/Berlin Thu Jun 8 03:50:40 2006,218 [19069] INFO user - holidays Thu Jun 8 03:50:40 2006,219 [19069] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:50:40 2006,219 [19069] INFO user - namedays Thu Jun 8 03:50:40 2006,219 [19069] INFO user - = Thu Jun 8 03:50:40 2006,220 [19069] INFO user - workdays Thu Jun 8 03:50:40 2006,220 [19069] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:50:40 2006,220 [19069] INFO user - weekstart Thu Jun 8 03:50:40 2006,221 [19069] INFO user - =1 Thu Jun 8 03:50:40 2006,221 [19069] INFO user - status Thu Jun 8 03:50:40 2006,221 [19069] INFO user - =Active Thu Jun 8 03:50:40 2006,221 [19069] INFO user - date_format Thu Jun 8 03:50:40 2006,222 [19069] INFO user - =dd-mm-yyyy Thu Jun 8 03:50:40 2006,222 [19069] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:50:40 2006,223 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,224 [19069] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:50:40 2006,224 [19069] DEBUG user - additional detail query results: Thu Jun 8 03:50:40 2006,229 [19069] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:50:40 2006,230 [19069] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:50:40','Signedin') Thu Jun 8 03:50:40 2006,231 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,232 [19069] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:50:40 2006,232 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,233 [19069] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:50:40 2006,234 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,235 [19069] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:50:40 2006,236 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,238 [19069] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:50:40 2006,238 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,239 [19069] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:50:40 2006,240 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:50:40 2006,240 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,242 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,243 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:50:40 2006,243 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,245 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,245 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:50:40 2006,246 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,247 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,248 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:50:40 2006,249 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,250 [19069] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:50:40 2006,251 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:50:40 2006,251 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,253 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,254 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:50:40 2006,254 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,255 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,256 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:50:40 2006,257 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,258 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,260 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:50:40 2006,260 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,261 [19069] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:50:40 2006,263 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:50:40 2006,263 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,264 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,266 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:50:40 2006,266 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,267 [19069] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:50:40 2006,268 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:50:40 2006,269 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,270 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,271 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:50:40 2006,272 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,273 [19069] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:50:40 2006,274 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:50:40 2006,275 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,276 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,277 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:50:40 2006,278 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,279 [19069] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:50:40 2006,280 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:50:40 2006,280 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,282 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,283 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:50:40 2006,283 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,285 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,285 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:50:40 2006,286 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,287 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,288 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:50:40 2006,289 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,290 [19069] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:50:40 2006,291 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:50:40 2006,291 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,293 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,294 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:50:40 2006,294 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,296 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,296 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:50:40 2006,297 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,298 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,299 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:50:40 2006,300 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,301 [19069] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:50:40 2006,302 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:50:40 2006,302 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,304 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,305 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:50:40 2006,305 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,307 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,307 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:50:40 2006,308 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,309 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,310 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:50:40 2006,311 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,312 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,313 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:50:40 2006,313 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,314 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,315 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:50:40 2006,315 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,316 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,317 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:50:40 2006,318 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,319 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,320 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:50:40 2006,321 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,322 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,322 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:50:40 2006,323 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,324 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,326 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:50:40 2006,326 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,327 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,328 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:50:40 2006,328 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,330 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,331 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:50:40 2006,331 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,333 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,333 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:50:40 2006,334 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,335 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,336 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:50:40 2006,337 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,338 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,339 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:50:40 2006,339 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,341 [19069] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:50:40 2006,342 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:50:40 2006,342 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,343 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,344 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:50:40 2006,345 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,346 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,346 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:50:40 2006,347 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,348 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,349 [19069] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:50:40 2006,349 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,350 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,351 [19069] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:50:40 2006,351 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,353 [19069] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:50:40 2006,353 [19069] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:50:40 2006,354 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:40 2006,355 [19069] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:50:40 2006,356 [19069] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:50:41 2006,629 [18879] DEBUG index - ****Starting for new session Thu Jun 8 03:50:41 2006,630 [18879] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:50:41 2006,631 [18879] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:50:41 2006,631 [18879] INFO index - About to take action Login Thu Jun 8 03:50:41 2006,632 [18879] DEBUG index - in Login Thu Jun 8 03:50:41 2006,632 [18879] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:50:41 2006,632 [18879] INFO index - current module is Users Thu Jun 8 03:50:41 2006,640 [18879] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:50:41 2006,641 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:50:41 2006,642 [18879] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:50:41 2006,643 [18879] DEBUG index - Current theme is: blue Thu Jun 8 03:50:41 2006,644 [18879] DEBUG index - current_language is: en_us Thu Jun 8 03:50:41 2006,649 [18879] DEBUG index - including headers Thu Jun 8 03:52:23 2006,771 [18865] DEBUG index - ****Starting for new session Thu Jun 8 03:52:23 2006,772 [18865] DEBUG index - We are authenticating user now Thu Jun 8 03:52:23 2006,773 [18865] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:52:23 2006,773 [18865] INFO index - About to take action Authenticate Thu Jun 8 03:52:23 2006,773 [18865] DEBUG index - in Authenticate Thu Jun 8 03:52:23 2006,774 [18865] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:52:23 2006,774 [18865] INFO index - current module is Users Thu Jun 8 03:52:23 2006,782 [18865] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:52:23 2006,782 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,783 [18865] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:52:23 2006,785 [18865] DEBUG index - Current theme is: blue Thu Jun 8 03:52:23 2006,785 [18865] DEBUG index - current_language is: en_us Thu Jun 8 03:52:23 2006,790 [18865] DEBUG index - skipping headers Thu Jun 8 03:52:23 2006,792 [18865] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:52:23 2006,793 [18865] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:52:23 2006,793 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:52:23 2006,795 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:52:23 2006,798 [18865] INFO user - id Thu Jun 8 03:52:23 2006,798 [18865] INFO user - =3 Thu Jun 8 03:52:23 2006,798 [18865] INFO user - user_name Thu Jun 8 03:52:23 2006,799 [18865] INFO user - =bmannaa Thu Jun 8 03:52:23 2006,799 [18865] INFO user - user_password Thu Jun 8 03:52:23 2006,799 [18865] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:52:23 2006,800 [18865] INFO user - first_name Thu Jun 8 03:52:23 2006,800 [18865] INFO user - =Bassel Thu Jun 8 03:52:23 2006,800 [18865] INFO user - last_name Thu Jun 8 03:52:23 2006,801 [18865] INFO user - =Mannaa Thu Jun 8 03:52:23 2006,801 [18865] INFO user - description Thu Jun 8 03:52:23 2006,801 [18865] INFO user - = Thu Jun 8 03:52:23 2006,801 [18865] INFO user - date_entered Thu Jun 8 03:52:23 2006,802 [18865] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:52:23 2006,802 [18865] INFO user - date_modified Thu Jun 8 03:52:23 2006,802 [18865] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:52:23 2006,803 [18865] INFO user - modified_user_id Thu Jun 8 03:52:23 2006,803 [18865] INFO user - =1 Thu Jun 8 03:52:23 2006,803 [18865] INFO user - title Thu Jun 8 03:52:23 2006,803 [18865] INFO user - =Software Developer Thu Jun 8 03:52:23 2006,804 [18865] INFO user - department Thu Jun 8 03:52:23 2006,804 [18865] INFO user - = Thu Jun 8 03:52:23 2006,804 [18865] INFO user - is_admin Thu Jun 8 03:52:23 2006,805 [18865] INFO user - =off Thu Jun 8 03:52:23 2006,805 [18865] INFO user - phone_home Thu Jun 8 03:52:23 2006,805 [18865] INFO user - = Thu Jun 8 03:52:23 2006,805 [18865] INFO user - phone_mobile Thu Jun 8 03:52:23 2006,806 [18865] INFO user - = Thu Jun 8 03:52:23 2006,806 [18865] INFO user - phone_work Thu Jun 8 03:52:23 2006,806 [18865] INFO user - =617 933 9269 Thu Jun 8 03:52:23 2006,807 [18865] INFO user - phone_other Thu Jun 8 03:52:23 2006,807 [18865] INFO user - = Thu Jun 8 03:52:23 2006,807 [18865] INFO user - phone_fax Thu Jun 8 03:52:23 2006,807 [18865] INFO user - = Thu Jun 8 03:52:23 2006,808 [18865] INFO user - email1 Thu Jun 8 03:52:23 2006,808 [18865] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:52:23 2006,808 [18865] INFO user - email2 Thu Jun 8 03:52:23 2006,809 [18865] INFO user - = Thu Jun 8 03:52:23 2006,809 [18865] INFO user - signature Thu Jun 8 03:52:23 2006,809 [18865] INFO user - = Thu Jun 8 03:52:23 2006,810 [18865] INFO user - yahoo_id Thu Jun 8 03:52:23 2006,810 [18865] INFO user - =bassel_mannaa Thu Jun 8 03:52:23 2006,810 [18865] INFO user - address_street Thu Jun 8 03:52:23 2006,810 [18865] INFO user - = Thu Jun 8 03:52:23 2006,811 [18865] INFO user - address_city Thu Jun 8 03:52:23 2006,811 [18865] INFO user - = Thu Jun 8 03:52:23 2006,811 [18865] INFO user - address_state Thu Jun 8 03:52:23 2006,812 [18865] INFO user - = Thu Jun 8 03:52:23 2006,812 [18865] INFO user - address_postalcode Thu Jun 8 03:52:23 2006,812 [18865] INFO user - = Thu Jun 8 03:52:23 2006,812 [18865] INFO user - address_country Thu Jun 8 03:52:23 2006,813 [18865] INFO user - = Thu Jun 8 03:52:23 2006,813 [18865] INFO user - reports_to_id Thu Jun 8 03:52:23 2006,813 [18865] INFO user - = Thu Jun 8 03:52:23 2006,814 [18865] INFO user - tz Thu Jun 8 03:52:23 2006,814 [18865] INFO user - =Europe/Berlin Thu Jun 8 03:52:23 2006,814 [18865] INFO user - holidays Thu Jun 8 03:52:23 2006,814 [18865] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:52:23 2006,815 [18865] INFO user - namedays Thu Jun 8 03:52:23 2006,815 [18865] INFO user - = Thu Jun 8 03:52:23 2006,815 [18865] INFO user - workdays Thu Jun 8 03:52:23 2006,816 [18865] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:52:23 2006,816 [18865] INFO user - weekstart Thu Jun 8 03:52:23 2006,816 [18865] INFO user - =1 Thu Jun 8 03:52:23 2006,817 [18865] INFO user - status Thu Jun 8 03:52:23 2006,817 [18865] INFO user - =Active Thu Jun 8 03:52:23 2006,817 [18865] INFO user - date_format Thu Jun 8 03:52:23 2006,817 [18865] INFO user - =dd-mm-yyyy Thu Jun 8 03:52:23 2006,818 [18865] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:52:23 2006,819 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,820 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:52:23 2006,820 [18865] DEBUG user - additional detail query results: Thu Jun 8 03:52:23 2006,825 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:52:23 2006,826 [18865] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:52:23','Signedin') Thu Jun 8 03:52:23 2006,827 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,828 [18865] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:52:23 2006,828 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,830 [18865] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:52:23 2006,830 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,832 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:52:23 2006,832 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,834 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:52:23 2006,835 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,836 [18865] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:52:23 2006,837 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:52:23 2006,837 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,839 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,840 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:52:23 2006,840 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,842 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,842 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:52:23 2006,843 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,844 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,845 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:52:23 2006,846 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,847 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:52:23 2006,848 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:52:23 2006,848 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,850 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,851 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:52:23 2006,851 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,853 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,853 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:52:23 2006,854 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,855 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,856 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:52:23 2006,857 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,858 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:52:23 2006,859 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:52:23 2006,859 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,861 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,862 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:52:23 2006,862 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,864 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:52:23 2006,865 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:52:23 2006,865 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,867 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,868 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:52:23 2006,868 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,869 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:52:23 2006,871 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:52:23 2006,871 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,872 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,874 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:52:23 2006,874 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,875 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:52:23 2006,876 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:52:23 2006,877 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,878 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,879 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:52:23 2006,880 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,881 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,881 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:52:23 2006,882 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,883 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,885 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:52:23 2006,885 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,886 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:52:23 2006,887 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:52:23 2006,888 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,889 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,890 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:52:23 2006,891 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,892 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,892 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:52:23 2006,893 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,894 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,895 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:52:23 2006,896 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,897 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:52:23 2006,898 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:52:23 2006,899 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,900 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,901 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:52:23 2006,902 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,903 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,903 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:52:23 2006,904 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,905 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,906 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:52:23 2006,907 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,908 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,909 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:52:23 2006,909 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,910 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,911 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:52:23 2006,911 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,913 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,913 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:52:23 2006,914 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,915 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,916 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:52:23 2006,917 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,918 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,919 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:52:23 2006,919 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,920 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,922 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:52:23 2006,922 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,923 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,924 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:52:23 2006,924 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,926 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,927 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:52:23 2006,927 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,929 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,929 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:52:23 2006,930 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,931 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,932 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:52:23 2006,933 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,934 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,935 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:52:23 2006,935 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,936 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:52:23 2006,938 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:52:23 2006,938 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,939 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,940 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:52:23 2006,941 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,942 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,942 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:52:23 2006,943 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,944 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,945 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:52:23 2006,945 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,947 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,947 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:52:23 2006,948 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,949 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:52:23 2006,949 [18865] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:52:23 2006,950 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:23 2006,952 [18865] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:52:23 2006,952 [18865] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:52:24 2006,815 [20322] DEBUG index - ****Starting for new session Thu Jun 8 03:52:24 2006,816 [20322] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:52:24 2006,816 [20322] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:52:24 2006,817 [20322] INFO index - About to take action Login Thu Jun 8 03:52:24 2006,817 [20322] DEBUG index - in Login Thu Jun 8 03:52:24 2006,817 [20322] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:52:24 2006,818 [20322] INFO index - current module is Users Thu Jun 8 03:52:24 2006,825 [20322] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:52:24 2006,826 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:52:24 2006,827 [20322] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:52:24 2006,829 [20322] DEBUG index - Current theme is: blue Thu Jun 8 03:52:24 2006,829 [20322] DEBUG index - current_language is: en_us Thu Jun 8 03:52:24 2006,834 [20322] DEBUG index - including headers Thu Jun 8 03:53:44 2006,752 [20446] DEBUG index - ****Starting for new session Thu Jun 8 03:53:44 2006,753 [20446] DEBUG index - We are authenticating user now Thu Jun 8 03:53:44 2006,753 [20446] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:53:44 2006,754 [20446] INFO index - About to take action Authenticate Thu Jun 8 03:53:44 2006,754 [20446] DEBUG index - in Authenticate Thu Jun 8 03:53:44 2006,754 [20446] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:53:44 2006,754 [20446] INFO index - current module is Users Thu Jun 8 03:53:44 2006,762 [20446] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:53:44 2006,763 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,764 [20446] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:53:44 2006,765 [20446] DEBUG index - Current theme is: blue Thu Jun 8 03:53:44 2006,766 [20446] DEBUG index - current_language is: en_us Thu Jun 8 03:53:44 2006,771 [20446] DEBUG index - skipping headers Thu Jun 8 03:53:44 2006,772 [20446] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:53:44 2006,773 [20446] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:53:44 2006,774 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:53:44 2006,776 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:53:44 2006,779 [20446] INFO user - id Thu Jun 8 03:53:44 2006,779 [20446] INFO user - =3 Thu Jun 8 03:53:44 2006,779 [20446] INFO user - user_name Thu Jun 8 03:53:44 2006,779 [20446] INFO user - =bmannaa Thu Jun 8 03:53:44 2006,780 [20446] INFO user - user_password Thu Jun 8 03:53:44 2006,780 [20446] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:53:44 2006,780 [20446] INFO user - first_name Thu Jun 8 03:53:44 2006,781 [20446] INFO user - =Bassel Thu Jun 8 03:53:44 2006,781 [20446] INFO user - last_name Thu Jun 8 03:53:44 2006,781 [20446] INFO user - =Mannaa Thu Jun 8 03:53:44 2006,781 [20446] INFO user - description Thu Jun 8 03:53:44 2006,782 [20446] INFO user - = Thu Jun 8 03:53:44 2006,782 [20446] INFO user - date_entered Thu Jun 8 03:53:44 2006,782 [20446] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:53:44 2006,783 [20446] INFO user - date_modified Thu Jun 8 03:53:44 2006,783 [20446] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:53:44 2006,783 [20446] INFO user - modified_user_id Thu Jun 8 03:53:44 2006,783 [20446] INFO user - =1 Thu Jun 8 03:53:44 2006,784 [20446] INFO user - title Thu Jun 8 03:53:44 2006,784 [20446] INFO user - =Software Developer Thu Jun 8 03:53:44 2006,784 [20446] INFO user - department Thu Jun 8 03:53:44 2006,784 [20446] INFO user - = Thu Jun 8 03:53:44 2006,785 [20446] INFO user - is_admin Thu Jun 8 03:53:44 2006,785 [20446] INFO user - =off Thu Jun 8 03:53:44 2006,785 [20446] INFO user - phone_home Thu Jun 8 03:53:44 2006,786 [20446] INFO user - = Thu Jun 8 03:53:44 2006,786 [20446] INFO user - phone_mobile Thu Jun 8 03:53:44 2006,786 [20446] INFO user - = Thu Jun 8 03:53:44 2006,786 [20446] INFO user - phone_work Thu Jun 8 03:53:44 2006,787 [20446] INFO user - =617 933 9269 Thu Jun 8 03:53:44 2006,787 [20446] INFO user - phone_other Thu Jun 8 03:53:44 2006,787 [20446] INFO user - = Thu Jun 8 03:53:44 2006,787 [20446] INFO user - phone_fax Thu Jun 8 03:53:44 2006,788 [20446] INFO user - = Thu Jun 8 03:53:44 2006,788 [20446] INFO user - email1 Thu Jun 8 03:53:44 2006,788 [20446] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:53:44 2006,789 [20446] INFO user - email2 Thu Jun 8 03:53:44 2006,789 [20446] INFO user - = Thu Jun 8 03:53:44 2006,789 [20446] INFO user - signature Thu Jun 8 03:53:44 2006,789 [20446] INFO user - = Thu Jun 8 03:53:44 2006,790 [20446] INFO user - yahoo_id Thu Jun 8 03:53:44 2006,790 [20446] INFO user - =bassel_mannaa Thu Jun 8 03:53:44 2006,790 [20446] INFO user - address_street Thu Jun 8 03:53:44 2006,791 [20446] INFO user - = Thu Jun 8 03:53:44 2006,791 [20446] INFO user - address_city Thu Jun 8 03:53:44 2006,791 [20446] INFO user - = Thu Jun 8 03:53:44 2006,791 [20446] INFO user - address_state Thu Jun 8 03:53:44 2006,792 [20446] INFO user - = Thu Jun 8 03:53:44 2006,792 [20446] INFO user - address_postalcode Thu Jun 8 03:53:44 2006,792 [20446] INFO user - = Thu Jun 8 03:53:44 2006,793 [20446] INFO user - address_country Thu Jun 8 03:53:44 2006,793 [20446] INFO user - = Thu Jun 8 03:53:44 2006,793 [20446] INFO user - reports_to_id Thu Jun 8 03:53:44 2006,793 [20446] INFO user - = Thu Jun 8 03:53:44 2006,794 [20446] INFO user - tz Thu Jun 8 03:53:44 2006,794 [20446] INFO user - =Europe/Berlin Thu Jun 8 03:53:44 2006,794 [20446] INFO user - holidays Thu Jun 8 03:53:44 2006,794 [20446] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:53:44 2006,795 [20446] INFO user - namedays Thu Jun 8 03:53:44 2006,795 [20446] INFO user - = Thu Jun 8 03:53:44 2006,795 [20446] INFO user - workdays Thu Jun 8 03:53:44 2006,796 [20446] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:53:44 2006,796 [20446] INFO user - weekstart Thu Jun 8 03:53:44 2006,796 [20446] INFO user - =1 Thu Jun 8 03:53:44 2006,796 [20446] INFO user - status Thu Jun 8 03:53:44 2006,797 [20446] INFO user - =Active Thu Jun 8 03:53:44 2006,797 [20446] INFO user - date_format Thu Jun 8 03:53:44 2006,797 [20446] INFO user - =dd-mm-yyyy Thu Jun 8 03:53:44 2006,798 [20446] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:53:44 2006,798 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,799 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:53:44 2006,800 [20446] DEBUG user - additional detail query results: Thu Jun 8 03:53:44 2006,804 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:53:44 2006,806 [20446] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:53:44','Signedin') Thu Jun 8 03:53:44 2006,806 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,807 [20446] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:53:44 2006,808 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,809 [20446] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:53:44 2006,809 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,810 [20446] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:53:44 2006,811 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,813 [20446] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:53:44 2006,814 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,815 [20446] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:53:44 2006,815 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:53:44 2006,816 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,817 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,818 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:53:44 2006,819 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,820 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,821 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:53:44 2006,821 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,822 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,824 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:53:44 2006,824 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,826 [20446] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:53:44 2006,826 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:53:44 2006,827 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,828 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,829 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:53:44 2006,830 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,831 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,832 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:53:44 2006,832 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,833 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,835 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:53:44 2006,835 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,837 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:53:44 2006,838 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:53:44 2006,838 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,839 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,841 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:53:44 2006,841 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,842 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:53:44 2006,843 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:53:44 2006,844 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,845 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,847 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:53:44 2006,847 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,848 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:53:44 2006,849 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:53:44 2006,850 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,851 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,852 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:53:44 2006,853 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,854 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:53:44 2006,855 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:53:44 2006,855 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,857 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,858 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:53:44 2006,859 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,860 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,860 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:53:44 2006,861 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,862 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,863 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:53:44 2006,864 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,865 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:53:44 2006,866 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:53:44 2006,866 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,868 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,869 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:53:44 2006,870 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,871 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,871 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:53:44 2006,872 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,873 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,875 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:53:44 2006,875 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,876 [20446] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:53:44 2006,877 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:53:44 2006,878 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,879 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,880 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:53:44 2006,881 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,882 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,883 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:53:44 2006,883 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,884 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,886 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:53:44 2006,886 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,887 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,888 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:53:44 2006,888 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,890 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,890 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:53:44 2006,891 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,892 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,893 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:53:44 2006,893 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,894 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,896 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:53:44 2006,896 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,897 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,898 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:53:44 2006,898 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,900 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,901 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:53:44 2006,902 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,903 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,903 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:53:44 2006,904 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,905 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,906 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:53:44 2006,907 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,908 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,909 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:53:44 2006,909 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,911 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,912 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:53:44 2006,913 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,914 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,914 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:53:44 2006,915 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,916 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:53:44 2006,917 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:53:44 2006,918 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,919 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,920 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:53:44 2006,920 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,921 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,922 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:53:44 2006,922 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,924 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,924 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:53:44 2006,925 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,926 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,927 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:53:44 2006,927 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,928 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:53:44 2006,929 [20446] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:53:44 2006,929 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:44 2006,931 [20446] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:53:44 2006,932 [20446] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:53:46 2006,018 [19069] DEBUG index - ****Starting for new session Thu Jun 8 03:53:46 2006,019 [19069] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:53:46 2006,020 [19069] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:53:46 2006,020 [19069] INFO index - About to take action Login Thu Jun 8 03:53:46 2006,020 [19069] DEBUG index - in Login Thu Jun 8 03:53:46 2006,021 [19069] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:53:46 2006,021 [19069] INFO index - current module is Users Thu Jun 8 03:53:46 2006,029 [19069] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:53:46 2006,030 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:53:46 2006,031 [19069] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:53:46 2006,032 [19069] DEBUG index - Current theme is: blue Thu Jun 8 03:53:46 2006,033 [19069] DEBUG index - current_language is: en_us Thu Jun 8 03:53:46 2006,038 [19069] DEBUG index - including headers Thu Jun 8 03:57:18 2006,943 [17886] DEBUG index - ****Starting for new session Thu Jun 8 03:57:18 2006,944 [17886] DEBUG index - We are authenticating user now Thu Jun 8 03:57:18 2006,944 [17886] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:57:18 2006,944 [17886] INFO index - About to take action Authenticate Thu Jun 8 03:57:18 2006,945 [17886] DEBUG index - in Authenticate Thu Jun 8 03:57:18 2006,945 [17886] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:57:18 2006,945 [17886] INFO index - current module is Users Thu Jun 8 03:57:18 2006,953 [17886] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:57:18 2006,954 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:18 2006,955 [17886] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:57:18 2006,956 [17886] DEBUG index - Current theme is: blue Thu Jun 8 03:57:18 2006,957 [17886] DEBUG index - current_language is: en_us Thu Jun 8 03:57:18 2006,961 [17886] DEBUG index - skipping headers Thu Jun 8 03:57:18 2006,963 [17886] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:57:18 2006,964 [17886] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:57:18 2006,964 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:57:18 2006,966 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:57:18 2006,969 [17886] INFO user - id Thu Jun 8 03:57:18 2006,969 [17886] INFO user - =3 Thu Jun 8 03:57:18 2006,970 [17886] INFO user - user_name Thu Jun 8 03:57:18 2006,970 [17886] INFO user - =bmannaa Thu Jun 8 03:57:18 2006,970 [17886] INFO user - user_password Thu Jun 8 03:57:18 2006,971 [17886] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:57:18 2006,971 [17886] INFO user - first_name Thu Jun 8 03:57:18 2006,971 [17886] INFO user - =Bassel Thu Jun 8 03:57:18 2006,971 [17886] INFO user - last_name Thu Jun 8 03:57:18 2006,972 [17886] INFO user - =Mannaa Thu Jun 8 03:57:18 2006,972 [17886] INFO user - description Thu Jun 8 03:57:18 2006,972 [17886] INFO user - = Thu Jun 8 03:57:18 2006,973 [17886] INFO user - date_entered Thu Jun 8 03:57:18 2006,973 [17886] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:57:18 2006,973 [17886] INFO user - date_modified Thu Jun 8 03:57:18 2006,974 [17886] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:57:18 2006,974 [17886] INFO user - modified_user_id Thu Jun 8 03:57:18 2006,974 [17886] INFO user - =1 Thu Jun 8 03:57:18 2006,974 [17886] INFO user - title Thu Jun 8 03:57:18 2006,975 [17886] INFO user - =Software Developer Thu Jun 8 03:57:18 2006,975 [17886] INFO user - department Thu Jun 8 03:57:18 2006,975 [17886] INFO user - = Thu Jun 8 03:57:18 2006,976 [17886] INFO user - is_admin Thu Jun 8 03:57:18 2006,976 [17886] INFO user - =off Thu Jun 8 03:57:18 2006,976 [17886] INFO user - phone_home Thu Jun 8 03:57:18 2006,976 [17886] INFO user - = Thu Jun 8 03:57:18 2006,977 [17886] INFO user - phone_mobile Thu Jun 8 03:57:18 2006,977 [17886] INFO user - = Thu Jun 8 03:57:18 2006,977 [17886] INFO user - phone_work Thu Jun 8 03:57:18 2006,978 [17886] INFO user - =617 933 9269 Thu Jun 8 03:57:18 2006,978 [17886] INFO user - phone_other Thu Jun 8 03:57:18 2006,978 [17886] INFO user - = Thu Jun 8 03:57:18 2006,978 [17886] INFO user - phone_fax Thu Jun 8 03:57:18 2006,979 [17886] INFO user - = Thu Jun 8 03:57:18 2006,979 [17886] INFO user - email1 Thu Jun 8 03:57:18 2006,979 [17886] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:57:18 2006,980 [17886] INFO user - email2 Thu Jun 8 03:57:18 2006,980 [17886] INFO user - = Thu Jun 8 03:57:18 2006,980 [17886] INFO user - signature Thu Jun 8 03:57:18 2006,980 [17886] INFO user - = Thu Jun 8 03:57:18 2006,981 [17886] INFO user - yahoo_id Thu Jun 8 03:57:18 2006,981 [17886] INFO user - =bassel_mannaa Thu Jun 8 03:57:18 2006,981 [17886] INFO user - address_street Thu Jun 8 03:57:18 2006,982 [17886] INFO user - = Thu Jun 8 03:57:18 2006,982 [17886] INFO user - address_city Thu Jun 8 03:57:18 2006,982 [17886] INFO user - = Thu Jun 8 03:57:18 2006,982 [17886] INFO user - address_state Thu Jun 8 03:57:18 2006,983 [17886] INFO user - = Thu Jun 8 03:57:18 2006,983 [17886] INFO user - address_postalcode Thu Jun 8 03:57:18 2006,983 [17886] INFO user - = Thu Jun 8 03:57:18 2006,984 [17886] INFO user - address_country Thu Jun 8 03:57:18 2006,984 [17886] INFO user - = Thu Jun 8 03:57:18 2006,984 [17886] INFO user - reports_to_id Thu Jun 8 03:57:18 2006,984 [17886] INFO user - = Thu Jun 8 03:57:18 2006,985 [17886] INFO user - tz Thu Jun 8 03:57:18 2006,985 [17886] INFO user - =Europe/Berlin Thu Jun 8 03:57:18 2006,985 [17886] INFO user - holidays Thu Jun 8 03:57:18 2006,986 [17886] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:57:18 2006,986 [17886] INFO user - namedays Thu Jun 8 03:57:18 2006,986 [17886] INFO user - = Thu Jun 8 03:57:18 2006,986 [17886] INFO user - workdays Thu Jun 8 03:57:18 2006,987 [17886] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:57:18 2006,987 [17886] INFO user - weekstart Thu Jun 8 03:57:18 2006,987 [17886] INFO user - =1 Thu Jun 8 03:57:18 2006,988 [17886] INFO user - status Thu Jun 8 03:57:18 2006,988 [17886] INFO user - =Active Thu Jun 8 03:57:18 2006,988 [17886] INFO user - date_format Thu Jun 8 03:57:18 2006,988 [17886] INFO user - =dd-mm-yyyy Thu Jun 8 03:57:18 2006,989 [17886] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:57:18 2006,989 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:18 2006,990 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:57:18 2006,991 [17886] DEBUG user - additional detail query results: Thu Jun 8 03:57:18 2006,996 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:57:18 2006,997 [17886] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:57:18','Signedin') Thu Jun 8 03:57:18 2006,997 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:18 2006,998 [17886] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:57:18 2006,999 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:18 2006,1000 [17886] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:57:19 2006,000 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,002 [17886] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:57:19 2006,002 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,004 [17886] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:57:19 2006,005 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,006 [17886] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:57:19 2006,007 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:57:19 2006,007 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,008 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,010 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:57:19 2006,010 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,011 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,012 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:57:19 2006,012 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,014 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,015 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:57:19 2006,015 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,017 [17886] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:57:19 2006,017 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:57:19 2006,018 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,019 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,020 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:57:19 2006,021 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,022 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,023 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:57:19 2006,023 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,024 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,026 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:57:19 2006,026 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,027 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:57:19 2006,029 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:57:19 2006,029 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,030 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,032 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:57:19 2006,032 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,033 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:57:19 2006,034 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:57:19 2006,035 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,036 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,037 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:57:19 2006,038 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,039 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:57:19 2006,040 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:57:19 2006,041 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,042 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,043 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:57:19 2006,044 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,045 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:57:19 2006,046 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:57:19 2006,046 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,047 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,049 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:57:19 2006,049 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,050 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,051 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:57:19 2006,051 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,053 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,054 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:57:19 2006,055 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,056 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:57:19 2006,057 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:57:19 2006,057 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,059 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,060 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:57:19 2006,061 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,062 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,063 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:57:19 2006,063 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,064 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,066 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:57:19 2006,066 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,068 [17886] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:57:19 2006,069 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:57:19 2006,069 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,070 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,072 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:57:19 2006,072 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,073 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,074 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:57:19 2006,075 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,076 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,077 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:57:19 2006,078 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,079 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,080 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:57:19 2006,080 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,081 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,082 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:57:19 2006,082 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,083 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,084 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:57:19 2006,085 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,086 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,087 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:57:19 2006,088 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,089 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,089 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:57:19 2006,090 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,091 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,092 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:57:19 2006,093 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,094 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,095 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:57:19 2006,095 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,096 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,098 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:57:19 2006,098 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,099 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,100 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:57:19 2006,101 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,102 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,103 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:57:19 2006,104 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,105 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,105 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:57:19 2006,106 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,107 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:19 2006,108 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:57:19 2006,109 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,110 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,111 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:57:19 2006,111 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,113 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,113 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:57:19 2006,114 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,115 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,116 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:57:19 2006,116 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,117 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,118 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:57:19 2006,118 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,119 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:19 2006,120 [17886] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:57:19 2006,120 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:19 2006,122 [17886] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:57:19 2006,123 [17886] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:57:20 2006,036 [18865] DEBUG index - ****Starting for new session Thu Jun 8 03:57:20 2006,037 [18865] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:57:20 2006,037 [18865] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:57:20 2006,037 [18865] INFO index - About to take action Login Thu Jun 8 03:57:20 2006,038 [18865] DEBUG index - in Login Thu Jun 8 03:57:20 2006,038 [18865] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:57:20 2006,039 [18865] INFO index - current module is Users Thu Jun 8 03:57:20 2006,046 [18865] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:57:20 2006,047 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:20 2006,048 [18865] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:57:20 2006,049 [18865] DEBUG index - Current theme is: blue Thu Jun 8 03:57:20 2006,050 [18865] DEBUG index - current_language is: en_us Thu Jun 8 03:57:20 2006,055 [18865] DEBUG index - including headers Thu Jun 8 03:57:40 2006,365 [20446] DEBUG index - ****Starting for new session Thu Jun 8 03:57:40 2006,366 [20446] DEBUG index - We are authenticating user now Thu Jun 8 03:57:40 2006,366 [20446] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:57:40 2006,367 [20446] INFO index - About to take action Authenticate Thu Jun 8 03:57:40 2006,367 [20446] DEBUG index - in Authenticate Thu Jun 8 03:57:40 2006,367 [20446] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:57:40 2006,368 [20446] INFO index - current module is Users Thu Jun 8 03:57:40 2006,376 [20446] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:57:40 2006,376 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,377 [20446] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:57:40 2006,379 [20446] DEBUG index - Current theme is: blue Thu Jun 8 03:57:40 2006,379 [20446] DEBUG index - current_language is: en_us Thu Jun 8 03:57:40 2006,384 [20446] DEBUG index - skipping headers Thu Jun 8 03:57:40 2006,385 [20446] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:57:40 2006,386 [20446] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:57:40 2006,387 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:57:40 2006,389 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:57:40 2006,392 [20446] INFO user - id Thu Jun 8 03:57:40 2006,392 [20446] INFO user - =3 Thu Jun 8 03:57:40 2006,392 [20446] INFO user - user_name Thu Jun 8 03:57:40 2006,393 [20446] INFO user - =bmannaa Thu Jun 8 03:57:40 2006,393 [20446] INFO user - user_password Thu Jun 8 03:57:40 2006,393 [20446] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:57:40 2006,394 [20446] INFO user - first_name Thu Jun 8 03:57:40 2006,394 [20446] INFO user - =Bassel Thu Jun 8 03:57:40 2006,394 [20446] INFO user - last_name Thu Jun 8 03:57:40 2006,394 [20446] INFO user - =Mannaa Thu Jun 8 03:57:40 2006,395 [20446] INFO user - description Thu Jun 8 03:57:40 2006,395 [20446] INFO user - = Thu Jun 8 03:57:40 2006,395 [20446] INFO user - date_entered Thu Jun 8 03:57:40 2006,396 [20446] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:57:40 2006,396 [20446] INFO user - date_modified Thu Jun 8 03:57:40 2006,396 [20446] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:57:40 2006,396 [20446] INFO user - modified_user_id Thu Jun 8 03:57:40 2006,397 [20446] INFO user - =1 Thu Jun 8 03:57:40 2006,397 [20446] INFO user - title Thu Jun 8 03:57:40 2006,397 [20446] INFO user - =Software Developer Thu Jun 8 03:57:40 2006,398 [20446] INFO user - department Thu Jun 8 03:57:40 2006,398 [20446] INFO user - = Thu Jun 8 03:57:40 2006,398 [20446] INFO user - is_admin Thu Jun 8 03:57:40 2006,398 [20446] INFO user - =off Thu Jun 8 03:57:40 2006,399 [20446] INFO user - phone_home Thu Jun 8 03:57:40 2006,399 [20446] INFO user - = Thu Jun 8 03:57:40 2006,399 [20446] INFO user - phone_mobile Thu Jun 8 03:57:40 2006,399 [20446] INFO user - = Thu Jun 8 03:57:40 2006,400 [20446] INFO user - phone_work Thu Jun 8 03:57:40 2006,400 [20446] INFO user - =617 933 9269 Thu Jun 8 03:57:40 2006,400 [20446] INFO user - phone_other Thu Jun 8 03:57:40 2006,401 [20446] INFO user - = Thu Jun 8 03:57:40 2006,401 [20446] INFO user - phone_fax Thu Jun 8 03:57:40 2006,401 [20446] INFO user - = Thu Jun 8 03:57:40 2006,401 [20446] INFO user - email1 Thu Jun 8 03:57:40 2006,402 [20446] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:57:40 2006,402 [20446] INFO user - email2 Thu Jun 8 03:57:40 2006,402 [20446] INFO user - = Thu Jun 8 03:57:40 2006,402 [20446] INFO user - signature Thu Jun 8 03:57:40 2006,403 [20446] INFO user - = Thu Jun 8 03:57:40 2006,403 [20446] INFO user - yahoo_id Thu Jun 8 03:57:40 2006,403 [20446] INFO user - =bassel_mannaa Thu Jun 8 03:57:40 2006,404 [20446] INFO user - address_street Thu Jun 8 03:57:40 2006,404 [20446] INFO user - = Thu Jun 8 03:57:40 2006,404 [20446] INFO user - address_city Thu Jun 8 03:57:40 2006,404 [20446] INFO user - = Thu Jun 8 03:57:40 2006,405 [20446] INFO user - address_state Thu Jun 8 03:57:40 2006,405 [20446] INFO user - = Thu Jun 8 03:57:40 2006,405 [20446] INFO user - address_postalcode Thu Jun 8 03:57:40 2006,406 [20446] INFO user - = Thu Jun 8 03:57:40 2006,406 [20446] INFO user - address_country Thu Jun 8 03:57:40 2006,406 [20446] INFO user - = Thu Jun 8 03:57:40 2006,406 [20446] INFO user - reports_to_id Thu Jun 8 03:57:40 2006,407 [20446] INFO user - = Thu Jun 8 03:57:40 2006,407 [20446] INFO user - tz Thu Jun 8 03:57:40 2006,407 [20446] INFO user - =Europe/Berlin Thu Jun 8 03:57:40 2006,408 [20446] INFO user - holidays Thu Jun 8 03:57:40 2006,408 [20446] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:57:40 2006,408 [20446] INFO user - namedays Thu Jun 8 03:57:40 2006,408 [20446] INFO user - = Thu Jun 8 03:57:40 2006,409 [20446] INFO user - workdays Thu Jun 8 03:57:40 2006,409 [20446] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:57:40 2006,409 [20446] INFO user - weekstart Thu Jun 8 03:57:40 2006,409 [20446] INFO user - =1 Thu Jun 8 03:57:40 2006,410 [20446] INFO user - status Thu Jun 8 03:57:40 2006,410 [20446] INFO user - =Active Thu Jun 8 03:57:40 2006,410 [20446] INFO user - date_format Thu Jun 8 03:57:40 2006,411 [20446] INFO user - =dd-mm-yyyy Thu Jun 8 03:57:40 2006,411 [20446] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:57:40 2006,411 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,413 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:57:40 2006,413 [20446] DEBUG user - additional detail query results: Thu Jun 8 03:57:40 2006,419 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:57:40 2006,420 [20446] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:57:40','Signedin') Thu Jun 8 03:57:40 2006,421 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,422 [20446] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:57:40 2006,422 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,423 [20446] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:57:40 2006,424 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,425 [20446] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:57:40 2006,426 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,428 [20446] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:57:40 2006,428 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,430 [20446] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:57:40 2006,431 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:57:40 2006,431 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,433 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,434 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:57:40 2006,435 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,436 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,437 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:57:40 2006,437 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,439 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,440 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:57:40 2006,441 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,442 [20446] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:57:40 2006,443 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:57:40 2006,443 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,446 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,447 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:57:40 2006,448 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,456 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,467 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:57:40 2006,467 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,481 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,482 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:57:40 2006,483 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,485 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:57:40 2006,486 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:57:40 2006,486 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,488 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,489 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:57:40 2006,489 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,491 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:57:40 2006,492 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:57:40 2006,492 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,493 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,495 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:57:40 2006,495 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,497 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:57:40 2006,498 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:57:40 2006,498 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,499 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,501 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:57:40 2006,501 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,502 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:57:40 2006,503 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:57:40 2006,504 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,505 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,506 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:57:40 2006,507 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,508 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,509 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:57:40 2006,509 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,510 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,512 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:57:40 2006,512 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,513 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:57:40 2006,514 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:57:40 2006,515 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,516 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,517 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:57:40 2006,518 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,519 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,519 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:57:40 2006,520 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,521 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,522 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:57:40 2006,523 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,524 [20446] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:57:40 2006,525 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:57:40 2006,526 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,527 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,528 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:57:40 2006,529 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,530 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,531 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:57:40 2006,531 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,532 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,534 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:57:40 2006,534 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,535 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,536 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:57:40 2006,536 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,538 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,538 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:57:40 2006,539 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,540 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,540 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:57:40 2006,541 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,542 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,543 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:57:40 2006,544 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,545 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,546 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:57:40 2006,546 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,548 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,549 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:57:40 2006,549 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,551 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,551 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:57:40 2006,552 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,553 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,554 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:57:40 2006,555 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,556 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,557 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:57:40 2006,557 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,558 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,560 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:57:40 2006,560 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,561 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,562 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:57:40 2006,563 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,564 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:57:40 2006,565 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:57:40 2006,566 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,567 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,567 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:57:40 2006,568 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,569 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,570 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:57:40 2006,570 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,571 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,572 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:57:40 2006,573 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,574 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,574 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:57:40 2006,575 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,576 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:57:40 2006,577 [20446] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:57:40 2006,577 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:40 2006,579 [20446] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:57:40 2006,579 [20446] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:57:41 2006,277 [19069] DEBUG index - ****Starting for new session Thu Jun 8 03:57:41 2006,278 [19069] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:57:41 2006,278 [19069] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:57:41 2006,279 [19069] INFO index - About to take action Login Thu Jun 8 03:57:41 2006,279 [19069] DEBUG index - in Login Thu Jun 8 03:57:41 2006,280 [19069] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:57:41 2006,280 [19069] INFO index - current module is Users Thu Jun 8 03:57:41 2006,288 [19069] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:57:41 2006,289 [19069] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:57:41 2006,290 [19069] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:57:41 2006,291 [19069] DEBUG index - Current theme is: blue Thu Jun 8 03:57:41 2006,292 [19069] DEBUG index - current_language is: en_us Thu Jun 8 03:57:41 2006,297 [19069] DEBUG index - including headers Thu Jun 8 03:58:16 2006,932 [18865] DEBUG index - ****Starting for new session Thu Jun 8 03:58:16 2006,933 [18865] DEBUG index - We are authenticating user now Thu Jun 8 03:58:16 2006,933 [18865] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:58:16 2006,934 [18865] INFO index - About to take action Authenticate Thu Jun 8 03:58:16 2006,934 [18865] DEBUG index - in Authenticate Thu Jun 8 03:58:16 2006,934 [18865] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:58:16 2006,935 [18865] INFO index - current module is Users Thu Jun 8 03:58:16 2006,942 [18865] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:58:16 2006,943 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:16 2006,944 [18865] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:58:16 2006,945 [18865] DEBUG index - Current theme is: blue Thu Jun 8 03:58:16 2006,946 [18865] DEBUG index - current_language is: en_us Thu Jun 8 03:58:16 2006,951 [18865] DEBUG index - skipping headers Thu Jun 8 03:58:16 2006,952 [18865] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:58:16 2006,953 [18865] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:58:16 2006,954 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:58:16 2006,956 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:58:16 2006,958 [18865] INFO user - id Thu Jun 8 03:58:16 2006,959 [18865] INFO user - =3 Thu Jun 8 03:58:16 2006,959 [18865] INFO user - user_name Thu Jun 8 03:58:16 2006,959 [18865] INFO user - =bmannaa Thu Jun 8 03:58:16 2006,960 [18865] INFO user - user_password Thu Jun 8 03:58:16 2006,960 [18865] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:58:16 2006,960 [18865] INFO user - first_name Thu Jun 8 03:58:16 2006,961 [18865] INFO user - =Bassel Thu Jun 8 03:58:16 2006,961 [18865] INFO user - last_name Thu Jun 8 03:58:16 2006,961 [18865] INFO user - =Mannaa Thu Jun 8 03:58:16 2006,961 [18865] INFO user - description Thu Jun 8 03:58:16 2006,962 [18865] INFO user - = Thu Jun 8 03:58:16 2006,962 [18865] INFO user - date_entered Thu Jun 8 03:58:16 2006,962 [18865] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:58:16 2006,963 [18865] INFO user - date_modified Thu Jun 8 03:58:16 2006,963 [18865] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:58:16 2006,963 [18865] INFO user - modified_user_id Thu Jun 8 03:58:16 2006,963 [18865] INFO user - =1 Thu Jun 8 03:58:16 2006,964 [18865] INFO user - title Thu Jun 8 03:58:16 2006,964 [18865] INFO user - =Software Developer Thu Jun 8 03:58:16 2006,964 [18865] INFO user - department Thu Jun 8 03:58:16 2006,965 [18865] INFO user - = Thu Jun 8 03:58:16 2006,965 [18865] INFO user - is_admin Thu Jun 8 03:58:16 2006,965 [18865] INFO user - =off Thu Jun 8 03:58:16 2006,965 [18865] INFO user - phone_home Thu Jun 8 03:58:16 2006,966 [18865] INFO user - = Thu Jun 8 03:58:16 2006,966 [18865] INFO user - phone_mobile Thu Jun 8 03:58:16 2006,966 [18865] INFO user - = Thu Jun 8 03:58:16 2006,967 [18865] INFO user - phone_work Thu Jun 8 03:58:16 2006,967 [18865] INFO user - =617 933 9269 Thu Jun 8 03:58:16 2006,967 [18865] INFO user - phone_other Thu Jun 8 03:58:16 2006,967 [18865] INFO user - = Thu Jun 8 03:58:16 2006,968 [18865] INFO user - phone_fax Thu Jun 8 03:58:16 2006,968 [18865] INFO user - = Thu Jun 8 03:58:16 2006,968 [18865] INFO user - email1 Thu Jun 8 03:58:16 2006,969 [18865] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:58:16 2006,969 [18865] INFO user - email2 Thu Jun 8 03:58:16 2006,969 [18865] INFO user - = Thu Jun 8 03:58:16 2006,969 [18865] INFO user - signature Thu Jun 8 03:58:16 2006,970 [18865] INFO user - = Thu Jun 8 03:58:16 2006,970 [18865] INFO user - yahoo_id Thu Jun 8 03:58:16 2006,970 [18865] INFO user - =bassel_mannaa Thu Jun 8 03:58:16 2006,971 [18865] INFO user - address_street Thu Jun 8 03:58:16 2006,971 [18865] INFO user - = Thu Jun 8 03:58:16 2006,971 [18865] INFO user - address_city Thu Jun 8 03:58:16 2006,972 [18865] INFO user - = Thu Jun 8 03:58:16 2006,972 [18865] INFO user - address_state Thu Jun 8 03:58:16 2006,972 [18865] INFO user - = Thu Jun 8 03:58:16 2006,972 [18865] INFO user - address_postalcode Thu Jun 8 03:58:16 2006,973 [18865] INFO user - = Thu Jun 8 03:58:16 2006,973 [18865] INFO user - address_country Thu Jun 8 03:58:16 2006,973 [18865] INFO user - = Thu Jun 8 03:58:16 2006,974 [18865] INFO user - reports_to_id Thu Jun 8 03:58:16 2006,974 [18865] INFO user - = Thu Jun 8 03:58:16 2006,974 [18865] INFO user - tz Thu Jun 8 03:58:16 2006,974 [18865] INFO user - =Europe/Berlin Thu Jun 8 03:58:16 2006,975 [18865] INFO user - holidays Thu Jun 8 03:58:16 2006,975 [18865] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:58:16 2006,975 [18865] INFO user - namedays Thu Jun 8 03:58:16 2006,976 [18865] INFO user - = Thu Jun 8 03:58:16 2006,976 [18865] INFO user - workdays Thu Jun 8 03:58:16 2006,976 [18865] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:58:16 2006,976 [18865] INFO user - weekstart Thu Jun 8 03:58:16 2006,977 [18865] INFO user - =1 Thu Jun 8 03:58:16 2006,977 [18865] INFO user - status Thu Jun 8 03:58:16 2006,977 [18865] INFO user - =Active Thu Jun 8 03:58:16 2006,978 [18865] INFO user - date_format Thu Jun 8 03:58:16 2006,978 [18865] INFO user - =dd-mm-yyyy Thu Jun 8 03:58:16 2006,978 [18865] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:58:16 2006,979 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:16 2006,980 [18865] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:58:16 2006,980 [18865] DEBUG user - additional detail query results: Thu Jun 8 03:58:16 2006,985 [18865] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:58:16 2006,986 [18865] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:58:16','Signedin') Thu Jun 8 03:58:16 2006,987 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:16 2006,988 [18865] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:58:16 2006,988 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:16 2006,989 [18865] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:58:16 2006,990 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:16 2006,991 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:58:16 2006,992 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:16 2006,994 [18865] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:58:16 2006,994 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:16 2006,995 [18865] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:58:16 2006,996 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:58:16 2006,997 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:16 2006,998 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:16 2006,999 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:58:16 2006,1000 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,001 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,001 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:58:17 2006,002 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,003 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,005 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:58:17 2006,005 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,006 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:58:17 2006,007 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:58:17 2006,008 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,009 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,010 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:58:17 2006,011 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,012 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,013 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:58:17 2006,013 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,014 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,016 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:58:17 2006,016 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,017 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:58:17 2006,018 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:58:17 2006,019 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,020 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,022 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:58:17 2006,022 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,023 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:58:17 2006,024 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:58:17 2006,025 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,026 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,027 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:58:17 2006,028 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,029 [18865] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:58:17 2006,030 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:58:17 2006,031 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,032 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,033 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:58:17 2006,034 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,035 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:58:17 2006,036 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:58:17 2006,036 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,037 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,039 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:58:17 2006,039 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,040 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,041 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:58:17 2006,042 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,043 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,044 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:58:17 2006,045 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,046 [18865] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:58:17 2006,047 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:58:17 2006,047 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,048 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,050 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:58:17 2006,050 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,051 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,052 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:58:17 2006,052 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,054 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,055 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:58:17 2006,056 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,057 [18865] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:58:17 2006,058 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:58:17 2006,058 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,059 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,061 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:58:17 2006,061 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,062 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,063 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:58:17 2006,063 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,065 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,066 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:58:17 2006,067 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,068 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,068 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:58:17 2006,069 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,070 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,071 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:58:17 2006,071 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,072 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,073 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:58:17 2006,073 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,075 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,076 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:58:17 2006,076 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,078 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,078 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:58:17 2006,079 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,080 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,081 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:58:17 2006,082 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,083 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,084 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:58:17 2006,084 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,085 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,087 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:58:17 2006,087 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,088 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,089 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:58:17 2006,089 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,091 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,092 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:58:17 2006,092 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,094 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,094 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:58:17 2006,095 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,096 [18865] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:17 2006,097 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:58:17 2006,098 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,099 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,100 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:58:17 2006,100 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,102 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,102 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:58:17 2006,103 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,104 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,104 [18865] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:58:17 2006,105 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,106 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,107 [18865] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:58:17 2006,107 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,108 [18865] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:17 2006,109 [18865] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:58:17 2006,110 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:17 2006,111 [18865] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:58:17 2006,112 [18865] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:58:18 2006,177 [20322] DEBUG index - ****Starting for new session Thu Jun 8 03:58:18 2006,178 [20322] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:58:18 2006,179 [20322] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:58:18 2006,179 [20322] INFO index - About to take action Login Thu Jun 8 03:58:18 2006,179 [20322] DEBUG index - in Login Thu Jun 8 03:58:18 2006,180 [20322] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:58:18 2006,180 [20322] INFO index - current module is Users Thu Jun 8 03:58:18 2006,188 [20322] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:58:18 2006,189 [20322] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:18 2006,190 [20322] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:58:18 2006,191 [20322] DEBUG index - Current theme is: blue Thu Jun 8 03:58:18 2006,192 [20322] DEBUG index - current_language is: en_us Thu Jun 8 03:58:18 2006,196 [20322] DEBUG index - including headers Thu Jun 8 03:58:26 2006,276 [20598] DEBUG index - ****Starting for new session Thu Jun 8 03:58:26 2006,277 [20598] DEBUG index - We are authenticating user now Thu Jun 8 03:58:26 2006,277 [20598] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 03:58:26 2006,278 [20598] INFO index - About to take action Authenticate Thu Jun 8 03:58:26 2006,278 [20598] DEBUG index - in Authenticate Thu Jun 8 03:58:26 2006,278 [20598] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 03:58:26 2006,278 [20598] INFO index - current module is Users Thu Jun 8 03:58:26 2006,286 [20598] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:58:26 2006,287 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,288 [20598] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:58:26 2006,289 [20598] DEBUG index - Current theme is: blue Thu Jun 8 03:58:26 2006,290 [20598] DEBUG index - current_language is: en_us Thu Jun 8 03:58:26 2006,295 [20598] DEBUG index - skipping headers Thu Jun 8 03:58:26 2006,296 [20598] DEBUG user - Starting user load for bmannaa Thu Jun 8 03:58:26 2006,297 [20598] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 03:58:26 2006,298 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:58:26 2006,300 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:58:26 2006,302 [20598] INFO user - id Thu Jun 8 03:58:26 2006,303 [20598] INFO user - =3 Thu Jun 8 03:58:26 2006,303 [20598] INFO user - user_name Thu Jun 8 03:58:26 2006,303 [20598] INFO user - =bmannaa Thu Jun 8 03:58:26 2006,304 [20598] INFO user - user_password Thu Jun 8 03:58:26 2006,304 [20598] INFO user - =bmGWS28ZmGLAE Thu Jun 8 03:58:26 2006,304 [20598] INFO user - first_name Thu Jun 8 03:58:26 2006,304 [20598] INFO user - =Bassel Thu Jun 8 03:58:26 2006,305 [20598] INFO user - last_name Thu Jun 8 03:58:26 2006,305 [20598] INFO user - =Mannaa Thu Jun 8 03:58:26 2006,305 [20598] INFO user - description Thu Jun 8 03:58:26 2006,306 [20598] INFO user - = Thu Jun 8 03:58:26 2006,306 [20598] INFO user - date_entered Thu Jun 8 03:58:26 2006,306 [20598] INFO user - =2006-06-07 10:43:39 Thu Jun 8 03:58:26 2006,307 [20598] INFO user - date_modified Thu Jun 8 03:58:26 2006,307 [20598] INFO user - =2006-06-07 23:36:42 Thu Jun 8 03:58:26 2006,307 [20598] INFO user - modified_user_id Thu Jun 8 03:58:26 2006,307 [20598] INFO user - =1 Thu Jun 8 03:58:26 2006,308 [20598] INFO user - title Thu Jun 8 03:58:26 2006,308 [20598] INFO user - =Software Developer Thu Jun 8 03:58:26 2006,308 [20598] INFO user - department Thu Jun 8 03:58:26 2006,309 [20598] INFO user - = Thu Jun 8 03:58:26 2006,309 [20598] INFO user - is_admin Thu Jun 8 03:58:26 2006,309 [20598] INFO user - =off Thu Jun 8 03:58:26 2006,309 [20598] INFO user - phone_home Thu Jun 8 03:58:26 2006,310 [20598] INFO user - = Thu Jun 8 03:58:26 2006,310 [20598] INFO user - phone_mobile Thu Jun 8 03:58:26 2006,310 [20598] INFO user - = Thu Jun 8 03:58:26 2006,311 [20598] INFO user - phone_work Thu Jun 8 03:58:26 2006,311 [20598] INFO user - =617 933 9269 Thu Jun 8 03:58:26 2006,311 [20598] INFO user - phone_other Thu Jun 8 03:58:26 2006,311 [20598] INFO user - = Thu Jun 8 03:58:26 2006,312 [20598] INFO user - phone_fax Thu Jun 8 03:58:26 2006,312 [20598] INFO user - = Thu Jun 8 03:58:26 2006,312 [20598] INFO user - email1 Thu Jun 8 03:58:26 2006,313 [20598] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 03:58:26 2006,313 [20598] INFO user - email2 Thu Jun 8 03:58:26 2006,313 [20598] INFO user - = Thu Jun 8 03:58:26 2006,314 [20598] INFO user - signature Thu Jun 8 03:58:26 2006,314 [20598] INFO user - = Thu Jun 8 03:58:26 2006,314 [20598] INFO user - yahoo_id Thu Jun 8 03:58:26 2006,314 [20598] INFO user - =bassel_mannaa Thu Jun 8 03:58:26 2006,315 [20598] INFO user - address_street Thu Jun 8 03:58:26 2006,315 [20598] INFO user - = Thu Jun 8 03:58:26 2006,315 [20598] INFO user - address_city Thu Jun 8 03:58:26 2006,316 [20598] INFO user - = Thu Jun 8 03:58:26 2006,316 [20598] INFO user - address_state Thu Jun 8 03:58:26 2006,316 [20598] INFO user - = Thu Jun 8 03:58:26 2006,316 [20598] INFO user - address_postalcode Thu Jun 8 03:58:26 2006,317 [20598] INFO user - = Thu Jun 8 03:58:26 2006,317 [20598] INFO user - address_country Thu Jun 8 03:58:26 2006,317 [20598] INFO user - = Thu Jun 8 03:58:26 2006,317 [20598] INFO user - reports_to_id Thu Jun 8 03:58:26 2006,318 [20598] INFO user - = Thu Jun 8 03:58:26 2006,318 [20598] INFO user - tz Thu Jun 8 03:58:26 2006,318 [20598] INFO user - =Europe/Berlin Thu Jun 8 03:58:26 2006,319 [20598] INFO user - holidays Thu Jun 8 03:58:26 2006,319 [20598] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 03:58:26 2006,319 [20598] INFO user - namedays Thu Jun 8 03:58:26 2006,320 [20598] INFO user - = Thu Jun 8 03:58:26 2006,320 [20598] INFO user - workdays Thu Jun 8 03:58:26 2006,320 [20598] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 03:58:26 2006,320 [20598] INFO user - weekstart Thu Jun 8 03:58:26 2006,321 [20598] INFO user - =1 Thu Jun 8 03:58:26 2006,321 [20598] INFO user - status Thu Jun 8 03:58:26 2006,321 [20598] INFO user - =Active Thu Jun 8 03:58:26 2006,322 [20598] INFO user - date_format Thu Jun 8 03:58:26 2006,322 [20598] INFO user - =dd-mm-yyyy Thu Jun 8 03:58:26 2006,322 [20598] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 03:58:26 2006,323 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,324 [20598] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 03:58:26 2006,324 [20598] DEBUG user - additional detail query results: Thu Jun 8 03:58:26 2006,329 [20598] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 03:58:26 2006,330 [20598] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 03:58:26','Signedin') Thu Jun 8 03:58:26 2006,331 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,332 [20598] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 03:58:26 2006,332 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,333 [20598] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 03:58:26 2006,334 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,335 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:58:26 2006,336 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,338 [20598] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 03:58:26 2006,338 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,340 [20598] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 03:58:26 2006,340 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 03:58:26 2006,341 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,342 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,343 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 03:58:26 2006,344 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,345 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,345 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 03:58:26 2006,346 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,347 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,348 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 03:58:26 2006,349 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,350 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:58:26 2006,351 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 03:58:26 2006,351 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,353 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,354 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 03:58:26 2006,355 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,356 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,356 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 03:58:26 2006,357 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,358 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,360 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 03:58:26 2006,360 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,361 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:58:26 2006,362 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 03:58:26 2006,363 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,364 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,365 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 03:58:26 2006,366 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,367 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:58:26 2006,368 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 03:58:26 2006,369 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,370 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,371 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 03:58:26 2006,372 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,373 [20598] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 03:58:26 2006,374 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 03:58:26 2006,374 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,376 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,377 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 03:58:26 2006,378 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,379 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:58:26 2006,380 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 03:58:26 2006,380 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,381 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,383 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 03:58:26 2006,383 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,384 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,385 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 03:58:26 2006,385 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,387 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,388 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 03:58:26 2006,388 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,390 [20598] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 03:58:26 2006,391 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 03:58:26 2006,391 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,392 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,394 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 03:58:26 2006,394 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,395 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,396 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 03:58:26 2006,396 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,398 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,399 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 03:58:26 2006,399 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,401 [20598] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 03:58:26 2006,402 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 03:58:26 2006,402 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,404 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,405 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 03:58:26 2006,405 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,407 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,407 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 03:58:26 2006,408 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,409 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,410 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 03:58:26 2006,411 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,412 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,413 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 03:58:26 2006,413 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,414 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,415 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 03:58:26 2006,415 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,417 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,417 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 03:58:26 2006,418 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,419 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,420 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 03:58:26 2006,421 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,422 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,422 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 03:58:26 2006,423 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,424 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,426 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 03:58:26 2006,426 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,427 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,428 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 03:58:26 2006,428 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,430 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,431 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 03:58:26 2006,431 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,433 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,433 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 03:58:26 2006,434 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,435 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,436 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 03:58:26 2006,437 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,438 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,439 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 03:58:26 2006,439 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,440 [20598] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 03:58:26 2006,442 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 03:58:26 2006,442 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,444 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,444 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 03:58:26 2006,445 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,446 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,447 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 03:58:26 2006,447 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,448 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,449 [20598] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 03:58:26 2006,449 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,451 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,451 [20598] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 03:58:26 2006,452 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,453 [20598] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 03:58:26 2006,453 [20598] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 03:58:26 2006,454 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:26 2006,456 [20598] DEBUG index - authenticated_user_theme is blue Thu Jun 8 03:58:26 2006,456 [20598] DEBUG index - authenticated_user_language is en_us Thu Jun 8 03:58:27 2006,453 [18879] DEBUG index - ****Starting for new session Thu Jun 8 03:58:27 2006,454 [18879] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 03:58:27 2006,454 [18879] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 03:58:27 2006,455 [18879] INFO index - About to take action Login Thu Jun 8 03:58:27 2006,455 [18879] DEBUG index - in Login Thu Jun 8 03:58:27 2006,456 [18879] INFO index - current page is modules/Users/Login.php Thu Jun 8 03:58:27 2006,456 [18879] INFO index - current module is Users Thu Jun 8 03:58:27 2006,464 [18879] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 03:58:27 2006,464 [18879] INFO VT - Message ->checkconnect using old connection Thu Jun 8 03:58:27 2006,465 [18879] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 03:58:27 2006,467 [18879] DEBUG index - Current theme is: blue Thu Jun 8 03:58:27 2006,467 [18879] DEBUG index - current_language is: en_us Thu Jun 8 03:58:27 2006,472 [18879] DEBUG index - including headers Thu Jun 8 04:04:05 2006,613 [17886] DEBUG index - ****Starting for new session Thu Jun 8 04:04:05 2006,622 [17886] DEBUG index - We are authenticating user now Thu Jun 8 04:04:05 2006,623 [17886] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 04:04:05 2006,623 [17886] INFO index - About to take action Authenticate Thu Jun 8 04:04:05 2006,631 [17886] DEBUG index - in Authenticate Thu Jun 8 04:04:05 2006,632 [17886] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 04:04:05 2006,632 [17886] INFO index - current module is Users Thu Jun 8 04:04:05 2006,652 [17886] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 04:04:05 2006,652 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,654 [17886] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 04:04:05 2006,655 [17886] DEBUG index - Current theme is: blue Thu Jun 8 04:04:05 2006,655 [17886] DEBUG index - current_language is: en_us Thu Jun 8 04:04:05 2006,665 [17886] DEBUG index - skipping headers Thu Jun 8 04:04:05 2006,667 [17886] DEBUG user - Starting user load for bmannaa Thu Jun 8 04:04:05 2006,668 [17886] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 04:04:05 2006,668 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 04:04:05 2006,670 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 04:04:05 2006,673 [17886] INFO user - id Thu Jun 8 04:04:05 2006,673 [17886] INFO user - =3 Thu Jun 8 04:04:05 2006,674 [17886] INFO user - user_name Thu Jun 8 04:04:05 2006,674 [17886] INFO user - =bmannaa Thu Jun 8 04:04:05 2006,674 [17886] INFO user - user_password Thu Jun 8 04:04:05 2006,674 [17886] INFO user - =bmGWS28ZmGLAE Thu Jun 8 04:04:05 2006,675 [17886] INFO user - first_name Thu Jun 8 04:04:05 2006,675 [17886] INFO user - =Bassel Thu Jun 8 04:04:05 2006,675 [17886] INFO user - last_name Thu Jun 8 04:04:05 2006,676 [17886] INFO user - =Mannaa Thu Jun 8 04:04:05 2006,676 [17886] INFO user - description Thu Jun 8 04:04:05 2006,676 [17886] INFO user - = Thu Jun 8 04:04:05 2006,676 [17886] INFO user - date_entered Thu Jun 8 04:04:05 2006,677 [17886] INFO user - =2006-06-07 10:43:39 Thu Jun 8 04:04:05 2006,677 [17886] INFO user - date_modified Thu Jun 8 04:04:05 2006,677 [17886] INFO user - =2006-06-07 23:36:42 Thu Jun 8 04:04:05 2006,678 [17886] INFO user - modified_user_id Thu Jun 8 04:04:05 2006,678 [17886] INFO user - =1 Thu Jun 8 04:04:05 2006,678 [17886] INFO user - title Thu Jun 8 04:04:05 2006,678 [17886] INFO user - =Software Developer Thu Jun 8 04:04:05 2006,679 [17886] INFO user - department Thu Jun 8 04:04:05 2006,679 [17886] INFO user - = Thu Jun 8 04:04:05 2006,679 [17886] INFO user - is_admin Thu Jun 8 04:04:05 2006,680 [17886] INFO user - =off Thu Jun 8 04:04:05 2006,680 [17886] INFO user - phone_home Thu Jun 8 04:04:05 2006,680 [17886] INFO user - = Thu Jun 8 04:04:05 2006,680 [17886] INFO user - phone_mobile Thu Jun 8 04:04:05 2006,681 [17886] INFO user - = Thu Jun 8 04:04:05 2006,681 [17886] INFO user - phone_work Thu Jun 8 04:04:05 2006,681 [17886] INFO user - =617 933 9269 Thu Jun 8 04:04:05 2006,681 [17886] INFO user - phone_other Thu Jun 8 04:04:05 2006,682 [17886] INFO user - = Thu Jun 8 04:04:05 2006,682 [17886] INFO user - phone_fax Thu Jun 8 04:04:05 2006,682 [17886] INFO user - = Thu Jun 8 04:04:05 2006,683 [17886] INFO user - email1 Thu Jun 8 04:04:05 2006,683 [17886] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 04:04:05 2006,683 [17886] INFO user - email2 Thu Jun 8 04:04:05 2006,683 [17886] INFO user - = Thu Jun 8 04:04:05 2006,684 [17886] INFO user - signature Thu Jun 8 04:04:05 2006,684 [17886] INFO user - = Thu Jun 8 04:04:05 2006,684 [17886] INFO user - yahoo_id Thu Jun 8 04:04:05 2006,684 [17886] INFO user - =bassel_mannaa Thu Jun 8 04:04:05 2006,685 [17886] INFO user - address_street Thu Jun 8 04:04:05 2006,685 [17886] INFO user - = Thu Jun 8 04:04:05 2006,685 [17886] INFO user - address_city Thu Jun 8 04:04:05 2006,686 [17886] INFO user - = Thu Jun 8 04:04:05 2006,686 [17886] INFO user - address_state Thu Jun 8 04:04:05 2006,686 [17886] INFO user - = Thu Jun 8 04:04:05 2006,686 [17886] INFO user - address_postalcode Thu Jun 8 04:04:05 2006,687 [17886] INFO user - = Thu Jun 8 04:04:05 2006,687 [17886] INFO user - address_country Thu Jun 8 04:04:05 2006,687 [17886] INFO user - = Thu Jun 8 04:04:05 2006,688 [17886] INFO user - reports_to_id Thu Jun 8 04:04:05 2006,688 [17886] INFO user - = Thu Jun 8 04:04:05 2006,688 [17886] INFO user - tz Thu Jun 8 04:04:05 2006,688 [17886] INFO user - =Europe/Berlin Thu Jun 8 04:04:05 2006,689 [17886] INFO user - holidays Thu Jun 8 04:04:05 2006,689 [17886] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 04:04:05 2006,689 [17886] INFO user - namedays Thu Jun 8 04:04:05 2006,690 [17886] INFO user - = Thu Jun 8 04:04:05 2006,690 [17886] INFO user - workdays Thu Jun 8 04:04:05 2006,690 [17886] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 04:04:05 2006,690 [17886] INFO user - weekstart Thu Jun 8 04:04:05 2006,691 [17886] INFO user - =1 Thu Jun 8 04:04:05 2006,691 [17886] INFO user - status Thu Jun 8 04:04:05 2006,691 [17886] INFO user - =Active Thu Jun 8 04:04:05 2006,692 [17886] INFO user - date_format Thu Jun 8 04:04:05 2006,692 [17886] INFO user - =dd-mm-yyyy Thu Jun 8 04:04:05 2006,692 [17886] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 04:04:05 2006,693 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,694 [17886] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 04:04:05 2006,694 [17886] DEBUG user - additional detail query results: Thu Jun 8 04:04:05 2006,699 [17886] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 04:04:05 2006,700 [17886] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 04:04:05','Signedin') Thu Jun 8 04:04:05 2006,701 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,702 [17886] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 04:04:05 2006,702 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,703 [17886] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 04:04:05 2006,704 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,705 [17886] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 04:04:05 2006,706 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,712 [17886] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 04:04:05 2006,713 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,714 [17886] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 04:04:05 2006,715 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 04:04:05 2006,715 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,716 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,718 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 04:04:05 2006,718 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,719 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,720 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 04:04:05 2006,720 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,722 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,723 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 04:04:05 2006,723 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,725 [17886] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 04:04:05 2006,726 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 04:04:05 2006,726 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,727 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,729 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 04:04:05 2006,729 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,730 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,731 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 04:04:05 2006,731 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,733 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,734 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 04:04:05 2006,734 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,736 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 04:04:05 2006,737 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 04:04:05 2006,737 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,738 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,740 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 04:04:05 2006,740 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,741 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 04:04:05 2006,743 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 04:04:05 2006,743 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,744 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,746 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 04:04:05 2006,746 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,747 [17886] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 04:04:05 2006,748 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 04:04:05 2006,749 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,750 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,751 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 04:04:05 2006,752 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,753 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 04:04:05 2006,754 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 04:04:05 2006,754 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,756 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,757 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 04:04:05 2006,757 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,759 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,759 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 04:04:05 2006,760 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,761 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,762 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 04:04:05 2006,763 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,764 [17886] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 04:04:05 2006,765 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 04:04:05 2006,765 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,767 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,768 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 04:04:05 2006,768 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,770 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,770 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 04:04:05 2006,771 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,772 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,773 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 04:04:05 2006,774 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,775 [17886] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 04:04:05 2006,776 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 04:04:05 2006,776 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,778 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,779 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 04:04:05 2006,779 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,781 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,781 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 04:04:05 2006,782 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,783 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,784 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 04:04:05 2006,785 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,786 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,786 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 04:04:05 2006,787 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,788 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,789 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 04:04:05 2006,789 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,790 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,791 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 04:04:05 2006,792 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,793 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,794 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 04:04:05 2006,795 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,796 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,796 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 04:04:05 2006,797 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,798 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,800 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 04:04:05 2006,800 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,801 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,802 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 04:04:05 2006,802 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,804 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,805 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 04:04:05 2006,805 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,807 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,807 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 04:04:05 2006,808 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,809 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,811 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 04:04:05 2006,811 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,812 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,813 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 04:04:05 2006,813 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,815 [17886] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:05 2006,816 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 04:04:05 2006,816 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,818 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,818 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 04:04:05 2006,819 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,820 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,821 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 04:04:05 2006,821 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,822 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,823 [17886] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 04:04:05 2006,823 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,825 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,825 [17886] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 04:04:05 2006,826 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,827 [17886] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:05 2006,827 [17886] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 04:04:05 2006,828 [17886] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:05 2006,830 [17886] DEBUG index - authenticated_user_theme is blue Thu Jun 8 04:04:05 2006,830 [17886] DEBUG index - authenticated_user_language is en_us Thu Jun 8 04:04:09 2006,575 [18865] DEBUG index - ****Starting for new session Thu Jun 8 04:04:09 2006,576 [18865] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 04:04:09 2006,577 [18865] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 04:04:09 2006,577 [18865] INFO index - About to take action Login Thu Jun 8 04:04:09 2006,577 [18865] DEBUG index - in Login Thu Jun 8 04:04:09 2006,578 [18865] INFO index - current page is modules/Users/Login.php Thu Jun 8 04:04:09 2006,578 [18865] INFO index - current module is Users Thu Jun 8 04:04:09 2006,586 [18865] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 04:04:09 2006,586 [18865] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:09 2006,587 [18865] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 04:04:09 2006,589 [18865] DEBUG index - Current theme is: blue Thu Jun 8 04:04:09 2006,589 [18865] DEBUG index - current_language is: en_us Thu Jun 8 04:04:09 2006,594 [18865] DEBUG index - including headers Thu Jun 8 04:04:35 2006,831 [20446] DEBUG index - ****Starting for new session Thu Jun 8 04:04:35 2006,832 [20446] DEBUG index - We are authenticating user now Thu Jun 8 04:04:35 2006,832 [20446] DEBUG index - array ( 'module' => 'Users', 'action' => 'Authenticate', 'return_module' => 'Users', 'return_action' => 'Login', 'user_name' => 'bmannaa', 'user_password' => 'bmannaa', ) Thu Jun 8 04:04:35 2006,833 [20446] INFO index - About to take action Authenticate Thu Jun 8 04:04:35 2006,833 [20446] DEBUG index - in Authenticate Thu Jun 8 04:04:35 2006,833 [20446] INFO index - current page is modules/Users/Authenticate.php Thu Jun 8 04:04:35 2006,833 [20446] INFO index - current module is Users Thu Jun 8 04:04:35 2006,841 [20446] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 04:04:35 2006,842 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,843 [20446] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 04:04:35 2006,844 [20446] DEBUG index - Current theme is: blue Thu Jun 8 04:04:35 2006,845 [20446] DEBUG index - current_language is: en_us Thu Jun 8 04:04:35 2006,850 [20446] DEBUG index - skipping headers Thu Jun 8 04:04:35 2006,851 [20446] DEBUG user - Starting user load for bmannaa Thu Jun 8 04:04:35 2006,852 [20446] DEBUG VT - Message ->query being executed : SELECT * from users where user_name='bmannaa' AND user_password='bmGWS28ZmGLAE' Thu Jun 8 04:04:35 2006,853 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 04:04:35 2006,855 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 04:04:35 2006,857 [20446] INFO user - id Thu Jun 8 04:04:35 2006,858 [20446] INFO user - =3 Thu Jun 8 04:04:35 2006,858 [20446] INFO user - user_name Thu Jun 8 04:04:35 2006,858 [20446] INFO user - =bmannaa Thu Jun 8 04:04:35 2006,858 [20446] INFO user - user_password Thu Jun 8 04:04:35 2006,859 [20446] INFO user - =bmGWS28ZmGLAE Thu Jun 8 04:04:35 2006,859 [20446] INFO user - first_name Thu Jun 8 04:04:35 2006,859 [20446] INFO user - =Bassel Thu Jun 8 04:04:35 2006,860 [20446] INFO user - last_name Thu Jun 8 04:04:35 2006,860 [20446] INFO user - =Mannaa Thu Jun 8 04:04:35 2006,860 [20446] INFO user - description Thu Jun 8 04:04:35 2006,860 [20446] INFO user - = Thu Jun 8 04:04:35 2006,861 [20446] INFO user - date_entered Thu Jun 8 04:04:35 2006,861 [20446] INFO user - =2006-06-07 10:43:39 Thu Jun 8 04:04:35 2006,861 [20446] INFO user - date_modified Thu Jun 8 04:04:35 2006,862 [20446] INFO user - =2006-06-07 23:36:42 Thu Jun 8 04:04:35 2006,862 [20446] INFO user - modified_user_id Thu Jun 8 04:04:35 2006,862 [20446] INFO user - =1 Thu Jun 8 04:04:35 2006,862 [20446] INFO user - title Thu Jun 8 04:04:35 2006,863 [20446] INFO user - =Software Developer Thu Jun 8 04:04:35 2006,863 [20446] INFO user - department Thu Jun 8 04:04:35 2006,863 [20446] INFO user - = Thu Jun 8 04:04:35 2006,864 [20446] INFO user - is_admin Thu Jun 8 04:04:35 2006,864 [20446] INFO user - =off Thu Jun 8 04:04:35 2006,864 [20446] INFO user - phone_home Thu Jun 8 04:04:35 2006,865 [20446] INFO user - = Thu Jun 8 04:04:35 2006,865 [20446] INFO user - phone_mobile Thu Jun 8 04:04:35 2006,865 [20446] INFO user - = Thu Jun 8 04:04:35 2006,865 [20446] INFO user - phone_work Thu Jun 8 04:04:35 2006,866 [20446] INFO user - =617 933 9269 Thu Jun 8 04:04:35 2006,866 [20446] INFO user - phone_other Thu Jun 8 04:04:35 2006,866 [20446] INFO user - = Thu Jun 8 04:04:35 2006,866 [20446] INFO user - phone_fax Thu Jun 8 04:04:35 2006,867 [20446] INFO user - = Thu Jun 8 04:04:35 2006,867 [20446] INFO user - email1 Thu Jun 8 04:04:35 2006,867 [20446] INFO user - =bassel.mannaa at itrize.com Thu Jun 8 04:04:35 2006,868 [20446] INFO user - email2 Thu Jun 8 04:04:35 2006,868 [20446] INFO user - = Thu Jun 8 04:04:35 2006,868 [20446] INFO user - signature Thu Jun 8 04:04:35 2006,868 [20446] INFO user - = Thu Jun 8 04:04:35 2006,869 [20446] INFO user - yahoo_id Thu Jun 8 04:04:35 2006,869 [20446] INFO user - =bassel_mannaa Thu Jun 8 04:04:35 2006,869 [20446] INFO user - address_street Thu Jun 8 04:04:35 2006,870 [20446] INFO user - = Thu Jun 8 04:04:35 2006,870 [20446] INFO user - address_city Thu Jun 8 04:04:35 2006,870 [20446] INFO user - = Thu Jun 8 04:04:35 2006,870 [20446] INFO user - address_state Thu Jun 8 04:04:35 2006,871 [20446] INFO user - = Thu Jun 8 04:04:35 2006,871 [20446] INFO user - address_postalcode Thu Jun 8 04:04:35 2006,871 [20446] INFO user - = Thu Jun 8 04:04:35 2006,871 [20446] INFO user - address_country Thu Jun 8 04:04:35 2006,872 [20446] INFO user - = Thu Jun 8 04:04:35 2006,872 [20446] INFO user - reports_to_id Thu Jun 8 04:04:35 2006,872 [20446] INFO user - = Thu Jun 8 04:04:35 2006,873 [20446] INFO user - tz Thu Jun 8 04:04:35 2006,873 [20446] INFO user - =Europe/Berlin Thu Jun 8 04:04:35 2006,873 [20446] INFO user - holidays Thu Jun 8 04:04:35 2006,873 [20446] INFO user - =de,en_uk,fr,it,us, Thu Jun 8 04:04:35 2006,874 [20446] INFO user - namedays Thu Jun 8 04:04:35 2006,874 [20446] INFO user - = Thu Jun 8 04:04:35 2006,874 [20446] INFO user - workdays Thu Jun 8 04:04:35 2006,875 [20446] INFO user - =0,1,2,3,4,5,6, Thu Jun 8 04:04:35 2006,875 [20446] INFO user - weekstart Thu Jun 8 04:04:35 2006,875 [20446] INFO user - =1 Thu Jun 8 04:04:35 2006,875 [20446] INFO user - status Thu Jun 8 04:04:35 2006,876 [20446] INFO user - =Active Thu Jun 8 04:04:35 2006,876 [20446] INFO user - date_format Thu Jun 8 04:04:35 2006,876 [20446] INFO user - =dd-mm-yyyy Thu Jun 8 04:04:35 2006,877 [20446] DEBUG VT - Message ->query being executed : SELECT u1.first_name, u1.last_name from users u1, users u2 where u1.id = u2.reports_to_id AND u2.id = '3' and u1.deleted=0 Thu Jun 8 04:04:35 2006,877 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,878 [20446] FATAL VT - PearDatabase ->ADODB fetchByAssoc return null Thu Jun 8 04:04:35 2006,879 [20446] DEBUG user - additional detail query results: Thu Jun 8 04:04:35 2006,884 [20446] FATAL VT - PearDatabase ->TRANS creating new connection Thu Jun 8 04:04:35 2006,885 [20446] DEBUG VT - Message ->query being executed : Insert into loginhistory values ('','bmannaa','81.10.24.118','','2006/06/08 04:04:35','Signedin') Thu Jun 8 04:04:35 2006,885 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,886 [20446] DEBUG VT - Message ->query being executed : select roleid from user2role where userid=3 Thu Jun 8 04:04:35 2006,887 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,888 [20446] DEBUG VT - Message ->query being executed : select profileid from role2profile where roleid=3 Thu Jun 8 04:04:35 2006,888 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,890 [20446] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 04:04:35 2006,890 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,892 [20446] DEBUG VT - Message ->query being executed : select tabid from profile2tab where profileid=5 and permissions =0 Thu Jun 8 04:04:35 2006,893 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,894 [20446] DEBUG VT - Message ->getRowCount rows= 21 Thu Jun 8 04:04:35 2006,895 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=1 Thu Jun 8 04:04:35 2006,895 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,896 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,897 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=1 Thu Jun 8 04:04:35 2006,898 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,899 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,900 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=2 Thu Jun 8 04:04:35 2006,900 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,901 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,903 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=2 Thu Jun 8 04:04:35 2006,903 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,904 [20446] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 04:04:35 2006,905 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=3 Thu Jun 8 04:04:35 2006,906 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,907 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,908 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=3 Thu Jun 8 04:04:35 2006,909 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,910 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,911 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=4 Thu Jun 8 04:04:35 2006,911 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,912 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,914 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=4 Thu Jun 8 04:04:35 2006,914 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,915 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 04:04:35 2006,917 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=6 Thu Jun 8 04:04:35 2006,917 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,918 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,920 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=6 Thu Jun 8 04:04:35 2006,920 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,921 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 04:04:35 2006,922 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=7 Thu Jun 8 04:04:35 2006,923 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,924 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,925 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=7 Thu Jun 8 04:04:35 2006,926 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,927 [20446] DEBUG VT - Message ->getRowCount rows= 3 Thu Jun 8 04:04:35 2006,928 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=8 Thu Jun 8 04:04:35 2006,929 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,930 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,931 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=8 Thu Jun 8 04:04:35 2006,932 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,933 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 04:04:35 2006,934 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=9 Thu Jun 8 04:04:35 2006,934 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,936 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,937 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=9 Thu Jun 8 04:04:35 2006,937 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,938 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,939 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=10 Thu Jun 8 04:04:35 2006,940 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,941 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,942 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=10 Thu Jun 8 04:04:35 2006,943 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,944 [20446] DEBUG VT - Message ->getRowCount rows= 1 Thu Jun 8 04:04:35 2006,945 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=13 Thu Jun 8 04:04:35 2006,945 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,946 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,948 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=13 Thu Jun 8 04:04:35 2006,948 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,949 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,950 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=14 Thu Jun 8 04:04:35 2006,950 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,952 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,953 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=14 Thu Jun 8 04:04:35 2006,953 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,955 [20446] DEBUG VT - Message ->getRowCount rows= 2 Thu Jun 8 04:04:35 2006,956 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=15 Thu Jun 8 04:04:35 2006,956 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,957 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,959 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=15 Thu Jun 8 04:04:35 2006,959 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,960 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,961 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=16 Thu Jun 8 04:04:35 2006,961 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,963 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,964 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=16 Thu Jun 8 04:04:35 2006,964 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,966 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,966 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=17 Thu Jun 8 04:04:35 2006,967 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,968 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,969 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=17 Thu Jun 8 04:04:35 2006,969 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,970 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,971 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=18 Thu Jun 8 04:04:35 2006,971 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,973 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,974 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=18 Thu Jun 8 04:04:35 2006,974 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,976 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,976 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=19 Thu Jun 8 04:04:35 2006,977 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,978 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,979 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=19 Thu Jun 8 04:04:35 2006,980 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,981 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,982 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=20 Thu Jun 8 04:04:35 2006,982 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,983 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,985 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=20 Thu Jun 8 04:04:35 2006,985 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,986 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,987 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=21 Thu Jun 8 04:04:35 2006,987 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,989 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,990 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=21 Thu Jun 8 04:04:35 2006,990 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,992 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,992 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=22 Thu Jun 8 04:04:35 2006,993 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,994 [20446] DEBUG VT - Message ->getRowCount rows= 5 Thu Jun 8 04:04:35 2006,995 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=22 Thu Jun 8 04:04:35 2006,996 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,997 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,998 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=24 Thu Jun 8 04:04:35 2006,998 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:35 2006,999 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:35 2006,1000 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=24 Thu Jun 8 04:04:36 2006,000 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:36 2006,002 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:36 2006,002 [20446] DEBUG VT - Message ->query being executed : select * from profile2standardpermissions where profileid =5 and tabid=25 Thu Jun 8 04:04:36 2006,003 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:36 2006,004 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:36 2006,004 [20446] DEBUG VT - Message ->query being executed : select * from profile2utility where profileid =5 and tabid=25 Thu Jun 8 04:04:36 2006,005 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:36 2006,006 [20446] DEBUG VT - Message ->getRowCount rows= 0 Thu Jun 8 04:04:36 2006,007 [20446] DEBUG VT - Message ->query being executed : select * from def_org_share Thu Jun 8 04:04:36 2006,007 [20446] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:36 2006,009 [20446] DEBUG index - authenticated_user_theme is blue Thu Jun 8 04:04:36 2006,009 [20446] DEBUG index - authenticated_user_language is en_us Thu Jun 8 04:04:36 2006,884 [20598] DEBUG index - ****Starting for new session Thu Jun 8 04:04:36 2006,885 [20598] DEBUG index - The current user does not have a session. Going to the login page Thu Jun 8 04:04:36 2006,885 [20598] DEBUG index - array ( 'action' => 'index', 'module' => 'Home', ) Thu Jun 8 04:04:36 2006,886 [20598] INFO index - About to take action Login Thu Jun 8 04:04:36 2006,886 [20598] DEBUG index - in Login Thu Jun 8 04:04:36 2006,887 [20598] INFO index - current page is modules/Users/Login.php Thu Jun 8 04:04:36 2006,887 [20598] INFO index - current module is Users Thu Jun 8 04:04:36 2006,895 [20598] DEBUG VT - Message ->query being executed : SELECT name from tab where presence = 0 order by tabsequence Thu Jun 8 04:04:36 2006,895 [20598] INFO VT - Message ->checkconnect using old connection Thu Jun 8 04:04:36 2006,896 [20598] DEBUG VT - Message ->getRowCount rows= 17 Thu Jun 8 04:04:36 2006,898 [20598] DEBUG index - Current theme is: blue Thu Jun 8 04:04:36 2006,898 [20598] DEBUG index - current_language is: en_us Thu Jun 8 04:04:36 2006,903 [20598] DEBUG index - including headers On Wed, 2006-06-07 at 23:31 -0700, Mickie wrote: > Dear Mary, > > when you try to login into customerportal can you please look into the > vtigercrm.log file and whether the query returns the contact details > or not. or please send me the vtigercrm.log file which is present > under vtigerCRM/logs/ > > Thanks & Regards > Mickie > > > > > ----mary.adel at itrize.com wrote ---- > > Dear All > I have linux OS and i have php4.3 > > i insatalled customer portal but i can't login i don't know > why > althought i took the username and password that has been sent > to me by > the email > > Does anyone have any idea why?? > > Thanks, > Mary > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still > scribbling down your To-Do's on bits of paper & palms of your > hands? Try the AJAX enabled, personal organizer online, Zoho > Planner for FREE instead! http://zohoplanner.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt From mickie at vtiger.com Thu Jun 8 03:09:33 2006 From: mickie at vtiger.com (Mickie) Date: Thu, 08 Jun 2006 03:09:33 -0700 Subject: [Vtigercrm-developers] Customer portal In-Reply-To: <10bb256d7cf.-3695120556215411927.-2881393545747826472@@vtiger.com> References: <1149720027.4295.3.camel@host-81.10.77.98.tedata.net> <10bb256d7cf.-3695120556215411927.-2881393545747826472@@vtiger.com> Message-ID: <10bb31e442e.6942007072911629102.-819201712079789934@@vtiger.com> Dear Mary, Thanks for sending the log file. i forgot to mention that send the logfile in zip format. otherwise when we open the mail it takes long timeto load. >From the log file the authenticate_user function in soap/customerportal.php is not called. so please look into the following forum post http://forums.vtiger.com/viewtopic.php?t=7334 and let us know that details(details asked in that forum) in the forumitself. because this may help some other users who are not indevelopers list. Thanks & Regards Mickie ----mickie at vtiger.com wrote ---- Dear Mary, when you try to login into customerportal can you please look into thevtigercrm.log file and whether the query returns the contact details ornot. or please send me the vtigercrm.log file which is present undervtigerCRM/logs/ Thanks & Regards Mickie ----mary.adel at itrize.com wrote ---- Dear All I have linux OS and i have php4.3 i insatalled customer portal but i can't login i don't know why althought i took the username and password that has been sent to me by the email Does anyone have any idea why?? Thanks, Mary _______________________________________________ Thisvtiger.com email is sponsored by Zoho Planner. Still scribbling downyour To-Do's on bits of paper & palms of your hands? Try the AJAXenabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt _______________________________________________ Thisvtiger.com email is sponsored by Zoho Planner. Still scribbling downyour To-Do's on bits of paper & palms of your hands? Try the AJAXenabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060608/3bcce969/attachment.html From philip at vtiger.com Thu Jun 8 04:28:02 2006 From: philip at vtiger.com (Philip) Date: Thu, 08 Jun 2006 04:28:02 -0700 Subject: [Vtigercrm-developers] vtigerCRM 4.2.4 Released. In-Reply-To: <3bec26390606070949k5b161657saa2a2cceb290fe6d@mail.gmail.com> References: <-315050756124375946@unknownmsgid> <49216030606070759y3af133cdmc81ffbf4e9835edc@mail.gmail.com> <3bec26390606070949k5b161657saa2a2cceb290fe6d@mail.gmail.com> Message-ID: <10bb3662168.5981491837523920509.2463665664636476933@@vtiger.com> Hi Allan Bush, We have updated the release in sourceforge too. https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=158188&release_id=423211 Philip ----allan.bush+vtiger_dev at gmail.com wrote ---- Thanks Philip, Are you going to put this on sourceforge as well and update the front page? On 6/7/06, Sergio A. Kessler wrote: > well done Philip !! > > congratulations to all involved... > > > /sak > > On 6/7/06, Philip wrote: > > > > Hi, > > > > After much delay vtigercrm 4.2.4 has been released. > > > > This is the first community driven release, so a > > big thanks goes out to all the people > > involved in making this happen. Our > > Special Thanks to MFedy K and Allan Bush. > > > > This is mostly a bug fix release, but it does mark > > the first release using the new SVN/Trac > > system which helps us harness the power of > > the community contributions and track > > issues and their fixes so everyone can help out. > > The trac system can be seen here: > > http://vtiger.fosslabs.com > > > > A list of fixed bugs can be seen using the trac > > ticket system here: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=closed&milestone=4.2.4&order=priority > > > > A full changelog can be seen trough the trac svn log here: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/log/vtigercrm/tags/vtigercrm-4.2.4?action=stop_on_copy&rev=6885&stop_rev=&mode=follow_copy&verbose=on > > > > vtigercrm 4.2.4 can be downloaded here: > > > > http://www.vtiger.com/download/vtigercrm-4.2.4.exe > > http://www.vtiger.com/download/vtigercrm-4.2.4.bin > > http://www.vtiger.com/download/vtigercrm-4.2.4.tar.gz > > http://www.vtiger.com/download/vtigercrm-phpdocs-4.2.4.zip > > > > For a new installation simply extract the files into > > a directory accessible through your apache > > setup then point your web browser to that > > directory on your website and follow the > > installation instructions. Software > > you'll require is apache (1.3.x or 2.x) with php (4.3+, no > > 5.x support yet) and mysql (4.x). > > > > You can post any issues or suggestions at > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket > > > > > > UPGRADING > > > > If you are upgrading from a previous version of > > vtigercrm first backup all data then > > follow the instructions for the appropriate version below: > > > > 4.2.3: > > - No database changes are need if you are using a > > seccessfull installation. > > - If tables were only partially created for you using > > an earlier version please wipe your > > database and try with 4.2.4, your problems should be > > solved. > > - To save your current configuration copy the config.php > > file from your old installation to config.inc.php in the > > new installation. You'll also have to edit > > the config file as follows: > > - change the following variable names in config.php > > > > from: > > $dbconfig['db_host_name'] = > > $dbconfig['db_user_name'] = > > > > to: > > $dbconfig['db_hostname'] = > > $dbconfig['db_username'] = > > > > - If your 4.2.3 installation has previously been upgraded > > from an earlier release there is one > > database modification missed in pervious > > upgrades you will want to make manually: > > alter table wordtemplates drop primary key; > > alter table wordtemplates change filename > > filename varchar(100) not null; > > alter table wordtemplates add column templateid > > integer(19) primary key; > > > > > > 4.2.2 (aka 4.2 patch2): > > - Apply the 4.2.3 patch as per: > > http://forums.vtiger.com/viewtopic.php?t=4166 > > - Then follow the instructions for a 4.2.3 upgrade. > > > > > > 4.2.1 or 4.2: > > - Apply the 4.2.2 patch as per: > > http://forums.vtiger.com/viewtopic.php?t=2903 > > - Then follow the instructions for a 4.2.2 upgrade. > > > > > > Philip > > _______________________________________________ > > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > > personal organizer online, Zoho Planner for FREE instead! > > http://zohoplanner.com/?vt > > > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060608/d84a97a0/attachment.htm From allan.bush+vtiger_dev at gmail.com Thu Jun 8 08:27:21 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 8 Jun 2006 08:27:21 -0700 Subject: [Vtigercrm-developers] Translations issue In-Reply-To: <4487C651.3030203@vtigercrmfrance.org> References: <44874ED3.5040408@vtigercrmfrance.org> <4487C651.3030203@vtigercrmfrance.org> Message-ID: <3bec26390606080827y4ea65813u7eb9bb235fa257f1@mail.gmail.com> There is another mail list (http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits) users who are interested in bug report changes can subscribe to. I don't see the point in cross posting, unless you have some pressing issue you believe is being ignored. On 6/7/06, Abos wrote: > Richie has asked to me for a post on trac+on ML. > > Finjon Kiang a ?crit : > > Maybe you could submit such information through Trac: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/newticket > > > > Then somebody will always be notified by the system. :) > > > > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > From Dirk.Gorny at genion.de Thu Jun 8 08:33:31 2006 From: Dirk.Gorny at genion.de (Dirk Gorny) Date: Thu, 8 Jun 2006 17:33:31 +0200 Subject: [Vtigercrm-developers] Outlookplugin and sources Message-ID: <200606081733.32010.Dirk.Gorny@genion.de> Hallo, I'm looking for the sources of the Outlookplugin, to connect the V5. Is it right that V5 does not work with the old outlookplugin? Are there anny sources available including the windows installer for V5? Which are the prior repositorys for all the Software around vtiger? Are there any websites explaining the locations of the source? Best regards Dirk From jtk at yahoo.com Fri Jun 9 13:44:13 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 09 Jun 2006 16:44:13 -0400 Subject: [Vtigercrm-developers] trac spam #1291 Message-ID: Ugh, spammers. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1291 Let's turn off anonymous access, and post on the wiki some contact info for requests for trac logins. From allan.bush+vtiger_dev at gmail.com Sat Jun 10 21:33:58 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Sat, 10 Jun 2006 21:33:58 -0700 Subject: [Vtigercrm-developers] trac spam #1291 In-Reply-To: References: Message-ID: <3bec26390606102133i157ae4m32be69f685f8b857@mail.gmail.com> Another one showed up today as well. I hate to make it harder to create tickets but requiring logins may at least increase the quality of tickets. If we can make registration an automated process then getting a login won't be too much on an inconvenience. An alternate may be to give a couple people permission to delete tickets, so we can at least keep the visibility of spam down. On 6/9/06, Jeff Kowalczyk wrote: > Ugh, spammers. > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1291 > > Let's turn off anonymous access, and post on the wiki some contact info > for requests for trac logins. > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > From sergiokessler at gmail.com Sun Jun 11 10:16:03 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Sun, 11 Jun 2006 14:16:03 -0300 Subject: [Vtigercrm-developers] trac spam #1291 In-Reply-To: <3bec26390606102133i157ae4m32be69f685f8b857@mail.gmail.com> References: <3bec26390606102133i157ae4m32be69f685f8b857@mail.gmail.com> Message-ID: <49216030606111016t58509ff1l1a9e3047c1b93a97@mail.gmail.com> use CAPTCHA ? On 6/11/06, Allan Bush wrote: > Another one showed up today as well. > > I hate to make it harder to create tickets but requiring logins may at > least increase the quality of tickets. If we can make registration an > automated process then getting a login won't be too much on an > inconvenience. > > An alternate may be to give a couple people permission to delete > tickets, so we can at least keep the visibility of spam down. > > On 6/9/06, Jeff Kowalczyk wrote: > > Ugh, spammers. > > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1291 > > > > Let's turn off anonymous access, and post on the wiki some contact info > > for requests for trac logins. > > > > _______________________________________________ > > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > From mary.adel at itrize.com Mon Jun 12 09:18:29 2006 From: mary.adel at itrize.com (Mary Adel) Date: Mon, 12 Jun 2006 19:18:29 +0300 Subject: [Vtigercrm-developers] Customer portal Message-ID: <1150129109.3981.13.camel@localhost.localdomain> I am facing a problem in Customer Portal: I have installed it locally on my machine and it works great but when i installed it on the server it doesn't login although i changed the Server_Path and the Authentication_Path as written in the manual exactly Thanks in advance, -- Mary Adel From jtk at yahoo.com Mon Jun 12 15:53:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 12 Jun 2006 18:53:46 -0400 Subject: [Vtigercrm-developers] prefacing tables with vtiger_? r7003:7004 Message-ID: The changesets r7003:7004 that rename all tables with a vtiger_ prefix is a pretty huge change. It's an impressively ambitious search-replace to be sure ;) Does this address a specific issue encountered with table/variable name conflicts? We should talk about it, you might find it easier to fix whatever small problem arose than to change things this much while ostensibly in beta. Merging across the r7003:7004 boundary is effectively ruled out, of course, so we have to pick our moment for a diff this big. In any event, I would highly recommend using a trac ticket, and 'refs #NNNN' in each related bugfix changeset. I can't see a change of this size *not* introducing bugs that we'll want to track as relating to the changeset that introduces them. Then once 'if' is settled, there's the question of 'what' to prefix; one could argue that the real benefit would be in prefacing a name with a unique spelling. I presume vtiger_ would already appear in other places in the codebase. I see that there's a lot of 'vtiger_table' in comments where ' table' previously occurred... Finally, if keeping it a common spelling of vtiger_, why not use the package name vtigercrm_ so that vtiger's other products could avoid conflicts with vtigercrm tables. From allan.bush+vtiger_dev at gmail.com Mon Jun 12 16:05:37 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Mon, 12 Jun 2006 16:05:37 -0700 Subject: [Vtigercrm-developers] prefacing tables with vtiger_? r7003:7004 In-Reply-To: References: Message-ID: <3bec26390606121605l685a932at34fd3b5d8e8ddb78@mail.gmail.com> I saw this as well. My question is why did we do this? I'm guessing that it's so the vtiger can share a database with other applications. My next question is why didn't we make the prefix configurable? I'm sure someone will request this shortly and it would have been a lot easier to do in the first place instead of trying to redo it. On 6/12/06, Jeff Kowalczyk wrote: > The changesets r7003:7004 that rename all tables with a vtiger_ prefix is > a pretty huge change. It's an impressively ambitious search-replace to be > sure ;) > > Does this address a specific issue encountered with table/variable name > conflicts? We should talk about it, you might find it easier to fix > whatever small problem arose than to change things this much while > ostensibly in beta. > > Merging across the r7003:7004 boundary is effectively ruled out, of > course, so we have to pick our moment for a diff this big. > > In any event, I would highly recommend using a trac ticket, and 'refs > #NNNN' in each related bugfix changeset. I can't see a change of this size > *not* introducing bugs that we'll want to track as relating to the > changeset that introduces them. > > Then once 'if' is settled, there's the question of 'what' to prefix; one > could argue that the real benefit would be in prefacing a name with a > unique spelling. I presume vtiger_ would already appear in other places in > the codebase. I see that there's a lot of 'vtiger_table' in comments where > ' table' previously occurred... > > Finally, if keeping it a common spelling of vtiger_, why not use the > package name vtigercrm_ so that vtiger's other products could avoid > conflicts with vtigercrm tables. > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > From jtk at yahoo.com Mon Jun 12 16:22:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 12 Jun 2006 19:22:46 -0400 Subject: [Vtigercrm-developers] prefacing tables with vtiger_? r7003:7004 References: <3bec26390606121605l685a932at34fd3b5d8e8ddb78@mail.gmail.com> Message-ID: Allan Bush wrote: > My next question is why didn't we make the prefix configurable? Not sure how that would work; every table reference would be a string concatenation? Does ADODB have anything that supports this automagically? All add-ons would have to adopt the table prefix strategy, whether it be hardcoding prefixed names, or string concatenation of a configurable prefix. The two likely possibilities motivating the change were conflicting names internally, and your guess of integration requirements. If you're right that it's about integration, wouldn't we be better off with an external data access API and encourage/enforce integration across that interface? It's not like vtiger has stopped frequently adding or changing tables yet. From allan.bush+vtiger_dev at gmail.com Mon Jun 12 16:35:54 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Mon, 12 Jun 2006 16:35:54 -0700 Subject: [Vtigercrm-developers] prefacing tables with vtiger_? r7003:7004 In-Reply-To: References: <3bec26390606121605l685a932at34fd3b5d8e8ddb78@mail.gmail.com> Message-ID: <3bec26390606121635o62465a7ie542eba8dc9127c0@mail.gmail.com> Yeah it's just a string concatenation which isn't really any harder to do then appending the hard coded string. And all add-ons will have to adapt the hard coded string anyways they could just as easily use the configurable prefix. Adodb xmlschema supports using a prefix so the installation is covered by changing one line instead of a couple hundred like the patch uses. On 6/12/06, Jeff Kowalczyk wrote: > Allan Bush wrote: > > My next question is why didn't we make the prefix configurable? > > Not sure how that would work; every table reference would be a string > concatenation? Does ADODB have anything that supports this automagically? > > All add-ons would have to adopt the table prefix strategy, whether it be > hardcoding prefixed names, or string concatenation of a configurable > prefix. > > The two likely possibilities motivating the change were conflicting names > internally, and your guess of integration requirements. > > If you're right that it's about integration, wouldn't we be better off > with an external data access API and encourage/enforce integration across > that interface? It's not like vtiger has stopped frequently adding or > changing tables yet. > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > From richie at vtiger.com Mon Jun 12 23:05:09 2006 From: richie at vtiger.com (Richie) Date: Mon, 12 Jun 2006 23:05:09 -0700 Subject: [Vtigercrm-developers] prefacing tables with vtiger_? r7003:7004 In-Reply-To: <3bec26390606121635o62465a7ie542eba8dc9127c0@mail.gmail.com> References: <3bec26390606121605l685a932at34fd3b5d8e8ddb78@mail.gmail.com> <3bec26390606121635o62465a7ie542eba8dc9127c0@mail.gmail.com> Message-ID: <10bcbfe4f21.-1004949571753182230.3149534028786239178@@vtiger.com> Hi! I know I am going to b thrashed from all sides for getting this huge change in but then here goes .... a) The only intention was to handle integration with other applications. As you all will know, a single db should now suffice. b) We should have opened a ticket for the same. I will ask Don to do that asap. c) I am not clear about the following. Kindly explain. "If you're right that it's about integration, wouldn't we be better off with an external data access API and encourage/enforce integration across that interface? It's not like vtiger has stopped frequently adding or changing tables yet." d)I am also not aware of any adodb facility which allows us to do this at a single point. If so, I am more than happy to have a look at it. Yes, it is twice the work but better to do the right thing than do things right. It would be very nice if anyone could provide a doc with the features available in adodb. I will post all the internal meetings/comments here if that will keep the comm channels open. I should have done that anyway but then do not tell me that I did not warn you guys! Things are ultra fluid here. I better go and hide somewhere before Jeff and Allan start all the versioning and other queries. If you want me, i will be in newzealand :-)! Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Yeah it's just a string concatenation which isn't really any harder to do then appending the hard coded string. And all add-ons will have to adapt the hard coded string anyways they could just as easily use the configurable prefix. Adodb xmlschema supports using a prefix so the installation is covered by changing one line instead of a couple hundred like the patch uses. On 6/12/06, Jeff Kowalczyk <jtk at yahoo.com> wrote: > Allan Bush wrote: > > My next question is why didn't we make the prefix configurable? > > Not sure how that would work; every table reference would be a string > concatenation? Does ADODB have anything that supports this automagically? > > All add-ons would have to adopt the table prefix strategy, whether it be > hardcoding prefixed names, or string concatenation of a configurable > prefix. > > The two likely possibilities motivating the change were conflicting names > internally, and your guess of integration requirements. > > If you're right that it's about integration, wouldn't we be better off > with an external data access API and encourage/enforce integration across > that interface? It's not like vtiger has stopped frequently adding or > changing tables yet. > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt > _______________________________________________ This vtiger.com email is sponsored by Zoho Planner. Still scribbling down your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, personal organizer online, Zoho Planner for FREE instead! http://zohoplanner.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060612/6be15666/attachment-0001.html From allan.bush+vtiger_dev at gmail.com Mon Jun 12 23:23:12 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Mon, 12 Jun 2006 23:23:12 -0700 Subject: [Vtigercrm-developers] prefacing tables with vtiger_? r7003:7004 In-Reply-To: <8329066687872606581@unknownmsgid> References: <3bec26390606121605l685a932at34fd3b5d8e8ddb78@mail.gmail.com> <3bec26390606121635o62465a7ie542eba8dc9127c0@mail.gmail.com> <8329066687872606581@unknownmsgid> Message-ID: <3bec26390606122323k3dd21a63j7662180961524cbd@mail.gmail.com> Adodb docs can be found here: http://adodb.sourceforge.net/#docs Axmls (which is what the installation process uses) docs can be found here: http://adodb-xmlschema.sourceforge.net/docs/ in particular the method to set a prefix for table names is here: http://adodb-xmlschema.sourceforge.net/docs/axmls/adoSchema.html#SetPrefix On 6/12/06, Richie wrote: > > Hi! > > I know I am going to b thrashed from all sides for getting this huge change > in but > then here goes .... > > a) The only intention was to handle integration with other applications. As > you all will know, a single db should now suffice. > > b) We should have opened a ticket for the same. I will ask Don to do that > asap. > > c) I am not clear about the following. Kindly explain. > > "If you're right that it's about integration, wouldn't we be better off > with an external data access API and encourage/enforce integration across > that interface? It's not like vtiger has stopped frequently adding or > changing tables yet." > > d)I am also not aware of any adodb facility which allows us to do this at a > single point. If so, I am more than happy to have a look at it. Yes, it is > twice the work but better to do the right thing than do things right. > > It would be very nice if anyone could provide a doc with the features > available in adodb. > > I will post all the internal meetings/comments here if that will keep the > comm channels open. I should have done that anyway but then do not tell me > that I did not warn you guys! Things are ultra fluid here. > > I better go and hide somewhere before Jeff and Allan start all the > versioning and other queries. > > If you want me, i will be in newzealand :-)! > > Richie > > > > > ---- Allan Bush wrote ---- > > > Yeah it's just a string concatenation which isn't really any harder to > do then appending the hard coded string. And all add-ons will have to > adapt the hard coded string anyways they could just as easily use the > configurable prefix. > > Adodb xmlschema supports using a prefix so the installation is covered > by changing one line instead of a couple hundred like the patch uses. > > On 6/12/06, Jeff Kowalczyk wrote: > > Allan Bush wrote: > > > My next question is why didn't we make the prefix configurable? > > > > Not sure how that would work; every table reference would be a string > > concatenation? Does ADODB have anything that supports this automagically? > > > > All add-ons would have to adopt the table prefix strategy, whether it be > > hardcoding prefixed names, or string concatenation of a configurable > > prefix. > > > > The two likely possibilities motivating the change were conflicting names > > internally, and your guess of integration requirements. > > > > If you're right that it's about integration, wouldn't we be better off > > with an external data access API and encourage/enforce integration across > > that interface? It's not like vtiger has stopped frequently adding or > > changing tables yet. > > > > _______________________________________________ > > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by Zoho Planner. Still scribbling down > your To-Do's on bits of paper & palms of your hands? Try the AJAX enabled, > personal organizer online, Zoho Planner for FREE instead! > http://zohoplanner.com/?vt > > From richie at vtiger.com Tue Jun 13 00:52:03 2006 From: richie at vtiger.com (Richie) Date: Tue, 13 Jun 2006 00:52:03 -0700 Subject: [Vtigercrm-developers] Tasks worked upon in the coming days Message-ID: <10bcc602f0e.5051009567967854594.364370018630408481@@vtiger.com> Hi! In the coming days, we are going to work on the following :- a) Automated UI Testing b) Adding Last Viewed and Group Allocation View to Home Page c) Combining Activities into the Calendar. We do not plan to have any separate view for Activities. All of them will be in the Calendar. d) Security Audit Implementation. This is to keep track of who has done what activity. This will have a tremendous performance impact hence will be made optional. e) More default Dashboards as in the 4.2.3 Cumulative Statistics link f) There might be a revamp of the installation screens. g) Bug fixing This is the scope of development for now. The rest will only be UI and Usability enhancements. We have been working on the following :- a) User Related List b) Getting User Edit/Del info from the database c) Integrating Google Maps d) API doc-addition e) Bug Fixing >From now on , I am going to share all these with you on a daily basis. All the street-talk here will be shared with you . Feel free to share your views. I had been told this earlier too but did not do it. It certainly was not a decision not to do so just did not do it as I under-estimated the importance of this. I would request all of you to share your views so that we can have a good discussion. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060613/5a4bcbaf/attachment.htm From richie at vtiger.com Tue Jun 13 03:40:34 2006 From: richie at vtiger.com (Richie) Date: Tue, 13 Jun 2006 03:40:34 -0700 Subject: [Vtigercrm-developers] launching Quick Create from More Info tab Message-ID: <10bccfa7845.-2265435118929489838.-8203478905963534966@@vtiger.com> Let us take the following scenario. We create an Account. Now, we would like to relate a Potential to it. Currently, we click on More Info tab and then click on Add new Potential. Upon clicking that button, we get a full screen for Potential creation. Why not just launch the Quick Create screen instead of the full scale screen? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060613/3dd628f9/attachment.html From richie at vtiger.com Tue Jun 13 05:46:26 2006 From: richie at vtiger.com (Richie) Date: Tue, 13 Jun 2006 05:46:26 -0700 Subject: [Vtigercrm-developers] more default dashboards? Message-ID: <10bcd6db3c9.7556176327783423867.4965721612879306546@@vtiger.com> Hello! I was wondering if it would be proper to show more default dashboards? If so, kindly state what all data would you like to be shown in the dashboard. The current dashboard only caters to the SFA module. Any dashboards for the Inventory and other modules please? Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060613/63782b93/attachment.htm From webmaster at vtigercrmfrance.org Tue Jun 13 06:14:43 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Tue, 13 Jun 2006 15:14:43 +0200 Subject: [Vtigercrm-developers] more default dashboards? In-Reply-To: <10bcd6db3c9.7556176327783423867.4965721612879306546@@vtiger.com> References: <10bcd6db3c9.7556176327783423867.4965721612879306546@@vtiger.com> Message-ID: <448EBA43.7000206@vtigercrmfrance.org> Hi, few ideas : 1/ AVG time between first meeting with a lead and quotes by team and user (asked by lot of users) 2/ Ticket category 3/ AVG time to answer a ticket by supporter 4/ AVG time to close a ticket by supporter 5/ Best sellers 6/ Sales by user 7/ Sales by team 8/ AVG meeting to catch a customer by user 9/ Ticket by product Other kind of cool feature, for modules like quotes, when i select an account, display only the related contact on the contact select popup. Regards, A?ssa Richie a ?crit : > Hello! > > I was wondering if it would be proper to show more default dashboards? > > If so, kindly state what all data would you like to be shown in the dashboard. > > The current dashboard only caters to the SFA module. Any dashboards for the Inventory and other modules > please? > > Thanks, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From jtk at yahoo.com Tue Jun 13 07:22:47 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 13 Jun 2006 10:22:47 -0400 Subject: [Vtigercrm-developers] Running PHP4 and PHP5 with mod_suphp Message-ID: I couldn't locate the original message, but I recall Allan asking how PHP4 and PHP5 could be run simultaneously. This article I encountered today suggests one way: How To Set Up suPHP With PHP4 And PHP5 http://www.howtoforge.com/book/print/1341 http://www.suphp.org FWIW, a workable PHP4 + PHP5 setup would have benefits for more than just the individual developer/tester reviewing his own checkins. If vtiger runs a server with a live demo at the current SVN HEAD for automated integration testing, simultaneous PHP4+PHP5 would be a good thing to run the test suites against. From jtk at yahoo.com Tue Jun 13 10:44:21 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 13 Jun 2006 13:44:21 -0400 Subject: [Vtigercrm-developers] Tasks worked upon in the coming days References: <48151.2506063611$1150185187@news.gmane.org> Message-ID: Richie wrote: > In the coming days, we are going to work on the following :- a) > Automated UI Testing Great initatives. Ticket #14, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/14 gives links to Selenium, which is our best option for browser-based functional/integration testing. The Firefox extension for recording Selenium tests is a very useful tool. > c) Integrating Google Maps Ticket #1300 http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1300 gives links to the third-party GoogleMapsAPI library that should form the basis of vtigercrm's Google Maps support. From minnie at vtiger.com Tue Jun 13 23:58:29 2006 From: minnie at vtiger.com (Mangai) Date: Tue, 13 Jun 2006 23:58:29 -0700 Subject: [Vtigercrm-developers] more default dashboards? In-Reply-To: <448EBA43.7000206@vtigercrmfrance.org> References: <10bcd6db3c9.7556176327783423867.4965721612879306546@@vtiger.com> <448EBA43.7000206@vtigercrmfrance.org> Message-ID: <10bd1557e92.-5308108364806141133.-4152136703048774778@@vtiger.com> Hello Aissa, Thank you for your ideas. I've integrated the following 2/ Ticket category 6/ Sales by user 7/ Sales by team 9/ Ticket by product. but I am not clear about theremainings. shall you explain more about them(ie.,statements:1,3,4,5,8). Awaiting for your reply. Thanks & Regards, Minnie. ----webmaster at vtigercrmfrance.org wrote ---- Hi, few ideas : 1/ AVG time between first meeting with a lead and quotes by team and user (asked by lot of users) 2/ Ticket category 3/ AVG time to answer a ticket by supporter 4/ AVG time to close a ticket by supporter 5/ Best sellers 6/ Sales by user 7/ Sales by team 8/ AVG meeting to catch a customer by user 9/ Ticket by product Other kind of cool feature, for modules like quotes, when i select an account, display only the related contact on the contact select popup. Regards, A?ssa Richie a ?crit : > Hello! > > I was wondering if it would be proper to show more default dashboards? > > If so, kindly state what all data would you like to be shown in the dashboard. > > The current dashboard only caters to the SFA module. Any dashboards for the Inventory and other modules > please? > > Thanks, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ >This vtiger.com email is sponsored by: Zoho Writer. Are you still usingyour desktop word processor for typing documents? Try the AJAX enabled,collaboration-friendly online word processor, Zoho Writer for FREEinstead! > http://zohowriter.com/?vt _______________________________________________ Thisvtiger.com email is sponsored by: Zoho Writer. Are you still using yourdesktop word processor for typing documents? Try the AJAX enabled,collaboration-friendly online word processor, Zoho Writer for FREEinstead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060613/4029f4b0/attachment-0001.html From richie at vtiger.com Wed Jun 14 00:43:08 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 00:43:08 -0700 Subject: [Vtigercrm-developers] need help in bug fixes Message-ID: <10bd17e615d.7535696846065000144.-3364126962304852890@@vtiger.com> Hi! We need some help in bug fixing over here. Anyone who is good at javascript can give us a hand. There are some javascript/validation issues that we need some hand at. Do have a look at the trac and see what all can be fixed by you. I would appreciate if you provide the fix in the trac and notify us here so that we all are aware of what is happening. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/a2f74709/attachment.htm From richie at vtiger.com Wed Jun 14 00:44:55 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 00:44:55 -0700 Subject: [Vtigercrm-developers] daily tests Message-ID: <10bd1800978.5785040948354407423.5189712521360774400@@vtiger.com> Hi! It would be nice if we have a process wherein we can have the latest source code tested on a daily basis. This will identify bugs and make the product more robuster. I have already made a request for more helping hands in bug fixing so fixing the bugs will also be a parallel process i think. This will take off all the onus from our side and free us for other tasks over here. What do you all think? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/57d9e8c1/attachment.html From richie at vtiger.com Wed Jun 14 00:46:15 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 00:46:15 -0700 Subject: [Vtigercrm-developers] enhancements in campaigns? Message-ID: <10bd1813c3b.4734407221847085874.-1566230932933079374@@vtiger.com> I would like to know if there are any suggestions on improving the campaign management feature of the vtigercrm 5 beta please? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/30d7a5f0/attachment.htm From richie at vtiger.com Wed Jun 14 00:47:18 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 00:47:18 -0700 Subject: [Vtigercrm-developers] enhancements in inventory module Message-ID: <10bd18230ad.-1182506512966192519.-85389591156162189@@vtiger.com> Need inputs for enhancing the inventory module. Do post your views here. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/a5f7a26c/attachment.html From richie at vtiger.com Wed Jun 14 00:50:15 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 00:50:15 -0700 Subject: [Vtigercrm-developers] activities vs calendar Message-ID: <10bd184e600.-2504312323109982742.-6730991518288738686@@vtiger.com> There has been a post suggesting that having Activities and Calendar is causing some confusion. We plan to address that issue. If we could get your views on the same, then we can start with it. We plan to do away with the Activity create view the way it is and have a better UI. All the Activities will be represented in the Calendar alone. We are not yet sure of how to handle Tasks but will figure out soon. The above are what we have discussed till now and we are yet to do any coding/ UI changes. Kindly post your views so that we can finalize on the approach to the same. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/46e58aba/attachment.htm From richie at vtiger.com Wed Jun 14 00:59:10 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 00:59:10 -0700 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? Message-ID: <10bd18d0ec9.270080448493548180.6831487863740372189@@vtiger.com> I would like to get your views on making vtiger more community oriented. The reason for this is as follows :- a) It will free the core team for other tasks. Right now, we are facing a shortage of hands in fixing the issues, testing the product, documentation, etc. We would like these to be off-loaded to an extent so that we can continue further development. Things are working no doubt but in patches. I would like to bring in more accountability, automation and transparency into the system. Again, these will not be at the cost of flexibility and speed. The core team when left to itself can move very fast but we need to move together. I am sure we have people who have skills supplementary/complementary to those of the core team. The need is to make these work together thereby leading to a fast,nimble and efficient community thereby leading to a much better product. I am sure we have gurus on board who have 'been there, done that'. I welcome them to put forth their ideas on handling this issue. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/7140d58c/attachment.html From webmaster at vtigercrmfrance.org Wed Jun 14 01:00:39 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Wed, 14 Jun 2006 10:00:39 +0200 Subject: [Vtigercrm-developers] activities vs calendar In-Reply-To: <10bd184e600.-2504312323109982742.-6730991518288738686@@vtiger.com> References: <10bd184e600.-2504312323109982742.-6730991518288738686@@vtiger.com> Message-ID: <448FC227.2080907@vtigercrmfrance.org> I totally agree with that, in france Activities and calendar cause confusions. Same thing with events and activites. We know task or to do, and we make the difference with activities, but between events and activities is not clear. A?ssa Richie a ?crit : > There has been a post suggesting that having Activities and Calendar is causing some confusion. > We plan to address that issue. > > If we could get your views on the same, then we can start with it. > > We plan to do away with the Activity create view the way it is and have a better UI. > All the Activities will be represented in the Calendar alone. > > We are not yet sure of how to handle Tasks but will figure out soon. > > The above are what we have discussed till now and we are yet to do any coding/ UI changes. > > Kindly post your views so that we can finalize on the approach to the same. > > > > Thanks, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From webmaster at vtigercrmfrance.org Wed Jun 14 01:00:55 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Wed, 14 Jun 2006 10:00:55 +0200 Subject: [Vtigercrm-developers] enhancements in campaigns? In-Reply-To: <10bd1813c3b.4734407221847085874.-1566230932933079374@@vtiger.com> References: <10bd1813c3b.4734407221847085874.-1566230932933079374@@vtiger.com> Message-ID: <448FC237.1040308@vtigercrmfrance.org> Hi Richie, having the ability to link a list of leads, accounts or contacts will be very good. For each list, the ability to send an email with templates merging. A?ssa Richie a ?crit : > I would like to know if there are any suggestions on improving the campaign management feature > of the vtigercrm 5 beta please? > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From webmaster at vtigercrmfrance.org Wed Jun 14 01:08:15 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Wed, 14 Jun 2006 10:08:15 +0200 Subject: [Vtigercrm-developers] more default dashboards? In-Reply-To: <10bd1557e92.-5308108364806141133.-4152136703048774778@@vtiger.com> References: <10bcd6db3c9.7556176327783423867.4965721612879306546@@vtiger.com> <448EBA43.7000206@vtigercrmfrance.org> <10bd1557e92.-5308108364806141133.-4152136703048774778@@vtiger.com> Message-ID: <448FC3EF.9090801@vtigercrmfrance.org> Hi Minnie, 1/ AVG time between first meeting with a lead and quotes by team and user (asked by lot of users) The goal is to know the the average time, + more long time, + more short time, between the first call/meeting with a customer (lead), and a product sold for him. Lot of persons have reported to me : "it's really the minimum feature for a CRM". In future, we can use this kind of datas to make forecast, leads by month * time required to transform / avg sell by contacts ;-) 8/ AVG meeting to catch a customer by user Is like (1) but here the goal is to know the elapsed time between lead creation and lead conversion. 3/ AVG time to answer a ticket by supporter the average time by quarter 4h, 8h, 12h... The goal is to have an idea of support speed quality. How many time take my tehcnician to answer a question. 4/ AVG time to close a ticket by supporter Same thing than point 3, but here the goal is to estimate the time to close a ticket and to see if the support is performant. 5/ Best sellers Products the more sold. We can think to : more solds this moth, more sold everytimes. And to present the 10 best sellers. 8/ AVG meeting to catch a customer by user How many time/expenses (call, visits) my team/my employees need to catch a customer. Thanks Minnie, A?ssa Mangai a ?crit : > > Hello Aissa, > > Thank you for your ideas. > > I've integrated the following > 2/ Ticket category > 6/ Sales by user > 7/ Sales by team > 9/ Ticket by product. > but I am not clear about the remainings. shall you explain > more about them(ie., statements:1,3,4,5,8). > > Awaiting for your reply. > > Thanks & Regards, > Minnie. > > > > > > > ----webmaster at vtigercrmfrance.org wrote ---- > > Hi, > few ideas : > 1/ AVG time between first meeting with a lead and quotes > by team and user > (asked by lot of users) > > 2/ Ticket category > 3/ AVG time to answer a ticket by supporter > 4/ AVG time to close a ticket by supporter > 5/ Best sellers > 6/ Sales by user > 7/ Sales by team > 8/ AVG meeting to catch a customer by user > 9/ Ticket by product > > > Other kind of cool feature, for modules like quotes, when i select an > account, display only the related contact on the contact select popup. > Regards, > A?ssa > > Richie a ?crit : > > Hello! > > > > I was wondering if it would be proper to show more default > dashboards? > > > > If so, kindly state what all data would you like to be shown in > the dashboard. > > > > The current dashboard only caters to the SFA module. Any > dashboards for the Inventory and other modules > > please? > > > > Thanks, > > Richie > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? Try > the AJAX enabled, collaboration-friendly online word processor, > Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still > using your desktop word processor for typing documents? Try the > AJAX enabled, collaboration-friendly online word processor, Zoho > Writer for FREE instead! > http://zohowriter.com/?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From richie at vtiger.com Wed Jun 14 01:14:53 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 01:14:53 -0700 Subject: [Vtigercrm-developers] remove XTemplate Engine Message-ID: <10bd19b7289.-1528834361707623714.-8501265681751956584@@vtiger.com> vtiger is currently using Smarty engine for most of its operations. Sadly, it still bundles XTemplate engine due to the reason mentioned below. Downside:Features provided by Mike Crowe need to be ported to Smarty. Need volunteers to do the same please. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/76b3e270/attachment.htm From fp at crm-now.de Wed Jun 14 02:06:50 2006 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 14 Jun 2006 11:06:50 +0200 Subject: [Vtigercrm-developers] activities vs calendar Message-ID: <200606140907.k5E97ju6019089@doko.im-netz.de> Richie wrote: "All the Activities will be represented in the Calendar alone." What a terrible idea!!! The activity list/detail view is needed much! This is currently the only way you can use to sort your activities by creating custom lists. You may use these functions to answer questions like: - What are the activities assigned to a specific user - Which activities are open - What activities are connected to a contact/potential/lead ans so on. Having activities listed at the calendar only would remove these very useful functions. The usability of the CRM would decline substantially! Regards Frank From gopals at vtiger.com Wed Jun 14 04:44:04 2006 From: gopals at vtiger.com (Gopal) Date: Wed, 14 Jun 2006 04:44:04 -0700 Subject: [Vtigercrm-developers] activities vs calendar In-Reply-To: <200606140907.k5E97ju6019089@doko.im-netz.de> References: <200606140907.k5E97ju6019089@doko.im-netz.de> Message-ID: <10bd25af5b9.344825367750106450.4356578027631471530@@vtiger.com> I think we are planning to phase-out Activities tab, but it doesn't mean we are completely taking out the functionality of Activities - List View. I proposed the following solution with my team here in India and sharing the same with you all: "List View" as a separate view in Calendar along with Day, Week, Month, and Year views. In List View we can have the Custom Views so that users can filter the data according to their requirements. In Calendar, list all tasks on RHS similar to Outlook Calendar. PS: The above approach is followed in Outlook and Yahoo Calendar as well. I think with this we can phase-out Activities tab and make Calendar module more user friendly. Please give your views. Regards, Gopal --------------------------------------- S.S.G.Gopal Toll Free: +1 877 788 4437 Blog: http://gopal.vtiger.com ----fp at crm-now.de wrote ---- Richie wrote: "All the Activities will be represented in the Calendar alone." What a terrible idea!!! The activity list/detail view is needed much! This is currently the only way you can use to sort your activities by creating custom lists. You may use these functions to answer questions like: - What are the activities assigned to a specific user - Which activities are open - What activities are connected to a contact/potential/lead ans so on. Having activities listed at the calendar only would remove these very useful functions. The usability of the CRM would decline substantially! Regards Frank _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/395fabe0/attachment.html From libregeek at gmail.com Wed Jun 14 05:10:42 2006 From: libregeek at gmail.com (Manilal K M) Date: Wed, 14 Jun 2006 17:40:42 +0530 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: <7846333195662322963@unknownmsgid> References: <7846333195662322963@unknownmsgid> Message-ID: <2315046d0606140510h1f588e89la83be67c6115c58f@mail.gmail.com> On 14/06/06, Richie wrote: > > I would like to get your views on making vtiger more > community oriented. The reason for this is > as follows :- > > a) It will free the core team for other tasks. Right > now, we are facing a shortage of hands in > fixing the issues, > testing the product, documentation, etc. > > We would like these to be off-loaded to an extent so > that we can continue further development. > > Things are working no doubt but in patches. > > > I would like to bring in more accountability, > automation and transparency into the > system. > Again, these will not be at the cost of flexibility > and speed. > The core team when left to itself can move very fast > but we need to move together. I am sure > we have people who have skills > supplementary/complementary to those of the core team. > The need is to make these work together thereby leading to > a fast,nimble and efficient community > thereby leading to a much better product. > > > I am sure we have gurus on board who have 'been > there, done that'. I welcome them to put > forth > their ideas on handling this issue. > > > Richie > _______________________________________________ Hi Richie: I have only very limited experience(less than 6 months) in vtiger. Within this period I never felt that vtiger is a Open Source Project neither a Community project. The developers never mind to respond to development related questions. They may respond to some user related questions, but rejected developer questions. This is not good for a Community project. Of course it's the highlight of Proprietory projects, where the end user/developer has little control. I admit the fact that the developers are busy, but the fact remains that if a community project wants to succeed, then there should be somebody to make the guidelines for development and project management. I have posted a number of queries regarding developing new modules and module management in vtiger5. But none of them got a satisfactory reply. They are simply ignored by the developers. I know that vtiger5 is under development. But there are no changelog or changes which a programmer can refer with the released code. I am a member of other community projects like Horde and I was suprised with the support. Initially I got immense support from the horde developers so that I was able to learn the stuff in quick time and was able to contribute some good patches. Inorder to make vtiger community oriented, the first step should be taken from the developers itself. There should be some developer documents, API documentation and above all good support in Forum/Mailing List. I know that vtigerwiki has some stuff, but it's insufficent for a programmer. I strongly believe that making a good knowledge base is the key in Open Source Projects. See the result of my postings in mailing list and forums: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-March/000612.html http://forums.vtiger.com/viewtopic.php?t=6631 http://forums.vtiger.com/viewtopic.php?t=4664 http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-April/000804.html http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-May/000918.html See the Unanswered Postings in Forums: http://forums.vtiger.com/search.php?search_id=unanswered There are more than 2000 Postings which are unanswered !!! regards Manilal From developer at infointegrated.com Wed Jun 14 05:31:57 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Wed, 14 Jun 2006 07:31:57 -0500 Subject: [Vtigercrm-developers] activities vs calendar In-Reply-To: <10bd25af5b9.344825367750106450.4356578027631471530@@vtiger.com> References: <200606140907.k5E97ju6019089@doko.im-netz.de> <10bd25af5b9.344825367750106450.4356578027631471530@@vtiger.com> Message-ID: Gopal, Yes, I think that is the right direction. You may want to have an Upcoming Meetings and Tasks view (similar to the Home module). This would always provide a quick glance of what is coming soon on the calendar and task side. It also provides a way to display tasks that do not have dates associated with them. You would also want displaying of tasks on the calendar grid to be a user specific option, as some people do not like it. Brian On Jun 14, 2006, at 6:44 AM, Gopal wrote: > I think we are planning to phase-out Activities tab, but it doesn't > mean we are completely taking out the functionality of Activities - > List View. > > I proposed the following solution with my team here in India and > sharing the same with you all: > > "List View" as a separate view in Calendar along with Day, Week, > Month, and Year views. > In List View we can have the Custom Views so that users can filter > the data according to their requirements. > In Calendar, list all tasks on RHS similar to Outlook Calendar. > PS: The above approach is followed in Outlook and Yahoo Calendar as > well. > > I think with this we can phase-out Activities tab and make Calendar > module more user friendly. > > Please give your views. > > Regards, > Gopal > > --------------------------------------- > S.S.G.Gopal > > Toll Free: +1 877 788 4437 > Blog: http://gopal.vtiger.com > > > > > > ----fp at crm-now.de wrote ---- > > Richie wrote: > "All the Activities will be represented in the Calendar alone." > > What a terrible idea!!! The activity list/detail view is needed > much! This > is currently the only way you can use to sort your activities by > creating > custom lists. You may use these functions to answer questions like: > - What are the activities assigned to a specific user > - Which activities are open > - What activities are connected to a contact/potential/lead > ans so on. > > Having activities listed at the calendar only would remove these > very useful > functions. The usability of the CRM would decline substantially! > > Regards > Frank > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still > using your desktop word processor for typing documents? Try the > AJAX enabled, collaboration-friendly online word processor, Zoho > Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still > using your desktop word processor for typing documents? Try the > AJAX enabled, collaboration-friendly online word processor, Zoho > Writer for FREE instead! > http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/05f31dea/attachment.htm From allan.bush+vtiger_dev at gmail.com Wed Jun 14 07:05:57 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 14 Jun 2006 07:05:57 -0700 Subject: [Vtigercrm-developers] activities vs calendar In-Reply-To: <448FC227.2080907@vtigercrmfrance.org> References: <448FC227.2080907@vtigercrmfrance.org> Message-ID: <3bec26390606140705w5c472542ta6de9df56d45a6f@mail.gmail.com> I like the idea of eliminating the activities module as long as we make finding activities as easy within the Calendar. Things as that would be required to be added to the Calendar are: - custom views - activity search - better sharing of events between users Actually when I come to think of it I never really see users using the Activities module directly. They use their Calendar for scheduling and the related activities lists to track user history so as long as we keep those I'm guessing most users won't notice the change. On 6/14/06, Abos wrote: > I totally agree with that, in france Activities and calendar cause > confusions. Same thing with events and activites. > We know task or to do, and we make the difference with activities, but > between events and activities is not clear. > A?ssa > > Richie a ?crit : > > There has been a post suggesting that having Activities and Calendar is causing some confusion. > > We plan to address that issue. > > > > If we could get your views on the same, then we can start with it. > > > > We plan to do away with the Activity create view the way it is and have a better UI. > > All the Activities will be represented in the Calendar alone. > > > > We are not yet sure of how to handle Tasks but will figure out soon. > > > > The above are what we have discussed till now and we are yet to do any coding/ UI changes. > > > > Kindly post your views so that we can finalize on the approach to the same. > > > > > > > > Thanks, > > Richie > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From arodes at onweald.com Wed Jun 14 07:27:45 2006 From: arodes at onweald.com (Andrew Rodes) Date: Wed, 14 Jun 2006 09:27:45 -0500 Subject: [Vtigercrm-developers] activities vs calendar In-Reply-To: <3bec26390606140705w5c472542ta6de9df56d45a6f@mail.gmail.com> Message-ID: <200606141428.k5EESCKe012395@vtigerforge.com> So would calendar events replace them? There is allot of potential in the activity concept when it comes to automated marketing programs, activity plans ( templates of sets of activities an organization can create to handle certain regular situations like an initial sales visit follow-up plan for example). With regards to marketing, activity plans can be associated with a marketing campaign listing steps needed to get the marketing campaign launched. A good example is a tradeshow event where there is a lot of prep work involved. Also, activities can be used as work events ... anything that happened, or needs to happen for a given major entity to reach a next state. For example, activities can be associated to Trouble Tickets to record the work items that reps took to work a ticket (for internal review and historical purposes). Also, Activities can be associated to Orders to track the work items that took place to fulfill an order. They are much more then just calendar events imho. Granted, I worked for Siebel for 4 years, so I'm basing allot on how their activities work, but in Siebel they are very popular, and one of the simplest concepts that users could get their heads around. I think "generisizing" them into calendar events sounds great from a developers perspective but perhaps users will miss the activity concept, and it will limit future use of the module in associating activities with other entities. Just a few thoughts ..I'm not s major contributor to the community so I will defer to the others, of course, but I think a distinct activity module is a basic component of any CRM software. Andy Rodes www.onweald.com -----Original Message----- From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Allan Bush Sent: Wednesday, June 14, 2006 9:06 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] activities vs calendar I like the idea of eliminating the activities module as long as we make finding activities as easy within the Calendar. Things as that would be required to be added to the Calendar are: - custom views - activity search - better sharing of events between users Actually when I come to think of it I never really see users using the Activities module directly. They use their Calendar for scheduling and the related activities lists to track user history so as long as we keep those I'm guessing most users won't notice the change. On 6/14/06, Abos wrote: > I totally agree with that, in france Activities and calendar cause > confusions. Same thing with events and activites. > We know task or to do, and we make the difference with activities, but > between events and activities is not clear. > A?ssa > > Richie a ?crit : > > There has been a post suggesting that having Activities and Calendar is causing some confusion. > > We plan to address that issue. > > > > If we could get your views on the same, then we can start with it. > > > > We plan to do away with the Activity create view the way it is and have a better UI. > > All the Activities will be represented in the Calendar alone. > > > > We are not yet sure of how to handle Tasks but will figure out soon. > > > > The above are what we have discussed till now and we are yet to do any coding/ UI changes. > > > > Kindly post your views so that we can finalize on the approach to the same. > > > > > > > > Thanks, > > Richie > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt From brett.hooker at saucesoft.com Wed Jun 14 07:14:01 2006 From: brett.hooker at saucesoft.com (Brett Hooker) Date: Thu, 15 Jun 2006 00:14:01 +1000 Subject: [Vtigercrm-developers] activities vs calendar In-Reply-To: <3bec26390606140705w5c472542ta6de9df56d45a6f@mail.gmail.com> References: <448FC227.2080907@vtigercrmfrance.org> <3bec26390606140705w5c472542ta6de9df56d45a6f@mail.gmail.com> Message-ID: <449019A9.7090803@saucesoft.com> We'd notice the change, as would our customers. Activities, tasks in particular, are used extensively to track events that take place during the sales cycle. For example, when a quote is required, a sales team member adds a task against the account that is assigned to the commercial manager. The commercial manager sees the new activity on their home page on next login, and processes as required. There are other such flows. I concur on events - seamless integration between process specific event creation (like "call this person back at this date and time") and their calendar. Allan Bush wrote: > I like the idea of eliminating the activities module as long as we > make finding activities as easy within the Calendar. > > Things as that would be required to be added to the Calendar are: > - custom views > - activity search > - better sharing of events between users > > Actually when I come to think of it I never really see users using the > Activities module directly. They use their Calendar for scheduling > and the related activities lists to track user history so as long as > we keep those I'm guessing most users won't notice the change. > > On 6/14/06, Abos wrote: > >> I totally agree with that, in france Activities and calendar cause >> confusions. Same thing with events and activites. >> We know task or to do, and we make the difference with activities, but >> between events and activities is not clear. >> A?ssa >> >> Richie a ?crit : >> >>> There has been a post suggesting that having Activities and Calendar is causing some confusion. >>> We plan to address that issue. >>> >>> If we could get your views on the same, then we can start with it. >>> >>> We plan to do away with the Activity create view the way it is and have a better UI. >>> All the Activities will be represented in the Calendar alone. >>> >>> We are not yet sure of how to handle Tasks but will figure out soon. >>> >>> The above are what we have discussed till now and we are yet to do any coding/ UI changes. >>> >>> Kindly post your views so that we can finalize on the approach to the same. >>> >>> >>> >>> Thanks, >>> Richie >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! >>> http://zohowriter.com/?vt >>> >> _______________________________________________ >> This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! >> http://zohowriter.com/?vt >> > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/2cef97a3/attachment.html From sergiokessler at gmail.com Wed Jun 14 08:00:44 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 14 Jun 2006 12:00:44 -0300 Subject: [Vtigercrm-developers] daily tests In-Reply-To: <3218448933387747572@unknownmsgid> References: <3218448933387747572@unknownmsgid> Message-ID: <49216030606140800t1a60c669w34a0ca0972700f6d@mail.gmail.com> what if you put a daily / hourly cron with svn update updating the public demo ? On 6/14/06, Richie wrote: > > Hi! > > It would be nice if we have a process wherein we can > have the latest source code tested on a > daily basis. > This will identify bugs and make the product more > robuster. > > I have already made a request for more helping hands in > bug fixing so fixing the bugs will also be > a parallel > process i think. > > This will take off all the onus from our side and > free us for other tasks over here. > > What do you all think? > > Richie > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > From sergiokessler at gmail.com Wed Jun 14 08:15:01 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 14 Jun 2006 12:15:01 -0300 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: <2315046d0606140510h1f588e89la83be67c6115c58f@mail.gmail.com> References: <7846333195662322963@unknownmsgid> <2315046d0606140510h1f588e89la83be67c6115c58f@mail.gmail.com> Message-ID: <49216030606140815u2fef989oe9503761cc232c3e@mail.gmail.com> I have to agree... I can understand not having the time for replying to every end-user question, in fact when I was the captain of an open source project, I leave the end users helping each other... there simply no time for developers to answer every stupid question... but if you want the *developers* community help, you cannot afford to ignore them, and then ask the same people to help... On 6/14/06, Manilal K M wrote: > On 14/06/06, Richie wrote: > > > > I would like to get your views on making vtiger more > > community oriented. The reason for this is > > as follows :- > > > > a) It will free the core team for other tasks. Right > > now, we are facing a shortage of hands in > > fixing the issues, > > testing the product, documentation, etc. > > > > We would like these to be off-loaded to an extent so > > that we can continue further development. > > > > Things are working no doubt but in patches. > > > > > > I would like to bring in more accountability, > > automation and transparency into the > > system. > > Again, these will not be at the cost of flexibility > > and speed. > > The core team when left to itself can move very fast > > but we need to move together. I am sure > > we have people who have skills > > supplementary/complementary to those of the core team. > > The need is to make these work together thereby leading to > > a fast,nimble and efficient community > > thereby leading to a much better product. > > > > > > I am sure we have gurus on board who have 'been > > there, done that'. I welcome them to put > > forth > > their ideas on handling this issue. > > > > > > Richie > > _______________________________________________ > > Hi Richie: > I have only very limited experience(less than 6 months) in vtiger. > Within this period I never felt that vtiger is a Open Source Project > neither a Community project. The developers never mind to respond to > development related questions. They may respond to some user related > questions, but rejected developer questions. This is not good for a > Community project. Of course it's the highlight of Proprietory > projects, where the end user/developer has little control. > > I admit the fact that the developers are busy, but the fact > remains that if a community project wants to succeed, then there > should be somebody to make the guidelines for development and project > management. I have posted a number of queries regarding developing new > modules and module management in vtiger5. But none of them got a > satisfactory reply. They are simply ignored by the developers. I know > that vtiger5 is under development. But there are no changelog or > changes which a programmer can refer with the released code. I am a > member of other community projects like Horde and I was suprised with > the support. Initially I got immense support from the horde developers > so that I was able to learn the stuff in quick time and was able to > contribute some good patches. > > Inorder to make vtiger community oriented, the first step should be > taken from the developers itself. There should be some developer > documents, API documentation and above all good support in > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > insufficent for a programmer. I strongly believe that making a good > knowledge base is the key in Open Source Projects. > > See the result of my postings in mailing list and forums: > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-March/000612.html > http://forums.vtiger.com/viewtopic.php?t=6631 > http://forums.vtiger.com/viewtopic.php?t=4664 > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-April/000804.html > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-May/000918.html > > See the Unanswered Postings in Forums: > http://forums.vtiger.com/search.php?search_id=unanswered > > There are more than 2000 Postings which are unanswered !!! > > regards > Manilal > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > From allan.bush+vtiger_dev at gmail.com Wed Jun 14 08:18:52 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 14 Jun 2006 08:18:52 -0700 Subject: [Vtigercrm-developers] activities vs calendar In-Reply-To: <449019A9.7090803@saucesoft.com> References: <448FC227.2080907@vtigercrmfrance.org> <3bec26390606140705w5c472542ta6de9df56d45a6f@mail.gmail.com> <449019A9.7090803@saucesoft.com> Message-ID: <3bec26390606140818q7e1df0d3r7b0af5db24569f5a@mail.gmail.com> I'd argue that in all these examples the user didn't use the activities list directly (clicking the Activities tab). They are using the activities "related lists" found in the details of other modules I assume that Richie isn't proposing getting ride of these lists. Currently if you add an event to the activities list it gets added to the calendar, if you add something to the calendar it gets added to the activities list. It's the same data in both modules (ignoring tasks which would need to be handled better in the Calendar to make this work obviously). Providing one interface to access the data is simply an attempt to reduce user confusion. On 6/14/06, Brett Hooker wrote: > > We'd notice the change, as would our customers. > > Activities, tasks in particular, are used extensively to track events that > take place during the sales cycle. > > For example, when a quote is required, a sales team member adds a task > against the account that is assigned to the commercial manager. The > commercial manager sees the new activity on their home page on next login, > and processes as required. > > There are other such flows. > > I concur on events - seamless integration between process specific event > creation (like "call this person back at this date and time") and their > calendar. > > > > Allan Bush wrote: > I like the idea of eliminating the activities module as long as we > make finding activities as easy within the Calendar. > > Things as that would be required to be added to the Calendar are: > - custom views > - activity search > - better sharing of events between users > > Actually when I come to think of it I never really see users using the > Activities module directly. They use their Calendar for scheduling > and the related activities lists to track user history so as long as > we keep those I'm guessing most users won't notice the change. > > On 6/14/06, Abos wrote: > > > I totally agree with that, in france Activities and calendar cause > confusions. Same thing with events and activites. > We know task or to do, and we make the difference with activities, but > between events and activities is not clear. > A?ssa > > Richie a ?crit : > > > There has been a post suggesting that having Activities and Calendar is > causing some confusion. > We plan to address that issue. > > If we could get your views on the same, then we can start with it. > > We plan to do away with the Activity create view the way it is and have a > better UI. > All the Activities will be represented in the Calendar alone. > > We are not yet sure of how to handle Tasks but will figure out soon. > > The above are what we have discussed till now and we are yet to do any > coding/ UI changes. > > Kindly post your views so that we can finalize on the approach to the same. > > > > Thanks, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > From fp at crm-now.de Wed Jun 14 08:46:27 2006 From: fp at crm-now.de (Frank Piepiorra) Date: Wed, 14 Jun 2006 17:46:27 +0200 Subject: [Vtigercrm-developers] vtigercrm-developers Digest, Vol 6, Issue 16 In-Reply-To: Message-ID: <200606141547.k5EFlYUh000482@doko.im-netz.de> An activity list is an essential part of all CRMs I know. Some of the reasons are already mentioned before. At v4.2 we customized the activity list to fit our needs and this is list is more in use than the calendar. The needs differ from company to company but a activity list is a simple tool users turn to if they are not happy with the calendar functionality. May be vtiger can target a compromise: Extending the calendar functionalities as proposed by Richie but maintaning the existing activity list until the new calender functions a validate. Let the users decide what they want to use. Regards, Frank > Date: Wed, 14 Jun 2006 09:27:45 -0500 > From: "Andrew Rodes" > Subject: Re: [Vtigercrm-developers] activities vs calendar > To: > Message-ID: <200606141428.k5EESCKe012395 at vtigerforge.com> > Content-Type: text/plain; charset="iso-8859-1" > > So would calendar events replace them? There is allot of > potential in the activity concept when it comes to automated > marketing programs, activity plans ( templates of sets of > activities an organization can create to handle certain > regular situations like an initial sales visit follow-up plan > for example). > > With regards to marketing, activity plans can be associated > with a marketing campaign listing steps needed to get the > marketing campaign launched. A good example is a tradeshow > event where there is a lot of prep work involved. > > Also, activities can be used as work events ... anything that > happened, or needs to happen for a given major entity to > reach a next state. For example, activities can be associated > to Trouble Tickets to record the work items that reps took to > work a ticket (for internal review and historical purposes). > Also, Activities can be associated to Orders to track the > work items that took place to fulfill an order. They are much > more then just calendar events imho. > > Granted, I worked for Siebel for 4 years, so I'm basing allot > on how their activities work, but in Siebel they are very > popular, and one of the simplest concepts that users could > get their heads around. I think "generisizing" them into > calendar events sounds great from a developers perspective > but perhaps users will miss the activity concept, and it will > limit future use of the module in associating activities with > other entities. > > Just a few thoughts ..I'm not s major contributor to the > community so I will defer to the others, of course, but I > think a distinct activity module is a basic component of any > CRM software. > > Andy Rodes > www.onweald.com > > -----Original Message----- > From: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] On > Behalf Of Allan Bush > Sent: Wednesday, June 14, 2006 9:06 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] activities vs calendar > > I like the idea of eliminating the activities module as long > as we make finding activities as easy within the Calendar. > > Things as that would be required to be added to the Calendar are: > - custom views > - activity search > - better sharing of events between users > > Actually when I come to think of it I never really see users > using the Activities module directly. They use their > Calendar for scheduling and the related activities lists to > track user history so as long as we keep those I'm guessing > most users won't notice the change. > From jtk at yahoo.com Wed Jun 14 08:48:58 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 14 Jun 2006 11:48:58 -0400 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? References: <7846333195662322963@unknownmsgid> <2315046d0606140510h1f588e89la83be67c6115c58f@mail.gmail.com> <49216030606140815u2fef989oe9503761cc232c3e@mail.gmail.com> Message-ID: I'd like to make sure that the factors driving vtiger teams's decisions are out in the open for the community's comment. Sometimes there are big unannounced codebase changes, or dubious change from alpha to beta status, etc. I'm sure I'm not alone in wondering how we got from point A to point B sometimes. I'd like to think it's not some dread meeting with impatient VCs that dictates features, release dates, version numbering, etc. There are many viable models for managing open source development in a complex application. I've been a big fan of how Plone does it. See their next semi-annual release for examples worthy of emulation: http://plone.org/products/plone/releases/2.5 - Features (PLIPs) proposed, vetted, implemented, merged. Persons owning PLIP must maintain a branch for their PLIP. - Releases scheduled (6 months), PLIPs proposed, dropped if not finished on time. - Prerelease version and maturity policies rigorously followed, live migration from any (pre)release version forward is guaranteed. We don't have to get too formal about it. A trac ticket is enough for an improvement proposal (VTIP?), but I'd like to see everyone using trac to the maximum benefit, expecially on their checkin messages. IMO, We should adopt some of Plone's successful guidelines, and adapt the parameters to our needs and vtigercrm's current maturity. I'd suggest perhaps two 3-month timed releases, then move to a 6 month cycle in 2007. From richie at vtiger.com Wed Jun 14 09:27:15 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 09:27:15 -0700 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: References: <7846333195662322963@unknownmsgid> <2315046d0606140510h1f588e89la83be67c6115c58f@mail.gmail.com> <49216030606140815u2fef989oe9503761cc232c3e@mail.gmail.com> Message-ID: <10bd35e39d0.-2981950208416425988.-8112085999219479130@@vtiger.com> Hi! Be assured there are no impatient VCs breathing down our neck. It is just the way we work to get the features out fast and quick. You must accept that we have slowed down since quite some time ;-)! The only VC is me if anyone who is driving the things. So, I do take all the blame. I will have a look at Plone and respond to that point in leisure. I will also respond to the release cycle issue soon. Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- I'd like to make sure that the factors driving vtiger teams's decisions are out in the open for the community's comment. Sometimes there are big unannounced codebase changes, or dubious change from alpha to beta status, etc. I'm sure I'm not alone in wondering how we got from point A to point B sometimes. I'd like to think it's not some dread meeting with impatient VCs that dictates features, release dates, version numbering, etc. There are many viable models for managing open source development in a complex application. I've been a big fan of how Plone does it. See their next semi-annual release for examples worthy of emulation: http://plone.org/products/plone/releases/2.5 - Features (PLIPs) proposed, vetted, implemented, merged. Persons owning PLIP must maintain a branch for their PLIP. - Releases scheduled (6 months), PLIPs proposed, dropped if not finished on time. - Prerelease version and maturity policies rigorously followed, live migration from any (pre)release version forward is guaranteed. We don't have to get too formal about it. A trac ticket is enough for an improvement proposal (VTIP?), but I'd like to see everyone using trac to the maximum benefit, expecially on their checkin messages. IMO, We should adopt some of Plone's successful guidelines, and adapt the parameters to our needs and vtigercrm's current maturity. I'd suggest perhaps two 3-month timed releases, then move to a 6 month cycle in 2007. _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/d3de3fcf/attachment.htm From richie at vtiger.com Wed Jun 14 09:28:43 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 09:28:43 -0700 Subject: [Vtigercrm-developers] daily tests In-Reply-To: <49216030606140800t1a60c669w34a0ca0972700f6d@mail.gmail.com> References: <3218448933387747572@unknownmsgid> <49216030606140800t1a60c669w34a0ca0972700f6d@mail.gmail.com> Message-ID: <10bd35f9046.8796385094624000948.8711148818398449611@@vtiger.com> I am game for this but how about providing hourly tars instead. Matt, can you get this done please? Updating the demo, I am not sure about that. Will check and get back. Richie ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- what if you put a daily / hourly cron with svn update updating the public demo ? On 6/14/06, Richie <richie at vtiger.com> wrote: > > Hi! > > It would be nice if we have a process wherein we can > have the latest source code tested on a > daily basis. > This will identify bugs and make the product more > robuster. > > I have already made a request for more helping hands in > bug fixing so fixing the bugs will also be > a parallel > process i think. > > This will take off all the onus from our side and > free us for other tasks over here. > > What do you all think? > > Richie > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/d0b49925/attachment.html From mmbrich at fosslabs.com Wed Jun 14 09:39:00 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Wed, 14 Jun 2006 10:39:00 -0600 Subject: [Vtigercrm-developers] daily tests In-Reply-To: <10bd35f9046.8796385094624000948.8711148818398449611@@vtiger.com> References: <3218448933387747572@unknownmsgid> <49216030606140800t1a60c669w34a0ca0972700f6d@mail.gmail.com> <10bd35f9046.8796385094624000948.8711148818398449611@@vtiger.com> Message-ID: <1150303140.7718.16.camel@localhost.localdomain> I sure can, but I think Sergio has the right idea with an updated demo, this gives people a chance to do testing without having to be gurus at setting the CRM up, wider audience :). I've set up a demo updater that updates our 4.x demo server every night, we could build off of that if you want, its very simple really. I personally dont see much of a need for hourly tars when you can have the real time goodies you get from SVN instead. The SVN instructions on the trac wiki are clear enough that even noobs shouldn't have too many problems. Also, if you dont want the vtiger.com demo updated we could always put up the devel demo on the trac server or I can get another one up and running to isolate the demo in its own vserver if you would rather. Matt On Wed, 2006-06-14 at 09:28 -0700, Richie wrote: > I am game for this but how about providing hourly tars instead. > Matt, can you get this done please? > > Updating the demo, I am not sure about that. > Will check and get back. > > Richie > > > > > ---- Sergio A. Kessler wrote ---- > > what if you put a daily / hourly cron with > > svn update > > updating the public demo ? > > > On 6/14/06, Richie wrote: > > > > Hi! > > > > It would be nice if we have a process wherein we can > > have the latest source code tested on a > > daily basis. > > This will identify bugs and make the product more > > robuster. > > > > I have already made a request for more helping hands in > > bug fixing so fixing the bugs will also be > > a parallel > > process i think. > > > > This will take off all the onus from our side and > > free us for other tasks over here. > > > > What do you all think? > > > > Richie > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your > > desktop word processor for typing documents? Try the AJAX > enabled, > > collaboration-friendly online word processor, Zoho Writer > for FREE instead! > > http://zohowriter.com/?vt > > > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From richie at vtiger.com Wed Jun 14 09:48:35 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 09:48:35 -0700 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: <49216030606140815u2fef989oe9503761cc232c3e@mail.gmail.com> References: <7846333195662322963@unknownmsgid> <2315046d0606140510h1f588e89la83be67c6115c58f@mail.gmail.com> <49216030606140815u2fef989oe9503761cc232c3e@mail.gmail.com> Message-ID: <10bd371c13b.8162569223878106465.-7197499729440255921@@vtiger.com> I will justify the case however difficult it might be. Yes, we did not answer the queries at certain points in time. But at that time, the focus was on getting the job done ourselves and that too fast and get the product out faster!There was also an impatience with teaching the other folks about how to do it as in the same amount of time, we would have got fixed the particular issue and lots more. Now, we realise that the product has grown too big to be handled by us alone and that too at the given speed that we work, it will not be proper to take up all the tasks ourselves. Hence the query for more community effort. You can state it as a phase of growth that we had to go through. There was no intention of "not-helping-out-folks". It was pure impatience. I will hasten to state that "it was not arrogance". "There should be some developer documents, API documentation and above all good support in Forum/Mailing List. I know that vtigerwiki has some stuff, but it's insufficent for a programmer. I strongly believe that making a good knowledge base is the key in Open Source Projects." Manilal, we are working on that. As you are aware, we are trying to get the code in a more simpler format (well, we are trying) and we are trying to get the APIs out too. If you are a bit more patient, we will have some How Tos too out in the open. The forum has stopped being the point for dev discussions. The mailing list is intended to be the place for dev discussions. Hence we did not answer the questions (okay, this might be a lame excuse but it holds at times :-) ) /sak, I know it is like looking into the funnel upside down but that is how it is. We do want to change but it will take some patience and should I say guidance to do the same. Manilal, I do remember asking you to be patient as we were working on building the basic guidelines itself. The entire process of taking out junk code, opening up the APIs with relatively proper documents, the planned website and wiki changes are all towards that end only. If you would have observed, I have myself admitted that I should have been more open and should have shared the street-talk that we have here with the community in large. Again, if you would have observed, I have started doing the same. It is not for taking credit but just to prove that I am trying to make things different from what they were. It will take time. I have in fact shared all the To-do lists of mine with you and realise that I should have done it long ago. Better late than never. I take all the blame for these "issues". I assure you we do want to be more open. Let us make a beginning. We over here, will keep the past in perspective so that the same mistakes are not committed again. BTW /sak, we cannot afford to ignore you guys, however much I hate JeffK ;-)! Come on guys, is no one supporting me for a change ??? :-)! Richie ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- I have to agree... I can understand not having the time for replying to every end-user question, in fact when I was the captain of an open source project, I leave the end users helping each other... there simply no time for developers to answer every stupid question... but if you want the *developers* community help, you cannot afford to ignore them, and then ask the same people to help... On 6/14/06, Manilal K M <libregeek at gmail.com> wrote: > On 14/06/06, Richie <richie at vtiger.com> wrote: > > > > I would like to get your views on making vtiger more > > community oriented. The reason for this is > > as follows :- > > > > a) It will free the core team for other tasks. Right > > now, we are facing a shortage of hands in > > fixing the issues, > > testing the product, documentation, etc. > > > > We would like these to be off-loaded to an extent so > > that we can continue further development. > > > > Things are working no doubt but in patches. > > > > > > I would like to bring in more accountability, > > automation and transparency into the > > system. > > Again, these will not be at the cost of flexibility > > and speed. > > The core team when left to itself can move very fast > > but we need to move together. I am sure > > we have people who have skills > > supplementary/complementary to those of the core team. > > The need is to make these work together thereby leading to > > a fast,nimble and efficient community > > thereby leading to a much better product. > > > > > > I am sure we have gurus on board who have 'been > > there, done that'. I welcome them to put > > forth > > their ideas on handling this issue. > > > > > > Richie > > _______________________________________________ > > Hi Richie: > I have only very limited experience(less than 6 months) in vtiger. > Within this period I never felt that vtiger is a Open Source Project > neither a Community project. The developers never mind to respond to > development related questions. They may respond to some user related > questions, but rejected developer questions. This is not good for a > Community project. Of course it's the highlight of Proprietory > projects, where the end user/developer has little control. > > I admit the fact that the developers are busy, but the fact > remains that if a community project wants to succeed, then there > should be somebody to make the guidelines for development and project > management. I have posted a number of queries regarding developing new > modules and module management in vtiger5. But none of them got a > satisfactory reply. They are simply ignored by the developers. I know > that vtiger5 is under development. But there are no changelog or > changes which a programmer can refer with the released code. I am a > member of other community projects like Horde and I was suprised with > the support. Initially I got immense support from the horde developers > so that I was able to learn the stuff in quick time and was able to > contribute some good patches. > > Inorder to make vtiger community oriented, the first step should be > taken from the developers itself. There should be some developer > documents, API documentation and above all good support in > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > insufficent for a programmer. I strongly believe that making a good > knowledge base is the key in Open Source Projects. > > See the result of my postings in mailing list and forums: > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-March/000612.html > http://forums.vtiger.com/viewtopic.php?t=6631 > http://forums.vtiger.com/viewtopic.php?t=4664 > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-April/000804.html > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-May/000918.html > > See the Unanswered Postings in Forums: > http://forums.vtiger.com/search.php?search_id=unanswered > > There are more than 2000 Postings which are unanswered !!! > > regards > Manilal > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/1749f153/attachment-0001.htm From richie at vtiger.com Wed Jun 14 09:52:16 2006 From: richie at vtiger.com (Richie) Date: Wed, 14 Jun 2006 09:52:16 -0700 Subject: [Vtigercrm-developers] daily tests In-Reply-To: <1150303140.7718.16.camel@localhost.localdomain> References: <3218448933387747572@unknownmsgid> <49216030606140800t1a60c669w34a0ca0972700f6d@mail.gmail.com> <10bd35f9046.8796385094624000948.8711148818398449611@@vtiger.com> <1150303140.7718.16.camel@localhost.localdomain> Message-ID: <10bd37521af.72327556214438523.-5320629650835361341@@vtiger.com> Nice of you to respond so fast. I am hesitant to update the vtiger.com demo simply because I do not know how to do it. If you can share the update script then I think we are game to go. I still might require that trac server machine for the demo just in case. Let me check with my team here and get back. Ok? Richie ---- Matthew Brichacek<mmbrich at fosslabs.com> wrote ---- I sure can, but I think Sergio has the right idea with an updated demo, this gives people a chance to do testing without having to be gurus at setting the CRM up, wider audience :). I've set up a demo updater that updates our 4.x demo server every night, we could build off of that if you want, its very simple really. I personally dont see much of a need for hourly tars when you can have the real time goodies you get from SVN instead. The SVN instructions on the trac wiki are clear enough that even noobs shouldn't have too many problems. Also, if you dont want the vtiger.com demo updated we could always put up the devel demo on the trac server or I can get another one up and running to isolate the demo in its own vserver if you would rather. Matt On Wed, 2006-06-14 at 09:28 -0700, Richie wrote: > I am game for this but how about providing hourly tars instead. > Matt, can you get this done please? > > Updating the demo, I am not sure about that. > Will check and get back. > > Richie > > > > > ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- > > what if you put a daily / hourly cron with > > svn update > > updating the public demo ? > > > On 6/14/06, Richie <richie at vtiger.com> wrote: > > > > Hi! > > > > It would be nice if we have a process wherein we can > > have the latest source code tested on a > > daily basis. > > This will identify bugs and make the product more > > robuster. > > > > I have already made a request for more helping hands in > > bug fixing so fixing the bugs will also be > > a parallel > > process i think. > > > > This will take off all the onus from our side and > > free us for other tasks over here. > > > > What do you all think? > > > > Richie > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your > > desktop word processor for typing documents? Try the AJAX > enabled, > > collaboration-friendly online word processor, Zoho Writer > for FREE instead! > > http://zohowriter.com/?vt > > > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060614/4bb4f685/attachment.html From mmbrich at fosslabs.com Wed Jun 14 10:00:15 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Wed, 14 Jun 2006 11:00:15 -0600 Subject: [Vtigercrm-developers] daily tests In-Reply-To: <10bd37521af.72327556214438523.-5320629650835361341@@vtiger.com> References: <3218448933387747572@unknownmsgid> <49216030606140800t1a60c669w34a0ca0972700f6d@mail.gmail.com> <10bd35f9046.8796385094624000948.8711148818398449611@@vtiger.com> <1150303140.7718.16.camel@localhost.localdomain> <10bd37521af.72327556214438523.-5320629650835361341@@vtiger.com> Message-ID: <1150304415.7718.20.camel@localhost.localdomain> I completely understand not wanting to put the latest bleeding edge code into your public demo. There are a few things to think about that may make it a bit more difficult in this scenario, but still possible... 1) our 4.x based product is stable at this point and doesn't have many db changes at all so we just use a dump from a fresh install to re-create the db. This won't be possible w/ 5.x really since the db is still changing. We can probably just automate the steps in the installer as well though. 2) users and security... we can just give the admin passwd out, or we can make the system a bit more private and that would give people the ability to set up webmail accounts and the like (which I obviously care about getting tested) so there are questions to answer there as well. Anyone else that can think of any? Matt On Wed, 2006-06-14 at 09:52 -0700, Richie wrote: > Nice of you to respond so fast. > I am hesitant to update the vtiger.com demo simply because I do not > know > how to do it. If you can share the update script then I think we are > game to go. > > I still might require that trac server machine for the demo just in > case. > Let me check with my team here and get back. Ok? > > Richie > > > > > ---- Matthew Brichacek wrote ---- > > I sure can, but I think Sergio has the right idea with an > updated demo, > this gives people a chance to do testing without having to be > gurus at > setting the CRM up, wider audience :). I've set up a demo > updater that > updates our 4.x demo server every night, we could build off of > that if > you want, its very simple really. > I personally dont see much of a need for hourly tars when you > can have > the real time goodies you get from SVN instead. The SVN > instructions on > the trac wiki are clear enough that even noobs shouldn't have > too many > problems. > > Also, if you dont want the vtiger.com demo updated we could > always put > up the devel demo on the trac server or I can get another one > up and > running to isolate the demo in its own vserver if you would > rather. > > Matt > > On Wed, 2006-06-14 at 09:28 -0700, Richie wrote: > > I am game for this but how about providing hourly tars > instead. > > Matt, can you get this done please? > > > > Updating the demo, I am not sure about that. > > Will check and get back. > > > > Richie > > > > > > > > > > ---- Sergio A. Kessler wrote ---- > > > > what if you put a daily / hourly cron with > > > > svn update > > > > updating the public demo ? > > > > > > On 6/14/06, Richie wrote: > > > > > > Hi! > > > > > > It would be nice if we have a process wherein we can > > > have the latest source code tested on a > > > daily basis. > > > This will identify bugs and make the product more > > > robuster. > > > > > > I have already made a request for more helping hands in > > > bug fixing so fixing the bugs will also be > > > a parallel > > > process i think. > > > > > > This will take off all the onus from our side and > > > free us for other tasks over here. > > > > > > What do you all think? > > > > > > Richie > > > _______________________________________________ > > > This vtiger.com email is sponsored by: Zoho Writer. Are > you > > still using your > > > desktop word processor for typing documents? Try the AJAX > > enabled, > > > collaboration-friendly online word processor, Zoho Writer > > for FREE instead! > > > http://zohowriter.com/?vt > > > > > > > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > > still using your desktop word processor for typing > documents? > > Try the AJAX enabled, collaboration-friendly online word > > processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From allan.bush+vtiger_dev at gmail.com Wed Jun 14 10:50:48 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 14 Jun 2006 10:50:48 -0700 Subject: [Vtigercrm-developers] Proposed 4.2.4.1 release Message-ID: <3bec26390606141050r3a0c6710j5dd689a6314eb296@mail.gmail.com> >From ticket #1314 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1314) I'm proposing a quick bug fix release for 4.2.4. The broken quote view seems to be causing a lot of people problems. I'd like to give it a couple more days to see if any other problems surface and then put out an updated release. On that note can anyone with experience using vtigercrm's soap interface take a look at this issue: http://forums.vtiger.com/viewtopic.php?t=7476 and see if it's something that broke with the 4.2.4 release or if it's something that never worked. From sergiokessler at gmail.com Wed Jun 14 12:25:38 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 14 Jun 2006 16:25:38 -0300 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: <3612653267548394672@unknownmsgid> References: <7846333195662322963@unknownmsgid> <2315046d0606140510h1f588e89la83be67c6115c58f@mail.gmail.com> <49216030606140815u2fef989oe9503761cc232c3e@mail.gmail.com> <3612653267548394672@unknownmsgid> Message-ID: <49216030606141225r5d7d4e39x73846c1b38a2d14@mail.gmail.com> richie, I support you all the way, but to resume my experience and all the projects I've seen (I work with open source for more than 10 years): - put a communication chanel for users, and leave them helping each other. (this is done with the forum) - put a communicattion chanel for developers, and support and encourage *every* attempt from a developer for serious help (this should be this mailing list) what is serious help ? is an attempt to help from a guy that *evidently* has looked at the source code. and no matter how stupid or crap a patch or the help look, but you never should ignore this kind of help, if the patch or change is wrong you should encourage and *motivate* the author to continue working on it. there is nothing more demotivating that post a patch, and simply be ignored. I guarantee that this developer would have a really hard time to continue to help. and, btw, are you the only one from the vtigercrm team on this list ? I have never heard of others developers except from you and saint... if that's the case, it will be good if you tell them to susbcribe here and participate helping every attemp of *serious* help. and, I can't see any mention of this mailing list in the web pages. it is there ? regards, /sak On 6/14/06, Richie wrote: > > I will justify the case however difficult it might be. > > Yes, we did not answer the queries at certain points in time. But at that > time, the focus was on getting the job done ourselves and that too fast and > get the product out faster!There was also an impatience with teaching the > other folks about how to do it as in the same amount of time, we would have > got fixed the particular issue and lots more. > > Now, we realise that the product has grown too big to be handled by us alone > and that too at the given speed that we work, it will not be proper to take > up > all the tasks ourselves. Hence the query for more community effort. > > You can state it as a phase of growth that we had to go through. > There was no intention of "not-helping-out-folks". It was pure impatience. > I will hasten to state that "it was not arrogance". > > > "There should be some developer > documents, API documentation and above all good support in > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > insufficent for a programmer. I strongly believe that making a good > knowledge base is the key in Open Source Projects." > > Manilal, we are working on that. As you are aware, we are trying to get the > code in a more simpler format (well, we are trying) and we are trying to get > the > APIs out too. If you are a bit more patient, we will have some How Tos too > out in the open. The forum has stopped being the point for dev discussions. > The mailing list is intended to be the place for dev discussions. Hence we > did not answer the questions (okay, this might be a lame excuse but it holds > at times :-) ) > > /sak, I know it is like looking into the funnel upside down but that is how > it is. > We do want to change but it will take some patience and should I say > guidance to do the same. Manilal, I do remember asking you to be patient as > we were working on building the basic guidelines itself. > > The entire process of taking out junk code, opening up the APIs with > relatively > proper documents, the planned website and wiki changes are all towards that > end only. > > If you would have observed, I have myself admitted that I should have been > more open and should have shared the street-talk that we have here with the > community in large. Again, if you would have observed, I have started doing > the same. It is not for taking credit but just to prove that I am trying to > make things different from what they were. It will take time. > > I have in fact shared all the To-do lists of mine with you and realise that > I should have done it long ago. > > Better late than never. > > I take all the blame for these "issues". I assure you we do want to be more > open. Let us make a beginning. We over here, will keep the past in > perspective so that the same mistakes are not committed again. > > BTW /sak, we cannot afford to ignore you guys, however much I hate JeffK > ;-)! > > Come on guys, is no one supporting me for a change ??? :-)! > > Richie > > > > > > ---- Sergio A. Kessler wrote ---- > > > I have to agree... > > I can understand not having the time for replying to every end-user > question, in fact when I was the captain of an open source project, I > leave the end users helping each other... > > there simply no time for developers to answer every stupid question... > > but if you want the *developers* community help, you cannot afford to > ignore them, and then ask the same people to help... > > > > On 6/14/06, Manilal K M wrote: > > On 14/06/06, Richie wrote: > > > > > > I would like to get your views on making vtiger more > > > community oriented. The reason for this is > > > as follows :- > > > > > > a) It will free the core team for other tasks. Right > > > now, we are facing a shortage of hands in > > > fixing the issues, > > > testing the product, documentation, etc. > > > > > > We would like these to be off-loaded to an extent so > > > that we can continue further development. > > > > > > Things are working no doubt but in patches. > > > > > > > > > I would like to bring in more accountability, > > > automation and transparency into the > > > system. > > > Again, these will not be at the cost of flexibility > > > and speed. > > > The core team when left to itself can move very fast > > > but we need to move together. I am sure > > > we have people who have skills > > > supplementary/complementary to those of the core team. > > > The need is to make these work together thereby leading to > > > a fast,nimble and efficient community > > > thereby leading to a much better product. > > > > > > > > > I am sure we have gurus on board who have 'been > > > there, done that'. I welcome them to put > > > forth > > > their ideas on handling this issue. > > > > > > > > > Richie > > > _______________________________________________ > > > > Hi Richie: > > I have only very limited experience(less than 6 months) in vtiger. > > Within this period I never felt that vtiger is a Open Source Project > > neither a Community project. The developers never mind to respond to > > development related questions. They may respond to some user related > > questions, but rejected developer questions. This is not good for a > > Community project. Of course it's the highlight of Proprietory > > projects, where the end user/developer has little control. > > > > I admit the fact that the developers are busy, but the fact > > remains that if a community project wants to succeed, then there > > should be somebody to make the guidelines for development and project > > management. I have posted a number of queries regarding developing new > > modules and module management in vtiger5. But none of them got a > > satisfactory reply. They are simply ignored by the developers. I know > > that vtiger5 is under development. But there are no changelog or > > changes which a programmer can refer with the released code. I am a > > member of other community projects like Horde and I was suprised with > > the support. Initially I got immense support from the horde developers > > so that I was able to learn the stuff in quick time and was able to > > contribute some good patches. > > > > Inorder to make vtiger community oriented, the first step should be > > taken from the developers itself. There should be some developer > > documents, API documentation and above all good support in > > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > > insufficent for a programmer. I strongly believe that making a good > > knowledge base is the key in Open Source Projects. > > > > See the result of my postings in mailing list and forums: > > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-March/000612.html > > http://forums.vtiger.com/viewtopic.php?t=6631 > > http://forums.vtiger.com/viewtopic.php?t=4664 > > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-April/000804.html > > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-May/000918.html > > > > See the Unanswered Postings in Forums: > > > http://forums.vtiger.com/search.php?search_id=unanswered > > > > There are more than 2000 Postings which are unanswered !!! > > > > regards > > Manilal > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you still using > your desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > From libregeek at gmail.com Thu Jun 15 00:57:30 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 15 Jun 2006 13:27:30 +0530 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: <49216030606141225r5d7d4e39x73846c1b38a2d14@mail.gmail.com> References: <7846333195662322963@unknownmsgid> <2315046d0606140510h1f588e89la83be67c6115c58f@mail.gmail.com> <49216030606140815u2fef989oe9503761cc232c3e@mail.gmail.com> <3612653267548394672@unknownmsgid> <49216030606141225r5d7d4e39x73846c1b38a2d14@mail.gmail.com> Message-ID: <2315046d0606150057u2dbf450p33177588a984adeb@mail.gmail.com> Richie, At many points I have to hear the blame from my Management Team when deployed an Open Source CRM for my company. All these time I was patient and tried to convince the Management that VtigerCRM is the best solution. I tried to fix some of the issues and share them with the community. But I was actually disappointed in the way in which a community project is behaving., that is why I attempted to criticize the community. I started with SugarCRM but found that even though thay talk of open source it's not a pure Open Source project. I was disappointed, but then delighted when seeing the first release of VtigerCRM. I approached it with great enthusiasm and found that, this is what I was searching for. Now hearing your words, I feel the same delight and enthusiasm. "Let us make a beginning. We over here, will keep the past in perspective so that the same mistakes are not committed again" Now it's time for action. I have some small suggestions to improve the project(from a community & FLOSS perspective) from my limited experience in FLOSS projects. There needs to be a clear vision about the communication channels for vtiger. 1. Vtiger Forum -- As you have said Forums may be restricted to end-user help and announcements. I would suggest to remove forum-topics like *Developer Forum*, *Code Contributions*, *Feature Requests* from http://forums.vtiger.com. The Developer Forum and Code Contribution can be merged to vtiger-developers at lists.vtigercrm.com. The Feature Requests and Bugs should be posted at TRAC (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report). 2. Bug Tracker - There are SPAMs coming out in the ticket system so Anonymous post should be avoided either by user registration or using a captcha program. 3. Mailing List:- The mailing list should be meant only for developer discussions. All code contributions, patches etc.. should be posted only at vtiger-developers at vtiger.com. It would be nice if the mail address is shortened to vtiger-dev at vtiger.com. All official members should be subscribed in the mailing list. 4. IRC - I think the #vtiger at freenode.net is not at all active. Developers should try to join if they are free. The IRC discussion should be logged somewhere in the webserver so that it provides a reference to new members 5. Wiki:- The wiki should be revamped for different categories of documentation. The users community may be allowed to update the end-user documentation. The spam problem persists in wiki also. So users may be allowed to edit the articles only after registration. The Wiki should cotain atleast the following topics: 1. Installation & Configuration 2. End-User Documentation 3. Developer Documentation 4. Module Documentation. 6. WebSite:-Some links in the website should be re-organized. The Link to Mailing List, Forum, Bug Tracker, IRC, Wiki etc.. should be specified in the *Support* section of http://vtiger.com. Currently it points to the "Knowledgebase of vtiger" which is meaningless. 7. Community & Commercial Services:- I would suggest a clear bifurcation between the commercial services and community services. This could be attained to certain level by using two different domains. AFAIK, vtiger possess vtiger.net and vtiger.com domains. It would be nice to have .NET domain for the community services and .COM for commercial services. But the sites may be interlinked also for easy acess. VTIGER.NET provides the Community/FLOSS services. It includes the bug tracker system, forum, mailing list, wiki, blogs other documentation etc.. . The VTIGER.COM hosts the commercial services like online demo, products, webcasting, rates for support, vtiger hosting services, and other purchasable products. (as Sergio mentioned the mailing list link was not present in the main page instead it's in the forums.vtiger.com home page) 8. Domain Names:- Currently vtiger uses a number of domain names for their various services and utilities. This is the list in my knowledge: 1. www.vtiger.com -- Primary website 2. www.vtiger.net -- Blogs, Redirects to http://blogs.vtiger.com 3. vtigerforge.com -- vtiger forge, redirects to http://vtigerforge.fosslabs.com/ 4. forums.vtiger.com -- Discussion Forum 5. vtiger.fosslabs.com -- Bugtracker, vtigerforge 6. api.vtiger.com -- API documentation 7. blogs.vtiger.com -- Blog 8. vtigercrm.com -- redirects to vtiger.com 9. lists.vtigercrm.com -- Mailing List I don't know whether there is anymore to add to this list. However it's very difficult to remember all these domains. Otherwise I need to use the del.icio.us to bookmark all these links. I would suggest a clean usage of domains. Initially after setting up the domains you can redirect to the old stuff and later update it with correct domains. 1. www.vtiger.com -- Primary Commercial Website 2. www.vtiger.net -- Primary Community Website 3. forums.vtiger.net -- vtiger user forums 4. wiki.vtiger.net -- Vtiger Wiki 5. bugs.vtiger.net -- Bug Tracker 6. api.vtiger.net -- API documentation 7. lists.vtiger.net -- Mailing List 8. vtigerforge.com -- vtiger forge 9. blogs.vtiger.net -- Blogs I think this will be easy to remember. It would also nice to have a common user registration system for all of the above community services. I'm aware that this is not a easy thing to attain and it's not a emergency feature. But this would ensure unique identity in all the community services. The commercial services should have a separate registration system. Some of the suggestions abt release schedule have been already discussed, so I'm not repeating them. I think the suggestion list has become a long list. :) I know that many of the above said suggestions may take some time to get implemented. We are ready to contribute and wait for a better CRM and a better Community. I would support vtiger in all the ways. regards Manilal From werk at r2g.nl Thu Jun 15 03:05:54 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Thu, 15 Jun 2006 12:05:54 +0200 Subject: [Vtigercrm-developers] daily tests In-Reply-To: <1150304415.7718.20.camel@localhost.localdomain> Message-ID: Matt, Richie and others, I would strongly suggest not to use the public demo. Keep that one for demo purpose. Make a different testdemo where all the latest updates are added. Keep in the public demo only features that actualy are ready for release. This way we do not confuse (new) users if on the final release not every feature is added. Best regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Matthew Brichacek Verzonden: woensdag 14 juni 2006 19:00 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] daily tests I completely understand not wanting to put the latest bleeding edge code into your public demo. There are a few things to think about that may make it a bit more difficult in this scenario, but still possible... 1) our 4.x based product is stable at this point and doesn't have many db changes at all so we just use a dump from a fresh install to re-create the db. This won't be possible w/ 5.x really since the db is still changing. We can probably just automate the steps in the installer as well though. 2) users and security... we can just give the admin passwd out, or we can make the system a bit more private and that would give people the ability to set up webmail accounts and the like (which I obviously care about getting tested) so there are questions to answer there as well. Anyone else that can think of any? Matt On Wed, 2006-06-14 at 09:52 -0700, Richie wrote: > Nice of you to respond so fast. > I am hesitant to update the vtiger.com demo simply because I do not > know > how to do it. If you can share the update script then I think we are > game to go. > > I still might require that trac server machine for the demo just in > case. > Let me check with my team here and get back. Ok? > > Richie > > > > > ---- Matthew Brichacek wrote ---- > > I sure can, but I think Sergio has the right idea with an > updated demo, > this gives people a chance to do testing without having to be > gurus at > setting the CRM up, wider audience :). I've set up a demo > updater that > updates our 4.x demo server every night, we could build off of > that if > you want, its very simple really. > I personally dont see much of a need for hourly tars when you > can have > the real time goodies you get from SVN instead. The SVN > instructions on > the trac wiki are clear enough that even noobs shouldn't have > too many > problems. > > Also, if you dont want the vtiger.com demo updated we could > always put > up the devel demo on the trac server or I can get another one > up and > running to isolate the demo in its own vserver if you would > rather. > > Matt > > On Wed, 2006-06-14 at 09:28 -0700, Richie wrote: > > I am game for this but how about providing hourly tars > instead. > > Matt, can you get this done please? > > > > Updating the demo, I am not sure about that. > > Will check and get back. > > > > Richie > > > > > > > > > > ---- Sergio A. Kessler wrote ---- > > > > what if you put a daily / hourly cron with > > > > svn update > > > > updating the public demo ? > > > > > > On 6/14/06, Richie wrote: > > > > > > Hi! > > > > > > It would be nice if we have a process wherein we can > > > have the latest source code tested on a > > > daily basis. > > > This will identify bugs and make the product more > > > robuster. > > > > > > I have already made a request for more helping hands in > > > bug fixing so fixing the bugs will also be > > > a parallel > > > process i think. > > > > > > This will take off all the onus from our side and > > > free us for other tasks over here. > > > > > > What do you all think? > > > > > > Richie > > > _______________________________________________ > > > This vtiger.com email is sponsored by: Zoho Writer. Are > you > > still using your > > > desktop word processor for typing documents? Try the AJAX > > enabled, > > > collaboration-friendly online word processor, Zoho Writer > > for FREE instead! > > > http://zohowriter.com/?vt > > > > > > > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > > still using your desktop word processor for typing > documents? > > Try the AJAX enabled, collaboration-friendly online word > > processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt ----- Scanned for virus and spam From werk at r2g.nl Thu Jun 15 03:15:54 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Thu, 15 Jun 2006 12:15:54 +0200 Subject: [Vtigercrm-developers] how to make vtiger more communityoriented? In-Reply-To: <2315046d0606150057u2dbf450p33177588a984adeb@mail.gmail.com> Message-ID: I think this will be easy to remember. It would also nice to have a common user registration system for all of the above community services. I'm aware that this is not a easy thing to attain and it's not a emergency feature. But this would ensure unique identity in all the community services. The commercial services should have a separate registration system. Some of the suggestions abt release schedule have been already discussed, so I'm not repeating them. I think the suggestion list has become a long list. :) I know that many of the above said suggestions may take some time to get implemented. We are ready to contribute and wait for a better CRM and a better Community. I would support vtiger in all the ways. regards Manilal Manilal, I totally agree with you, this would indeed clear up some miscommunication within the community. Richie, No flame of blame from me here, we all are learning more everyday with the community of VtigerCRM. Allthough I'm not a senior-developer, I would be glad to help out with the suggested website re-arrangements as (partial-)webmaster :-) Best Regards, Remco From richie at vtiger.com Thu Jun 15 03:42:35 2006 From: richie at vtiger.com (Richie) Date: Thu, 15 Jun 2006 03:42:35 -0700 Subject: [Vtigercrm-developers] List of How Tos for vtigercrm5 Message-ID: <10bd74908c4.2765439704091856868.-2727749620361678173@@vtiger.com> Hello! It will be nice to know what all list of "How Tos" would be good to have for vtigercrm5. I am sure we can develop a similar one for 4.2.x also. I am mentioning the list that I have gathered. Please feel free to add to the list. add a parent module add a child module add a custom field module add a picklist create edit view create detail view create related lists create list view add module to home page add entry to quick create Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/e7485fcf/attachment.htm From richie at vtiger.com Thu Jun 15 03:56:54 2006 From: richie at vtiger.com (Richie) Date: Thu, 15 Jun 2006 03:56:54 -0700 Subject: [Vtigercrm-developers] daily tests In-Reply-To: <1150304415.7718.20.camel@localhost.localdomain> References: <3218448933387747572@unknownmsgid> <49216030606140800t1a60c669w34a0ca0972700f6d@mail.gmail.com> <10bd35f9046.8796385094624000948.8711148818398449611@@vtiger.com> <1150303140.7718.16.camel@localhost.localdomain> <10bd37521af.72327556214438523.-5320629650835361341@@vtiger.com> <1150304415.7718.20.camel@localhost.localdomain> Message-ID: <10bd7562420.-905071880010522373.-8184582812682217055@@vtiger.com> Hi Matt! I guess, we will have to use your machine as the current machine we have is low end and will not be able to handle any more data in it. I think we can go ahead and do the install in your machine or we can use the backup for the forge machine too for hosting. Whichever you decide. The admin user cannot be deleted since the latest demo. So, I guess, we can host it as it is. The issue which we might face is of providing the emailserver access. Right now, each time, I host the demo, I get access to a single mailserver from my sysadmin guys. If all these are fine, I think we can go ahead. Let me know when you get the latest demo up so that I can give the link from the site. I will also ask Gopal to send you the google ads script. Richie ---- Matthew Brichacek<mmbrich at fosslabs.com> wrote ---- I completely understand not wanting to put the latest bleeding edge code into your public demo. There are a few things to think about that may make it a bit more difficult in this scenario, but still possible... 1) our 4.x based product is stable at this point and doesn't have many db changes at all so we just use a dump from a fresh install to re-create the db. This won't be possible w/ 5.x really since the db is still changing. We can probably just automate the steps in the installer as well though. 2) users and security... we can just give the admin passwd out, or we can make the system a bit more private and that would give people the ability to set up webmail accounts and the like (which I obviously care about getting tested) so there are questions to answer there as well. Anyone else that can think of any? Matt On Wed, 2006-06-14 at 09:52 -0700, Richie wrote: > Nice of you to respond so fast. > I am hesitant to update the vtiger.com demo simply because I do not > know > how to do it. If you can share the update script then I think we are > game to go. > > I still might require that trac server machine for the demo just in > case. > Let me check with my team here and get back. Ok? > > Richie > > > > > ---- Matthew Brichacek<mmbrich at fosslabs.com> wrote ---- > > I sure can, but I think Sergio has the right idea with an > updated demo, > this gives people a chance to do testing without having to be > gurus at > setting the CRM up, wider audience :). I've set up a demo > updater that > updates our 4.x demo server every night, we could build off of > that if > you want, its very simple really. > I personally dont see much of a need for hourly tars when you > can have > the real time goodies you get from SVN instead. The SVN > instructions on > the trac wiki are clear enough that even noobs shouldn't have > too many > problems. > > Also, if you dont want the vtiger.com demo updated we could > always put > up the devel demo on the trac server or I can get another one > up and > running to isolate the demo in its own vserver if you would > rather. > > Matt > > On Wed, 2006-06-14 at 09:28 -0700, Richie wrote: > > I am game for this but how about providing hourly tars > instead. > > Matt, can you get this done please? > > > > Updating the demo, I am not sure about that. > > Will check and get back. > > > > Richie > > > > > > > > > > ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- > > > > what if you put a daily / hourly cron with > > > > svn update > > > > updating the public demo ? > > > > > > On 6/14/06, Richie <richie at vtiger.com> wrote: > > > > > > Hi! > > > > > > It would be nice if we have a process wherein we can > > > have the latest source code tested on a > > > daily basis. > > > This will identify bugs and make the product more > > > robuster. > > > > > > I have already made a request for more helping hands in > > > bug fixing so fixing the bugs will also be > > > a parallel > > > process i think. > > > > > > This will take off all the onus from our side and > > > free us for other tasks over here. > > > > > > What do you all think? > > > > > > Richie > > > _______________________________________________ > > > This vtiger.com email is sponsored by: Zoho Writer. Are > you > > still using your > > > desktop word processor for typing documents? Try the AJAX > > enabled, > > > collaboration-friendly online word processor, Zoho Writer > > for FREE instead! > > > http://zohowriter.com/?vt > > > > > > > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > > still using your desktop word processor for typing > documents? > > Try the AJAX enabled, collaboration-friendly online word > > processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/cfd8c131/attachment-0001.html From richie at vtiger.com Thu Jun 15 03:59:22 2006 From: richie at vtiger.com (Richie) Date: Thu, 15 Jun 2006 03:59:22 -0700 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: <49216030606141225r5d7d4e39x73846c1b38a2d14@mail.gmail.com> References: <7846333195662322963@unknownmsgid> <2315046d0606140510h1f588e89la83be67c6115c58f@mail.gmail.com> <49216030606140815u2fef989oe9503761cc232c3e@mail.gmail.com> <3612653267548394672@unknownmsgid> <49216030606141225r5d7d4e39x73846c1b38a2d14@mail.gmail.com> Message-ID: <10bd758667b.-8503810522899593630.-4296578466012946139@@vtiger.com> Point taken and updated to the team. Apropos the link, it will be updated asap. Gopal, please do the needful. Richie ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- richie, I support you all the way, but to resume my experience and all the projects I've seen (I work with open source for more than 10 years): - put a communication chanel for users, and leave them helping each other. (this is done with the forum) - put a communicattion chanel for developers, and support and encourage *every* attempt from a developer for serious help (this should be this mailing list) what is serious help ? is an attempt to help from a guy that *evidently* has looked at the source code. and no matter how stupid or crap a patch or the help look, but you never should ignore this kind of help, if the patch or change is wrong you should encourage and *motivate* the author to continue working on it. there is nothing more demotivating that post a patch, and simply be ignored. I guarantee that this developer would have a really hard time to continue to help. and, btw, are you the only one from the vtigercrm team on this list ? I have never heard of others developers except from you and saint... if that's the case, it will be good if you tell them to susbcribe here and participate helping every attemp of *serious* help. and, I can't see any mention of this mailing list in the web pages. it is there ? regards, /sak On 6/14/06, Richie <richie at vtiger.com> wrote: > > I will justify the case however difficult it might be. > > Yes, we did not answer the queries at certain points in time. But at that > time, the focus was on getting the job done ourselves and that too fast and > get the product out faster!There was also an impatience with teaching the > other folks about how to do it as in the same amount of time, we would have > got fixed the particular issue and lots more. > > Now, we realise that the product has grown too big to be handled by us alone > and that too at the given speed that we work, it will not be proper to take > up > all the tasks ourselves. Hence the query for more community effort. > > You can state it as a phase of growth that we had to go through. > There was no intention of "not-helping-out-folks". It was pure impatience. > I will hasten to state that "it was not arrogance". > > > "There should be some developer > documents, API documentation and above all good support in > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > insufficent for a programmer. I strongly believe that making a good > knowledge base is the key in Open Source Projects." > > Manilal, we are working on that. As you are aware, we are trying to get the > code in a more simpler format (well, we are trying) and we are trying to get > the > APIs out too. If you are a bit more patient, we will have some How Tos too > out in the open. The forum has stopped being the point for dev discussions. > The mailing list is intended to be the place for dev discussions. Hence we > did not answer the questions (okay, this might be a lame excuse but it holds > at times :-) ) > > /sak, I know it is like looking into the funnel upside down but that is how > it is. > We do want to change but it will take some patience and should I say > guidance to do the same. Manilal, I do remember asking you to be patient as > we were working on building the basic guidelines itself. > > The entire process of taking out junk code, opening up the APIs with > relatively > proper documents, the planned website and wiki changes are all towards that > end only. > > If you would have observed, I have myself admitted that I should have been > more open and should have shared the street-talk that we have here with the > community in large. Again, if you would have observed, I have started doing > the same. It is not for taking credit but just to prove that I am trying to > make things different from what they were. It will take time. > > I have in fact shared all the To-do lists of mine with you and realise that > I should have done it long ago. > > Better late than never. > > I take all the blame for these "issues". I assure you we do want to be more > open. Let us make a beginning. We over here, will keep the past in > perspective so that the same mistakes are not committed again. > > BTW /sak, we cannot afford to ignore you guys, however much I hate JeffK > ;-)! > > Come on guys, is no one supporting me for a change ??? :-)! > > Richie > > > > > > ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- > > > I have to agree... > > I can understand not having the time for replying to every end-user > question, in fact when I was the captain of an open source project, I > leave the end users helping each other... > > there simply no time for developers to answer every stupid question... > > but if you want the *developers* community help, you cannot afford to > ignore them, and then ask the same people to help... > > > > On 6/14/06, Manilal K M <libregeek at gmail.com> wrote: > > On 14/06/06, Richie <richie at vtiger.com> wrote: > > > > > > I would like to get your views on making vtiger more > > > community oriented. The reason for this is > > > as follows :- > > > > > > a) It will free the core team for other tasks. Right > > > now, we are facing a shortage of hands in > > > fixing the issues, > > > testing the product, documentation, etc. > > > > > > We would like these to be off-loaded to an extent so > > > that we can continue further development. > > > > > > Things are working no doubt but in patches. > > > > > > > > > I would like to bring in more accountability, > > > automation and transparency into the > > > system. > > > Again, these will not be at the cost of flexibility > > > and speed. > > > The core team when left to itself can move very fast > > > but we need to move together. I am sure > > > we have people who have skills > > > supplementary/complementary to those of the core team. > > > The need is to make these work together thereby leading to > > > a fast,nimble and efficient community > > > thereby leading to a much better product. > > > > > > > > > I am sure we have gurus on board who have 'been > > > there, done that'. I welcome them to put > > > forth > > > their ideas on handling this issue. > > > > > > > > > Richie > > > _______________________________________________ > > > > Hi Richie: > > I have only very limited experience(less than 6 months) in vtiger. > > Within this period I never felt that vtiger is a Open Source Project > > neither a Community project. The developers never mind to respond to > > development related questions. They may respond to some user related > > questions, but rejected developer questions. This is not good for a > > Community project. Of course it's the highlight of Proprietory > > projects, where the end user/developer has little control. > > > > I admit the fact that the developers are busy, but the fact > > remains that if a community project wants to succeed, then there > > should be somebody to make the guidelines for development and project > > management. I have posted a number of queries regarding developing new > > modules and module management in vtiger5. But none of them got a > > satisfactory reply. They are simply ignored by the developers. I know > > that vtiger5 is under development. But there are no changelog or > > changes which a programmer can refer with the released code. I am a > > member of other community projects like Horde and I was suprised with > > the support. Initially I got immense support from the horde developers > > so that I was able to learn the stuff in quick time and was able to > > contribute some good patches. > > > > Inorder to make vtiger community oriented, the first step should be > > taken from the developers itself. There should be some developer > > documents, API documentation and above all good support in > > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > > insufficent for a programmer. I strongly believe that making a good > > knowledge base is the key in Open Source Projects. > > > > See the result of my postings in mailing list and forums: > > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-March/000612.html > > http://forums.vtiger.com/viewtopic.php?t=6631 > > http://forums.vtiger.com/viewtopic.php?t=4664 > > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-April/000804.html > > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-May/000918.html > > > > See the Unanswered Postings in Forums: > > > http://forums.vtiger.com/search.php?search_id=unanswered > > > > There are more than 2000 Postings which are unanswered !!! > > > > regards > > Manilal > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you still using > your desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/4b8346b9/attachment.htm From richie at vtiger.com Thu Jun 15 04:00:06 2006 From: richie at vtiger.com (Richie) Date: Thu, 15 Jun 2006 04:00:06 -0700 Subject: [Vtigercrm-developers] daily tests In-Reply-To: References: Message-ID: <10bd759114e.4486176656815584662.2494246668590575457@@vtiger.com> Agreed Remco. I saw your mail just now. Please refer to my previous mail on this issue. We will settle for a different demo for the bleeding edge stuff. Richie ---- Dhr. R.R. Gerbrands<werk at r2g.nl> wrote ---- Matt, Richie and others, I would strongly suggest not to use the public demo. Keep that one for demo purpose. Make a different testdemo where all the latest updates are added. Keep in the public demo only features that actualy are ready for release. This way we do not confuse (new) users if on the final release not every feature is added. Best regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Matthew Brichacek Verzonden: woensdag 14 juni 2006 19:00 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] daily tests I completely understand not wanting to put the latest bleeding edge code into your public demo. There are a few things to think about that may make it a bit more difficult in this scenario, but still possible... 1) our 4.x based product is stable at this point and doesn't have many db changes at all so we just use a dump from a fresh install to re-create the db. This won't be possible w/ 5.x really since the db is still changing. We can probably just automate the steps in the installer as well though. 2) users and security... we can just give the admin passwd out, or we can make the system a bit more private and that would give people the ability to set up webmail accounts and the like (which I obviously care about getting tested) so there are questions to answer there as well. Anyone else that can think of any? Matt On Wed, 2006-06-14 at 09:52 -0700, Richie wrote: > Nice of you to respond so fast. > I am hesitant to update the vtiger.com demo simply because I do not > know > how to do it. If you can share the update script then I think we are > game to go. > > I still might require that trac server machine for the demo just in > case. > Let me check with my team here and get back. Ok? > > Richie > > > > > ---- Matthew Brichacek<mmbrich at fosslabs.com> wrote ---- > > I sure can, but I think Sergio has the right idea with an > updated demo, > this gives people a chance to do testing without having to be > gurus at > setting the CRM up, wider audience :). I've set up a demo > updater that > updates our 4.x demo server every night, we could build off of > that if > you want, its very simple really. > I personally dont see much of a need for hourly tars when you > can have > the real time goodies you get from SVN instead. The SVN > instructions on > the trac wiki are clear enough that even noobs shouldn't have > too many > problems. > > Also, if you dont want the vtiger.com demo updated we could > always put > up the devel demo on the trac server or I can get another one > up and > running to isolate the demo in its own vserver if you would > rather. > > Matt > > On Wed, 2006-06-14 at 09:28 -0700, Richie wrote: > > I am game for this but how about providing hourly tars > instead. > > Matt, can you get this done please? > > > > Updating the demo, I am not sure about that. > > Will check and get back. > > > > Richie > > > > > > > > > > ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- > > > > what if you put a daily / hourly cron with > > > > svn update > > > > updating the public demo ? > > > > > > On 6/14/06, Richie <richie at vtiger.com> wrote: > > > > > > Hi! > > > > > > It would be nice if we have a process wherein we can > > > have the latest source code tested on a > > > daily basis. > > > This will identify bugs and make the product more > > > robuster. > > > > > > I have already made a request for more helping hands in > > > bug fixing so fixing the bugs will also be > > > a parallel > > > process i think. > > > > > > This will take off all the onus from our side and > > > free us for other tasks over here. > > > > > > What do you all think? > > > > > > Richie > > > _______________________________________________ > > > This vtiger.com email is sponsored by: Zoho Writer. Are > you > > still using your > > > desktop word processor for typing documents? Try the AJAX > > enabled, > > > collaboration-friendly online word processor, Zoho Writer > > for FREE instead! > > > http://zohowriter.com/?vt > > > > > > > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > > still using your desktop word processor for typing > documents? > > Try the AJAX enabled, collaboration-friendly online word > > processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt ----- Scanned for virus and spam _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/c1e946db/attachment-0001.html From saint at vtiger.com Thu Jun 15 04:25:50 2006 From: saint at vtiger.com (Saint) Date: Thu, 15 Jun 2006 16:55:50 +0530 Subject: [Vtigercrm-developers] Preview of Settings's unified user interface Message-ID: <449143BE.40103@vtiger.com> Here is a preview of the unified look&feel for the settings. Earlier each module in Settings used to have different style of look & feel. Now, we have unified the look and feel and improved the usability more. Colored buttons are introduced now. Green for New / Save. Orange for Delete. Blue for Edit / Change. etc. Screenshots of *Users List*, *Viewing a User detail*, *Editing a User detail* are below: -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/6ed01e20/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: settingsNew.jpg Type: image/jpeg Size: 194565 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/6ed01e20/settingsNew-0001.jpg From Joel.Rydbeck at nubrek.com Thu Jun 15 07:09:29 2006 From: Joel.Rydbeck at nubrek.com (Joel Rydbeck) Date: Thu, 15 Jun 2006 09:09:29 -0500 Subject: [Vtigercrm-developers] errors in 4.2.4 References: <000001c69073$48415dc0$0a0610ac@nubrek.local> Message-ID: Is anyone else working on ticket 748 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/748)? There are still a lot of errors (e.g. "undefined variable") in parts of 4.2.4. - Joel -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 197882 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/d9e19666/attachment-0001.bin From allan.bush+vtiger_dev at gmail.com Thu Jun 15 08:31:04 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 15 Jun 2006 08:31:04 -0700 Subject: [Vtigercrm-developers] List of How Tos for vtigercrm5 In-Reply-To: <1127226984351474163@unknownmsgid> References: <1127226984351474163@unknownmsgid> Message-ID: <3bec26390606150831gb163315r9607e94b6e46a40f@mail.gmail.com> A list of changes planned for 4.2.5 can me seen looking at the trac tickets with a 4.2.5 milestone: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=4.2.5&order=priority These may not all be implemented and a few other things may get added but the list should be pretty accurate. On 6/15/06, Richie wrote: > > Hello! > > It will be nice to know what all list of "How Tos" > would be good to have for vtigercrm5. > I am sure we can develop a similar one for 4.2.x also. > > I am mentioning the list that I have gathered. Please > feel free to add to the list. > > add a parent module > add a child module > add a custom field module > add a picklist > create edit view > create detail view > create related lists > create list view > add module to home page > add entry to quick create > > > Thanks, > Richie > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > From allan.bush+vtiger_dev at gmail.com Thu Jun 15 09:03:22 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 15 Jun 2006 09:03:22 -0700 Subject: [Vtigercrm-developers] errors in 4.2.4 In-Reply-To: References: <000001c69073$48415dc0$0a0610ac@nubrek.local> Message-ID: <3bec26390606150903q4858120cm2e7c7b4ee6af0902@mail.gmail.com> That was never targeted at 4.2.4. Hopefully it can be resolved by 4.2.5. I work on it periodically (and I'm pretty sure I made a couple of checkins... I must have used ref instead of refs), but anyone is free to do what they can. If anyone want to work on it and doesn't have commit access, checkout the latest code using SVN, make your changes, create a patch and attach it to that bug (or #70 as they appear to be dups). I'll make sure to look over and check any patches in right away. On a side note it's better to make several small patches often rather then waiting and making one large one. On 6/15/06, Joel Rydbeck wrote: > Is anyone else working on ticket 748 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/748)? There are still a lot of errors (e.g. "undefined variable") in parts of 4.2.4. > > - Joel > > > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > From Joel.Rydbeck at nubrek.com Thu Jun 15 12:37:34 2006 From: Joel.Rydbeck at nubrek.com (Joel Rydbeck) Date: Thu, 15 Jun 2006 14:37:34 -0500 Subject: [Vtigercrm-developers] errors in 4.2.4 References: <000001c69073$48415dc0$0a0610ac@nubrek.local> <000001c69099$1060e760$0a0610ac@nubrek.local> Message-ID: I've started making changes. Right now I'm watching for errors in Zend debugger (good tool, try the 30-day trial) and attacking those. FYI folks, please make certain your variables are initialized. There are a lot of cases like the following: function iAmAnExample($x) { if ($x == 2) { $var = 123; } return ($var + 4); // error thrown here if $x wasn't 2; $var wasn't initialized } This stuff throws errors in PHP; presuming the 'IF' block didn't test true and execute, $var hasn't been initialized. I've already nabbed 10 of these cases. BTW Allan, I'm 100% behind frequent & small checkins --agreed, its a lot easier for everyone. - Joel ________________________________ From: vtigercrm-developers-bounces at lists.vtigercrm.com on behalf of Allan Bush Sent: Thu 6/15/2006 11:30 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] errors in 4.2.4 That was never targeted at 4.2.4. Hopefully it can be resolved by 4.2.5. I work on it periodically (and I'm pretty sure I made a couple of checkins... I must have used ref instead of refs), but anyone is free to do what they can. If anyone want to work on it and doesn't have commit access, checkout the latest code using SVN, make your changes, create a patch and attach it to that bug (or #70 as they appear to be dups). I'll make sure to look over and check any patches in right away. On a side note it's better to make several small patches often rather then waiting and making one large one. On 6/15/06, Joel Rydbeck wrote: > Is anyone else working on ticket 748 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/748)? There are still a lot of errors (e.g. "undefined variable") in parts of 4.2.4. > > - Joel > > > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 6475 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/a2a40065/attachment.bin From Joel.Rydbeck at nubrek.com Thu Jun 15 12:38:48 2006 From: Joel.Rydbeck at nubrek.com (Joel Rydbeck) Date: Thu, 15 Jun 2006 14:38:48 -0500 Subject: [Vtigercrm-developers] List of How Tos for vtigercrm5 References: <1127226984351474163@unknownmsgid> <000001c69094$d8a9e410$0a0610ac@nubrek.local> Message-ID: If we're going to abstract this for db's, it might make sense to wrap in other non-supported db's. There was mention of MSSQL 2k and Oracle. Any other folks out there interested in working to support these db's? - Joel ________________________________ From: vtigercrm-developers-bounces at lists.vtigercrm.com on behalf of Allan Bush Sent: Thu 6/15/2006 11:00 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] List of How Tos for vtigercrm5 A list of changes planned for 4.2.5 can me seen looking at the trac tickets with a 4.2.5 milestone: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=4.2.5&order=priority These may not all be implemented and a few other things may get added but the list should be pretty accurate. On 6/15/06, Richie wrote: > > Hello! > > It will be nice to know what all list of "How Tos" > would be good to have for vtigercrm5. > I am sure we can develop a similar one for 4.2.x also. > > I am mentioning the list that I have gathered. Please > feel free to add to the list. > > add a parent module > add a child module > add a custom field module > add a picklist > create edit view > create detail view > create related lists > create list view > add module to home page > add entry to quick create > > > Thanks, > Richie > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060615/1e687b8a/attachment.htm From mmbrich at fosslabs.com Thu Jun 15 12:44:20 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Thu, 15 Jun 2006 13:44:20 -0600 Subject: [Vtigercrm-developers] daily tests In-Reply-To: <10bd759114e.4486176656815584662.2494246668590575457@@vtiger.com> References: <10bd759114e.4486176656815584662.2494246668590575457@@vtiger.com> Message-ID: <1150400661.7718.28.camel@localhost.localdomain> I'll get some time this weekend to set up a new demo server and I'll get started on the update script as well. Once I've got the update script started I'll post here so we can hack on it and put it somewhere in SVN. My idea for the update script so far is to use a shell script to back up the current uploads and other things that aren't stored in the DB, delete and recreate the DB, then fire off a php script that will build the db from the xml schema. We could also snapshot some of the settings in the system but that adds a level of complexity. Thoughts? Matt On Thu, 2006-06-15 at 04:00 -0700, Richie wrote: > Agreed Remco. > I saw your mail just now. > Please refer to my previous mail on this issue. > > We will settle for a different demo for the bleeding edge stuff. > > Richie > > > > > ---- Dhr. R.R. Gerbrands wrote ---- > > Matt, Richie and others, > > I would strongly suggest not to use the public demo. > Keep that one for demo purpose. > Make a different testdemo where all the latest updates are > added. > Keep in the public demo only features that actualy are ready > for release. > This way we do not confuse (new) users if on the final release > not every > feature is added. > > Best regards, > > Remco > > > > -----Oorspronkelijk bericht----- > Van: vtigercrm-developers-bounces at lists.vtigercrm.com > [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Matthew > Brichacek > Verzonden: woensdag 14 juni 2006 19:00 > Aan: vtigercrm-developers at lists.vtigercrm.com > Onderwerp: Re: [Vtigercrm-developers] daily tests > > > I completely understand not wanting to put the latest bleeding > edge code > into your public demo. There are a few things to think about > that may > make it a bit more difficult in this scenario, but still > possible... > > 1) our 4.x based product is stable at this point and doesn't > have many > db changes at all so we just use a dump from a fresh install > to > re-create the db. This won't be possible w/ 5.x really since > the db is > still changing. We can probably just automate the steps in the > installer as well though. > > 2) users and security... we can just give the admin passwd > out, or we > can make the system a bit more private and that would give > people the > ability to set up webmail accounts and the like (which I > obviously care > about getting tested) so there are questions to answer there > as well. > > Anyone else that can think of any? > > > Matt > > On Wed, 2006-06-14 at 09:52 -0700, Richie wrote: > > Nice of you to respond so fast. > > I am hesitant to update the vtiger.com demo simply because I > do not > > know > > how to do it. If you can share the update script then I > think we are > > game to go. > > > > I still might require that trac server machine for the demo > just in > > case. > > Let me check with my team here and get back. Ok? > > > > Richie > > > > > > > > > > ---- Matthew Brichacek wrote ---- > > > > I sure can, but I think Sergio has the right idea with an > > updated demo, > > this gives people a chance to do testing without having to > be > > gurus at > > setting the CRM up, wider audience :). I've set up a demo > > updater that > > updates our 4.x demo server every night, we could build off > of > > that if > > you want, its very simple really. > > I personally dont see much of a need for hourly tars when > you > > can have > > the real time goodies you get from SVN instead. The SVN > > instructions on > > the trac wiki are clear enough that even noobs shouldn't > have > > too many > > problems. > > > > Also, if you dont want the vtiger.com demo updated we could > > always put > > up the devel demo on the trac server or I can get another > one > > up and > > running to isolate the demo in its own vserver if you would > > rather. > > > > Matt > > > > On Wed, 2006-06-14 at 09:28 -0700, Richie wrote: > > > I am game for this but how about providing hourly tars > > instead. > > > Matt, can you get this done please? > > > > > > Updating the demo, I am not sure about that. > > > Will check and get back. > > > > > > Richie > > > > > > > > > > > > > > > ---- Sergio A. Kessler wrote ---- > > > > > > what if you put a daily / hourly cron with > > > > > > svn update > > > > > > updating the public demo ? > > > > > > > > > On 6/14/06, Richie wrote: > > > > > > > > Hi! > > > > > > > > It would be nice if we have a process wherein we can > > > > have the latest source code tested on a > > > > daily basis. > > > > This will identify bugs and make the product more > > > > robuster. > > > > > > > > I have already made a request for more helping hands in > > > > bug fixing so fixing the bugs will also be > > > > a parallel > > > > process i think. > > > > > > > > This will take off all the onus from our side and > > > > free us for other tasks over here. > > > > > > > > What do you all think? > > > > > > > > Richie > > > > _______________________________________________ > > > > This vtiger.com email is sponsored by: Zoho Writer. Are > > you > > > still using your > > > > desktop word processor for typing documents? Try the > AJAX > > > enabled, > > > > collaboration-friendly online word processor, Zoho > Writer > > > for FREE instead! > > > > http://zohowriter.com/?vt > > > > > > > > > > > _______________________________________________ > > > This vtiger.com email is sponsored by: Zoho Writer. Are > you > > > still using your desktop word processor for typing > > documents? > > > Try the AJAX enabled, collaboration-friendly online word > > > processor, Zoho Writer for FREE instead! > > > http://zohowriter.com/?vt > > > _______________________________________________ > > > This vtiger.com email is sponsored by: Zoho Writer. Are > you > > still using your desktop word processor for typing > documents? > > Try the AJAX enabled, collaboration-friendly online word > > processor, Zoho Writer for FREE instead! > > > http://zohowriter.com/?vt > > > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > > still using your desktop word processor for typing > documents? > > Try the AJAX enabled, collaboration-friendly online word > > processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using > your desktop word processor for typing documents? Try the AJAX > enabled, > collaboration-friendly online word processor, Zoho Writer for > FREE instead! > > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your > desktop word processor for typing documents? Try the AJAX > enabled, > collaboration-friendly online word processor, Zoho Writer for > FREE instead! > http://zohowriter.com/?vt > > ----- Scanned for virus and spam > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From jtk at yahoo.com Thu Jun 15 13:09:28 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 15 Jun 2006 16:09:28 -0400 Subject: [Vtigercrm-developers] daily tests References: <1150400661.7718.28.camel@localhost.localdomain> Message-ID: Matthew Brichacek wrote: > My idea for the update script so far is to use a shell script to back up > the current uploads and other things that aren't stored in the DB, > delete and recreate the DB, then fire off a php script that will build > the db from the xml schema. We could also snapshot some of the settings > in the system but that adds a level of complexity. Why not install a subversion post-commit hook to run 'svn export' or 'svn update' into the demo directory? We already have at least one such hook installed for the trac ticket integration with checkin messages. We need to continue to refine our svn ignores and also omit config.inc.php from the repository. config.inc.php should be handled by the installer to: a) create config.inc.php if non-existent (e.g. first use) b) config.inc.php use values as installer defaults if exists (e.g. reinstall/redeploy) c) svn ignore config.inc.php on all commits and imports. With the svn hook and proper handling of temp and config.inc.php, the test installation can't be updated with each commit to the repository. This would be the ideal setup to run a Selenium in-browser test suite against. There is an extraordinary tool called buildbot that runs such smoke tests continually, but can be difficult to set up. If we run the tests often on a volunteer basis, it will be a big help. From jtk at yahoo.com Thu Jun 15 13:12:10 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 15 Jun 2006 16:12:10 -0400 Subject: [Vtigercrm-developers] daily tests References: <1150400661.7718.28.camel@localhost.localdomain> Message-ID: Jeff Kowalczyk wrote: > With the svn hook and proper handling of temp and config.inc.php, the test > installation can't be updated with each commit to the repository. Typo, 'can' be updated with each commit... From mmbrich at fosslabs.com Thu Jun 15 13:29:37 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Thu, 15 Jun 2006 14:29:37 -0600 Subject: [Vtigercrm-developers] daily tests In-Reply-To: References: <1150400661.7718.28.camel@localhost.localdomain> Message-ID: <1150403377.7718.32.camel@localhost.localdomain> You know, thats actually the best way to do it, I was looking at our upgrade script while I wrote that (which does a full snapshot of the current system in case of problems). OK, so svn update it is on the current vtiger root, now.. how about the DB? It could be interesting to build a new clean db from the schema, then do a dump and maybe compare it to the current DB and try to make changes? Sounds confusing but I bet it wouldn't be _too_ bad, and no settings, etc are lost in most cases. Matt On Thu, 2006-06-15 at 16:09 -0400, Jeff Kowalczyk wrote: > Matthew Brichacek wrote: > > My idea for the update script so far is to use a shell script to back up > > the current uploads and other things that aren't stored in the DB, > > delete and recreate the DB, then fire off a php script that will build > > the db from the xml schema. We could also snapshot some of the settings > > in the system but that adds a level of complexity. > > Why not install a subversion post-commit hook to run 'svn export' or > 'svn update' into the demo directory? > > We already have at least one such hook installed for the trac ticket > integration with checkin messages. > > We need to continue to refine our svn ignores and also omit config.inc.php > from the repository. config.inc.php should be handled by the installer to: > > a) create config.inc.php if non-existent (e.g. first use) > > b) config.inc.php use values as installer defaults if exists (e.g. > reinstall/redeploy) > > c) svn ignore config.inc.php on all commits and imports. > > With the svn hook and proper handling of temp and config.inc.php, the test > installation can't be updated with each commit to the repository. > > This would be the ideal setup to run a Selenium in-browser test suite > against. > > There is an extraordinary tool called buildbot that runs such smoke tests > continually, but can be difficult to set up. If we run the tests often on > a volunteer basis, it will be a big help. > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From mmbrich at fosslabs.com Thu Jun 15 13:30:53 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Thu, 15 Jun 2006 14:30:53 -0600 Subject: [Vtigercrm-developers] daily tests In-Reply-To: References: <1150400661.7718.28.camel@localhost.localdomain> Message-ID: <1150403453.7718.34.camel@localhost.localdomain> OH.. but with post-commit hooks we could do all kinds of interesting stuff and only if the db changes in the schema.. Now I think I see the light.. this is a very interesting idea indeed. Matt On Thu, 2006-06-15 at 16:09 -0400, Jeff Kowalczyk wrote: > Matthew Brichacek wrote: > > My idea for the update script so far is to use a shell script to back up > > the current uploads and other things that aren't stored in the DB, > > delete and recreate the DB, then fire off a php script that will build > > the db from the xml schema. We could also snapshot some of the settings > > in the system but that adds a level of complexity. > > Why not install a subversion post-commit hook to run 'svn export' or > 'svn update' into the demo directory? > > We already have at least one such hook installed for the trac ticket > integration with checkin messages. > > We need to continue to refine our svn ignores and also omit config.inc.php > from the repository. config.inc.php should be handled by the installer to: > > a) create config.inc.php if non-existent (e.g. first use) > > b) config.inc.php use values as installer defaults if exists (e.g. > reinstall/redeploy) > > c) svn ignore config.inc.php on all commits and imports. > > With the svn hook and proper handling of temp and config.inc.php, the test > installation can't be updated with each commit to the repository. > > This would be the ideal setup to run a Selenium in-browser test suite > against. > > There is an extraordinary tool called buildbot that runs such smoke tests > continually, but can be difficult to set up. If we run the tests often on > a volunteer basis, it will be a big help. > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From allan.bush+vtiger_dev at gmail.com Thu Jun 15 17:41:23 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 15 Jun 2006 17:41:23 -0700 Subject: [Vtigercrm-developers] Proposed 4.2.4.1 release In-Reply-To: <3bec26390606141050r3a0c6710j5dd689a6314eb296@mail.gmail.com> References: <3bec26390606141050r3a0c6710j5dd689a6314eb296@mail.gmail.com> Message-ID: <3bec26390606151741h1cb98f8h1744d55438428e7f@mail.gmail.com> Taking silence as approval. Could someone with the proper access please recreate the 4.2.4 branch as per the instructions in ticket #1314: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1314 On 6/14/06, Allan Bush wrote: > From ticket #1314 > (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1314) I'm > proposing a quick bug fix release for 4.2.4. > > The broken quote view seems to be causing a lot of people problems. > I'd like to give it a couple more days to see if any other problems > surface and then put out an updated release. > > On that note can anyone with experience using vtigercrm's soap > interface take a look at this issue: > http://forums.vtiger.com/viewtopic.php?t=7476 and see if it's > something that broke with the 4.2.4 release or if it's something that > never worked. > From richie at vtiger.com Fri Jun 16 00:21:32 2006 From: richie at vtiger.com (Richie) Date: Fri, 16 Jun 2006 00:21:32 -0700 Subject: [Vtigercrm-developers] should we update to latest version of adodb? Message-ID: <10bdbb75414.6455566270720610819.4483888410024666076@@vtiger.com> Hi! We are using adodb-4.55 now in vtigercrm5. adodb-4.90 is available now. Anyone has any ideas on what the new features are and whether we should upgrade? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/47e5967e/attachment.html From Matjaz.Slak at atol.si Fri Jun 16 00:28:04 2006 From: Matjaz.Slak at atol.si (Matjaz.Slak@atol.si) Date: Fri, 16 Jun 2006 09:28:04 +0200 Subject: [Vtigercrm-developers] errors in 4.2.4 In-Reply-To: <3bec26390606150903q4858120cm2e7c7b4ee6af0902@mail.gmail.com> Message-ID: Hi! We've made quite some work fixing errors and tuning functionality of vTiger 4.2.3 - i think we're about up to some 80 fixes (managed internally) now. I would be happy to recheck them for 4.2.4 code compatibility and post them as fixes for 4.2.5. Is it possible for me to create new tickets for them in the TRAC and post them there? Can I get a username to do this? Who can I contact? Matjaz Slak matjaz.slak at atol.si Atol d.o.o. | http://www.atol.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/2650ddc1/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5476 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/2650ddc1/smime-0001.bin From Matjaz.Slak at atol.si Fri Jun 16 00:42:23 2006 From: Matjaz.Slak at atol.si (Matjaz.Slak@atol.si) Date: Fri, 16 Jun 2006 09:42:23 +0200 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: <10bd371c13b.8162569223878106465.-7197499729440255921@@vtiger.com> Message-ID: Hi! First let me say I'm very happy to see this discussion starting! Cheers to Ritchie and others! One thing I belive that would benefit vTiger's "Community factor" would be a regular maintenance schedule for the current production stream - 4.2.x I think we should form a sub-team of community developers that would be primarily involved with this: bugfixes and usability tuning for 4.2.x and would regularily prepere new releases of this stream. I know a lot of people currently use 4.2.x either in their companies or host it for others - I know we do :) And because of that we all get regular issues reported from users - ranging from "things not working" aka. "bugs" :) to "can you fine-tune this particular feature". I think this feedback would be very beneficial both for the 4.2.x stream and as a source of ideas for 5.x - IF we track them and fix them, of course. We've been working on fixing the 4.2.3 version and I am very happy to see the release of 4.2.4 - I must admit I lost confidence in it ever happening. When I compared the issues resolved in 4.2.4 with the ones we had to resolve ourselves I found some overlap, but found a lot of suff we fixed that's not in 4.2.4. I would be happy to post this fixes to the TRAC so that they can be included in 4.2.5. And I guess a lot of other people were doing the same and therefore have their fixes which they would post IF we provide guidance on how to do it. If we all join forces we can make 4.2.5 a very stable version very quickly and then start working on (maybe) tuning the features for better end-user usability -> we've received a lot of feedback from users on parts of vTiger that are "not user friendly". What do you think? Matjaz Slak matjaz.slak at atol.si Atol d.o.o. | http://www.atol.si Richie Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 14.06.2006 18:48 Please respond to vtigercrm-developers at lists.vtigercrm.com To vtigercrm-developers at lists.vtigercrm.com cc vtigercrm-developers at lists.vtigercrm.com Subject Re: [Vtigercrm-developers] how to make vtiger more community oriented? I will justify the case however difficult it might be. Yes, we did not answer the queries at certain points in time. But at that time, the focus was on getting the job done ourselves and that too fast and get the product out faster!There was also an impatience with teaching the other folks about how to do it as in the same amount of time, we would have got fixed the particular issue and lots more. Now, we realise that the product has grown too big to be handled by us alone and that too at the given speed that we work, it will not be proper to take up all the tasks ourselves. Hence the query for more community effort. You can state it as a phase of growth that we had to go through. There was no intention of "not-helping-out-folks". It was pure impatience. I will hasten to state that "it was not arrogance". "There should be some developer documents, API documentation and above all good support in Forum/Mailing List. I know that vtigerwiki has some stuff, but it's insufficent for a programmer. I strongly believe that making a good knowledge base is the key in Open Source Projects." Manilal, we are working on that. As you are aware, we are trying to get the code in a more simpler format (well, we are trying) and we are trying to get the APIs out too. If you are a bit more patient, we will have some How Tos too out in the open. The forum has stopped being the point for dev discussions. The mailing list is intended to be the place for dev discussions. Hence we did not answer the questions (okay, this might be a lame excuse but it holds at times :-) ) /sak, I know it is like looking into the funnel upside down but that is how it is. We do want to change but it will take some patience and should I say guidance to do the same. Manilal, I do remember asking you to be patient as we were working on building the basic guidelines itself. The entire process of taking out junk code, opening up the APIs with relatively proper documents, the planned website and wiki changes are all towards that end only. If you would have observed, I have myself admitted that I should have been more open and should have shared the street-talk that we have here with the community in large. Again, if you would have observed, I have started doing the same. It is not for taking credit but just to prove that I am trying to make things different from what they were. It will take time. I have in fact shared all the To-do lists of mine with you and realise that I should have done it long ago. Better late than never. I take all the blame for these "issues". I assure you we do want to be more open. Let us make a beginning. We over here, will keep the past in perspective so that the same mistakes are not committed again. BTW /sak, we cannot afford to ignore you guys, however much I hate JeffK ;-)! Come on guys, is no one supporting me for a change ??? :-)! Richie ---- Sergio A. Kessler wrote ---- I have to agree... I can understand not having the time for replying to every end-user question, in fact when I was the captain of an open source project, I leave the end users helping each other... there simply no time for developers to answer every stupid question... but if you want the *developers* community help, you cannot afford to ignore them, and then ask the same people to help... On 6/14/06, Manilal K M wrote: > On 14/06/06, Richie wrote: > > > > I would like to get your views on making vtiger more > > community oriented. The reason for this is > > as follows :- > > > > a) It will free the core team for other tasks. Right > > now, we are facing a shortage of hands in > > fixing the issues, > > testing the product, documentation, etc. > > > > We would like these to be off-loaded to an extent so > > that we can continue further development. > > > > Things are working no doubt but in patches. > > > > > > I would like to bring in more accountability, > > automation and transparency into the > > system. > > Again, these will not be at the cost of flexibility > > and speed. > > The core team when left to itself can move very fast > > but we need to move together. I am sure > > we have people who have skills > > supplementary/complementary to those of the core team. > > The need is to make these work together thereby leading to > > a fast,nimble and efficient community > > thereby leading to a much better product. > > > > > > I am sure we have gurus on board who have 'been > > there, done that'. I welcome them to put > > forth > > their ideas on handling this issue. > > > > > > Richie > > _______________________________________________ > > Hi Richie: > I have only very limited experience(less than 6 months) in vtiger. > Within this period I never felt that vtiger is a Open Source Project > neither a Community project. The developers never mind to respond to > development related questions. They may respond to some user related > questions, but rejected developer questions. This is not good for a > Community project. Of course it's the highlight of Proprietory > projects, where the end user/developer has little control. > > I admit the fact that the developers are busy, but the fact > remains that if a community project wants to succeed, then there > should be somebody to make the guidelines for development and project > management. I have posted a number of queries regarding developing new > modules and module management in vtiger5. But none of them got a > satisfactory reply. They are simply ignored by the developers. I know > that vtiger5 is under development. But there are no changelog or > changes which a programmer can refer with the released code. I am a > member of other community projects like Horde and I was suprised with > the support. Initially I got immense support from the horde developers > so that I was able to learn the stuff in quick time and was able to > contribute some good patches. > > Inorder to make vtiger community oriented, the first step should be > taken from the developers itself. There should be some developer > documents, API documentation and above all good support in > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > insufficent for a programmer. I strongly believe that making a good > knowledge base is the key in Open Source Projects. > > See the result of my postings in mailing list and forums: > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-March/000612.html > http://forums.vtiger.com/viewtopic.php?t=6631 > http://forums.vtiger.com/viewtopic.php?t=4664 > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-April/000804.html > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-May/000918.html > > See the Unanswered Postings in Forums: > http://forums.vtiger.com/search.php?search_id=unanswered > > There are more than 2000 Postings which are unanswered !!! > > regards > Manilal > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/e27dbabf/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5476 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/e27dbabf/smime-0001.bin From gopals at vtiger.com Fri Jun 16 01:06:21 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 16 Jun 2006 01:06:21 -0700 Subject: [Vtigercrm-developers] should we update to latest version of adodb? In-Reply-To: <10bdbb75414.6455566270720610819.4483888410024666076@@vtiger.com> References: <10bdbb75414.6455566270720610819.4483888410024666076@@vtiger.com> Message-ID: <10bdbe059f4.2620702600612239673.2455886918963456845@@vtiger.com> Hi, Ever since vtiger project started, I was maintaining a list of third party packages internally and updating during release time. I thought, it is better make it public so that developer community can update mailing list with the latest changes. Refer to the following link in Wiki for more details: http://www.vtiger.com/wiki/index.php/Third_Party_Software Please let me know if there are any latest updates to the packages that we have bundled other than SugarCRM :-) Cheers, Gopal --------------------------------------- S.S.G.Gopal Skype: sripadag Toll Free: +1 877 788 4437 Blog: http://gopal.vtiger.com ----richie at vtiger.com wrote ---- Hi! We are using adodb-4.55 now in vtigercrm5. adodb-4.90 is available now. Anyone has any ideas on what the new features are and whether we should upgrade? Richie_______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/e971a10f/attachment.htm From mickie at vtiger.com Fri Jun 16 03:23:00 2006 From: mickie at vtiger.com (Mickie) Date: Fri, 16 Jun 2006 03:23:00 -0700 Subject: [Vtigercrm-developers] whether tax will be included in subtotal or not? Message-ID: <10bdc5d7648.5304483809910802081.-3260439702622174870@@vtiger.com> Dear Team, when we give Product Details in Po/SO/Quotes/Invoice we have added thetax calculations which will be added with the total and all the totalvalues will be added and shown as subtotal. In trac we have one tickethttp://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1070 says that thetax should not be included in subtotal. so please post your suggestions whether we can leave as it is or exclude the tax in subtotal. Thanks Mickie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/ff8bcb0f/attachment.html From webmaster at vtigercrmfrance.org Fri Jun 16 03:55:49 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Fri, 16 Jun 2006 12:55:49 +0200 Subject: [Vtigercrm-developers] whether tax will be included in subtotal or not? In-Reply-To: <10bdc5d7648.5304483809910802081.-3260439702622174870@@vtiger.com> References: <10bdc5d7648.5304483809910802081.-3260439702622174870@@vtiger.com> Message-ID: <44928E35.4030603@vtigercrmfrance.org> Total desagree. My point of view is : Subtotal taxes by product, Total without taxes Total taxes Adjustement negative by default, for the customer has paid a part of the invoice/quotes... the value have to be subtract for grand total. Grand total = total + total taxes - adjustement My personal opinion. A?ssa Mickie a ?crit : > Dear Team, > > when we give Product Details in Po/SO/Quotes/Invoice we have added the > tax calculations which will be added with the total and all the total > values will be added and shown as subtotal. > In trac we have one ticket > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1070 says that the > tax should not be included in subtotal. > so please post your suggestions whether we can leave as it is or > exclude the tax in subtotal. > > > Thanks > Mickie > > ------------------------------------------------------------------------ > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt From damien at uts.net.au Fri Jun 16 03:59:48 2006 From: damien at uts.net.au (Damien Bezborodow) Date: Fri, 16 Jun 2006 20:29:48 +0930 Subject: [Vtigercrm-developers] typeofdata column in field Message-ID: <44928F24.3030200@uts.net.au> Hi, Can somebody point me in the direction of an explanation of the `typeofdata` column in `field` table? Cheers! Damo From jtk at yahoo.com Fri Jun 16 05:04:31 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 16 Jun 2006 08:04:31 -0400 Subject: [Vtigercrm-developers] should we update to latest version of adodb? References: <8254.49227490953$1150442538@news.gmane.org> Message-ID: On Fri, 16 Jun 2006 00:21:32 -0700, Richie wrote: > We are using adodb-4.55 now in vtigercrm5. adodb-4.90 is available now. > Anyone has any ideas on what the new features are and whether we should > upgrade? I'm on it, just wanted to leave a little discussion time before merging. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1302 I think updates to adodb in particular and other snapshotted libraries are always appropriate except in the final hours leading up to a vtigercrm final release. Many distros would insist on removal of snapshotted libraries anyway, and replace them with system-installed php libraries, which can receive necessary security updates. From Joel.Rydbeck at nubrek.com Fri Jun 16 06:21:17 2006 From: Joel.Rydbeck at nubrek.com (Joel Rydbeck) Date: Fri, 16 Jun 2006 08:21:17 -0500 Subject: [Vtigercrm-developers] should we update to latest version ofadodb? References: <000601c6913e$8b809ee0$0a0610ac@nubrek.local> Message-ID: While we're on the topic, I think this might be a good time for discussion of Adodob usage. I've noticed that there is a lot of overlapping usage of Adodb and PearDB --which both contribute to the same purpose of abstracting the database layer. That said, I think we should decide if we really want to pursue Adodb wholeheartedly. According to the Adodb team, its significantly faster than PearDB and has lower overhead (http://phplens.com/lens/adodb/). I also think using two database abstractions creates confusion. Is everyone game with slowly shifting PearDB statements to Adodb statements? BTW, let's definitely upgrade to 4.90. My vote would be to always stay up-to-date with point releases like this, and engage the team for discussion before doing a major release upgrade (e.g. 4.90 to 5.01). Regards, - Joel ________________________________ From: vtigercrm-developers-bounces at lists.vtigercrm.com on behalf of Jeff Kowalczyk Sent: Fri 6/16/2006 7:15 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] should we update to latest version ofadodb? On Fri, 16 Jun 2006 00:21:32 -0700, Richie wrote: > We are using adodb-4.55 now in vtigercrm5. adodb-4.90 is available now. > Anyone has any ideas on what the new features are and whether we should > upgrade? I'm on it, just wanted to leave a little discussion time before merging. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1302 I think updates to adodb in particular and other snapshotted libraries are always appropriate except in the final hours leading up to a vtigercrm final release. Many distros would insist on removal of snapshotted libraries anyway, and replace them with system-installed php libraries, which can receive necessary security updates. _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 5891 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/16530af9/attachment.bin From jtk at yahoo.com Fri Jun 16 06:38:49 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 16 Jun 2006 09:38:49 -0400 Subject: [Vtigercrm-developers] need svn permission to copy URL to URL, or admin to do it Message-ID: Allan and I (jeffk) need subversion privileges elevated to commit URL to URL copies. We (or someone) needs to resurrect vtigercrm/branches/4.2.4 for a quick bugfix release of vtigercrm-4.2.1 I'm not sure how the permissions are restricted, so if it's not immediately obvious how to elevate the allanbush and jeffk users, someone with full access please try the command in #1314: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1314 The full command to try is: # svn cp -r 6962 \ (repos)/vtigercrm/branches/4.2.4 \ (repos)/vtigercrm/branches/4.2.4.1 \ -m 'refs #1314. resurrect 4.2.4 branch for 4.2.4.1 bugfix release' subsitute (repos) based on your local or http access method, obviously. If we can get this copied ASAP, Allan can get the release tagged perhaps early next week. Thanks. From richie at vtiger.com Fri Jun 16 07:40:30 2006 From: richie at vtiger.com (Richie) Date: Fri, 16 Jun 2006 07:40:30 -0700 Subject: [Vtigercrm-developers] need svn permission to copy URL to URL, or admin to do it In-Reply-To: References: Message-ID: <10bdd4934fd.3592318231842029778.-2505067144852098913@@vtiger.com> I have given the permission to both Allan and jeffk. Kindly try and let me know asap. Matt, kindly verify if what I have done is right wrt the permissions. Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Allan and I (jeffk) need subversion privileges elevated to commit URL to URL copies. We (or someone) needs to resurrect vtigercrm/branches/4.2.4 for a quick bugfix release of vtigercrm-4.2.1 I'm not sure how the permissions are restricted, so if it's not immediately obvious how to elevate the allanbush and jeffk users, someone with full access please try the command in #1314: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1314 The full command to try is: # svn cp -r 6962 \ (repos)/vtigercrm/branches/4.2.4 \ (repos)/vtigercrm/branches/4.2.4.1 \ -m 'refs #1314. resurrect 4.2.4 branch for 4.2.4.1 bugfix release' subsitute (repos) based on your local or http access method, obviously. If we can get this copied ASAP, Allan can get the release tagged perhaps early next week. Thanks. _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/b6d99300/attachment.html From richie at vtiger.com Fri Jun 16 07:43:59 2006 From: richie at vtiger.com (Richie) Date: Fri, 16 Jun 2006 07:43:59 -0700 Subject: [Vtigercrm-developers] should we update to latest version ofadodb? In-Reply-To: References: <000601c6913e$8b809ee0$0a0610ac@nubrek.local> Message-ID: <10bdd4c6743.-2626504723235233519.-3742537865171895730@@vtiger.com> Well, Joel since you have a good idea about this, I would propose that you take the lead for this operation, form your team and then we will have it changed for 5.0.x. Jeff, how do you propose we handle these separate operations at the svn level. Do we need to create separate branches? I visualize something like this : Pple form teams and work on independent features. Each team has a lead/point of contact. We merge these features at some point into the main trunk. Richie ---- Joel Rydbeck<Joel.Rydbeck at nubrek.com> wrote ---- While we're on the topic, I think this might be a good time for discussion of Adodob usage. I've noticed that there is a lot of overlapping usage of Adodb and PearDB --which both contribute to the same purpose of abstracting the database layer. That said, I think we should decide if we really want to pursue Adodb wholeheartedly. According to the Adodb team, its significantly faster than PearDB and has lower overhead (http://phplens.com/lens/adodb/). I also think using two database abstractions creates confusion. Is everyone game with slowly shifting PearDB statements to Adodb statements? BTW, let's definitely upgrade to 4.90. My vote would be to always stay up-to-date with point releases like this, and engage the team for discussion before doing a major release upgrade (e.g. 4.90 to 5.01). Regards, - Joel ________________________________ From: vtigercrm-developers-bounces at lists.vtigercrm.com on behalf of Jeff Kowalczyk Sent: Fri 6/16/2006 7:15 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] should we update to latest version ofadodb? On Fri, 16 Jun 2006 00:21:32 -0700, Richie wrote: > We are using adodb-4.55 now in vtigercrm5. adodb-4.90 is available now. > Anyone has any ideas on what the new features are and whether we should > upgrade? I'm on it, just wanted to leave a little discussion time before merging. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1302 I think updates to adodb in particular and other snapshotted libraries are always appropriate except in the final hours leading up to a vtigercrm final release. Many distros would insist on removal of snapshotted libraries anyway, and replace them with system-installed php libraries, which can receive necessary security updates. _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/ca3f96bb/attachment.htm From richie at vtiger.com Fri Jun 16 07:49:06 2006 From: richie at vtiger.com (Richie) Date: Fri, 16 Jun 2006 07:49:06 -0700 Subject: [Vtigercrm-developers] should we update to latest version of adodb? In-Reply-To: References: <8254.49227490953$1150442538@news.gmane.org> Message-ID: <10bdd511514.-4387428182435007030.-5602306160060683266@@vtiger.com> Is anyone interested in owning up watching updates to third party softwares? This will be an ongoing process so better to hand out responsibility. Jeff, how to handle third-party updates? Earlier too, there was discussion of not bundling third party products with vtiger. How to proceed? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- On Fri, 16 Jun 2006 00:21:32 -0700, Richie wrote: > We are using adodb-4.55 now in vtigercrm5. adodb-4.90 is available now. > Anyone has any ideas on what the new features are and whether we should > upgrade? I'm on it, just wanted to leave a little discussion time before merging. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1302 I think updates to adodb in particular and other snapshotted libraries are always appropriate except in the final hours leading up to a vtigercrm final release. Many distros would insist on removal of snapshotted libraries anyway, and replace them with system-installed php libraries, which can receive necessary security updates. _______________________________________________ This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! http://zohowriter.com/?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/d1ee1f01/attachment.html From mmbrich at fosslabs.com Fri Jun 16 08:10:18 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Fri, 16 Jun 2006 09:10:18 -0600 Subject: [Vtigercrm-developers] need svn permission to copy URL to URL, or admin to do it In-Reply-To: <10bdd4934fd.3592318231842029778.-2505067144852098913@@vtiger.com> References: <10bdd4934fd.3592318231842029778.-2505067144852098913@@vtiger.com> Message-ID: <1150470618.7718.44.camel@localhost.localdomain> Richie, It looks like you got it. Matt On Fri, 2006-06-16 at 07:40 -0700, Richie wrote: > I have given the permission to both Allan and jeffk. > Kindly try and let me know asap. > Matt, kindly verify if what I have done is right wrt the permissions. > > Richie > > > > > ---- Jeff Kowalczyk wrote ---- > > Allan and I (jeffk) need subversion privileges elevated to > commit URL to > URL copies. We (or someone) needs to resurrect > vtigercrm/branches/4.2.4 > for a quick bugfix release of vtigercrm-4.2.1 > > I'm not sure how the permissions are restricted, so if it's > not > immediately obvious how to elevate the allanbush and jeffk > users, someone > with full access please try the command in #1314: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1314 > > The full command to try is: > > # svn cp -r 6962 \ > (repos)/vtigercrm/branches/4.2.4 \ > (repos)/vtigercrm/branches/4.2.4.1 \ > -m 'refs #1314. resurrect 4.2.4 branch for 4.2.4.1 bugfix > release' > > subsitute (repos) based on your local or http access method, > obviously. > > If we can get this copied ASAP, Allan can get the release > tagged perhaps > early next week. Thanks. > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you > still using your desktop word processor for typing documents? > Try the AJAX enabled, collaboration-friendly online word > processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt From dan.means at teamsrs.com Fri Jun 16 08:15:01 2006 From: dan.means at teamsrs.com (Dan Means) Date: Fri, 16 Jun 2006 08:15:01 -0700 Subject: [Vtigercrm-developers] whether tax will be included in subtotal or not? In-Reply-To: <44928E35.4030603@vtigercrmfrance.org> References: <10bdc5d7648.5304483809910802081.-3260439702622174870@@vtiger.com> <44928E35.4030603@vtigercrmfrance.org> Message-ID: <4492CAF5.8010700@teamsrs.com> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/8a024460/attachment.htm From jtk at yahoo.com Fri Jun 16 08:18:25 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 16 Jun 2006 11:18:25 -0400 Subject: [Vtigercrm-developers] need svn permission to copy URL to URL, or admin to do it References: <42822.1723800108$1150468896@news.gmane.org> Message-ID: Richie wrote: > I have given the permission to both Allan and jeffk. > Kindly try and let me know asap. Done. Thanks. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/changeset/7194 From jtk at yahoo.com Fri Jun 16 08:38:50 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 16 Jun 2006 11:38:50 -0400 Subject: [Vtigercrm-developers] adodb (deprecate PEAR), themed source cleanup bug days References: <000601c6913e$8b809ee0$0a0610ac@nubrek.local> <10018.6001779095$1150469070@news.gmane.org> Message-ID: Richie wrote: > how do you propose we handle these separate operations at the svn level. > Do we need to create separate branches? > > I visualize something like this: > Pple form teams and work on independent features. Each team has a > lead/point of contact. > We merge these features at some point into the main trunk. This is the right approach for feature branches and refactoring branches. However, I think we're finding that the formatting of the vtigercrm source is not currently conducive to branching and merging. The trouble is all the long source lines, particularly in SQL query strings. Merging is a complex topic that I don't really understand on a computer-science level, but the practical lesson I've taken has been that formatting source vertically, with more and shorter source lines, always makes for better automatic merging. If there's room in people's individual and the release schedules, and if there's consensus to do a few days of slogging, a bug day or series of bug days with some 'themes' such as: - Format SQL statements according to Wiki conventions - Format PHP source with some source beautification tool, or at least with some simple guidelines such as max 80 character lines wherever possible. - Finalize table-prefix strategy (maybe adodb managed configurable?) - PEAR deprecation and ADODB use by convention (quoting, etc) The motiviation for having themed bug day(s) is that these changes make a temporary mess of the source, have an inevitable consequence of small easily fixed syntax bugs, and create a 'merge boundary' across which diffs are useless. To mitigate this pain, it's better to get it over in a short time, when everyone is focused on the same tedious objective. If there's community enthusiasm for polishing up the source like this, there would be ongoing benefits for the duration of vtigercrm's development. We could publish a few wiki pages so everyone knows what to do, and post announcements indicating that for the next N days, nobody work on anything except this cleanup theme. We should get as many of the new faces authorized with svn commit access before hosting a bug day. Enough helping hands may allow the 4.2 branch to be beautified at the same time, if that were deemed wise. It will all be worthwhile when we can finally work efficiently with feature, refactoring and maintenance branches, like a project of this size should. From allan.bush+vtiger_dev at gmail.com Fri Jun 16 09:14:20 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 16 Jun 2006 09:14:20 -0700 Subject: [Vtigercrm-developers] should we update to latest version ofadodb? In-Reply-To: References: <000601c6913e$8b809ee0$0a0610ac@nubrek.local> Message-ID: <3bec26390606160914o107af872ke3eb3accb5b21d87@mail.gmail.com> As far as I know (and I think I've gone over just about every sql statement in the program, multiple times) PearDB is never used. The adodb wrapper class was given the name PearDatabase which can lead to some confusion but all database communication goes through adodb (other then the occasional direct mysql_* call people try and sneak in). On 6/16/06, Joel Rydbeck wrote: > While we're on the topic, I think this might be a good time for discussion of Adodob usage. I've noticed that there is a lot of overlapping usage of Adodb and PearDB --which both contribute to the same purpose of abstracting the database layer. > > That said, I think we should decide if we really want to pursue Adodb wholeheartedly. According to the Adodb team, its significantly faster than PearDB and has lower overhead (http://phplens.com/lens/adodb/). I also think using two database abstractions creates confusion. > > Is everyone game with slowly shifting PearDB statements to Adodb statements? > > BTW, let's definitely upgrade to 4.90. My vote would be to always stay up-to-date with point releases like this, and engage the team for discussion before doing a major release upgrade (e.g. 4.90 to 5.01). > > Regards, > > - Joel > > > ________________________________ > > From: vtigercrm-developers-bounces at lists.vtigercrm.com on behalf of Jeff Kowalczyk > Sent: Fri 6/16/2006 7:15 AM > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] should we update to latest version ofadodb? > > > > On Fri, 16 Jun 2006 00:21:32 -0700, Richie wrote: > > > We are using adodb-4.55 now in vtigercrm5. adodb-4.90 is available now. > > Anyone has any ideas on what the new features are and whether we should > > upgrade? > > I'm on it, just wanted to leave a little discussion time before merging. > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1302 > > I think updates to adodb in particular and other snapshotted libraries are > always appropriate except in the final hours leading up to a vtigercrm > final release. > > Many distros would insist on removal of snapshotted libraries anyway, and > replace them with system-installed php libraries, which can receive > necessary security updates. > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > > > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > From jtk at yahoo.com Fri Jun 16 09:27:00 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 16 Jun 2006 12:27:00 -0400 Subject: [Vtigercrm-developers] should we update to latest version of adodb? References: <8254.49227490953$1150442538@news.gmane.org> <8793.49272368035$1150469380@news.gmane.org> Message-ID: Richie wrote: > Is anyone interested in owning up watching updates to third party > softwares? I'll continue to watch and post tickets, eventually merge in snapshots, this is an interest area for me anyway. I only monitor adodb at the moment, but given a centralized list of dependencies, I can scout updates to other libraries as well. > How to handle third-party updates? Lets move Gopal's table of external dependencies into a plain text file in the repository, treat it as a piece of documentation. Keep it simple and consistent for interested parties to process with packaging or update-watching scripts. DEPENDENCIES.TXT: adodb-4.90 http://prdownloads.sf.net/adodb/adodb490.tgz adodb/ log4php-0.9 http://www.vxr.it/log4php/log4php-0.9.tar.gz log4php/ Image_Graph-0.7.2 http://pear.php.net/get/Image_Graph-0.7.2.tgz Image/ And so on. Make an external entry for every single thing that isn't copyright vtiger or community. > Earlier too, there was discussion of not bundling third party products > with vtiger. How to proceed? I can see the ease of use argument for keeping the necessary dependencies snapshotted in the repository. When we start getting picked up by various linux distro packaging, there will be some demand for a version stripped without the snapshots that will work identically, provided the distro package satisfies all the listed dependencies. Looking far ahead, my preference would be for vtigercrm-x.y.z.tar.gz to eventually contain zero bundled dependencies. A separate companion vtigercrm-dependencies-x.y.z.tar.gz could be provided, which the user could untar somewhere on the PHP path to achieve a working vtigercrm installation. From jtk at yahoo.com Fri Jun 16 09:41:22 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 16 Jun 2006 12:41:22 -0400 Subject: [Vtigercrm-developers] should we update to latest version ofadodb? References: <000601c6913e$8b809ee0$0a0610ac@nubrek.local> <3bec26390606160914o107af872ke3eb3accb5b21d87@mail.gmail.com> Message-ID: Allan Bush wrote: > As far as I know (and I think I've gone over just about every sql > statement in the program, multiple times) PearDB is never used. The > adodb wrapper class was given the name PearDatabase which can lead to > some confusion but all database communication goes through adodb (other > then the occasional direct mysql_* call people try and sneak in). That's a great candidate for an svn rename and search-replace then. I never knew what was going on with that PearDB / adodb dichotomy, I figured it was cruft left over from the original fork. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1331 From sergiokessler at gmail.com Fri Jun 16 10:36:52 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Fri, 16 Jun 2006 14:36:52 -0300 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: References: Message-ID: <49216030606161036q3093f95es6bd6550b8d5c760@mail.gmail.com> I don't know if there is a critical mass yet to form a sub-team of developers of 4.2.x, this branch was managed by mike fedyk but he dissapeared... so, if you have the energy, I encourage you to take an action role, you can post patches in the trac and ask for subversion commit access... once you have that, you can go ahead with commiting patches and communicating with this mailing list... and release whenever you see fit... but don't expect to form a subcommite or something like that, you will die in the intent... just go ahead... regards, /sak On 6/16/06, Matjaz.Slak at atol.si wrote: > > > Hi! > > First let me say I'm very happy to see this discussion starting! Cheers to Ritchie and others! > > One thing I belive that would benefit vTiger's "Community factor" would be a regular maintenance schedule for the current production stream - 4.2.x > > I think we should form a sub-team of community developers that would be primarily involved with this: bugfixes and usability tuning for 4.2.x and would regularily prepere new releases of this stream. > > I know a lot of people currently use 4.2.x either in their companies or host it for others - I know we do :) And because of that we all get regular issues reported from users - ranging from "things not working" aka. "bugs" :) to "can you fine-tune this particular feature". > > I think this feedback would be very beneficial both for the 4.2.x stream and as a source of ideas for 5.x - IF we track them and fix them, of course. > > We've been working on fixing the 4.2.3 version and I am very happy to see the release of 4.2.4 - I must admit I lost confidence in it ever happening. > > When I compared the issues resolved in 4.2.4 with the ones we had to resolve ourselves I found some overlap, but found a lot of suff we fixed that's not in 4.2.4. I would be happy to post this fixes to the TRAC so that they can be included in 4.2.5. And I guess a lot of other people were doing the same and therefore have their fixes which they would post IF we provide guidance on how to do it. > > If we all join forces we can make 4.2.5 a very stable version very quickly and then start working on (maybe) tuning the features for better end-user usability -> we've received a lot of feedback from users on parts of vTiger that are "not user friendly". > > What do you think? > > Matjaz Slak > matjaz.slak at atol.si > > Atol d.o.o. | http://www.atol.si > > > > Richie > Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com > > 14.06.2006 18:48 > > Please respond to > vtigercrm-developers at lists.vtigercrm.com > > > To vtigercrm-developers at lists.vtigercrm.com > > cc vtigercrm-developers at lists.vtigercrm.com > > Subject Re: [Vtigercrm-developers] how to make vtiger more community oriented? > > > > > > > > > I will justify the case however difficult it might be. > > Yes, we did not answer the queries at certain points in time. But at that time, the focus was on getting the job done ourselves and that too fast and get the product out faster!There was also an impatience with teaching the other folks about how to do it as in the same amount of time, we would have got fixed the particular issue and lots more. > > Now, we realise that the product has grown too big to be handled by us alone and that too at the given speed that we work, it will not be proper to take up > all the tasks ourselves. Hence the query for more community effort. > > You can state it as a phase of growth that we had to go through. > There was no intention of "not-helping-out-folks". It was pure impatience. > I will hasten to state that "it was not arrogance". > > "There should be some developer > documents, API documentation and above all good support in > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > insufficent for a programmer. I strongly believe that making a good > knowledge base is the key in Open Source Projects." > > Manilal, we are working on that. As you are aware, we are trying to get the code in a more simpler format (well, we are trying) and we are trying to get the > APIs out too. If you are a bit more patient, we will have some How Tos too out in the open. The forum has stopped being the point for dev discussions. The mailing list is intended to be the place for dev discussions. Hence we did not answer the questions (okay, this might be a lame excuse but it holds at times :-) ) > > /sak, I know it is like looking into the funnel upside down but that is how it is. > We do want to change but it will take some patience and should I say guidance to do the same. Manilal, I do remember asking you to be patient as we were working on building the basic guidelines itself. > > The entire process of taking out junk code, opening up the APIs with relatively > proper documents, the planned website and wiki changes are all towards that > end only. > > If you would have observed, I have myself admitted that I should have been more open and should have shared the street-talk that we have here with the community in large. Again, if you would have observed, I have started doing the same. It is not for taking credit but just to prove that I am trying to make things different from what they were. It will take time. > > I have in fact shared all the To-do lists of mine with you and realise that I should have done it long ago. > > Better late than never. > > I take all the blame for these "issues". I assure you we do want to be more open. Let us make a beginning. We over here, will keep the past in perspective so that the same mistakes are not committed again. > > BTW /sak, we cannot afford to ignore you guys, however much I hate JeffK ;-)! > > Come on guys, is no one supporting me for a change ??? :-)! > > Richie > > > > > > ---- Sergio A. Kessler wrote ---- > > I have to agree... > > I can understand not having the time for replying to every end-user > question, in fact when I was the captain of an open source project, I > leave the end users helping each other... > > there simply no time for developers to answer every stupid question... > > but if you want the *developers* community help, you cannot afford to > ignore them, and then ask the same people to help... > > > > On 6/14/06, Manilal K M wrote: > > On 14/06/06, Richie wrote: > > > > > > I would like to get your views on making vtiger more > > > community oriented. The reason for this is > > > as follows :- > > > > > > a) It will free the core team for other tasks. Right > > > now, we are facing a shortage of hands in > > > fixing the issues, > > > testing the product, documentation, etc. > > > > > > We would like these to be off-loaded to an extent so > > > that we can continue further development. > > > > > > Things are working no doubt but in patches. > > > > > > > > > I would like to bring in more accountability, > > > automation and transparency into the > > > system. > > > Again, these will not be at the cost of flexibility > > > and speed. > > > The core team when left to itself can move very fast > > > but we need to move together. I am sure > > > we have people who have skills > > > supplementary/complementary to those of the core team. > > > The need is to make these work together thereby leading to > > > a fast,nimble and efficient community > > > thereby leading to a much better product. > > > > > > > > > I am sure we have gurus on board who have 'been > > > there, done that'. I welcome them to put > > > forth > > > their ideas on handling this issue. > > > > > > > > > Richie > > > _______________________________________________ > > > > Hi Richie: > > I have only very limited experience(less than 6 months) in vtiger. > > Within this period I never felt that vtiger is a Open Source Project > > neither a Community project. The developers never mind to respond to > > development related questions. They may respond to some user related > > questions, but rejected developer questions. This is not good for a > > Community project. Of course it's the highlight of Proprietory > > projects, where the end user/developer has little control. > > > > I admit the fact that the developers are busy, but the fact > > remains that if a community project wants to succeed, then there > > should be somebody to make the guidelines for development and project > > management. I have posted a number of queries regarding developing new > > modules and module management in vtiger5. But none of them got a > > satisfactory reply. They are simply ignored by the developers. I know > > that vtiger5 is under development. But there are no changelog or > > changes which a programmer can refer with the released code. I am a > > member of other community projects like Horde and I was suprised with > > the support. Initially I got immense support from the horde developers > > so that I was able to learn the stuff in quick time and was able to > > contribute some good patches. > > > > Inorder to make vtiger community oriented, the first step should be > > taken from the developers itself. There should be some developer > > documents, API documentation and above all good support in > > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > > insufficent for a programmer. I strongly believe that making a good > > knowledge base is the key in Open Source Projects. > > > > See the result of my postings in mailing list and forums: > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-March/000612.html > > http://forums.vtiger.com/viewtopic.php?t=6631 > > http://forums.vtiger.com/viewtopic.php?t=4664 > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-April/000804.html > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-May/000918.html > > > > See the Unanswered Postings in Forums: > > http://forums.vtiger.com/search.php?search_id=unanswered > > > > There are more than 2000 Postings which are unanswered !!! > > > > regards > > Manilal > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > > From allan.bush+vtiger_dev at gmail.com Fri Jun 16 10:55:14 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 16 Jun 2006 10:55:14 -0700 Subject: [Vtigercrm-developers] typeofdata column in field In-Reply-To: <44928F24.3030200@uts.net.au> References: <44928F24.3030200@uts.net.au> Message-ID: <3bec26390606161055v4b62fc3ga90f7ddfde315b3c@mail.gmail.com> I'm not sure if anyone knows. I don't think it really does anything anymore I usually just put one of the strings I see in other fields in. It looks like it's suppose to control form validation as well as custom view and report options, but I think hard coded stuff has replaced it. On 6/16/06, Damien Bezborodow wrote: > Hi, > > Can somebody point me in the direction of an explanation of the > `typeofdata` column in `field` table? > > Cheers! > > Damo > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > From allan.bush+vtiger_dev at gmail.com Fri Jun 16 11:00:47 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 16 Jun 2006 11:00:47 -0700 Subject: [Vtigercrm-developers] errors in 4.2.4 In-Reply-To: References: <3bec26390606150903q4858120cm2e7c7b4ee6af0902@mail.gmail.com> Message-ID: <3bec26390606161100q77f25d9dk565fbc2a52ab0c22@mail.gmail.com> That would be wonderful. Someone give this man a trac login. You can also post anonymously but it's nice to have a login to keep track of stuff. If you could create tickets and attaches you changes in unified diff format it will be less work to get the changes merged. Thanks. On 6/16/06, Matjaz.Slak at atol.si wrote: > > Hi! > > We've made quite some work fixing errors and tuning functionality of vTiger > 4.2.3 - i think we're about up to some 80 fixes (managed internally) now. > > I would be happy to recheck them for 4.2.4 code compatibility and post them > as fixes for 4.2.5. > > Is it possible for me to create new tickets for them in the TRAC and post > them there? Can I get a username to do this? Who can I contact? > > Matjaz Slak > matjaz.slak at atol.si > > Atol d.o.o. | http://www.atol.si > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > desktop word processor for typing documents? Try the AJAX enabled, > collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > > From mmbrich at fosslabs.com Fri Jun 16 11:30:28 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Fri, 16 Jun 2006 12:30:28 -0600 Subject: [Vtigercrm-developers] errors in 4.2.4 In-Reply-To: <3bec26390606161100q77f25d9dk565fbc2a52ab0c22@mail.gmail.com> References: <3bec26390606150903q4858120cm2e7c7b4ee6af0902@mail.gmail.com> <3bec26390606161100q77f25d9dk565fbc2a52ab0c22@mail.gmail.com> Message-ID: <1150482628.7718.49.camel@localhost.localdomain> Added. Let me know if you need diff permissions. Matt On Fri, 2006-06-16 at 11:00 -0700, Allan Bush wrote: > That would be wonderful. > > Someone give this man a trac login. You can also post anonymously but > it's nice to have a login to keep track of stuff. > > If you could create tickets and attaches you changes in unified diff > format it will be less work to get the changes merged. > > Thanks. > > On 6/16/06, Matjaz.Slak at atol.si wrote: > > > > Hi! > > > > We've made quite some work fixing errors and tuning functionality of vTiger > > 4.2.3 - i think we're about up to some 80 fixes (managed internally) now. > > > > I would be happy to recheck them for 4.2.4 code compatibility and post them > > as fixes for 4.2.5. > > > > Is it possible for me to create new tickets for them in the TRAC and post > > them there? Can I get a username to do this? Who can I contact? > > > > Matjaz Slak > > matjaz.slak at atol.si > > > > Atol d.o.o. | http://www.atol.si > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your > > desktop word processor for typing documents? Try the AJAX enabled, > > collaboration-friendly online word processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > > > > > > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt From jeri at vtiger.com Fri Jun 16 11:41:20 2006 From: jeri at vtiger.com (Jeri John) Date: Fri, 16 Jun 2006 11:41:20 -0700 Subject: [Vtigercrm-developers] typeofdata column in field In-Reply-To: <3bec26390606161055v4b62fc3ga90f7ddfde315b3c@mail.gmail.com> References: <44928F24.3030200@uts.net.au> <3bec26390606161055v4b62fc3ga90f7ddfde315b3c@mail.gmail.com> Message-ID: <10bde25b226.-6366226645466463281.4125927658553363877@@vtiger.com> Yes Allan ,You are right. These typeofdata from database is formed as a javascript array in all EditViews.The Array is formed in include/FormValidationUtil.php .You can see this from the Page Source of any EditView page.These elements of fielddatatype array is used for form validate.Each element has a delimiter "~".The First part of the element is the data type and the second part is to find whether the data is a mandatory or an optional.You can find this in the function formValidate in the file general.js(include/js/general.js).These datas are also used for CustomView,CustomField,Reports to check the datatype. ------------------------------------------ D.Jeri John Skype: jerijohn_vtiger Toll Free: +1 877 788 4437 ----allan.bush+vtiger_dev at gmail.com wrote ---- I'm not sure if anyone knows. I don't think it really does anything anymore I usually just put one of the strings I see in other fields in. It looks like it's suppose to control form validation as well as custom view and report options, but I think hard coded stuff has replaced it. On 6/16/06, Damien Bezborodow wrote: > Hi, > > Can somebody point me in the direction of an explanation of the > `typeofdata` column in `field` table? > > Cheers! > > Damo > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060616/85de38da/attachment.html From richie at vtiger.com Mon Jun 19 01:07:14 2006 From: richie at vtiger.com (Richie) Date: Mon, 19 Jun 2006 01:07:14 -0700 Subject: [Vtigercrm-developers] should we update to latest version of adodb? In-Reply-To: References: <8254.49227490953$1150442538@news.gmane.org> <8793.49272368035$1150469380@news.gmane.org> Message-ID: <10beb543bed.-5003989440342697725.-6059236350030164014@@vtiger.com> Gopal, please do the needful. Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Richie wrote: > Is anyone interested in owning up watching updates to third party > softwares? I'll continue to watch and post tickets, eventually merge in snapshots, this is an interest area for me anyway. I only monitor adodb at the moment, but given a centralized list of dependencies, I can scout updates to other libraries as well. > How to handle third-party updates? Lets move Gopal's table of external dependencies into a plain text file in the repository, treat it as a piece of documentation. Keep it simple and consistent for interested parties to process with packaging or update-watching scripts. DEPENDENCIES.TXT: adodb-4.90 http://prdownloads.sf.net/adodb/adodb490.tgz adodb/ log4php-0.9 http://www.vxr.it/log4php/log4php-0.9.tar.gz log4php/ Image_Graph-0.7.2 http://pear.php.net/get/Image_Graph-0.7.2.tgz Image/ And so on. Make an external entry for every single thing that isn't copyright vtiger or community. > Earlier too, there was discussion of not bundling third party products > with vtiger. How to proceed? I can see the ease of use argument for keeping the necessary dependencies snapshotted in the repository. When we start getting picked up by various linux distro packaging, there will be some demand for a version stripped without the snapshots that will work identically, provided the distro package satisfies all the listed dependencies. Looking far ahead, my preference would be for vtigercrm-x.y.z.tar.gz to eventually contain zero bundled dependencies. A separate companion vtigercrm-dependencies-x.y.z.tar.gz could be provided, which the user could untar somewhere on the PHP path to achieve a working vtigercrm installation. _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060619/092cb1b1/attachment.htm From richie at vtiger.com Mon Jun 19 01:08:10 2006 From: richie at vtiger.com (Richie) Date: Mon, 19 Jun 2006 01:08:10 -0700 Subject: [Vtigercrm-developers] should we update to latest version ofadodb? In-Reply-To: References: <000601c6913e$8b809ee0$0a0610ac@nubrek.local> <3bec26390606160914o107af872ke3eb3accb5b21d87@mail.gmail.com> Message-ID: <10beb55190e.-3649419097723658181.310115266462874625@@vtiger.com> So, do we remove it from the 5.0 too? If so, what is the procedure? Allan, you game to do it? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Allan Bush wrote: > As far as I know (and I think I've gone over just about every sql > statement in the program, multiple times) PearDB is never used. The > adodb wrapper class was given the name PearDatabase which can lead to > some confusion but all database communication goes through adodb (other > then the occasional direct mysql_* call people try and sneak in). That's a great candidate for an svn rename and search-replace then. I never knew what was going on with that PearDB / adodb dichotomy, I figured it was cruft left over from the original fork. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1331 _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060619/57a51f91/attachment.html From Matjaz.Slak at atol.si Mon Jun 19 02:06:43 2006 From: Matjaz.Slak at atol.si (Matjaz.Slak@atol.si) Date: Mon, 19 Jun 2006 11:06:43 +0200 Subject: [Vtigercrm-developers] how to make vtiger more community oriented? In-Reply-To: <49216030606161036q3093f95es6bd6550b8d5c760@mail.gmail.com> Message-ID: Hi! Thank you for the reply. I will post the patches ASAP. I did not want to go corporate subcomite here :) I just wanted a show of hands "we are the guys that will try to keep 4.2.x getting better". But I guess you're right. First I need to show some action and do some patches posting. Matjaz Slak matjaz.slak at atol.si Atol d.o.o. | http://www.atol.si | tel. +386 1 510 15 30 "Sergio A. Kessler" Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 16.06.2006 19:36 Please respond to vtigercrm-developers at lists.vtigercrm.com To vtigercrm-developers at lists.vtigercrm.com cc Subject Re: [Vtigercrm-developers] how to make vtiger more community oriented? I don't know if there is a critical mass yet to form a sub-team of developers of 4.2.x, this branch was managed by mike fedyk but he dissapeared... so, if you have the energy, I encourage you to take an action role, you can post patches in the trac and ask for subversion commit access... once you have that, you can go ahead with commiting patches and communicating with this mailing list... and release whenever you see fit... but don't expect to form a subcommite or something like that, you will die in the intent... just go ahead... regards, /sak On 6/16/06, Matjaz.Slak at atol.si wrote: > > > Hi! > > First let me say I'm very happy to see this discussion starting! Cheers to Ritchie and others! > > One thing I belive that would benefit vTiger's "Community factor" would be a regular maintenance schedule for the current production stream - 4.2.x > > I think we should form a sub-team of community developers that would be primarily involved with this: bugfixes and usability tuning for 4.2.x and would regularily prepere new releases of this stream. > > I know a lot of people currently use 4.2.x either in their companies or host it for others - I know we do :) And because of that we all get regular issues reported from users - ranging from "things not working" aka. "bugs" :) to "can you fine-tune this particular feature". > > I think this feedback would be very beneficial both for the 4.2.x stream and as a source of ideas for 5.x - IF we track them and fix them, of course. > > We've been working on fixing the 4.2.3 version and I am very happy to see the release of 4.2.4 - I must admit I lost confidence in it ever happening. > > When I compared the issues resolved in 4.2.4 with the ones we had to resolve ourselves I found some overlap, but found a lot of suff we fixed that's not in 4.2.4. I would be happy to post this fixes to the TRAC so that they can be included in 4.2.5. And I guess a lot of other people were doing the same and therefore have their fixes which they would post IF we provide guidance on how to do it. > > If we all join forces we can make 4.2.5 a very stable version very quickly and then start working on (maybe) tuning the features for better end-user usability -> we've received a lot of feedback from users on parts of vTiger that are "not user friendly". > > What do you think? > > Matjaz Slak > matjaz.slak at atol.si > > Atol d.o.o. | http://www.atol.si > > > > Richie > Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com > > 14.06.2006 18:48 > > Please respond to > vtigercrm-developers at lists.vtigercrm.com > > > To vtigercrm-developers at lists.vtigercrm.com > > cc vtigercrm-developers at lists.vtigercrm.com > > Subject Re: [Vtigercrm-developers] how to make vtiger more community oriented? > > > > > > > > > I will justify the case however difficult it might be. > > Yes, we did not answer the queries at certain points in time. But at that time, the focus was on getting the job done ourselves and that too fast and get the product out faster!There was also an impatience with teaching the other folks about how to do it as in the same amount of time, we would have got fixed the particular issue and lots more. > > Now, we realise that the product has grown too big to be handled by us alone and that too at the given speed that we work, it will not be proper to take up > all the tasks ourselves. Hence the query for more community effort. > > You can state it as a phase of growth that we had to go through. > There was no intention of "not-helping-out-folks". It was pure impatience. > I will hasten to state that "it was not arrogance". > > "There should be some developer > documents, API documentation and above all good support in > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > insufficent for a programmer. I strongly believe that making a good > knowledge base is the key in Open Source Projects." > > Manilal, we are working on that. As you are aware, we are trying to get the code in a more simpler format (well, we are trying) and we are trying to get the > APIs out too. If you are a bit more patient, we will have some How Tos too out in the open. The forum has stopped being the point for dev discussions. The mailing list is intended to be the place for dev discussions. Hence we did not answer the questions (okay, this might be a lame excuse but it holds at times :-) ) > > /sak, I know it is like looking into the funnel upside down but that is how it is. > We do want to change but it will take some patience and should I say guidance to do the same. Manilal, I do remember asking you to be patient as we were working on building the basic guidelines itself. > > The entire process of taking out junk code, opening up the APIs with relatively > proper documents, the planned website and wiki changes are all towards that > end only. > > If you would have observed, I have myself admitted that I should have been more open and should have shared the street-talk that we have here with the community in large. Again, if you would have observed, I have started doing the same. It is not for taking credit but just to prove that I am trying to make things different from what they were. It will take time. > > I have in fact shared all the To-do lists of mine with you and realise that I should have done it long ago. > > Better late than never. > > I take all the blame for these "issues". I assure you we do want to be more open. Let us make a beginning. We over here, will keep the past in perspective so that the same mistakes are not committed again. > > BTW /sak, we cannot afford to ignore you guys, however much I hate JeffK ;-)! > > Come on guys, is no one supporting me for a change ??? :-)! > > Richie > > > > > > ---- Sergio A. Kessler wrote ---- > > I have to agree... > > I can understand not having the time for replying to every end-user > question, in fact when I was the captain of an open source project, I > leave the end users helping each other... > > there simply no time for developers to answer every stupid question... > > but if you want the *developers* community help, you cannot afford to > ignore them, and then ask the same people to help... > > > > On 6/14/06, Manilal K M wrote: > > On 14/06/06, Richie wrote: > > > > > > I would like to get your views on making vtiger more > > > community oriented. The reason for this is > > > as follows :- > > > > > > a) It will free the core team for other tasks. Right > > > now, we are facing a shortage of hands in > > > fixing the issues, > > > testing the product, documentation, etc. > > > > > > We would like these to be off-loaded to an extent so > > > that we can continue further development. > > > > > > Things are working no doubt but in patches. > > > > > > > > > I would like to bring in more accountability, > > > automation and transparency into the > > > system. > > > Again, these will not be at the cost of flexibility > > > and speed. > > > The core team when left to itself can move very fast > > > but we need to move together. I am sure > > > we have people who have skills > > > supplementary/complementary to those of the core team. > > > The need is to make these work together thereby leading to > > > a fast,nimble and efficient community > > > thereby leading to a much better product. > > > > > > > > > I am sure we have gurus on board who have 'been > > > there, done that'. I welcome them to put > > > forth > > > their ideas on handling this issue. > > > > > > > > > Richie > > > _______________________________________________ > > > > Hi Richie: > > I have only very limited experience(less than 6 months) in vtiger. > > Within this period I never felt that vtiger is a Open Source Project > > neither a Community project. The developers never mind to respond to > > development related questions. They may respond to some user related > > questions, but rejected developer questions. This is not good for a > > Community project. Of course it's the highlight of Proprietory > > projects, where the end user/developer has little control. > > > > I admit the fact that the developers are busy, but the fact > > remains that if a community project wants to succeed, then there > > should be somebody to make the guidelines for development and project > > management. I have posted a number of queries regarding developing new > > modules and module management in vtiger5. But none of them got a > > satisfactory reply. They are simply ignored by the developers. I know > > that vtiger5 is under development. But there are no changelog or > > changes which a programmer can refer with the released code. I am a > > member of other community projects like Horde and I was suprised with > > the support. Initially I got immense support from the horde developers > > so that I was able to learn the stuff in quick time and was able to > > contribute some good patches. > > > > Inorder to make vtiger community oriented, the first step should be > > taken from the developers itself. There should be some developer > > documents, API documentation and above all good support in > > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > > insufficent for a programmer. I strongly believe that making a good > > knowledge base is the key in Open Source Projects. > > > > See the result of my postings in mailing list and forums: > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-March/000612.html > > http://forums.vtiger.com/viewtopic.php?t=6631 > > http://forums.vtiger.com/viewtopic.php?t=4664 > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-April/000804.html > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-May/000918.html > > > > See the Unanswered Postings in Forums: > > http://forums.vtiger.com/search.php?search_id=unanswered > > > > There are more than 2000 Postings which are unanswered !!! > > > > regards > > Manilal > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > > _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060619/ac31adae/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5476 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060619/ac31adae/smime-0001.bin From gopals at vtiger.com Mon Jun 19 02:15:31 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 19 Jun 2006 02:15:31 -0700 Subject: [Vtigercrm-developers] should we update to latest version of adodb? In-Reply-To: <10beb543bed.-5003989440342697725.-6059236350030164014@@vtiger.com> References: <8254.49227490953$1150442538@news.gmane.org> <8793.49272368035$1150469380@news.gmane.org> <10beb543bed.-5003989440342697725.-6059236350030164014@@vtiger.com> Message-ID: <10beb92c0a0.5960981577760749203.2743147745189759324@@vtiger.com> Hi Jeff, I have posted third party packages document at Wiki, under For Developers section: http://www.vtiger.com/wiki/index.php/Third_Party_Software Please let me know, once below listed packages are updated, so that I can update the master document. Regards, Gopal --------------------------------------- S.S.G.GopalFunction isSkypeInstalled()on error resume nextSet oSkype = CreateObject("Skype.Detection")isSkypeInstalled = IsObject(oSkype)Set oSkype = nothingEnd Function Toll Free: +1 877 788 4437 Blog: http://gopal.vtiger.com ----richie at vtiger.com wrote ---- Gopal, please do the needful. Richie ---- Jeff Kowalczyk wrote ---- Richie wrote: > Is anyone interested in owning up watching updates to third party > softwares? I'll continue to watch and post tickets, eventually merge in snapshots, this is an interest area for me anyway. I only monitor adodb at the moment, but given a centralized list of dependencies, I can scout updates to other libraries as well. > How to handle third-party updates? Lets move Gopal's table of external dependencies into a plain text file in the repository, treat it as a piece of documentation. Keep it simple and consistent for interested parties to process with packaging or update-watching scripts. DEPENDENCIES.TXT: adodb-4.90 http://prdownloads.sf.net/adodb/adodb490.tgz adodb/ log4php-0.9 http://www.vxr.it/log4php/log4php-0.9.tar.gz log4php/ Image_Graph-0.7.2 http://pear.php.net/get/Image_Graph-0.7.2.tgz Image/ And so on. Make an external entry for every single thing that isn't copyright vtiger or community. > Earlier too, there was discussion of not bundling third party products > with vtiger. How to proceed? I can see the ease of use argument for keeping the necessary dependencies snapshotted in the repository. When we start getting picked up by various linux distro packaging, there will be some demand for a version stripped without the snapshots that will work identically, provided the distro package satisfies all the listed dependencies. Looking far ahead, my preference would be for vtigercrm-x.y.z.tar.gz to eventually contain zero bundled dependencies. A separate companion vtigercrm-dependencies-x.y.z.tar.gz could be provided, which the user could untar somewhere on the PHP path to achieve a working vtigercrm installation. _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060619/95675d3d/attachment.htm From developer at infointegrated.com Mon Jun 19 06:07:09 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Mon, 19 Jun 2006 08:07:09 -0500 Subject: [Vtigercrm-developers] should we update to latest version of adodb? In-Reply-To: <10beb92c0a0.5960981577760749203.2743147745189759324@@vtiger.com> References: <8254.49227490953$1150442538@news.gmane.org> <8793.49272368035$1150469380@news.gmane.org> <10beb543bed.-5003989440342697725.-6059236350030164014@@vtiger.com> <10beb92c0a0.5960981577760749203.2743147745189759324@@vtiger.com> Message-ID: <4C5B7D2A-B8B0-455E-A3FB-97DBE9749790@infointegrated.com> FCKeditor has a recently released v2.3. It includes significantly faster loading, and some security enhancements. I dropped it into the svn branch and trunk as is and it worked fine. The loading performance really is a lot better. I'd recommend default theme for branch and silver theme for trunk (it seems to match what you've got better than the default theme). I also noticed Smarty had released 2.6.14 with some security enhancements. This would only be in the Trunk... which brings up a modification idea for the document. In the 3rd party document, add some columns. In place of the version column: Trunk Version / Branch Version / Current Release Version / Current Release Date. The versions on this list should represent the current svn status. Brian On Jun 19, 2006, at 4:15 AM, Gopal wrote: > Hi Jeff, > > I have posted third party packages document at Wiki, under For > Developers section: > > http://www.vtiger.com/wiki/index.php/Third_Party_Software > > Please let me know, once below listed packages are updated, so that > I can update the master document. > > Regards, > Gopal > > --------------------------------------- > S.S.G.Gopal > > Toll Free: +1 877 788 4437 > Blog: http://gopal.vtiger.com > > > > > > ----richie at vtiger.com wrote ---- > > Gopal, please do the needful. > > Richie > > > > > ---- Jeff Kowalczyk wrote ---- > > Richie wrote: > > Is anyone interested in owning up watching updates to third party > > softwares? > > I'll continue to watch and post tickets, eventually merge in > snapshots, this is an interest area for me anyway. I only monitor > adodb at > the moment, but given a centralized list of dependencies, I can scout > updates to other libraries as well. > > > How to handle third-party updates? > > Lets move Gopal's table of external dependencies into a plain text > file in > the repository, treat it as a piece of documentation. Keep it > simple and > consistent for interested parties to process with packaging or > update-watching scripts. > > DEPENDENCIES.TXT: > > adodb-4.90 http://prdownloads.sf.net/adodb/adodb490.tgz adodb/ > log4php-0.9 http://www.vxr.it/log4php/log4php-0.9.tar.gz log4php/ > Image_Graph-0.7.2 http://pear.php.net/get/Image_Graph-0.7.2.tgz Image/ > > And so on. Make an external entry for every single thing that isn't > copyright vtiger or community. > > > Earlier too, there was discussion of not bundling third party > products > > with vtiger. How to proceed? > > I can see the ease of use argument for keeping the necessary > dependencies > snapshotted in the repository. > > When we start getting picked up by various linux distro packaging, > there > will be some demand for a version stripped without the snapshots > that will > work identically, provided the distro package satisfies all the listed > dependencies. > > Looking far ahead, my preference would be for vtigercrm- > x.y.z.tar.gz to > eventually contain zero bundled dependencies. A separate companion > vtigercrm-dependencies-x.y.z.tar.gz could be provided, which the user > could untar somewhere on the PHP path to achieve a working vtigercrm > installation. > > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share > spreadsheets online using Zoho Sheet - http://zohosheet.com?vt > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share > spreadsheets online using Zoho Sheet - http://zohosheet.com?vt > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share > spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060619/0ab0cf87/attachment-0001.html From richie at vtiger.com Mon Jun 19 07:06:39 2006 From: richie at vtiger.com (Richie) Date: Mon, 19 Jun 2006 07:06:39 -0700 Subject: [Vtigercrm-developers] should we update to latest version of adodb? In-Reply-To: <4C5B7D2A-B8B0-455E-A3FB-97DBE9749790@infointegrated.com> References: <8254.49227490953$1150442538@news.gmane.org> <8793.49272368035$1150469380@news.gmane.org> <10beb543bed.-5003989440342697725.-6059236350030164014@@vtiger.com> <10beb92c0a0.5960981577760749203.2743147745189759324@@vtiger.com> <4C5B7D2A-B8B0-455E-A3FB-97DBE9749790@infointegrated.com> Message-ID: <10bec9d4b53.-5601841679668353774.-4002066045853639670@@vtiger.com> Nice of you to inform Brian. Jeff, do you suggest we move them in right now? I am game for the change. Brian, if it is okay with you, could you please help Jeff. Again if Sir Jeff agrees :-) to it? Just to keep us all in the same page, we are targetting for RC1 near mid of next week. Richie ---- Brian Devendorf<developer at infointegrated.com> wrote ---- FCKeditor has a recently?released v2.3. It includes significantly faster loading, and some security enhancements. I dropped it into the svn branch and trunk as is and it worked fine. The loading performance really is a lot better. I'd recommend default theme for branch and silver theme for trunk (it seems to match what you've got better than the default theme).I also noticed Smarty had released 2.6.14 with some security enhancements. This would only be in the Trunk... which brings up a modification idea for the document.In the 3rd party document, add some columns. In place of the version column: Trunk Version / Branch Version / Current Release Version / Current Release Date. The versions on this list should represent the current svn status.BrianOn Jun 19, 2006, at 4:15 AM, Gopal wrote: Hi Jeff,I have posted third party packages document at Wiki, under For Developers?section:http://www.vtiger.com/wiki/index.php/Third_Party_SoftwarePlease let me know, once below listed packages are updated, so that I can update the master document. Regards,Gopal--------------------------------------- S.S.G.Gopal Function isSkypeInstalled() on error resume next Set oSkype = CreateObject("Skype.Detection") isSkypeInstalled = IsObject(oSkype) Set oSkype = nothing End Function Toll Free: +1 877 788 4437 Blog: http://gopal.vtiger.com ----richie at vtiger.com wrote ---- Gopal, please do the needful. Richie---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Richie wrote:> Is anyone interested in owning up watching updates to third party> softwares?I'll continue to watch and post tickets, eventually merge insnapshots, this is an interest area for me anyway. I only monitor adodb atthe moment, but given a centralized list of dependencies, I can scoutupdates to other libraries as well.> How to handle third-party updates?Lets move Gopal's table of external dependencies into a plain text file inthe repository, treat it as a piece of documentation. Keep it simple andconsistent for interested parties to process with packaging orupdate-watching scripts.DEPENDENCIES.TXT:adodb-4.90?http://prdownloads.sf.net/adodb/adodb490.tgz?adodb/log4php-0.9?http://www.vxr.it/log4php/log4php-0.9.tar.gz?log4php/Image_Graph-0.7.2 http://pear.php.net/get/Image_Graph-0.7.2.tgz?Image/And so on. Make an external entry for every single thing that isn'tcopyright vtiger or community.> Earlier too, there was discussion of not bundling third party products> with vtiger. How to proceed?I can see the ease of use argument for keeping the necessary dependenciessnapshotted in the repository.When we start getting picked up by various linux distro packaging, therewill be some demand for a version stripped without the snapshots that willwork identically, provided the distro package satisfies all the listeddependencies.Looking far ahead, my preference would be for vtigercrm-x.y.z.tar.gz toeventually contain zero bundled dependencies. A separate companionvtigercrm-dependencies-x.y.z.tar.gz could be provided, which the usercould untar somewhere on the PHP path to achieve a working vtigercrminstallation._______________________________________________Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt _______________________________________________Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt _______________________________________________Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt? _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060619/2c884ba2/attachment.htm From allan.bush+vtiger_dev at gmail.com Mon Jun 19 09:10:37 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Mon, 19 Jun 2006 09:10:37 -0700 Subject: [Vtigercrm-developers] Outlook Plugin Message-ID: <3bec26390606190910p5c3dc468w3f13efd4ba0429bb@mail.gmail.com> I'm seeing a lot of complaints about the outlook plug-in not working in the forums. Is their anyone with some experience with the outlook plug-in that can look into this. Was this working in 4.2.3? If it was how did it get broken for 4.2.4 as either contactserialize.php or the soap stuff was changed, does the plug-in interface through some other files? I'd like to release some fixes for the 4.2.4 release today (or tomorrow) so if someone could do an assessment of what needs to be changed to make the outlook plug-in work asap that would be great. Allan From Dirk.Gorny at genion.de Mon Jun 19 09:38:04 2006 From: Dirk.Gorny at genion.de (Dirk Gorny) Date: Mon, 19 Jun 2006 18:38:04 +0200 Subject: [Vtigercrm-developers] Outlook Plugin In-Reply-To: <3bec26390606190910p5c3dc468w3f13efd4ba0429bb@mail.gmail.com> References: <3bec26390606190910p5c3dc468w3f13efd4ba0429bb@mail.gmail.com> Message-ID: <200606191838.04865.Dirk.Gorny@genion.de> Im interested in doing some work at the outlookplugin. Especially i18n stuff, installer routine and later tests against the v.5 to test security but got no answer, where the source is. The source at sourceforge seems not to be the complete. The installer routine is missing. Dirk Am Montag, 19. Juni 2006 18:10 schrieb Allan Bush: > I'm seeing a lot of complaints about the outlook plug-in not working > in the forums. > > Is their anyone with some experience with the outlook plug-in that can > look into this. Was this working in 4.2.3? If it was how did it get > broken for 4.2.4 as either contactserialize.php or the soap stuff was > changed, does the plug-in interface through some other files? > > I'd like to release some fixes for the 4.2.4 release today (or > tomorrow) so if someone could do an assessment of what needs to be > changed to make the outlook plug-in work asap that would be great. > > Allan > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share > spreadsheets online using Zoho Sheet - http://zohosheet.com?vt From Joel.Rydbeck at nubrek.com Mon Jun 19 13:03:13 2006 From: Joel.Rydbeck at nubrek.com (Joel Rydbeck) Date: Mon, 19 Jun 2006 15:03:13 -0500 Subject: [Vtigercrm-developers] how to make vtiger morecommunity oriented? References: <000301c69380$f093e8c0$0a0610ac@nubrek.local> Message-ID: Matjaz, Welcome to the 4.2.x team. Its loosely formed and varying levels of contribution, but your efforts will be much appreciated. Allan has done a great job working with the source and abstracting it to be non-db dependent amongst many other things. Jeff K contributes quite a bit as well. I'm in it as my user-base isn't jumping up & down about going to 5.0 right now. I'm sure there are others out there who I haven't named. Regards, - Joel ________________________________ From: vtigercrm-developers-bounces at lists.vtigercrm.com on behalf of Matjaz.Slak at atol.si Sent: Mon 6/19/2006 4:15 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] how to make vtiger morecommunity oriented? Hi! Thank you for the reply. I will post the patches ASAP. I did not want to go corporate subcomite here :) I just wanted a show of hands "we are the guys that will try to keep 4.2.x getting better". But I guess you're right. First I need to show some action and do some patches posting. Matjaz Slak matjaz.slak at atol.si Atol d.o.o. | http://www.atol.si | tel. +386 1 510 15 30 "Sergio A. Kessler" Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 16.06.2006 19:36 Please respond to vtigercrm-developers at lists.vtigercrm.com To vtigercrm-developers at lists.vtigercrm.com cc Subject Re: [Vtigercrm-developers] how to make vtiger more community oriented? I don't know if there is a critical mass yet to form a sub-team of developers of 4.2.x, this branch was managed by mike fedyk but he dissapeared... so, if you have the energy, I encourage you to take an action role, you can post patches in the trac and ask for subversion commit access... once you have that, you can go ahead with commiting patches and communicating with this mailing list... and release whenever you see fit... but don't expect to form a subcommite or something like that, you will die in the intent... just go ahead... regards, /sak On 6/16/06, Matjaz.Slak at atol.si wrote: > > > Hi! > > First let me say I'm very happy to see this discussion starting! Cheers to Ritchie and others! > > One thing I belive that would benefit vTiger's "Community factor" would be a regular maintenance schedule for the current production stream - 4.2.x > > I think we should form a sub-team of community developers that would be primarily involved with this: bugfixes and usability tuning for 4.2.x and would regularily prepere new releases of this stream. > > I know a lot of people currently use 4.2.x either in their companies or host it for others - I know we do :) And because of that we all get regular issues reported from users - ranging from "things not working" aka. "bugs" :) to "can you fine-tune this particular feature". > > I think this feedback would be very beneficial both for the 4.2.x stream and as a source of ideas for 5.x - IF we track them and fix them, of course. > > We've been working on fixing the 4.2.3 version and I am very happy to see the release of 4.2.4 - I must admit I lost confidence in it ever happening. > > When I compared the issues resolved in 4.2.4 with the ones we had to resolve ourselves I found some overlap, but found a lot of suff we fixed that's not in 4.2.4. I would be happy to post this fixes to the TRAC so that they can be included in 4.2.5. And I guess a lot of other people were doing the same and therefore have their fixes which they would post IF we provide guidance on how to do it. > > If we all join forces we can make 4.2.5 a very stable version very quickly and then start working on (maybe) tuning the features for better end-user usability -> we've received a lot of feedback from users on parts of vTiger that are "not user friendly". > > What do you think? > > Matjaz Slak > matjaz.slak at atol.si > > Atol d.o.o. | http://www.atol.si > > > > Richie > Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com > > 14.06.2006 18:48 > > Please respond to > vtigercrm-developers at lists.vtigercrm.com > > > To vtigercrm-developers at lists.vtigercrm.com > > cc vtigercrm-developers at lists.vtigercrm.com > > Subject Re: [Vtigercrm-developers] how to make vtiger more community oriented? > > > > > > > > > I will justify the case however difficult it might be. > > Yes, we did not answer the queries at certain points in time. But at that time, the focus was on getting the job done ourselves and that too fast and get the product out faster!There was also an impatience with teaching the other folks about how to do it as in the same amount of time, we would have got fixed the particular issue and lots more. > > Now, we realise that the product has grown too big to be handled by us alone and that too at the given speed that we work, it will not be proper to take up > all the tasks ourselves. Hence the query for more community effort. > > You can state it as a phase of growth that we had to go through. > There was no intention of "not-helping-out-folks". It was pure impatience. > I will hasten to state that "it was not arrogance". > > "There should be some developer > documents, API documentation and above all good support in > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > insufficent for a programmer. I strongly believe that making a good > knowledge base is the key in Open Source Projects." > > Manilal, we are working on that. As you are aware, we are trying to get the code in a more simpler format (well, we are trying) and we are trying to get the > APIs out too. If you are a bit more patient, we will have some How Tos too out in the open. The forum has stopped being the point for dev discussions. The mailing list is intended to be the place for dev discussions. Hence we did not answer the questions (okay, this might be a lame excuse but it holds at times :-) ) > > /sak, I know it is like looking into the funnel upside down but that is how it is. > We do want to change but it will take some patience and should I say guidance to do the same. Manilal, I do remember asking you to be patient as we were working on building the basic guidelines itself. > > The entire process of taking out junk code, opening up the APIs with relatively > proper documents, the planned website and wiki changes are all towards that > end only. > > If you would have observed, I have myself admitted that I should have been more open and should have shared the street-talk that we have here with the community in large. Again, if you would have observed, I have started doing the same. It is not for taking credit but just to prove that I am trying to make things different from what they were. It will take time. > > I have in fact shared all the To-do lists of mine with you and realise that I should have done it long ago. > > Better late than never. > > I take all the blame for these "issues". I assure you we do want to be more open. Let us make a beginning. We over here, will keep the past in perspective so that the same mistakes are not committed again. > > BTW /sak, we cannot afford to ignore you guys, however much I hate JeffK ;-)! > > Come on guys, is no one supporting me for a change ??? :-)! > > Richie > > > > > > ---- Sergio A. Kessler wrote ---- > > I have to agree... > > I can understand not having the time for replying to every end-user > question, in fact when I was the captain of an open source project, I > leave the end users helping each other... > > there simply no time for developers to answer every stupid question... > > but if you want the *developers* community help, you cannot afford to > ignore them, and then ask the same people to help... > > > > On 6/14/06, Manilal K M wrote: > > On 14/06/06, Richie wrote: > > > > > > I would like to get your views on making vtiger more > > > community oriented. The reason for this is > > > as follows :- > > > > > > a) It will free the core team for other tasks. Right > > > now, we are facing a shortage of hands in > > > fixing the issues, > > > testing the product, documentation, etc. > > > > > > We would like these to be off-loaded to an extent so > > > that we can continue further development. > > > > > > Things are working no doubt but in patches. > > > > > > > > > I would like to bring in more accountability, > > > automation and transparency into the > > > system. > > > Again, these will not be at the cost of flexibility > > > and speed. > > > The core team when left to itself can move very fast > > > but we need to move together. I am sure > > > we have people who have skills > > > supplementary/complementary to those of the core team. > > > The need is to make these work together thereby leading to > > > a fast,nimble and efficient community > > > thereby leading to a much better product. > > > > > > > > > I am sure we have gurus on board who have 'been > > > there, done that'. I welcome them to put > > > forth > > > their ideas on handling this issue. > > > > > > > > > Richie > > > _______________________________________________ > > > > Hi Richie: > > I have only very limited experience(less than 6 months) in vtiger. > > Within this period I never felt that vtiger is a Open Source Project > > neither a Community project. The developers never mind to respond to > > development related questions. They may respond to some user related > > questions, but rejected developer questions. This is not good for a > > Community project. Of course it's the highlight of Proprietory > > projects, where the end user/developer has little control. > > > > I admit the fact that the developers are busy, but the fact > > remains that if a community project wants to succeed, then there > > should be somebody to make the guidelines for development and project > > management. I have posted a number of queries regarding developing new > > modules and module management in vtiger5. But none of them got a > > satisfactory reply. They are simply ignored by the developers. I know > > that vtiger5 is under development. But there are no changelog or > > changes which a programmer can refer with the released code. I am a > > member of other community projects like Horde and I was suprised with > > the support. Initially I got immense support from the horde developers > > so that I was able to learn the stuff in quick time and was able to > > contribute some good patches. > > > > Inorder to make vtiger community oriented, the first step should be > > taken from the developers itself. There should be some developer > > documents, API documentation and above all good support in > > Forum/Mailing List. I know that vtigerwiki has some stuff, but it's > > insufficent for a programmer. I strongly believe that making a good > > knowledge base is the key in Open Source Projects. > > > > See the result of my postings in mailing list and forums: > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-March/000612.html > > http://forums.vtiger.com/viewtopic.php?t=6631 > > http://forums.vtiger.com/viewtopic.php?t=4664 > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-April/000804.html > > http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-May/000918.html > > > > See the Unanswered Postings in Forums: > > http://forums.vtiger.com/search.php?search_id=unanswered > > > > There are more than 2000 Postings which are unanswered !!! > > > > regards > > Manilal > > _______________________________________________ > > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > > http://zohowriter.com/?vt > > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > _______________________________________________ > This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead! > http://zohowriter.com/?vt > > > _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060619/a74203eb/attachment-0001.html From werk at r2g.nl Mon Jun 19 23:47:10 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Tue, 20 Jun 2006 08:47:10 +0200 Subject: [Vtigercrm-developers] Outlook Plugin In-Reply-To: <3bec26390606190910p5c3dc468w3f13efd4ba0429bb@mail.gmail.com> Message-ID: Hi Allen, I've got it working on 4.2.3, without any problems. Just followed the install instructions. For the moment i'm not yet upgrading to 4.2.4, due to much work going on. Cheers, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Allan Bush Verzonden: maandag 19 juni 2006 18:11 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: [Vtigercrm-developers] Outlook Plugin I'm seeing a lot of complaints about the outlook plug-in not working in the forums. Is their anyone with some experience with the outlook plug-in that can look into this. Was this working in 4.2.3? If it was how did it get broken for 4.2.4 as either contactserialize.php or the soap stuff was changed, does the plug-in interface through some other files? I'd like to release some fixes for the 4.2.4 release today (or tomorrow) so if someone could do an assessment of what needs to be changed to make the outlook plug-in work asap that would be great. Allan _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt ----- Scanned for virus and spam From damien at uts.net.au Tue Jun 20 01:18:32 2006 From: damien at uts.net.au (Damien Bezborodow) Date: Tue, 20 Jun 2006 17:48:32 +0930 Subject: [Vtigercrm-developers] SOAP Message-ID: <4497AF58.3030203@uts.net.au> Hi, I'm considering writing a SOAP interface for adding new invoices so that our software (eg: Drupal, Asterisk) can interface with vtiger. Is there any documentation about SOAP support in vtiger? I'm not sure where to start. Should I add my functions to soap.php? Maybe this feature already exists? Thanks Damo From mickie at vtiger.com Tue Jun 20 03:19:25 2006 From: mickie at vtiger.com (Mickie) Date: Tue, 20 Jun 2006 03:19:25 -0700 Subject: [Vtigercrm-developers] SOAP In-Reply-To: <4497AF58.3030203@uts.net.au> References: <4497AF58.3030203@uts.net.au> Message-ID: <10bf0f39d22.9065120172171112771.7092132910400687236@@vtiger.com> Hi, As of now we don't have any documentation about SOAP. If you use the invoices in customerportal then you can register and addthe methods in soap/customerportal.php otherwise you can add themethods in a seperate file where as you need to put entry invtigerservice.php which is parellel to index.php file in vtigerCRM rootdirectory. To know about the function register and function implementation pleaselook into soap/webforms.php file which will be easy to understand. Please let us know for further informations. Thanks & Regards Mickie ----damien at uts.net.au wrote ---- Hi, I'm considering writing a SOAP interface for adding new invoices so that our software (eg: Drupal, Asterisk) can interface with vtiger. Is there any documentation about SOAP support in vtiger? I'm not sure where to start. Should I add my functions to soap.php? Maybe this feature already exists? Thanks Damo _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060620/92ac12b6/attachment.htm From richie at vtiger.com Tue Jun 20 03:43:18 2006 From: richie at vtiger.com (Richie) Date: Tue, 20 Jun 2006 03:43:18 -0700 Subject: [Vtigercrm-developers] security in trac Message-ID: <10bf1097d4b.-7402021111595639279.2546179572139323746@@vtiger.com> Hi! Today, we found that someone has closed an issue without our knowledge in the trac. The person used my login name and edited the status of the ticket. Would it be possible to have the facility wherein only those with proper logins alone can close a ticket please? Else, this is going to lead to quite some chaos. Kindly correct me if wrong. We need to clamp down on this thing fast. Matt,JeffK? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060620/f8e1077a/attachment.html From minnie at vtiger.com Tue Jun 20 06:22:07 2006 From: minnie at vtiger.com (Mangai) Date: Tue, 20 Jun 2006 06:22:07 -0700 Subject: [Vtigercrm-developers] campaign functionality Message-ID: <10bf19ae02d.1434167023535482383.-7980037678327717727@@vtiger.com> Hi All, This mail is to explain how campaign related with contacts/leads/potentials in vtigerCRM. Currently in vtigerCRM, If wecreate a campaign we can relate it with a product, contacts,leads,potentials and tasks. While creating campaign, we can relate itwith new contact/lead/potential or already existing contact/lead. In order to maintain the campaign relation with contact/lead/potential,we have a field called Campaign Sourcein Leads/Contacts/Potentials createview. So that it is easier to track info, fromwhich campaign source we got the lead/contact/potential while creating them. Type of relation between campaign and contact/lead/potential is 1 to n.ie., A campaign can have multiple contacts/leads/potentials. Butthe type of relation between contact/lead/potentialand campaign is 1 to 1.ie., A contact/lead/potential can have only one campaign. So whendoing convertlead operation Leads Campaign Source is converted toContacts/Potentials Campaign Source. This is the reltionship betweencampaign and contacts/leads/potentials. Kindly give your feedbacks and ideas to improve campaign related list functionality. Thanks & Regards, Minnie. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060620/7c76bf2f/attachment.htm From richie at vtiger.com Tue Jun 20 08:47:29 2006 From: richie at vtiger.com (Richie) Date: Tue, 20 Jun 2006 08:47:29 -0700 Subject: [Vtigercrm-developers] proper version in trac Message-ID: <10bf21ff7aa.-8141649742944047232.5796939928885046218@@vtiger.com> Hi! We need to add 4.2.4 and subsequent versions to the version field in the trac please. Kindly tell me how to do the same so that I can do it or anyone who has access to it can do it please. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060620/be926de3/attachment.html From andrew.patterson at saucesoft.com Tue Jun 20 17:17:39 2006 From: andrew.patterson at saucesoft.com (Andrew Patterson) Date: Wed, 21 Jun 2006 10:17:39 +1000 Subject: [Vtigercrm-developers] SOAP Message-ID: <003f01c694c8$1c644060$552cc120$@patterson@saucesoft.com> We've already written a fairly full featured SOAP interface for vTiger. Part of it includes functions for creating and editing invoices. The only thing you need to be careful of is the fact that a SOAP service publishes a set of public functions available for anyone to use. At the moment, we are using htaccess to restrict access to the service, but if anyone has a more robust method of authentication, I'd love to hear it. See attachment for SOAP server and examples for using it. Andrew Patterson Sauce Software -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060621/2acbb2e6/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: vTiger Invoices.zip Type: application/x-zip-compressed Size: 4400 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060621/2acbb2e6/vTigerInvoices-0001.bin From gopals at vtiger.com Tue Jun 20 19:24:39 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 20 Jun 2006 19:24:39 -0700 Subject: [Vtigercrm-developers] SOAP In-Reply-To: <003f01c694c8$1c644060$552cc120$@patterson@saucesoft.com> References: <003f01c694c8$1c644060$552cc120$@patterson@saucesoft.com> Message-ID: <10bf4674eba.-1524482881463910904.8333673861441440137@@vtiger.com> Hi Andrew Patterson, Thank you for posting your contributions. I am adding "How to enable SOAP for vtiger modules" as one of the articles to my work items along with other developer articles. Andrew/Mickie: Could you please give me some inputs on documenting the procedure? Thanks, Gopal -- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ----andrew.patterson at saucesoft.com wrote ---- We?ve already written a fairly full featured SOAP interface for vTiger. Part of it includes functions for creating and editing invoices. The only thing you need to be careful of is the fact that a SOAP service publishes a set of public functions available for anyone to use. At the moment, we are using htaccess to restrict access to the service, but if anyone has a more robust method of authentication, I?d love to hear it. See attachment for SOAP server and examples for using it. Andrew Patterson Sauce Software _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060620/b7a63b99/attachment.htm From gopals at vtiger.com Tue Jun 20 19:57:17 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 20 Jun 2006 19:57:17 -0700 Subject: [Vtigercrm-developers] Tax Values - single value or Multiple Value Pick List? Message-ID: <10bf4852fc9.4737311636917946272.454631850777484660@@vtiger.com> Dear Team, >From v5 RC1 onwards we will be providing Tax Selection option for Quotes, Orders, and Invoices and Calculation option in Settings. In this regard, we need your opinion on the following: 1. Tax Percentage is a single value for all modules OR we have to enable Multiple Value Pick list. For example, Service tax is just 11 percentage or we have to provide pick list value with 10, 11, 12, and so forth, which can be configurable by the end users. 2. Is it OK, we provide only VAT, Service Tax, and Sales Tax OR make it fully configurable, so that users can add additional taxes according to their country Tax laws. I am aware of that VAT word itself differes in various countries. Aissa, Balduin, Dino, Graham, and other International community: Please feel free to post your suggestions on various taxes existing in your countries. I will post a couple of screenshots in another two to three hrs time. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060620/5612c3ea/attachment.html From mickie at vtiger.com Wed Jun 21 03:21:52 2006 From: mickie at vtiger.com (Mickie) Date: Wed, 21 Jun 2006 03:21:52 -0700 Subject: [Vtigercrm-developers] Inventory numbers for the modules PO, SO, Quotes and Invoice Message-ID: <10bf61c3616.-1722094134914964903.4891921886625549870@@vtiger.com> Dear Team, we have a plan to provide the serial number (ie., auto increment number ) for PO, SO, Quotes and Invoice based on your openions. As of now the crmid is used as PO id, SO id, quoteid and invoiceidwhere as these ids will not be sequencial for each module. The firstinvoiceid will be 100 and the second invoiceid may be 250, etc., To avoid this problem, we will configure the starting number for eachentity (salesorderid, purchaseorderid, quoteid and invoiceid). Afterconfigured this starting number for each module when we save thecorresponding entity this id will be incremented where as we will getthe ids as a sequencial one. In the mean time shall we provide this id as editable where as if theuser want then he will change the id when creating new entity. For example, if we configured the invoice starting number as 00123 thenthe forthcoming invoice ids will be like 000124, 000125, etc. or we can leave as it is and you can add a customfield to handle this. Please do post your suggestions so that we can finish it off early. Thanks Mickie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060621/e32675f7/attachment.htm From webmaster at vtigercrmfrance.org Wed Jun 21 03:35:42 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Wed, 21 Jun 2006 12:35:42 +0200 Subject: [Vtigercrm-developers] Inventory numbers for the modules PO, SO, Quotes and Invoice In-Reply-To: <10bf61c3616.-1722094134914964903.4891921886625549870@@vtiger.com> References: <10bf61c3616.-1722094134914964903.4891921886625549870@@vtiger.com> Message-ID: <449920FE.6020602@vtigercrmfrance.org> Hi Mickie, lot of company here use ddmmyyN?quoteoftheday My first quote of today have the ID : 2106061 21 (for today) 06 (this month) 06 (this year) 1 (first quote today) My first quote for tomorrow will be : 2206061 Same thing for invoices... so the first invoice for today as the same N? as the first quote of today. You can also add I/Q/P/S for begin or finish the N? Q2106061 Regards A?ssa Mickie a ?crit : > Dear Team, > > we have a plan to provide the serial number (ie., auto increment > number ) for PO, SO, Quotes and Invoice based on your openions. > As of now the crmid is used as PO id, SO id, quoteid and invoiceid > where as these ids will not be sequencial for each module. The first > invoiceid will be 100 and the second invoiceid may be 250, etc., > > To avoid this problem, we will configure the starting number for each > entity (salesorderid, purchaseorderid, quoteid and invoiceid). After > configured this starting number for each module when we save the > corresponding entity this id will be incremented where as we will get > the ids as a sequencial one. > In the mean time shall we provide this id as editable where as if the > user want then he will change the id when creating new entity. > > For example, if we configured the invoice starting number as 00123 > then the forthcoming invoice ids will be like 000124, 000125, etc. > > or > > we can leave as it is and you can add a customfield to handle this. > > Please do post your suggestions so that we can finish it off early. > > Thanks > Mickie > ------------------------------------------------------------------------ > > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt From mary.adel at itrize.com Wed Jun 21 03:30:59 2006 From: mary.adel at itrize.com (Mary Adel) Date: Wed, 21 Jun 2006 13:30:59 +0300 Subject: [Vtigercrm-developers] manager close ticket Message-ID: <1150885859.7161.1.camel@localhost> Is their a way so that only the manager that can close the ticket So that the manager can track all the tickets by himself Thanks, Mary -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060621/c8a0e83a/attachment.html From sergiokessler at gmail.com Wed Jun 21 05:27:05 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 21 Jun 2006 09:27:05 -0300 Subject: [Vtigercrm-developers] Inventory numbers for the modules PO, SO, Quotes and Invoice In-Reply-To: <449920FE.6020602@vtigercrmfrance.org> References: <449920FE.6020602@vtigercrmfrance.org> Message-ID: <49216030606210527m3f69d7a0v5456b036cb21bc27@mail.gmail.com> aisa, funny that your invoice # 2206061 is *greater* than 0107061... can't you use yymmdd ? in that case, at least the numbers are in a progressing sequential... mickie, I think is great to provide the serials numbers, but you are also preserving the crmid, right ? /sak On 6/21/06, Abos wrote: > Hi Mickie, > lot of company here use ddmmyyN?quoteoftheday > My first quote of today have the ID : 2106061 > 21 (for today) 06 (this month) 06 (this year) 1 (first quote today) > My first quote for tomorrow will be : > 2206061 > Same thing for invoices... > so the first invoice for today as the same N? as the first quote of today. > You can also add I/Q/P/S for begin or finish the N? > Q2106061 > > Regards > A?ssa > > Mickie a ?crit : > > Dear Team, > > > > we have a plan to provide the serial number (ie., auto increment > > number ) for PO, SO, Quotes and Invoice based on your openions. > > As of now the crmid is used as PO id, SO id, quoteid and invoiceid > > where as these ids will not be sequencial for each module. The first > > invoiceid will be 100 and the second invoiceid may be 250, etc., > > > > To avoid this problem, we will configure the starting number for each > > entity (salesorderid, purchaseorderid, quoteid and invoiceid). After > > configured this starting number for each module when we save the > > corresponding entity this id will be incremented where as we will get > > the ids as a sequencial one. > > In the mean time shall we provide this id as editable where as if the > > user want then he will change the id when creating new entity. > > > > For example, if we configured the invoice starting number as 00123 > > then the forthcoming invoice ids will be like 000124, 000125, etc. > > > > or > > > > we can leave as it is and you can add a customfield to handle this. > > > > Please do post your suggestions so that we can finish it off early. > > > > Thanks > > Mickie > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt > > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt From damien at uts.net.au Wed Jun 21 17:52:48 2006 From: damien at uts.net.au (Damien Bezborodow) Date: Thu, 22 Jun 2006 10:22:48 +0930 Subject: [Vtigercrm-developers] SOAP In-Reply-To: <003f01c694c8$1c644060$552cc120$@patterson@saucesoft.com> References: <003f01c694c8$1c644060$552cc120$@patterson@saucesoft.com> Message-ID: <4499E9E0.2060402@uts.net.au> Awesome, man! I'll give it a test this afternoon. For the htaccess authentication, I'll restrict it to a certain host and require a login so that $soap_path equals something like 'https://user:password at www.yourserverhere.com/path/to/soap/vtiger_invoices.php'. I guess a better way would be to create a soap specific user/host table in the database and require an authentication via soap. It wouldn't hurt to keep htaccess rules over it too. Thanks, Damo Andrew Patterson wrote: > We?ve already written a fairly full featured SOAP interface for vTiger. > Part of it includes functions for creating and editing invoices. The > only thing you need to be careful of is the fact that a SOAP service > publishes a set of public functions available for anyone to use. At the > moment, we are using htaccess to restrict access to the service, but if > anyone has a more robust method of authentication, I?d love to hear it. > > > > See attachment for SOAP server and examples for using it. > > > > Andrew Patterson > > Sauce Software > > > ------------------------------------------------------------------------ > > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt From lee.valentine at saucesoft.com Wed Jun 21 18:03:16 2006 From: lee.valentine at saucesoft.com (Lee Valentine) Date: Thu, 22 Jun 2006 11:03:16 +1000 Subject: [Vtigercrm-developers] SOAP In-Reply-To: <4499E9E0.2060402@uts.net.au> References: <003f01c694c8$1c644060$552cc120$@patterson@saucesoft.com> <4499E9E0.2060402@uts.net.au> Message-ID: <4499EC54.5020803@saucesoft.com> There is actually a function for passing a username and password to the server for basic authentication. The code below will do what you need. $client = new soapclient('https://www.yourserverhere.com/path/to/soap/vtiger_invoices.php', false); $client->setCredentials('user', 'password'); Lee Valentine Sauce Software Damien Bezborodow wrote: > Awesome, man! I'll give it a test this afternoon. > > For the htaccess authentication, I'll restrict it to a certain host and > require a login so that $soap_path equals something like > 'https://user:password at www.yourserverhere.com/path/to/soap/vtiger_invoices.php'. > > I guess a better way would be to create a soap specific user/host table > in the database and require an authentication via soap. It wouldn't hurt > to keep htaccess rules over it too. > > Thanks, > > Damo > > Andrew Patterson wrote: > >> We?ve already written a fairly full featured SOAP interface for vTiger. >> Part of it includes functions for creating and editing invoices. The >> only thing you need to be careful of is the fact that a SOAP service >> publishes a set of public functions available for anyone to use. At the >> moment, we are using htaccess to restrict access to the service, but if >> anyone has a more robust method of authentication, I?d love to hear it. >> >> >> >> See attachment for SOAP server and examples for using it. >> >> >> >> Andrew Patterson >> >> Sauce Software >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt >> > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt > From gopals at vtiger.com Wed Jun 21 20:28:02 2006 From: gopals at vtiger.com (Gopal) Date: Wed, 21 Jun 2006 20:28:02 -0700 Subject: [Vtigercrm-developers] Inventory numbers for the modules PO, SO, Quotes and Invoice In-Reply-To: <49216030606210527m3f69d7a0v5456b036cb21bc27@mail.gmail.com> References: <449920FE.6020602@vtigercrmfrance.org> <49216030606210527m3f69d7a0v5456b036cb21bc27@mail.gmail.com> Message-ID: <10bf9c7b5ad.2415544816422184938.-745731088342679163@@vtiger.com> Hi, I think it is better to retain the crmid as it is and and provide another column for serial number in each module with auto-increment facilitiy. I would like to have the Serial Number configurable as given below: Serial Number = Prefix (Auto Incremental Number) Suffix With this option, users can define their own Prefix and Suffix and auto incremental number according to their requirements. As suggested by Aissa, numbering based on date also prevailing in some parts of the world. In fact our finance guys (vtiger) are sending invoices to our annual support customers based on the date but they are currently using MS XLS for this purpose. But we have to see how complex it is to handle the serial numbers based on date. Thanks, Gopal ----sergiokessler at gmail.com wrote ---- aisa, funny that your invoice # 2206061 is *greater* than 0107061... can't you use yymmdd ? in that case, at least the numbers are in a progressing sequential... mickie, I think is great to provide the serials numbers, but you are also preserving the crmid, right ? /sak On 6/21/06, Abos wrote: > Hi Mickie, > lot of company here use ddmmyyN?quoteoftheday > My first quote of today have the ID : 2106061 > 21 (for today) 06 (this month) 06 (this year) 1 (first quote today) > My first quote for tomorrow will be : > 2206061 > Same thing for invoices... > so the first invoice for today as the same N? as the first quote of today. > You can also add I/Q/P/S for begin or finish the N? > Q2106061 > > Regards > A?ssa > > Mickie a ?crit : > > Dear Team, > > > > we have a plan to provide the serial number (ie., auto increment > > number ) for PO, SO, Quotes and Invoice based on your openions. > > As of now the crmid is used as PO id, SO id, quoteid and invoiceid > > where as these ids will not be sequencial for each module. The first > > invoiceid will be 100 and the second invoiceid may be 250, etc., > > > > To avoid this problem, we will configure the starting number for each > > entity (salesorderid, purchaseorderid, quoteid and invoiceid). After > > configured this starting number for each module when we save the > > corresponding entity this id will be incremented where as we will get > > the ids as a sequencial one. > > In the mean time shall we provide this id as editable where as if the > > user want then he will change the id when creating new entity. > > > > For example, if we configured the invoice starting number as 00123 > > then the forthcoming invoice ids will be like 000124, 000125, etc. > > > > or > > > > we can leave as it is and you can add a customfield to handle this. > > > > Please do post your suggestions so that we can finish it off early. > > > > Thanks > > Mickie > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt > > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt _______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060621/ecd3fde1/attachment.htm From gopals at vtiger.com Wed Jun 21 20:41:34 2006 From: gopals at vtiger.com (Gopal) Date: Wed, 21 Jun 2006 20:41:34 -0700 Subject: [Vtigercrm-developers] vtiger On Mac OSX - Any one tried? Message-ID: <10bf9d4171a.6336436864156167772.-985083990617164483@@vtiger.com> Dear Team, We are unable to install vtiger CRM 5 successfully on Mac OSX and make it fully functional. Please let me know if any you have experience in installing vtiger on Mac OSX. If you are interested please forward me your contact information. FYI, recently we are receiving some queries from Mac users. Immediately there is customer interested in engaging remote installation service from UK. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060621/09e62e64/attachment.html From webmaster at vtigercrmfrance.org Wed Jun 21 23:56:15 2006 From: webmaster at vtigercrmfrance.org (Abos) Date: Thu, 22 Jun 2006 08:56:15 +0200 Subject: [Vtigercrm-developers] vtiger On Mac OSX - Any one tried? In-Reply-To: <10bf9d4171a.6336436864156167772.-985083990617164483@@vtiger.com> References: <10bf9d4171a.6336436864156167772.-985083990617164483@@vtiger.com> Message-ID: <449A3F0F.1000007@vtigercrmfrance.org> Hi Gopal, a frenchie use vtiger crm 4.2 on mac os x using MAMP : http://www.mamp.info/en/home/ for 20 users beetween france & china. Actually the guy is in china for long time, so i can't ask questions to him. But you can test with Xampp mac os x version. I have no mac computer, so i can't test myself. Regards, A?ssa Gopal a ?crit : > Dear Team, > > We are unable to install vtiger CRM 5 successfully on Mac OSX and make > it fully functional. Please let me know if any you have experience in > installing vtiger on Mac OSX. > > If you are interested please forward me your contact information. > FYI, recently we are receiving some queries from Mac users. > Immediately there is customer interested in engaging remote > installation service from UK. > > Thanks, > Gopal > > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://gopal.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt From richie at vtiger.com Thu Jun 22 06:53:10 2006 From: richie at vtiger.com (Richie) Date: Thu, 22 Jun 2006 06:53:10 -0700 Subject: [Vtigercrm-developers] RC1 tentative date :5th July Message-ID: <10bfc04069c.3230417269217570404.2751205126187055638@@vtiger.com> Hi! I propose to have RC1 by July 5th, 2006. Let me know if there be any issues/concerns with the same. Jeff, any checklist that you propose we follow? Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060622/ad9246c7/attachment.htm From allan.bush+vtiger_dev at gmail.com Thu Jun 22 08:29:08 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 22 Jun 2006 08:29:08 -0700 Subject: [Vtigercrm-developers] RC1 tentative date :5th July In-Reply-To: <383464224014667209@unknownmsgid> References: <383464224014667209@unknownmsgid> Message-ID: <3bec26390606220829k136e7700w243ec508b66779@mail.gmail.com> Generally an RC release means that there are no outstanding issues. The prosperous of an RC release is to increase the number of testers to find new bugs. If no further bugs are found in the RC release becomes the final release. If bugs are discovered then a new RC release is created to test the bug fixes and that release becomes the final release. If everything you have planned for the 5.0 release is going to be complete by July 5th then create an SVN branch for 5.0 to allow changes targeted for 5.1 to continue and call the release 5.0-RC1. If not I think you would be better off calling it beta2. On 6/22/06, Richie wrote: > > Hi! > > I propose to have RC1 by July 5th, 2006. > > Let me know if there be any issues/concerns with the same. > Jeff, any checklist that you propose we follow? > > Thanks, > Richie > _______________________________________________ > Free web-based spreadsheet application from Zoho. Create and share > spreadsheets online using Zoho Sheet - http://zohosheet.com?vt > > From jtk at yahoo.com Thu Jun 22 12:32:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 22 Jun 2006 15:32:24 -0400 Subject: [Vtigercrm-developers] RC1 tentative date :5th July References: <5287.26998386464$1150984457@news.gmane.org> Message-ID: Allan Bush wrote: > The prosperous of an RC release is to increase the number of testers > to find new bugs. If no further bugs are found in the RC release > becomes the final release. If bugs are discovered then a new RC > release is created to test the bug fixes and that release becomes the > final release. Allan is right, the ticket database should reflect the pending release's maturity and deferred issues as appropriate. We need more granularity of versions to properly defer issues that aren't blockers to vtigercrm-5.0.0 Whoever has trac admin rights to edit/add milestones and versions, please create matching versions and milestones for: 4.2.3 4.2.4 4.2.5 4.2.6 5.0.0 5.0.1 5.0.2 5.1.0 (proposed 3-month timed release, to get the process down) 5.1.1 5.5.0 (if we decide on a 6-month timed release cycle, .5s are good) Then the ticket list can be triaged to help the milestone map reflect the actual progress. BTW, I'd like milestone/version editing permissions, if anyone can add them to the jeffk login. We need to cut of anonymous access to trac, too. Richie's experience with a person faking a bug closures is worrisome. From richie at vtiger.com Fri Jun 23 01:41:05 2006 From: richie at vtiger.com (Richie) Date: Fri, 23 Jun 2006 01:41:05 -0700 Subject: [Vtigercrm-developers] spam in trac Message-ID: <10c000ca940.-7525294113347370055.1720980420435969576@@vtiger.com> Hi! Today, for the first time, we see spam even in the trac . We need to act fast and decisively. I have already mentioned that some aristocrat had used my login name and changed the ticket status (without logging in). Those aware of the trac functionality, please step up and advice. Matt, can we lock down anonymous edits? We can have the image-checker at the bottom to refute spam at least. Team, this is a pretty serious case. Kindly voice your opinion. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060623/dfefbf5a/attachment.html From Matjaz.Slak at atol.si Fri Jun 23 01:49:31 2006 From: Matjaz.Slak at atol.si (Matjaz.Slak@atol.si) Date: Fri, 23 Jun 2006 10:49:31 +0200 Subject: [Vtigercrm-developers] spam in trac In-Reply-To: <10c000ca940.-7525294113347370055.1720980420435969576@@vtiger.com> Message-ID: Hi! I agree we should disable Anonymous editing. However, we need to provide guidance for any new members that would want to post valid content to the trac. A simple page with who (and how) to contact to get a username would suffice. Matjaz Slak matjaz.slak at atol.si Atol d.o.o. | http://www.atol.si | tel. +386 1 510 15 30 Richie Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 23.06.2006 10:41 Please respond to vtigercrm-developers at lists.vtigercrm.com To vtigercrm-developers at lists.vtigercrm.com cc Subject [Vtigercrm-developers] spam in trac Hi! Today, for the first time, we see spam even in the trac . We need to act fast and decisively. I have already mentioned that some aristocrat had used my login name and changed the ticket status (without logging in). Those aware of the trac functionality, please step up and advice. Matt, can we lock down anonymous edits? We can have the image-checker at the bottom to refute spam at least. Team, this is a pretty serious case. Kindly voice your opinion. Richie_______________________________________________ Free web-based spreadsheet application from Zoho. Create and share spreadsheets online using Zoho Sheet - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060623/cb562731/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5476 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060623/cb562731/smime-0001.bin From jtk at yahoo.com Fri Jun 23 03:31:26 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 23 Jun 2006 06:31:26 -0400 Subject: [Vtigercrm-developers] spam in trac References: <4951.2667851106$1151052185@news.gmane.org> Message-ID: Richie wrote: > Today, for the first time, we see spam even in the trac . We need to > act fast and decisively. I have already mentioned that some aristocrat > had used my login name and changed the ticket status (without logging > in). Let's also get upgraded to the current trac-0.9.5, to minimize our vulnerability profile. http://projects.edgewall.com/trac/wiki/TracDownload From richie at vtiger.com Fri Jun 23 03:39:50 2006 From: richie at vtiger.com (Richie) Date: Fri, 23 Jun 2006 03:39:50 -0700 Subject: [Vtigercrm-developers] spam in trac In-Reply-To: References: <4951.2667851106$1151052185@news.gmane.org> Message-ID: <10c007962a0.435506960329142971.-2285346358509358036@@vtiger.com> Fine. Matt, can you do it? Anyone who can help us out? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Richie wrote: > Today, for the first time, we see spam even in the trac . We need to > act fast and decisively. I have already mentioned that some aristocrat > had used my login name and changed the ticket status (without logging > in). Let's also get upgraded to the current trac-0.9.5, to minimize our vulnerability profile. http://projects.edgewall.com/trac/wiki/TracDownload _______________________________________________ Get started with creating presentations online. Stop using web conferencing tools for giving remote presentations. Use Zoho Show - it's simple and free - http://zohosheet.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060623/f9ef2fb8/attachment.htm From richie at vtiger.com Fri Jun 23 05:52:12 2006 From: richie at vtiger.com (Richie) Date: Fri, 23 Jun 2006 05:52:12 -0700 Subject: [Vtigercrm-developers] help needed in deleting spam Message-ID: <10c00f2924e.92440614608235083.5688029558601848964@@vtiger.com> Hi! Please remove the spam posts in the trac whenever you come across any. We need to take community ownership for the same. Jeff, any ideas on the effort estimate needed to upgrade the trac? And do you suggest, it is good to scout for a backup bugtracker which is more robust? Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060623/eb8cda78/attachment.html From jtk at yahoo.com Fri Jun 23 06:18:12 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 23 Jun 2006 09:18:12 -0400 Subject: [Vtigercrm-developers] help needed in deleting spam References: <17845.5709865831$1151067160@news.gmane.org> Message-ID: Richie wrote: > Jeff, any ideas on the effort estimate needed to upgrade the trac? I don't think it involves a big effort, just copying over some python files in an apache CGI directory. It requires admin access to the box it is running on. > And do you suggest, it is good to scout for a backup bugtracker which > is more robust? No, trac is fine, optimally featured for our community, and well maintained. We just never should have allowed anon access (wiki or bug reporting), the (limited) value returned by anon contributors is not worth the obvious cost (spammers). Most projects granting anon access learn this bitter lesson sooner or later This would have been a minor blip if we'd closed access when we saw the first spammer's trac ticket. https-only access is a good idea, and we need to upgrade each time there's a new trac release (we missed 0.9.4) I think an admin with access to the SQL backend can do some cleanup of bad rows. From allan.bush+vtiger_dev at gmail.com Fri Jun 23 08:33:22 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 23 Jun 2006 08:33:22 -0700 Subject: [Vtigercrm-developers] help needed in deleting spam In-Reply-To: References: <17845.5709865831$1151067160@news.gmane.org> Message-ID: <3bec26390606230833m45b0be75i8cc326b3026b78d6@mail.gmail.com> If someone is going to messing around with the database backend I'd like to point out the difference between version and milestone. Version should be the first version of the program that the issue can be found in, and milestone is the version of the program the issue is planned on being fixed for. As such having a version of 5.0.1 doesn't make any sense right now as there is no 5.0.1 release. What we should have are 5.0.1 and 5.0 (and "future" and 5.1) milestones and set stuff that won't be complete for the 5.0 release to one of those. If someone could clean up the version/milestones and then set everything with a version of 5.0.1 to version 5.0 and milestone "future" that would help organize things a lot. On 6/23/06, Jeff Kowalczyk wrote: > Richie wrote: > > Jeff, any ideas on the effort estimate needed to upgrade the trac? > > I don't think it involves a big effort, just copying over some python > files in an apache CGI directory. It requires admin access to the box it > is running on. > > > And do you suggest, it is good to scout for a backup bugtracker which > > is more robust? > > No, trac is fine, optimally featured for our community, and well > maintained. We just never should have allowed anon access (wiki or bug > reporting), the (limited) value returned by anon contributors is not worth > the obvious cost (spammers). Most projects granting anon access learn this > bitter lesson sooner or later > > This would have been a minor blip if we'd closed access when we saw the > first spammer's trac ticket. > > https-only access is a good idea, and we need to upgrade each time there's > a new trac release (we missed 0.9.4) > > I think an admin with access to the SQL backend can do some cleanup of bad > rows. > > _______________________________________________ > Get started with creating presentations online. Stop using web conferencing tools for giving remote presentations. Use Zoho Show - it's simple and free - http://zohoshow.com?vt > From jtk at yahoo.com Fri Jun 23 09:01:28 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 23 Jun 2006 12:01:28 -0400 Subject: [Vtigercrm-developers] help needed in deleting spam References: <17845.5709865831$1151067160@news.gmane.org> <3bec26390606230833m45b0be75i8cc326b3026b78d6@mail.gmail.com> Message-ID: On Fri, 23 Jun 2006 08:33:22 -0700, Allan Bush wrote: > If someone is going to messing around with the database backend I'd > like to point out the difference between version and milestone. > > Version should be the first version of the program that the issue can > be found in, and milestone is the version of the program the issue is > planned on being fixed for. As such having a version of 5.0.1 doesn't > make any sense right now as there is no 5.0.1 release. What we should > have are 5.0.1 and 5.0 (and "future" and 5.1) milestones and set stuff > that won't be complete for the 5.0 release to one of those. > > If someone could clean up the version/milestones and then set > everything with a version of 5.0.1 to version 5.0 and milestone > "future" that would help organize things a lot. Good points. Here's some info on permissions the admins need to hand out to more developers http://projects.edgewall.com/trac/wiki/TracPermissions and some handy stuff that can be done with trac-admin: # trac-admin help trac-admin - The Trac Administration Console 0.9.5 Usage: trac-admin [command [subcommand] [option ...]] Invoking trac-admin without command starts interactive mode. about -- Shows information about trac-admin help -- Show documentation initenv -- Create and initialize a new environment interactively initenv -- Create and initialize a new environment from arguments hotcopy -- Make a hot backup copy of an environment resync -- Re-synchronize trac with the repository upgrade -- Upgrade database to current version wiki list -- List wiki pages wiki remove -- Remove wiki page wiki export [file] -- Export wiki page to file or stdout wiki import [file] -- Import wiki page from file or stdin wiki dump -- Export all wiki pages to files named by title wiki load -- Import all wiki pages from directory wiki upgrade -- Upgrade default wiki pages to current version permission list [user] -- List permission rules permission add [action] [...] -- Add a new permission rule permission remove [action] [...] -- Remove permission rule component list -- Show available components component add -- Add a new component component rename -- Rename a component component remove -- Remove/uninstall component component chown -- Change component ownership ticket_type list -- Show possible ticket types ticket_type add -- Add a ticket type ticket_type change -- Change a ticket type ticket_type remove -- Remove a ticket type ticket_type order up|down -- Move a ticket type up or down in the list priority list -- Show possible ticket priorities priority add -- Add a priority value option priority change -- Change a priority value priority remove -- Remove priority value priority order up|down -- Move a priority value up or down in the list severity list -- Show possible ticket severities severity add -- Add a severity value option severity change -- Change a severity value severity remove -- Remove severity value severity order up|down -- Move a severity value up or down in the list version list -- Show versions version add [time] -- Add version version rename -- Rename version version time