We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36451
    • 264 Posts
    Quote from: Dimmy at May 17, 2008, 08:38 AM

    soon I will release it in the test forums than the real testing can begin.
    Would be nice to see whats going on with your beta, dimmy. At this time I’m fiddling around with pommo, but I’m always looking for a better "modxed" mailing package. Any news here?
      • 7455
      • 2,204 Posts
      we encounterd some bugs in the system that we are ironing out
      also its needs some styling.

      we added a configuration tab in the module there you can find settings for each mailing list like from name and mailadres and register and unregister chunks for each malinglist that way you can create a unique rewgister email (activation/deactivation) mail for each mailing list.

      but now we have holiday so it will be at least 5 weeks before anything will be posted here. sorry for the delay.

      Dimmy
        follow me on twitter: @dimmy01
        • 26575
        • 57 Posts
        Quote from: Dimmy at Jul 06, 2008, 04:07 AM

        we encounterd some bugs in the system that we are ironing out
        also its needs some styling.

        we added a configuration tab in the module there you can find settings for each mailing list like from name and mailadres and register and unregister chunks for each malinglist that way you can create a unique rewgister email (activation/deactivation) mail for each mailing list.

        any update? ...I’m waiting for something like this!
          christian seel - www.christianseel.com
          web developer & designer at chsmedien.de
          twitter: @christianseel / @chsmedien
          • 7455
          • 2,204 Posts
          We have it running on some sites but there are still some bugs and no documentation yet
          sorry for that
          now we also added tracking in the system so you can see who opened his her mail and if he/she clicked a link and witch link.
          als personalized mails can be made
            follow me on twitter: @dimmy01
            • 26931
            • 2,314 Posts
            that would be soooo awesome, i tried to get the old script working, but it keeps crashing my site smiley

            double-opt-in is now required in some countries

            thank you, cheers, j
              • 4966
              • 143 Posts
              I’ve installed the mailing list in ModX 9.6.3 and get a message in the error log:

              Undefined variable: path

              when sending mail.
                • 4966
                • 143 Posts
                I’ve tried the install of the mailing list on a new server and database under ModX 9.6.3 and get the following error:

                Warning: include(config.php) [function.include]: failed to open stream: No such file or directory in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 36

                Warning: include(config.php) [function.include]: failed to open stream: No such file or directory in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 36

                Warning: include() [function.include]: Failed opening ’config.php’ for inclusion (include_path=’D:/Inetpub/diademinc-client/arliehammonsart/manager/includes/’) in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 36

                Warning: include(languages/.php) [function.include]: failed to open stream: No such file or directory in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 37

                Warning: include(languages/.php) [function.include]: failed to open stream: No such file or directory in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 37

                Warning: include() [function.include]: Failed opening ’languages/.php’ for inclusion (include_path=’D:/Inetpub/diademinc-client/arliehammonsart/manager/includes/’) in D:\Inetpub\diademinc-client\arliehammonsart\manager\processors\execute_module.processor.php(114) : eval()’d code on line 37

                It looks like the path variable is different that previous version of ModX and instead of looking in koopsmailinglist/ it is going to manager/includes. Any suggestion on how to change up the mailing list code to set path to the correct path?

                thanks,
                  • 4966
                  • 143 Posts
                  Is there any support for this module? Is it now defunct?
                    • 25663 MODX Staff
                    • 12,272 Posts
                    You seem to be missing some files the code is looking for. You might try to reinstall the add-on.

                    include(config.php) [function.include]: failed to open stream: No such file or directory
                      Ryan Thrash, MODX Co-Founder
                      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                      • 4966
                      • 143 Posts
                      Thanks for the reply. I have done three new installs of 9.6.3 and KoopsMailingList and get the same results. Here is the module text that gets ran after creating the module:

                      include($path.’config.php’);
                      include($path.’languages/’.$language.’.php’);

                      It look like $path is different that it used to be and the $path is going to manager/includes. I could hard code the path but didn’t want to. I didn’t have this problem with 9.6.1.