Land Down Under v702
Website engine - Copyright Neocrome - http://www.neocrome.net
This guide updated : 2004-dec-01
 
Introduction
Requirements
Licences, copyrights and disclaimers
History
New installation
Upgrade from a v700
Upgrade from any older version
Get more help...
Credits
Links
 
Introduction

Land Down Under is a CMS, a Content Management System.
It's a dumb machine, made of PHP files that reads and stores datas in a MySQL database, and sends those datas to clients as HTML pages, with the help of skin files (also called "templates").

The key features are :

 
Requirements

[Back to top]
 
Licences, copyrights and disclaimers

[Back to top]

Important: Since version 500, LDU is not an open source software product anymore.

 
History

[Back to top]

Please see the history pages at LDU's home.

 
New installation

[Back to top]
  1. Get the latest Rar pack

    Download and extract the latest version from www.neocrome.net (and here only ! Any other distribution is illegal).

  2. Main configuration entries

    Open datas/config.php, and modify parameters such as email, site title, etc.
    Fill up parameters about your MySQL database.
    Do not change settings that you do not understand yet !

  3. Upload files to your server

    You do not need to upload all skins folders, one is enough.
    The default skin is set in /datas/config.php, by default it's "corporate".
    Do not upload the /docs/ folder, its not required by the engine.

  4. Allow file writing for some folders

    'CHMOD 777' folders (to allow files writing) :
     
    /datas/avatars/
    /datas/thumbs/
    /datas/tmp/
    /datas/users/

  5. Create the SQL database

    Open a MySQL remote manager (PHPmyAdmin is the most famous).
    Select your database, and create tables with the SQL script : docs/ldu-createnew-702.sql

  6. Create your account

    Open your home URL with a browser, select 'login', then 'register', to create your account.
    Once it's done, ignore the 'Read your email...' message, because the first user to register is automatically activated and assigned the highest level available (Server-op, 99).

  7. Install the extended plugins

    Log in, and go to the administration panel, tab "extended plugins".
    Open all the extended plugins one by one, and at bottom, click "Install all".

  8. It's done !

    Not working ?
     
    Bad luck, so restart from the beginning and follow the steps carefully, and if after this second try the result is the same, head for the LDU forums, there's several pinned topics about common pitfalls, issues and troubleshooting. Please put your website in your profile there, so the helpers can see the problem "live".

 
Upgrade from a v701

[Back to top]
  1. MySQL database upgrade

    A backup of the database is recommended right before the upgrade.
    Then run /docs/ldu-upgrade-701-to-702.sql with phpMyAdmin to update the database to the very latest version.

  2. Main files

    Replace all the system files :
     
    /*.php (all files in the root)
    /system/*.php
    /system/core/*.php
    /system/core/admin/*.php
    /system/lang/uk/*.php
     
    You do NOT need to upload a new skin, your "old" one will still work fine, no changes required.
    You do NOT need to replace files in /datas/, apart if asked later in this manual.
    You do NOT need to replace any of your existing plugins.
     
    This version 702 of Land Down Under is a minor upgrade compared to the build 701, not all system files were updated.
    If you made some changes in the files for your own use, and don't want to loose it, you can partially update the core files, please see those links :
     
    Bugtracker
    History page

  3. Re-order the forums

    Open your forums, if you were using categories for the sections, chances are high that now the order is all messed up.
    That's because now only the order number is taken into account by the engine to sort the sections in the forums.
    Before v702, the sections were sorted by the category title first.
    So go to the administration panel, tab 'forums', and set the new values for the order number.

  4. Rename a folder

    Rename the folder datas/view/ into datas/html/

  5. Skins : No changes !

    All v701 skins are fully compatible with LDU v702.

  6. Language packs : No changes !

    All v701 language packs skins are fully compatible with LDU v702.
    Note that in v702 the word "journal" is renamed into "weblog".

 
Upgrade from any older version

[Back to top]

You'll have to run all the SQL upgrade scripts from your version until the v702, those scripts are available online here.
Once done, upgrade your old skin, apply all the changes 1 by 1, the upgrade manuals are also available online here.
Note that for both the skin and the SQL database, you can directly skip the step between v603 and v604.
 
As sample, to upgrade from LDU v525 to LDU v701 :
 
525 --> 601 (SQL upgrade + upgrade of the core PHP files + skin upgrade)
601 --> 602 (SQL upgrade + upgrade of the core PHP files + skin upgrade)
602 --> 603 (SQL upgrade + upgrade of the core PHP files + skin upgrade)
603 --> 700 (SQL upgrade + upgrade of the core PHP files + skin upgrade)
700 --> 701 (SQL upgrade + upgrade of the core PHP files + skin upgrade)
701 --> 702 (SQL upgrade + upgrade of the core PHP files)
 
Upgrading a very old skin can be a long process, so you should consider the replacement by a fresh v701/702 official skin...

 
Get more help...

[Back to top]

- Online manual, general configuration, FAQ, articles, etc.
- LDU forums, to meet other LDU webmasters, and technical support.
- Licence and services, to order specific LDU services and support Neocrome.Net

Feedback and comments are welcome in forums at www.neocrome.net
Please do not email or send private messages to request technical support, use forums instead !

 
Credits

[Back to top]
 

[Back to top]

Please see this page.