Here is a good example of a problem where its source could have more easily been discovered by having shell (or similar) access to the server hosting SugarCRM.
While in the process of attempting to configure SugarCRM to use a GMail account, the following error was continually encountered:
Can't connect to '{imap.gmail.com:993/imap/ssl/novalidate-cert}' as user 'user@gmail.com' with password 'xxx': Can't connect to gmail-imap.l.google.com,993: Connection refused.
Changing user names, passwords, etc. all resulted in the same error. However, using the same credentials on a locally installed copy of the same version of SugarCRM worked flawlessly.
Things got more mysterious when the output of phpinfo() on both systems appeared to match each other, thus eliminating a previously encountered problem I detailed in an earlier post.
Having eliminated all other variables, I was left with one final one: connectivity/firewall issues.
Tuesday, August 10, 2010
Wednesday, July 21, 2010
SugarCRM Unable to Open a Required File??
Does this error look familiar to you?
Fatal error: SugarBean::require_once() [function.require]: Failed opening required '' (include_path='C:\xampp\xampp\htdocs\sugarce55\include/..;.;C:\xampp\xampp\php\pear\') in C:\xampp\xampp\htdocs\sugarce55\data\SugarBean.php on line 3367
I ran into the above error a few days ago when accessing the ListView for Tasks. Seemed rather puzzling as it had worked without errors just 2 - 3 minutes prior to that. I should point out this occurred on my development system, so there weren't any other users logged into SugarCRM that could have in turn broken something.
Anyway, I quickly realized that when it did work, the Tasks table was empty. Seemed like a strange error for it to be related to data, but that's where things were pointing.
Fatal error: SugarBean::require_once() [function.require]: Failed opening required '' (include_path='C:\xampp\xampp\htdocs\sugarce55\include/..;.;C:\xampp\xampp\php\pear\') in C:\xampp\xampp\htdocs\sugarce55\data\SugarBean.php on line 3367
I ran into the above error a few days ago when accessing the ListView for Tasks. Seemed rather puzzling as it had worked without errors just 2 - 3 minutes prior to that. I should point out this occurred on my development system, so there weren't any other users logged into SugarCRM that could have in turn broken something.
Anyway, I quickly realized that when it did work, the Tasks table was empty. Seemed like a strange error for it to be related to data, but that's where things were pointing.
Wednesday, July 14, 2010
Release Time - SugarCRM 6.0
Yesterday, the good folks at SugarCRM announced the General Availability of version 6.0 of its flagship product, SugarCRM.
Although some folks I interact with are eager to upgrade, I generally recommend folks wait 3 - 4 months AFTER the initial release of ANY software package before considering it production ready. That statement has a tendency to draw some fire, as people like to point out that since SugarCRM itself has stated it is ready for use by the masses, it should be fine.
Allow me to explain my reasons, in hopes of also helping you avoid some headaches.
Although some folks I interact with are eager to upgrade, I generally recommend folks wait 3 - 4 months AFTER the initial release of ANY software package before considering it production ready. That statement has a tendency to draw some fire, as people like to point out that since SugarCRM itself has stated it is ready for use by the masses, it should be fine.
Allow me to explain my reasons, in hopes of also helping you avoid some headaches.
Subscribe to:
Posts (Atom)