[mapguide-users] Re: installation script
Anil Thapa
anilth at hi.is
Thu Jan 6 13:07:53 EST 2011
Hi, Thanks! I figured out that one. But i think I have php issue. both
daemon starts with no error but when i access the
http://localhost:8008/mapguide/mapadmin/login.php
it comes with all php script rather the login page as belows:
<?php
//
// Copyright (C) 2004-2010 by Autodesk, Inc.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of version 2.1 of the GNU Lesser
// General Public License as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
//
try
{
include 'resizableadmin.php';
// Define Local Vars
$pageTitle = LOGIN_TITLE;
$helpPage = 'HelpDocs/about_sites_and_servers.htm';
$pageName = 'LoginPage';
$formName = 'LoginForm';
$homePage = NULL;
$adminID = "";
$adminIDID = 'adminID';
$serverSelectionID = 'SiteServer';
$adminPassword = "";
$adminPasswordID = 'adminPassword';
$locale = "en"; // localizable string
$errorMsg = "";
$numSites = 0;
Any input in this would be appericiated
A
>
> Hi, I had no trouble on 5.4 but haven't tried 5.5
>
> Download the MapGuide 2.2 Beta from
> http://trac.osgeo.org/mapguide/wiki/Release/2.2Beta/Notes
>
> Unzip the 2 tar balls
>
> Run the ./mgserverd.sh and ./apachectl start to get MapGuide and Apache
> running.
>
>
> --
> View this message in context:
> http://osgeo-org.1803224.n2.nabble.com/installation-script-tp5896189p5896209.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
More information about the mapguide-users
mailing list