Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: Does Classipress work on a Windows Web Server 2008

  1. #11
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    Hi Robert-

    Glad you've got pretty much everything working. Regarding the emails....did you check your apache log files to see if there are any error messages to debug with?

  2. #12
    Thread Starter
    argrone's Avatar
    Join Date
    Mar 2010
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    Apache? I am running Windows Web Server 2008 -- we have a different thread open...

  3. #13
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    Sorry, I meant did you check your IIS log files (or whatever MS 2008 log files there are)?

    I was reading a couple threads I found on Google and some others have had trouble with this as well. Since WordPress & ClassiPress both use wp_mail or php mail, Windows doesn't always work correctly.

    Try using the WP Mail SMTP plugin and see if that fixes it.

  4. #14
    Thread Starter
    argrone's Avatar
    Join Date
    Mar 2010
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    That's the only way I could get everything else to work and was looking to see if you could point me to your "function" you are using to call the "admin" in your plugin so that I could see if I could hack some coult together for the wp-smtp-mail plug-in

    I have such a headache right now I can't really even think...

  5. #15
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    If you edit form_process.php you'll find the email code at the bottom. It's sending the email to user #1 which is the first account (admin) created. Make sure that email address is correct under the user profile.

    You'll also see the wp_mail line of code which is what sends the email via php mail. You might need to manually change something there if the plugin doesn't do it automatically.

  6. #16
    Thread Starter
    argrone's Avatar
    Join Date
    Mar 2010
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    Code:
    if (isset($_POST['action']) && $_POST['action'] == 'post')
    Should "post" be "draft" or pending?

  7. #17
    Thread Starter
    argrone's Avatar
    Join Date
    Mar 2010
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    Fatal error: Call to undefined function wp_mail_smtp() in Z:\Classifieds\wp-content\themes\classipress\form_process.php on line 185

    That certainly did not work...

    I can't understand why all the other mail functions are working or why my last two posts on this thread just failed fo rthat matter

  8. #18
    Thread Starter
    argrone's Avatar
    Join Date
    Mar 2010
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    Just found another "quirk"

    If you are in your "Profile" and update same. the "my Dashboard" breadcrumb appears with a malformed permalink

    It keeps "profile" in the permalink //site.com/profile/dashboard

    Is that in the NAV or Breadcrumb plug-in -- I can't beleive I ahve spent this much time on this I really can't

    I just yanked this out of tpl-profile.php so that the link just simply doesn't appear upon updating the profile...

  9. #19
    Thread Starter
    argrone's Avatar
    Join Date
    Mar 2010
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    I just hardcoded the url into the tpl-profile.php page
    Code:
    Dashboard
    fixed that... I really wish I could figure this email notifcation thing out :shock:

  10. #20
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Does Classipress work on a Windows Web Server 2008

    Just did a few tests and the theme works just fine in Windows server applications.
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Who's hosting Classipress on their own server?
    By pkmonockus in forum ClassiPress General Discussion
    Replies: 5
    Last Post: June 30th, 2009, 01:16 AM