File phpMyFAQ-README.SUSE of Package phpMyFAQ
This is SuSE README for phpMyFAQ
0. Brfore install
- Enable apache module: headers
- /var/lib/php8/sessions mus have rights 775 nad wwwrun:root
(rights in susepackage php is wrong)
1. Install
1.1 Open your browser and type in the following URL:
http://www.example.com/phpMyFAQ/setup/
2. Update
2.2 Open the following URL in your browser:
http://www.example.com/phpMyFAQ/setup/update.php
3. Update to 3.2.x
3.1 maintenance mode
Here you have to switch on the maintenance mode after the package update in the console:
(Unfortunately I have not found any other possibility)
mysql --user=<dbuser> -p <phpmyadmin_db>
UPDATE faqconfig SET `config_value` = 'true' WHERE `config_name` = 'main.maintenanceMode';
3.2 Update
After that the update must be done via the browser:
http://www.example.com/phpMyFAQ/setup/update.php
Have FUN :)