Apache Config – Force https
Issue: Some Web Applications provide feature to force direct to https from http links either at installation stage or configured later by application administrators, but some web applications do not…
Issue: Some Web Applications provide feature to force direct to https from http links either at installation stage or configured later by application administrators, but some web applications do not…
Issue: When import a spreadsheet in .csv format, all imported dates become 00-00-0000. Solution: make sure the date format of the cells in .csv must be in yyyy-mm-dd. Tricks: the…
Issue: After migrating phpBB from CentOS server to FC5 server. phpBB forum was started up fine to user level, but when clicked "go to Administration Panel", left frame appeared blank!…
Issue: Blank Screen!? after migration from pLog to LifeType 1.0.6 Solution: Modify php.ini to increase memory_limit from 8M to 16M Modify httpd.conf to add <Directory "path/to/LifeType"> AllowOverride All ... </Directory>…
Issue: when starting post installation process of SQL-Ledger by clicking "Create Dataset", error message: FATAL IDENT Authentication failed for user "sql-ledger" even correct password had been input for database user:…
Modification: Features - Order Editor 2.5.1 Issue: Order received doesn't match w/ payment amount through Paypal, but paypal's amount correct after clarification w/ customer. Cannot modify order confirmed, i.e. cannot…
Issue: Dependency problem when rpm AdobeReader_enu from Adobe site. Solution: Run: (echo config gpgcheck 0; echo localinstall AdobeReader*; echo run) | yum -y shell so as to let yum to…
Issue: Tried to start ripping a CD - Why CD1, it failed in the way that the program quited silently immediately after clicking the start button: go!!! Solution: remove the…
Issue: when using test site of my oscommerce online shop, there's "parse error: unexpected T_STRING ....checkout_success.php in line 20" Solution: Add immediately before each apostrophe: ' containing text string AND…
Issue: Installed RealPlayer10GOLD.rpm compat-libstdc++-33 (as FC4 used gcc4, but realplayer compiled on gcc3) Add to file: /usr/bin/realplay (to solve conflict w/ scim): export GTK_IM_MODULE=xim copied files: cp /usr/local/RealPlayer/mozilla/nphelix.so /usr/lib/firefox-1.0.7/plugins/ cp…