campaign_monitor module 404 error

edited July 2013 in Modules
Hi, I have just tried installing the campaign_monitor module on Fuel v1.0 and although it appears in the admin when I click the link I just get a 404 error.

Is there another step I need other than just adding it to my modules_allowed ?

Should it work with v 1.0 ?

Comments

  • edited 6:49AM
    I just created a new repo for this for the 1.0 version. Test it out here:
    https://github.com/daylightstudio/FUEL-CMS-Campaign-Monitor-Module
  • edited 6:49AM
    That works now thanks, can I ask what had to change to go from a v0.9 to a v1.0 module?

    I didn;t really know where to look!
  • edited 6:49AM
    That module may have worked with a few tweaks probably to the routes file. However, it was out of date and not taking advantage of a lot of the 1.0 stuff including the ability for you to use it in your own code. So I basically just rewrote it:
    $summaries = $this->fuel->campaign_monitor->summaries();
    If you have the user_guide module installed, you can see the documentation for it in there.
Sign In or Register to comment.