osCommerce php5 Issues
Issues: after migrate from CentOS-3.5 server to FC5 for osCommerce-2.2, there are some issues mainly caused by imcompatibility w/ php5. cannot display categories cannot display admin page manager cannot edit…
Issues: after migrate from CentOS-3.5 server to FC5 for osCommerce-2.2, there are some issues mainly caused by imcompatibility w/ php5. cannot display categories cannot display admin page manager cannot edit…
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: Windows-based SSH client, PuTTY work fine using password authentication method, but with error message: Server refused key. Solution: 1. Use: >ssh-keygen -t dsa -b 1024 to generate key pair;…
Issue: Error message "Access denied, unable to connect" on the Windows PC printer status using samba printer. Solutions: Insert 2 lines in /etc/samba/smb.conf at Samba server [printer] section: guest ok…
Issue: Run: Yum install postgreSQL for SQL-Ledger, but appear: unable to find pid then the shell running yum as root quited unexpectedly Solution: Run: rpm --rebuilddb; yum clean all Tricks:…
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: install application for scanning images in Linux Solution: install sane-backends, xsane, Tricks: also install xsane-gimp if having xsane as a plugin of gimp (instead of ln -s /usr/bin/xsane ~/.gimp*/plug-ins…
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…