XOOPS: XOOPS 2.5.7 Final Released
Posted by: MambaOn 2014/6/16 8:50:00 53980 readsThe XOOPS Development Team is pleased to announce the release of XOOPS 2.5.7 Final. This release is focused on making XOOPS 2.5.7 fully compatible with PHP 5.5.x, on security enhancements, bug fixing, and on updating external libraries to their latest versions: - jQuery to 1.11.0 - jQuery UI 1.10.4 - jQuery Lightbox to 1.2.3 - jQuery Form to 3.50.0 - jQuery Tablesorter to 2.15.11 - jGrowl to 1.2.14 - TinyMCE to 3.5.11 Angelo Rocha also has provided this new cool theme: the xBootstrap theme, based on Bootstrap Since this version includes security fixes, it is highly recommended to update to this version ASAP! See the Changelog for more details. IMPORTANT NOTE: ----------------------------------- Due to changes related to security, it might happen that in one or two modules saving of the Permissions in Admin might not work. We are finalizing the Basic Module Pack, where all modules have been tested on XOOPS 2.5.6. Please check the News on XOOPS Website for a special announcement about the updated modules, or ask on the XOOPS Forums. Or you can read more detailed information about how to fix it yourself in /docs folder in the file: "fixing_permissions.txt" Please post and discuss all issues related to this release in this Forum thread We also need help with Translations using Transifex System requirements ----------------------------------- Minimum PHP Version: 5.3.7 Please note: the fact that the XOOPS Core runs correctly on PHP 5.5.x, doesn't mean that all your modules will run correctly, therefore you'll need to test them first. The recently released modules that qualify for our Basic Module Pack, are all tested on PHP 5.5.x, and they should run just fine. We're also in process of updating the Basic Module Pack specifically for XOOPS 2.5.7 If you encounter any issues, please let us know in our Support Forums, in this specific thread dedicated to XOOPS 2.5.7 Viva XOOPS! Downloading XOOPS ----------------------------------- You can get this release package from the Sourceforge repository. There are .zip and .gz archives provided.
Installing XOOPS (new installation) ----------------------------------- 1. Copy the content of the htdocs/ folder where it can be accessed by your server 2. Ensure mainfile.php and uploads/ are writable by the web server 3. For security considerations, you are encouraged to move directories "/xoops_lib" (for XOOPS libraries) and "/xoops_data" (for XOOPS data) out of Document Root, and change the folder names. 4. Ensure that directories: - uploads/, - uploads/avatars/ - uploads/images/ - uploads/ranks/ - uploads/smilies/ - xoops_lib/modules/protector/configs/ and files: - mainfile.php and - include/license.php are writable by the web server 5. Access the folder where you installed the htdocs/ files using your web browser to launch the installation wizard DOCUMENTATION: Please check out the detailed Installation Guide and the Operations Guide Installing Protector in XOOPS ----------------------------------- We also highly recommend the installation of the PROTECTOR module which will bring additional security protection and logging capabilities to your site. Upgrading from a previous version ----------------------------------- Upgrading from 2.5.6 to 2.5.7 Final: 1. Get the right update package from the sourceforge file repository 2. Overwrite files in XOOPS directory on your server with the content of /htdocs * make sure that you copy the content of /xoops_lib to whatever directory you keep it on the server now (it should be your current XOOPS_TRUST_PATH directory), then delete the /xoops_lib directory. There can NOT be two directories with the content of /xoops_lib 3. Go to http://www.yoursite.com/upgrade and run the Upgrade from there. Once done, delete the folder /upgrade 4. If not done as part of the Upgrade above, run Update af the the "System" module from the modules administration interface. Other modules, especially "Profile", "PM", and "Protector" are recommended to update as well Upgrading from previous versions older than 2.5.6 (Full Update): 0. Verify the system requirements, in particular the version of PHP. Backup your XOOPS database and site directory. (There are several ways to do these actions, which are discussed elsewhere.) Turning your site off is optional. Change the permissions on mainfile.php and /include/license.php to be writable, for example: File Normal For upgrade mainfile.php 400 700 /include/license.php 444 777 Get the XOOPS 2.5.7 package from the SourceForge file repository. 1. In the upgrade package folder, move the "upgrade" folder inside the "htdocs" folder, if it's not already there. Remove the install folder from the "htdocs" folder, if it's there. Remove the mainfile.php file from the "htdocs" folder, if it's there. If you've moved the xoops_data and xoops_lib folders outside your site's root directory, move these folders out of the "htdocs" folder in the upgrade package folder. 2. Delete the /modules/system directory on your current XOOPS site (to get rid of any old unnecessary files). 3. Overwrite the files in the XOOPS directory on your current XOOPS site with the content of "htdocs" folder of the upgrade package. (There are several ways to do this action, which are discussed elsewhere.) As noted above, if relocated, overwrite the files in your current xoops_data and xoops_lib with the content of those in the upgrade package. 4. If you have Protector previously installed, open the "mainfile.php" file , and remove the Pre-check and Post-check lines (if they exist): include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php' ; include XOOPS_TRUST_PATH.'/modules/protector/include/postcheck.inc.php' ; 5. At your site's address (URL), login as administrator. Access