Tweets from pichat
| Follow my new user account @markseu About 2 months, 3 weeks ago from Pichat (Pichat Software) |
Tweets from 600infos
| I HAVE NYANED FOR 888.4 SECONDS! http://t.co/JQYOZebv via @nyannyancat About 3 months, 3 weeks ago from 600infos (Wolf) |
Trace: » Was man (ich) bei einem neuen Windows 7 zuerst macht » formatiere Schrift » gksu » herunterfahren.cmd » Hex2Dec » osCommerce
You are here: Pichat Wiki (en) » Snippets » osCommerce
Table of Contents
osCommerce
Errors
If you get the error after installation:
mysql_num_rows() expects parameter 1 to be resource line 39
→ delete the default localhost user entry
Post-Installation Notes
It is recommended to follow the following post-installation steps to secure your osCommerce Online Merchant online store:
- Delete the /media/sf_share/www/htdocs/shop1/install directory.
- Rename the Administration Tool directory located at /media/sf_share/www/htdocs/shop1/admin.
- Set the permissions on /media/sf_share/www/htdocs/shop1/includes/configure.php to 644 (or 444 if this file is still writable).
- Set the permissions on /media/sf_share/www/htdocs/shop1/admin/includes/configure.php to 644 (or 444 if this file is still writable).
- Review the directory permissions on the Administration Tool → Tools → Security Directory Permissions page.
- The Administration Tool should be further protected using htaccess/htpasswd and can be set-up within the Configuration → Administrators page.