OSCommerce

From HypertWiki
Revision as of 13:20, 13 July 2005 by Woozle (talk | contribs)
Jump to navigation Jump to search

Techniques: OSCommerce

Editing is currently in progress on this article. Although editing is incomplete, the author or editor has saved their work to prevent loss. Please check back later by reloading the page, and do not edit while this message is still showing. Thank you.

Usage Notes

  • Lesson 1: When the install script gives you two seemingly-identical files to chmod, note that even though they have the same name and are in the same directory, they are not the same file -- the path for one has "/admin" in it.
  • Lesson 2: Do not delete all the Manufacturers before adding your own. You will get the following error:

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1

select manufacturers_id, manufacturers_name, manufacturers_image, date_added, last_modified from manufacturers order by manufacturers_name limit -20, 20

[TEP STOP]