PDA

View Full Version : Unix path


jaminjavajoe
10-8-06, 03:33 PM
HI, I'm trying to install a calendar on our site and it's asking for the "UnixPath"

Can someone tell me where I can find that....I've looked all over ops but still don't find it.

TIA

Joe

tbonekkt
10-8-06, 04:53 PM
If you'll go to the Services > HTTP (http://www.powweb.com/member/settings.bml) tab, it's the Document Root.

jaminjavajoe
10-9-06, 12:47 AM
Well this is what I got but it just isn't working.any suggestions?

$glbl_WebAddress = "http://www.mydomain.com";
$glbl_SecureWebAddress = "https://mydomain.powweb.com/http://www.mydomain.com";
$glbl_UnixPath = "/usr/local/www/mydomain.com/calendar";
$glbl_WebRoot = "/home/users/web/b894/pow.mydomain/htdocs /calendar";
//$glbl_AdminRoot = "$glbl_WebRoot/admin";
$glbl_WebAdminRoot = "$glbl_WebRoot/admin";
$glbl_CssRoot = "$glbl_WebRoot/css";
$glbl_CssPath = "$glbl_UnixPath/css";
$glbl_TemplatePath = "$glbl_UnixPath/templates";
//$glbl_ImagePath = $unixPath."/img";
//$glbl_ImageRoot = $webRoot."/img";
$glbl_MailFrom = "calendar@yourdomain.com";
$glbl_EmailSubject = "Calendar Submission";

TIA
Joe

snowmaker
10-9-06, 12:57 AM
$glbl_SecureWebAddress = https://mydomain.powweb.com/http://www.mydomain.com";
$glbl_WebRoot = "/home/users/web/b894/pow.mydomain/htdocs /calendar";


I'm not familiar with what you're trying to install, but these two entries appear to be wrong. The $glbl_SecureWebAddress should be 'https://yourOPSusername.powweb.com', and there is a space in $glbl_WebRoot, between htdocs and the slash after it, that shouldn't be there.

jaminjavajoe
10-9-06, 01:07 AM
Well, I fixed those 2 thngs, ty but I'm still not able to go in. This is the calendar I'm trng to install: The phpCommunityCalendar @ http://open.appideas.com/Calendar/
Grrrrrrrrrrr.......lol

jaminjavajoe
10-9-06, 09:19 AM
hum....now the user and password is not accepted, I've check the common.php file, which is the only place in the setup that the user name and password is; a zillion times and what I have in there is what I put in the user/password prompt which generates this message:

Your username and password combination did not match any known administrators of this system. Please try again.

What must I do...........lol

joshuamc
10-9-06, 01:30 PM
Does it use it sessions? If it does, have you created a sessions directory in your root and modified the php.ini to reflect the new sessions directory?

jaminjavajoe
10-9-06, 08:18 PM
Josh.I have no idea if it uses sessions.... wouldn't think it does???

Can you tell me more about that? Plus I don't think I have seen a file named php.ini.

TIA
Joe