Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Rate photo error

  1. #1
    kurdawane
    Guest

    Unhappy Rate photo error

    I just find more and more error in my site.. Now visitor can`t rate the photos
    when ever anyone rates the photo they get this error :

    500 Server Error
    A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.

    you can see it self at http://dallehu.com

  2. #2
    skyhawk85u
    Guest

    Default

    Quote Originally Posted by kurdawane View Post
    I just find more and more error in my site.. Now visitor can`t rate the photos
    when ever anyone rates the photo they get this error :

    500 Server Error
    A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.

    you can see it self at http://dallehu.com
    I just tried your site and it worked fine. Sorry I can't help - I know how frustrating this stuff is.

  3. #3
    kurdawane
    Guest

    Question wow

    ok thank u for letting me know about that and that you take time to help me with that, is there anyone eals whom can try my site and see if its working??

  4. #4
    Kleetus
    Guest

    Default

    Quote Originally Posted by skyhawk85u View Post
    I just tried your site and it worked fine. Sorry I can't help - I know how frustrating this stuff is.
    Profile voting and Profiles picture voting are working fine, but "RATE" does not work !!!
    What changes have you made to rate.php ?

  5. #5
    skyhawk85u
    Guest

    Default

    Oh - oops, you're right. Sorry about that.

  6. #6
    kurdawane
    Guest

    Default

    thanks for your replay. I haven`t changed anything

    Quote Originally Posted by Kleetus View Post
    Profile voting and Profiles picture voting are working fine, but "RATE" does not work !!!
    What changes have you made to rate.php ?

  7. #7
    Kleetus
    Guest

    Default

    Changes in design.inc.php or profiles.inc.php ???

  8. #8
    kurdawane
    Guest

    Default no

    not any changes at all!!

  9. #9
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    You should check permissions and ownerships.... but really, the most direct way is to force the error to happen, then check your server logs. It will tell you there why the error occurred (or at least point you in the right direction).

    I bet it is this:

    malformed header from script. Bad header=?showme=: /home/yoursite/public_html/rate.php

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  10. #10
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    rate.php

    Code:
    header('Location:' . $_SERVER['PHP_SELF'] . (isset($_REQUEST['showme'])) ? '?showme=' . $_REQUEST['showme'] : '');
    should be

    Code:
    header('Location:' . $_SERVER['PHP_SELF'] . (isset($_REQUEST['showme']) ? '?showme=' . $_REQUEST['showme'] : ''));
    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rate Photo Mod completed
    By Prometheus in forum Free Mod Exchange
    Replies: 3
    Last Post: 10-19-2007, 02:58 PM
  2. Rate photo problem
    By Smoge in forum Wishlist
    Replies: 2
    Last Post: 04-06-2007, 08:39 PM
  3. Rate Photo Private Photo bug
    By Prometheus in forum Bugs aeDating v4.1.2
    Replies: 2
    Last Post: 10-14-2006, 11:17 PM
  4. Photo Rate
    By Greggers in forum Wishlist
    Replies: 2
    Last Post: 04-29-2006, 03:36 PM
  5. Rate Photo Problem
    By emailgirls in forum Open Talk
    Replies: 1
    Last Post: 04-09-2006, 07:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •