We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 31837
    • 59 Posts
    UPDATE 2016/3/1: Please consider this software now abandoned. I can't even remember what I did what I made it. Sorry.



    This is an auto-generated support/comment thread for Easy Multiple Mailing List.

    Use this forum to post any comments about this addition or any questions you have regarding its use.

    Brief Description:
    This is a modified version of Easy Newletter, that has been redisgned to have multiple mailing lists, specifically using WebLoginPE. [ed. note: vr_driver last edited this post 10 years, 6 months ago.]
      • 23562
      • 57 Posts
      Hi

      I install it folowing instructions,and got a MoDx parse error,I have WebLoginPE 1.2.0
      also I have installed Easy Newsletter(earlier),maybe thats the problem? Should I uninstall it,or that is not the problem? Anyway,when I saw EMML default config. I simply went mad shocked, just what I need for my website! grin I was planning to modify Easy Newsletter something like this,but you really hit the spot! I cant wait to get this up and running!

      P.S-IS it safe to use it with WebLogin 1.3.0 or am I just too avantgarde? tongue

      Thanks!

      TXT of an Error :

      « MODx Parse Error »
      MODx encountered the following error while attempting to parse the requested resource:
      « Execution of a query to the database failed - Table ’modxtest.modx_traav2_web_users’ doesn’t exist »
      SQL: SELECT modx_traav2_web_users.*, modx_traav2_web_user_attributes.*, modx_traav2_web_user_attributes_extended.* FROM modx_traav2_web_users, modx_traav2_web_user_attributes, modx_traav2_web_user_attributes_extended WHERE modx_traav2_web_users.id = modx_traav2_web_user_attributes.internalKey AND modx_traav2_web_users.id = modx_traav2_web_user_attributes_extended.internalKey AND Email_General = ’on’
      [Copy SQL to ClipBoard]

      Parser timing
      MySQL: 0.0057 s (3 Requests)
      PHP: 1189686979.3668 s
      Total: 1189686979.3725 s

      Attached is a screenshot!

      Using:

      MODx 0.9.6
      PHP 5.2.1
      XAMPP 1.6.0a
        • 31837
        • 59 Posts
        Quote from: plavet at Sep 13, 2007, 08:02 AM

        Hi

        I install it folowing instructions,and got a MoDx parse error,I have WebLoginPE 1.2.0
        also I have installed Easy Newsletter(earlier),maybe thats the problem? Should I uninstall it,or that is not the problem? Anyway,when I saw EMML default config. I simply went mad shocked, just what I need for my website! grin I was planning to modify Easy Newsletter something like this,but you really hit the spot! I cant wait to get this up and running!

        P.S-IS it safe to use it with WebLogin 1.3.0 or am I just too avantgarde? tongue

        Thanks!

        TXT of an Error :

        « MODx Parse Error »
        MODx encountered the following error while attempting to parse the requested resource:
        « Execution of a query to the database failed - Table ’modxtest.modx_traav2_web_users’ doesn’t exist »
        SQL: SELECT modx_traav2_web_users.*, modx_traav2_web_user_attributes.*, modx_traav2_web_user_attributes_extended.* FROM modx_traav2_web_users, modx_traav2_web_user_attributes, modx_traav2_web_user_attributes_extended WHERE modx_traav2_web_users.id = modx_traav2_web_user_attributes.internalKey AND modx_traav2_web_users.id = modx_traav2_web_user_attributes_extended.internalKey AND Email_General = ’on’


        Hi Plavet,

        Sorry for the confusing nature of the release. I just put it together ’as is’ in an effort to get it out. I should have taken my time...






        Firstly, You may find that you have problems with Xampp and WebLoginPE. I know I did anyway. Once I moved it to a godaddy server it worked. But, it may have been the php or mysql version I was using. I never really looked to hard at it though.

        On to the rest...
        I haven’t checked out WLPE 3.0 yet, so I’ve got no ideas yet. It’s only just been released a couple of hours ago! ha ha

        Ok, the biggest problem I see here is that you are still using my database table prefix of "modx_traav2_". What ever you used in your setup, you’ll have to stick in there instead of it. - if you had something there that is. So get rid of that first in the in the module and also the backend.php file.

        I don’t think that having easy newsletters installed will have an effect. Just copy/install EMML to a different directory, with a similar config to EN (except point the module settings to EMML) and you should be right. smiley

        Once it runs, it should just give you a quick list looking like this. (see attachment)

        I’m starting to think I should make a few changes so it’s a little more ’generic’ for others to install.

        Oops!! That’s the last time I hard code things! ha ha

        Well, it’s late here, so I’m off to bed. Good luck!

        Oh, here’s the ’special instructions’ I accidently left out of the install file. Basically what I’ve just told you: smiley


        Special notes not in the instructions:

        Something I didn’t add to the install file is that you will need to change the database calls in the backend.php file.
        You’ll need to replace my the TRAAMODX database prefix with your own database prefix.
        I’ve hard coded this, and haven’t created a variable
        with this, so you’ll have to find it in there. It’s not too hard to change. I’ll look at adding to this soon.



        -Steve
          • 23562
          • 57 Posts
          Hi vr_driver,

          First I’ll install WLPE 3, then I’ll test it to see wheter it works ok with XAMPP,
          then I’ll install EMML again(with changes to prefix). For both I will do fresh install....and pray it works rolleyes

          Why am I doing it with WLPE3? Well, I’ll try to help in any way I can to make EMML the
          standard newsletter solution for MoDx! I really liked the idea how you implemented it with WLPE...soooo..I’ll report any bugs if I encounter on doing this. Hope it works grin

          Thanks again for your instructions,and keep up the great work!

          P.S-Maybe I’ll post some ideas what to implement into EMML,but to keep it simple
          as it is.

          P.P.S-Here is 6 pm,so I’ll get to work right now cool

          UPDATE :

          After almost 7 hours, I came up with this...
          -Installed WLPE 1.3 very quickly
          -Customized it,thanks to Uncle68 at WLPE Forum
          -Changed table prefix in backend.php
          -Install EMML in a blink of an eye grin
          -Checked to see if it’s working in manager area,WORKS! grin
          -Added snippet call like instructed and nothing happened! huh WLPE Form stayed the same!

          I guess it wont work in 1.3 :’( Hope ’am wrong.

          Also when I click on change button in the manager area to change the mailing list I go to a web page,
          I guess I need to change that as well,maybe somewhere in the plugin itself, but change it to what?

          Thanks again, hope I helped somehow, looking forward to EMML 0.2 ! grin
            • 31837
            • 59 Posts
            GREAT! So I’m assuming that the EMML is working great? smiley

            But... I’m not really sure what the snippet is you are calling. smiley Is it still the WLPE 1.3 snippet you were talking about on the other topic? eg, with the form in the side bar?
            Call me ’old fashioned’. I just made a separate page, and called it "My TRAA" - like a my Yahoo or something. Everything is done on that page. Registration, login, password, login etc...

            actually, here is what I’m working on. I’ve added spaces - ’cause I don’t want google to find it yet.

            h t t p : / / w w w . b l u e t o m a t o m e d i a . c o m / T R A A M O D X /

            I’ll hold off on installing WLPE3 until all the bugs are ironed out for the moment. I’m sure it’ll be great when done though!


            This is the call I use to make it work. I know most people won’t want that many mailing lists. but it’s a good start for you to understand how it works. smiley

            [!WebLoginPE? &loginHomeId=`63` &profileHomeID=`63` &logoutHomeId=`1` &regSuccessId=`136` &groups=`Registered Users,Blog Readers` &customFields=`Email_General, Email_Fan, Email_Distributor, Email_Label, Email_Management, Email_Musician, Email_Presenter, Email_Press, Email_Producer, Email_Promoter, Email_Radio, Email_Retail, Email_Television, Email_Website` &inputHandler=`General Email:userProfileEmail_General:Email_General:checkbox:()||Fan Email:userProfileEmail_Fan:Email_Fan:checkbox:()||Distributor Email:userProfileEmail_Distributor::Email_Distributor:checkbox:()||Label Email:userProfileEmail_Label:Email_Label:checkbox:()||Management Email:userProfileEmail_Management:Email_Management:checkbox:()|| Musician Email:userProfileEmail_Musician:Email_Musician:checkbox:()|| Presenter Email:userProfileEmail_Presenter:Email_Presenter:checkbox:()|| Press Email:userProfileEmail_Press:Email_Press:checkbox:()|| Producer Email:userProfileEmail_Producer:Email_Producer:checkbox:()|| Promoter Email:userProfileEmail_Promoter:Email_Promoter:checkbox:()||Radio Email:userProfileEmail_Radio:Email_Radio:checkbox:()||Retail Email:userProfileEmail_Retail:Email_Retail:checkbox:()||Television Email:userProfileEmail_Television:Email_Television:checkbox:()||Website Email:userProfileEmail_Website:Email_Website:checkbox:()`!]
              • 23562
              • 57 Posts
              Hi vr_driver

              I had a major system crash, :’( at this point I managed to return the OS,almost all the programs I need,
              got MoDx up’n’running,established internet,and now ’am starting to recover my web site,
              man it’s sooo good to have backups wink,now am installing snippets,and I will go with WLPE 1.2.0 and EMML 0.1,
              if you don’t hear from me then everything went just fine, grin

              I’ve been to your site and its looking great, saw the registration form, just the thing I need for my web site cool
              EMML 0.1didnt appear when I used WLPE 1.3,but maybe it was just me and my coding rolleyes

              Another thing...I’ll be watching for future updates of WLPE 1.3, and that brings me to...

              EMML 0.2 Can’t wait! grin

              Regards
              Igor
                • 29796
                • 91 Posts
                How good is this mailing list with more than 3000 subscribers ?
                  • 28042 ☆ A M B ☆
                  • 24,524 Posts
                    Studying MODX in the desert - http://sottwell.com
                    Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                    Join the Slack Community - http://modx.org