install on IIs-winxp

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
marco

install on IIs-winxp

Post by marco »

i install cmsmadesimple on iis winxp.
but for admin, i have this messege :
Only one top level element is allowed in an XML document. Error processing resource 'http://localhost/cmsmadesimple/admin/'. Line 2, Position 2


Notice:  Undefined index:  QUERY_STRING in c:\inetpub\wwwroot\cmsmadesimple\lib\classes\class.admintheme.inc.php on line 121

???
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: install on IIs-winxp

Post by Ted »

Argh.  What's up with IIS not ever conforming to standards?

Anyway, quick fix for this.  Open up lib/classes/class.admintheme.inc.php and go to line 121.  Replace with:

Code: Select all

$this->query = (isset($_SERVER['QUERY_STRING'])?$_SERVER['QUERY_STRING']:'');
Thanks for the heads up!
Locked

Return to “[locked] Installation, Setup and Upgrade”