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.8k
    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.
    • S
      scottalanmiller @Joy
      last edited by

      @Joyfano you have to know what directory your web server is using.

      1 Reply Last reply Reply Quote 0
      • J
        Joy
        last edited by

        Finally I made it 🙂

        S A 2 Replies Last reply Reply Quote 0
        • S
          scottalanmiller @Joy
          last edited by

          @Joyfano Congrats!

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

            @scottalanmiller said:

            @Joyfano Congrats!

            Thanks 🙂

            heheh Now my Project is to post more in ML

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

              @Joyfano awesome

              And work on your HTML5

              J 1 Reply Last reply Reply Quote 0
              • J
                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
                • A
                  Ambarishrh @Joy
                  last edited by

                  @Joyfano Congrats! 🙂

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    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
                    • J
                      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/

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        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
                        • J
                          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 your@emailaddress.com

                          S 1 Reply Last reply Reply Quote 0
                          • J
                            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.

                            S 2 Replies Last reply Reply Quote 0
                            • S
                              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 your@emailaddress.com

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

                              J 1 Reply Last reply Reply Quote 0
                              • S
                                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.

                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  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

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

                                    You can test PHP mail with this...

                                    <? $headers = 'From: webmaster@example.com'; mail('nobody@example.com', 'Test email using PHP', 'This is a test email message', $headers, '-fwebmaster@example.com'); ?>

                                    J 1 Reply Last reply Reply Quote 0
                                    • S
                                      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.

                                      J 1 Reply Last reply Reply Quote 0
                                      • J
                                        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.

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          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.

                                          J 1 Reply Last reply Reply Quote 0
                                          • S
                                            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
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 2 / 6
                                            • First post
                                              Last post