Re: Upgrade/Install Problem
Brook Humphrey <[email protected]> Wed, 18 Sep 2002 16:04:20 -0700
| Newsgroups | gmane.comp.web.encompass.devel |
|---|---|
| Organization | Mobile PC Medic |
| Message-ID | <[email protected]> |
--------------Boundary-00=_8FPNGFXF6S17X3GHK54D
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
On Wednesday 18 September 2002 03:43 pm, Stretchr wrote:
> Brook,
> I used RC12 over 1.0 and that was when I got the errors. Unfortunately, I
> had to switch the live site back before I received your instructions. I'll
> give those a go on my test site. It looks, however, as if blank.php has
> some bugs as it generated those errors when I tried to load it on its own.
>
> Hope that helps. I'll let you know if I find anything useful when I try
> another install on my test server. FYI, at http://www.web-dj.net/envol I
> have a clean install of 1.0, without RC12 and blank.php generates the same
> errors. Perhaps I will try applying the new files and fix.php and see where
> that takes us.
>
> Cheers,
> Stretchr
Ok try this one. It will be in rc13 and thanks for the report.
--
-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
Brook Humphrey
Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107
http://www.webmedic.net, [email protected], [email protected]
Holiness unto the Lord
-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
--------------Boundary-00=_8FPNGFXF6S17X3GHK54D
Content-Type: application/x-php;
name="blank.php"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="blank.php"
<?php
// File: $Id: blank.php,v 1.1.1.1 2002/09/16 22:18:15 fixxx Exp $ $Name: $
// ----------------------------------------------------------------------------
// Envolution Content Management System
// Copyright (C) 2002 by the Envolution Development Team.
// http://www.envolution.com/
// ----------------------------------------------------------------------------
// Based on:
// Postnuke Content Management System - www.postnuke.com
// PHP-NUKE Web Portal System - http://phpnuke.org/
// ----------------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program 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 General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------------
// Filename: Blank HTML Wrapper blank.php
// Author: Isaac Golding
// Author: Stephen Feather
// Version: 0.306
// Purpose: Insert ordinary HTML code into your Envolution site
// ----------------------------------------------------------------------------
include 'includes/pnAPI.php';
pnInit();
include 'includes/legacy.php';
//comented out because it was causing incompatablity problems with themes
//pnThemeLoad();
# includes the mainfile functions and the header junk
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>
Start HTML CODE HERE
<p>Yep anything will work here (minus DHTML and advanced stuff)</p>
<p> </p>
<p><b><font color="#FF0000">any standard html should go here </font></b></p>
<p align="center"><font face="Arial Black" size="6">Test your product before
telling everybody the link because you never know</font></p>
END HTML CODE HERE
<?php
// include footer junk
include("footer.php");
?>
--------------Boundary-00=_8FPNGFXF6S17X3GHK54D--