DUMB DUMB DUMB Question

Discussion in 'Directories' started by kartik786, Nov 3, 2006.

  1. #1
    There is some problem with www.xnbb.com .

    I just am not able to install PHPLD on it.

    I wonder why it isnt getting installed.

    Can ne1 help ?
     
    kartik786, Nov 3, 2006 IP
  2. shenron

    shenron Notable Member

    Messages:
    4,965
    Likes Received:
    374
    Best Answers:
    0
    Trophy Points:
    295
    #2
    Are you sure you have uploaded all the files, created the 3 temp subfolders and made them writable along with the config.php file?

    If yes, then I suggest you delete it and start from scratch with a new upload.
    Maybe something just went wrong... :confused:
     
    shenron, Nov 3, 2006 IP
  3. kartik786

    kartik786 Well-Known Member

    Messages:
    1,906
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    170
    #3
    I already did a reupload.

    Still same problem. Thats y i put it up here :(
     
    kartik786, Nov 3, 2006 IP
  4. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #4
    That's because the site is hosted on DREAMHOST.
    I did have the same problem when I used DH.You should buy V3.06 license in order to install it on your server or install it on another server.
     
    Richie_Ni, Nov 3, 2006 IP
    shenron likes this.
  5. kartik786

    kartik786 Well-Known Member

    Messages:
    1,906
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    170
    #5
    Stupid host :(

    Newayz thnx for clearing that up mate.
     
    kartik786, Nov 3, 2006 IP
  6. shenron

    shenron Notable Member

    Messages:
    4,965
    Likes Received:
    374
    Best Answers:
    0
    Trophy Points:
    295
    #6
    Ouch!
    Didn't know that either.
    Thx Richie!
     
    shenron, Nov 3, 2006 IP
    Richie_Ni likes this.
  7. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #7
    You could try site5.com or hostgator.com ,they are both good hosters.
    All of my dirs are hosted on hostgator and work smoothly.
     
    Richie_Ni, Nov 3, 2006 IP
  8. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #8
    1. Edit file 'init.php', find following line (~37 line):
    define ('DOC_ROOT', substr ($_SERVER["SCRIPT_NAME"], 0, strrpos ($_SERVER["SCRIPT_NAME"], '/')));
    Code (markup):
    2. Replace it with next code:
    define ('DOC_ROOT', substr ($_ENV["SCRIPT_URL"], 0, strrpos ($_ENV["SCRIPT_URL"], '/')));
    Code (markup):
    ------------------------------------------------------------------------------------------

    3. Edit file 'admin/init.php', find following line (~69 line):
    define ('DOC_ROOT', substr ($_SERVER["SCRIPT_NAME"], 0, strrpos ($_SERVER["SCRIPT_NAME"], '/')));
    Code (markup):
    4. Replace it with next code:
    define ('DOC_ROOT', substr ($_ENV["SCRIPT_URL"], 0, strrpos ($_ENV["SCRIPT_URL"], '/')));
    
    Code (markup):
    ------------------------------------------------------------------------------------------

    5. Edit file 'admin/init.php', find following line (~106 line):
    $f = $_SERVER['SCRIPT_NAME'];
    Code (markup):
    6. Replace it with next code:
    $f = $_ENV["SCRIPT_URL"];
    Code (markup):
    ------------------------------------------------------------------------------------------

    7. Edit file 'admin/init.php', find following line (~227):
    $f = $_SERVER['SCRIPT_NAME'];
    Code (markup):
    8. Replace it with next code:
    $f = $_ENV["SCRIPT_URL"];
    Code (markup):

    see if that helps. no guarantees.
     
    an0n, Nov 3, 2006 IP
    onlinedude likes this.
  9. kartik786

    kartik786 Well-Known Member

    Messages:
    1,906
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    170
    #9
    Thnx for the reply mate, but the directory still doesnt work :(
     
    kartik786, Nov 3, 2006 IP
  10. aditya_sfs

    aditya_sfs Peon

    Messages:
    2,271
    Likes Received:
    389
    Best Answers:
    0
    Trophy Points:
    0
    #10
    oh.... i already had this problem in past on dreamhost... i gave up at last. now you again. I think better solution will be that one of us mail dreamhost support regarding this
     
    aditya_sfs, Nov 3, 2006 IP
  11. kartik786

    kartik786 Well-Known Member

    Messages:
    1,906
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    170
    #11
    I m going out of town.

    Hope you can email dreamhost.

    Else I wil be doing that in a weeks time.

    Or maybe just get a new cheap host for my directory.
     
    kartik786, Nov 3, 2006 IP
  12. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #12
    im pretty certain you're using phpld 2.0/2.1 right?

    you can email dreamhost to have them reactivate mod_php for you, afterwhich you'll be able to install, but then you have to deactivate it.

    it was a solution i found for people on dreamhost when i first came onto phpld.

    (i think you should pay the $25 and upgrade to 3.06 if you havent)
     
    an0n, Nov 4, 2006 IP
  13. ahmaddani

    ahmaddani Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    are there any solutions? I have same problem..
     
    ahmaddani, Jun 17, 2007 IP
  14. ahmaddani

    ahmaddani Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Done...
    At wiki.dreamhost explained that cgi run only at PHP5.

    So you must choose PHP 5 to do that..
    and.. my directory that just installed run well...www.elink.web.id
     
    ahmaddani, Jun 17, 2007 IP
  15. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #15
    If you are having problems, please post on the phpLD forums and then let me know if you don't get a reply. We will do our best to help.
     
    dvduval, Jun 17, 2007 IP