Hey guys,
I think I spotted a mistake on the tutorial page:
http://www.boltwire.com/index.php?p=docs.tutorials.farms
Scroll down to near the bottom, under "Simple and safe in upgrade".
Last code block on the page:
<?php
$BOLTadmin='admin';
$farmPath = "../farm";
include_once("$boltwire/barn/scripts/engine.php");
Notice the $boltwire variable hasn't been defined. There's a missing
line:
$boltwire = '../../boltwire';
which you should insert before the last line.
I would have corrected this myself, but unfortunately, I don't seem to
have the necessary privileged to edit tutorials.
Cheers,
JF
On Sep 18, 9:51 am, Linly <[EMAIL PROTECTED]> wrote:
> Done. And I added a link on "docs.install.setup#upgrade".
>
> Cheers,
> linly
>
> On Sep 18, 1:07 am, "The Editor" <[EMAIL PROTECTED]> wrote:
>
> > Linly, perhaps this should be added to the tutorial on farms
>
> >http://www.boltwire.com/index.php?p=docs.tutorials.farms
>
> > Or somewhere else. It's good information...
>
> > Cheers,
> > Dan
>
> > On Tue, Sep 16, 2008 at 9:15 PM, Linly <[EMAIL PROTECTED]> wrote:
>
> > >> > POTENTIAL for problems. So upgrade carefully!
>
> > >> I suggest my system:
>
> > > I have another BoltWire file tree which make me happy in upgrade:
>
> > > boltwire230/
> > > boltwire231/
> > > boltwire232/
> > > boltwire/ <--This is the latest version
>
> > > farm/*.* <--I move the farm folder here
>
> > > myfield1/
> > > myfield2/
> > > ...
>
> > > The index.php of every site is:
>
> > > <?php
> > > $BOLTadmin='admin';
> > > $farmPath = "../farm";
> > > include_once("$boltwire/barn/scripts/engine.php");
>
> > > In this method, I don't need to move the skins and plugins to new
> > > boltwire version. The first thing to do in upgrade is rename the old
> > > version boltwire folder to "boltwire+version_number" and upload the
> > > new BoltWire system folder. Keeping the "index.php" the same. If there
> > > is something wrong, just rename back the folders, and all system would
> > > go back.
>
> > > All can be done by ftp or any server cPanel.
>
> > > Cheers,
> > > linly
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---