Results 1 to 7 of 7

Thread: Campaign Status gone after upgrade to 5.1

  1. #1
    matthewboh is offline Sugar Community Member
    Join Date
    Oct 2006
    Posts
    41

    Default Campaign Status gone after upgrade to 5.1

    I just upgraded from 5.0g to 5.1 using the upgrade wizard, but now the Campaign Response by Activity Chart is no longer showing. I have been able to go back to my 5.0g instance and it's there, but not on the 5.1

    Any ideas? I'm afraid that over the year, the email campaign I've been running has been messed up and am thinking about trying to start clean by clearing out the tables.

    Thanks

  2. #2
    muhammadfr is offline Junior Member
    Join Date
    Jul 2006
    Posts
    4

    Default Re: Campaign Status gone after upgrade to 5.1

    I am having the same problem. Did you find an answer?

  3. #3
    matthewboh is offline Sugar Community Member
    Join Date
    Oct 2006
    Posts
    41

    Default Re: Campaign Status gone after upgrade to 5.1

    No - and it's apparently not sending out any campaign emails. The last version where I upgraded the cron job for emails didn't work, so I was hoping that the upgrade would fix it - but at least I could run the emails manually.

    I'm going to try and figure out what's going on, but the code is pretty complicated. I'll post what I find.

  4. #4
    matthewboh is offline Sugar Community Member
    Join Date
    Oct 2006
    Posts
    41

    Default Re: Campaign Status gone after upgrade to 5.1

    Okay - figured out part of the problem. One was my fault.

    Anyway, I had a bad date in the send date - once I fixed that, my email campaign is getting sent out. Seems to have fixed the issues that I had last month as well.

    However, the chart seems to be another problem. I still have Version 5.0g up and running in another folder / database and it happily creates the chart. Version 5.1 does not work.

    I have checked the HTML that is generated - one small difference is that the XML file names are different - but the contents of the XML look alike.

    I was able to take the page source for both versions, copy it to my hard drive, change the relative URL's to my copy of 5.0g and get the chart to show up. However, if I changed ONLY the source of the XML files - the chart doesn't work anymore pointing to a problem with the XML files. I'll try and figure out some more...

    OK - I'm out of ideas Even if I copy the files that work from my 5.0g over to the cache in my 5.1 - the chart doesn't work. However, if I point the files back to the original files in the original directory, it works. Got me what's wrong....

    This works

    Code:
    <tr>
    	<td width="10%" >&nbsp;</td>
    		<td><p align=center><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"  WIDTH="800" HEIGHT="400" id="hBarF" ALIGN="">
    		<PARAM NAME=movie VALUE="http://www.imparisystems.com/SugarCRM5g/include/charts/hBarF.swf?filename=http://www.imparisystems.com/SugarCRM5g/cache/xml/837ee6f1-2fea-e4fb-8f9e-48c6a2bd0d80_campaign_response_by_activity_type_2008_09_09_2008_09_09.xml">
    		<PARAM NAME=bgcolor VALUE=#FFFFFF><PARAM NAME=wmode VALUE=transparent>
    		<PARAM NAME=quality VALUE=high><EMBED src="http://www.imparisystems.com/SugarCRM5g/include/charts/hBarF.swf?filename=http://www.imparisystems.com/SugarCRM5g/cache/xml/837ee6f1-2fea-e4fb-8f9e-48c6a2bd0d80_campaign_response_by_activity_type_2008_09_09_2008_09_09.xml" wmode="transparent" quality=high bgcolor=#FFFFFF  WIDTH="800" HEIGHT="400" NAME="hBarF" ALIGN=""  TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
    </p>
    </td>
    <td width="20%">&nbsp;</td>						 		
    </tr>
    This does NOT work - and I copied the above file that does work to the directory structure for 5.1


    Code:
    <tr>
    	<td width="10%" >&nbsp;</td>
    		<td><p align=center><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"  WIDTH="800" HEIGHT="400" id="hBarF" ALIGN="">
    		<PARAM NAME=movie VALUE="http://www.imparisystems.com/SugarCRM5g/include/charts/hBarF.swf?filename=http://www.imparisystems.com/SugarCRM/cache/xml/837ee6f1-2fea-e4fb-8f9e-48c6a2bd0d80_campaign_response_by_activity_type_2008_09_09_Y_m_d.xml">
    		<PARAM NAME=bgcolor VALUE=#FFFFFF><PARAM NAME=wmode VALUE=transparent>
    		<PARAM NAME=quality VALUE=high><EMBED src="http://www.imparisystems.com/SugarCRM5g/include/charts/hBarF.swf?filename=http://www.imparisystems.com/SugarCRM/cache/xml/837ee6f1-2fea-e4fb-8f9e-48c6a2bd0d80_campaign_response_by_activity_type_2008_09_09_Y_m_d.xml" wmode="transparent" quality=high bgcolor=#FFFFFF  WIDTH="800" HEIGHT="400" NAME="hBarF" ALIGN=""  TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
    </p>
    </td>
    <td width="20%">&nbsp;</td>						 		
    </tr>
    BUT if I change the name to follow the old style without the Y_m_d - it works! Now I have to find where it creates the file for this!
    Last edited by matthewboh; 2008-09-09 at 06:08 PM.

  5. #5
    shareaholic is offline Member
    Join Date
    May 2008
    Posts
    7

    Question Re: Campaign Status gone after upgrade to 5.1

    any updates? have you come up with a workaround? I'd really appreciate your help with this issue

  6. #6
    shareaholic is offline Member
    Join Date
    May 2008
    Posts
    7

    Default Re: Campaign Status gone after upgrade to 5.1

    I have figured out that this problem is probably the direct result of re-factored tracking functionality. The issue has already been raised here: http://www.sugarcrm.com/forums/showthread.php?p=135561

  7. #7
    Mekanek is offline Senior Member
    Join Date
    Aug 2009
    Posts
    48

    Default Re: Campaign Status gone after upgrade to 5.1

    I managed to get my missing status chart problem solved. For me it was and still is a file permission problem. Status info or at least part of it is written on a daily basis to /cache/xml -folder to those xml files with long names.

    This is probably server related also, but in my case this daily update file is also set with permission 660 when it is made after midnight. SugarCRM, however, requires 664 to be able to display it in my case (and with my server ?).

    I still could use info on how to make the system set correct file permissions when writing, was it either SugarCRM or server related....
    Sugar CE 5.2.0l, Apache 2.2.14 (Unix), MySQL 5.0.90-community, PHP 5.2.12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SugarSuite 4.0 - New Campaign management
    By manoj in forum Feature Requests
    Replies: 2
    Last Post: 2007-11-23, 10:13 PM
  2. Non-email campaign management
    By tomv in forum Feature Requests
    Replies: 0
    Last Post: 2006-06-05, 06:13 PM
  3. Missing Functionalities in SugarCRM 4.0.0 OS Version for Campaign Management
    By ravindram in forum Marketing/Campaign Management
    Replies: 1
    Last Post: 2006-05-16, 10:26 AM
  4. Replies: 0
    Last Post: 2005-09-24, 10:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •