ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Build WordPress website on a CentOS 6.5 server.

    IT Discussion
    linux php mysql centos wordpress
    10
    118
    40.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JoyJ
      Joy @scottalanmiller
      last edited by

      @scottalanmiller said:

      @Joyfano Congrats!

      Thanks 🙂

      heheh Now my Project is to post more in ML

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @Joy
        last edited by

        @Joyfano awesome

        And work on your HTML5

        JoyJ 1 Reply Last reply Reply Quote 0
        • JoyJ
          Joy @scottalanmiller
          last edited by

          @scottalanmiller said:

          @Joyfano awesome

          And work on your HTML5

          Oh yes.. I almost forgot my HTML5 ..
          Thanks for reminding me 🙂

          1 Reply Last reply Reply Quote 0
          • AmbarishrhA
            Ambarishrh @Joy
            last edited by

            @Joyfano Congrats! 🙂

            JoyJ 1 Reply Last reply Reply Quote 0
            • JoyJ
              Joy @Ambarishrh
              last edited by

              @ambarishrh said:

              @Joyfano Congrats! 🙂

              Thank you 🙂
              And thank you for helping me too 🙂

              1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch
                last edited by JaredBusch

                Does wordpress not send email by itself?
                Do I need to configure postfix or something manually in order for wordpress to be able to send email?
                I ask because my install works great, but will not send the registration email.
                http://daerma.com/

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @JaredBusch
                  last edited by

                  @JaredBusch said:

                  Does wordpress not send email by itself?
                  Do I need to configure postfix or something manually in order for wordpress to be able to send email?
                  I ask because my install works great, but will not send the registration email.
                  http://daerma.com/

                  Correct. WordPress does not have its own SMTP server, few things do. On Linux Postfix or SendMail would be how it is done. PHPMail just interacts with the system SMTP handling.

                  1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch
                    last edited by

                    Postfix is installed (already was) and i just did a quick configure and it works from a command line. WordPress is still not sending email though.

                    This worked perfectly from SSH: echo test | mail [email protected]

                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch
                      last edited by

                      Really frustrated on this. I was simply hoping to set up a basic CMS and be done. Postfix works. WordPress works. WordPress will not send an email. I can find no settings in the dashboard related to PHP mail. So I do more searching and find out there are no settings. You cannot even test. WTF.

                      Then I also wanted to look at a different theme. When you click install it wants FTP information? No other method. Again WTF?

                      Not happy with this choice ATM.

                      scottalanmillerS 2 Replies Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @JaredBusch
                        last edited by

                        @JaredBusch said:

                        Postfix is installed (already was) and i just did a quick configure and it works from a command line. WordPress is still not sending email though.

                        This worked perfectly from SSH: echo test | mail [email protected]

                        There is a plugin to disable mail but you'd know if you had installed it.

                        JaredBuschJ 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @JaredBusch
                          last edited by

                          @JaredBusch said:

                          Then I also wanted to look at a different theme. When you click install it wants FTP information? No other method. Again WTF?

                          I just install themes manually, just download and unzip. Never tried anything automatic.

                          JaredBuschJ 1 Reply Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @scottalanmiller
                            last edited by

                            @scottalanmiller I have installed no plugins. I will not be installing any plugins if I am required to setup and use an FTP server on this box. I refuse to to that just for a CMS

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller
                              last edited by

                              You can test PHP mail with this...

                              <? $headers = 'From: [email protected]'; mail('[email protected]', 'Test email using PHP', 'This is a test email message', $headers, '[email protected]'); ?>

                              JaredBuschJ 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @JaredBusch
                                last edited by

                                @JaredBusch said:

                                @scottalanmiller I have installed no plugins. I will not be installing any plugins if I am required to setup and use an FTP server on this box. I refuse to to that just for a CMS

                                I've never used FTP and I run a lot of WP. Not sure what it would be used for. You are running into some weird issue.

                                JaredBuschJ 1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch @scottalanmiller
                                  last edited by

                                  @scottalanmiller said:

                                  @JaredBusch said:

                                  Then I also wanted to look at a different theme. When you click install it wants FTP information? No other method. Again WTF?

                                  I just install themes manually, just download and unzip. Never tried anything automatic.

                                  but with the built in tools there is no option to download the theme. I again have to go outside of the CMS to even find the source code. Yes I am choosing not to do it "their" way, but this is really not friendly either.

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @JaredBusch
                                    last edited by

                                    @JaredBusch said:

                                    Really frustrated on this. I was simply hoping to set up a basic CMS and be done. Postfix works. WordPress works. WordPress will not send an email. I can find no settings in the dashboard related to PHP mail. So I do more searching and find out there are no settings. You cannot even test. WTF.

                                    When you test sending email, what do the logs say? They generally tell you more than you would expect.

                                    JaredBuschJ 1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @JaredBusch
                                      last edited by

                                      @JaredBusch said:

                                      but with the built in tools there is no option to download the theme. I again have to go outside of the CMS to even find the source code. Yes I am choosing not to do it "their" way, but this is really not friendly either.

                                      Right, you are downloading a theme. I had no idea that there was even a "get a theme" from inside the application. Plugins being downloaded automatically is very new. Hadn't seen anything like that with themes yet.

                                      All you do is download theme and unzip it, that's really all that you need to do.

                                      1 Reply Last reply Reply Quote 0
                                      • JaredBuschJ
                                        JaredBusch @scottalanmiller
                                        last edited by

                                        @scottalanmiller said:

                                        @JaredBusch said:

                                        @scottalanmiller I have installed no plugins. I will not be installing any plugins if I am required to setup and use an FTP server on this box. I refuse to to that just for a CMS

                                        I've never used FTP and I run a lot of WP. Not sure what it would be used for. You are running into some weird issue.

                                        No these are default use of the system.

                                        Imgur
                                        Imgur

                                        1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          Never seen anything like this. Let me go look at my menus.

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            Ah, I see. This is a VERY new interface. I work with WP all the time, at least a few times per week, and this is the first that I have seen this.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 4 / 6
                                            • First post
                                              Last post