Hello all,

I recently upgraded thru the upgrade wizard from 5.1 -> 5.2. Everything appears to be working correctly save the home page. None of the dashlets will appear. Checking the HTML log here is what it says...

[Wed Jan 28 10:47:50 2009] [error] [client 192.168.100.30] PHP Fatal error: Call to undefined method DashletGenericChart::dashletgenericchart() in /var/www/html/crm/modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageDashlet.php on line 54, referer: http://sugar.japrinting.com/index.ph...heme=Sugar2006

The navigation bars work correctly but the dashlets will not display. I have checked the MyPipelineBySalesStageDashlet.php file and it appears to be including what it needs to define DashletGenericChart.

Line 54 is calling parent as DashletGenericChart
>> parent:ashletGenericChart($id);

Same php file also includes the correct require_once statment to include that method.
>> require_once('include/Dashlets/DashletGenericChart.php');

Has anyone else seen this problem? I am at a lost as to why the call to the method is failing. I have verified that all files are accessible with 755 to the web server.

Thanks in advance!
Chris Breu
J&A Printing, Inc