Subjects 2.0 Installation Guide
Subjects module installation for MD Pro 1.x or PostNuke 0.71x - 0.72x
Before you go through the installation process please read all the installation documentation.
Subjects module is compliant to pnAPI standards and supports standards for PostNuke modules installation/upgrade/delete procedure.
I. Fresh installation
- Unzip and extract this file to the root directory of your MD Pro or
PostNuke site.
All the files should go in the correct place and shouldn't be modified.
Everything except includes/search/subjects.php goes into the modules
directory.
- Do [Administration]-->[Modules]-->[Regenerate]-->[Initialize]-->[Activate]
- CHMOD /modules/subjects/pages directory 777 if you want store content
on disc
- See [Administration]-->[subjects]-->[Documentation]
- If you want store files on disc (not in DB) you can use *ew_filemanager*
module instead of FTP. You can get it here
II. Upgrade from previous versions lower than 2.0
- Backup your data first!
- Remember that your /modules/Subjects/pages directory may already have
content and be sure not to unintentionally remove this directory if
there are any pages or subject images!
Backup your /modules/Subjects/pages directory if it exists.
- Deactivate and selete Subjects block if it exists
- Go to phpMyAdmin and execute the following query:
#-------------------cut here-----------------------------
UPDATE PREFIX_modules
SET pn_name='subjects', pn_displayname='subjects', pn_directory='subjects'
WHERE pn_name='Subjects';
#-------------------cut here-----------------------------
where PREFIX => your prefix for PostNuke tables
- Delete *ALL* Subjects files (see previous Subjects' module distro)
Usually:
/modules/Subjects/
/includes/blocks/subjects.php
/includes/language/blocks/xxx/subjects.php
/includes/search/subjects.php
- Unzip and extract this file to your root directory of your PostNuke
site. All the files should go in the correct place and shouldn't be
modified. Everything except includes/search/subjects.php goes into the
modules directory.
- Make [Administration]-->[Modules]-->[Regenerate]-->[Upgrade]-->[Activate]
- CHMOD /modules/subjects/pages directory 777 if you want store content
on disc
- See [Administration]-->[subjects]-->[Documentation]
|