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 ?
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...
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.
You could try site5.com or hostgator.com ,they are both good hosters. All of my dirs are hosted on hostgator and work smoothly.
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.
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
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.
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)
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
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.