We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2376
    • 21 Posts
    when I go to the test sire, I get the vesion history, a link to subscribe and unsubscribe and 2 links for creating newsletters. when I click on the create newsletter links, It tells me I dont have permission.

      • 32241
      • 1,495 Posts
      Of course you can’t

      You need to login first.
      Here is the full features listing, as well as the testing site.
      http://test.djamoer.net/newsletter.html
      Username: newsletter
      Password: djamoer

      Btw, try it on your site, because it should work on yours. If you want the latest built, visit this site http://svn.djamoer.net/modx/trunk/snippets/newsletter/resources/newsletter.snippet.php
        Wendy Novianto
        [font=Verdana]PT DJAMOER Technology Media
        [font=Verdana]Xituz Media
        • 2376
        • 21 Posts
        I dont get a login, only an option to sign up.
        sad
          • 7455
          • 2,204 Posts
          Quote from: atracksler at Mar 03, 2006, 04:18 PM

          I dont get a login, only an option to sign up.
          sad

          you need to log in to the manager
            follow me on twitter: @dimmy01
            • 2376
            • 21 Posts
            how do I do that?
              • 32241
              • 1,495 Posts
              Quote from: atracksler at Mar 03, 2006, 04:39 PM

              how do I do that?

              Ehm are you trying it out on my testing site or on yours?
              If you want to test it on mine, use this address to login, http://test.djamoer.net/manager/

              Btw, don’t try to send out an email though, because some people had been subscribed to the system, and I don’t want any email to be sent out to them, and causing them to curse me because they thought I’m spamming their email grin
                Wendy Novianto
                [font=Verdana]PT DJAMOER Technology Media
                [font=Verdana]Xituz Media
                • 28373
                • 204 Posts
                I also received this error

                « MODx Parse Error »
                MODx encountered the following error while attempting to parse the requested resource:
                « Execution of a query to the database failed - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ’?mode=doc ) AND (sc.privateweb=0) LIMIT 1’ at line »
                SQL: SELECT sc.parent FROM `enterpri_modx`.modx_site_content sc LEFT JOIN `enterpri_modx`.modx_document_groups dg on dg.document = sc.id WHERE (sc.id=3?mode=doc ) AND (sc.privateweb=0) LIMIT 1
                [Copy SQL to ClipBoard]

                Parser timing
                MySQL: 0.0034 s s (6 Requests)
                PHP: 0.0531 s s
                Total: 0.0565 s s


                The person reporting it before me - I didn’t notice a solution, was one found ?
                  • 32241
                  • 1,495 Posts
                  Sorry, I’ve never seen this error, but it seems that you’re not using any SEF at all. If that’s the case, try changing the template of the newsletter, which contains [~[*id*]~]?mode=doc into [~[*id*]~]&mode=doc
                    Wendy Novianto
                    [font=Verdana]PT DJAMOER Technology Media
                    [font=Verdana]Xituz Media
                    • 28373
                    • 204 Posts
                    Does it? Where might I find that ?

                    This snippet "call" I used is :-

                    [!newsletter? &mode=doc!]
                      • 32241
                      • 1,495 Posts
                      It’s inside the snippet code. If you have text editor, you might want to search for that string.
                        Wendy Novianto
                        [font=Verdana]PT DJAMOER Technology Media
                        [font=Verdana]Xituz Media