Main Page
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
Getting started
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
Vehicle Information
1992 Dynamark 12HP B&S #281707-0416 CARB REBUILD:http://outdoorpowerinfo.com/repairs/briggs_large_one-piece_flo-jet_carb.asp
Current Prop: 48-832832-21 : 14.5" x 21p
House Information
Appliances Refrigerator Filter: UKF8001
SuiteCRM
Permissions settings not setting recursively for some reason. This is causing issues. WORKING FROM BASE CRM DIRECTORY. On further review, it turns out this wasn't a permissions issue, but an issue with the .htaccess file generated by SuiteCRM. Need to remove the rewrite /mysite.com/CRM line. Suspected to be caused by higher level .htaccess errors. USEFUL COMMAND : find -type d -not -perm 775 -o -type f -not -perm 664 CHANGE ALL FOLDERS AND FILES TO 755/644 find . -type d -print0 | xargs -0 chmod 755 find . -type f -print0 | xargs -0 chmod 644 chmod -R 775 cache custom data include install modules themes upload find ./cache -type f -print0 |xargs -0 chmod 664 find ./custom -type f -print0 |xargs -0 chmod 664 find ./data -type f -print0 |xargs -0 chmod 664 find ./install -type f -print0 |xargs -0 chmod 664 find ./modules -type f -print0 |xargs -0 chmod 664 find ./themes -type f -print0 |xargs -0 chmod 664 find ./upload -type f -print0 |xargs -0 chmod 664 find ./include -type f -print0 |xargs -0 chmod 664 chmod 664 config.php config_override.php
Additional errors in system caused by incorrect permissions setting with WinSCP. Use FileZilla to set permissions.
When managing incoming e-mails for personal use you need to make sure to add another account from the Emails menu.