Jump to content
Larry Ullman's Book Forums

jayLim

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by jayLim

  1. Hello! When I test my page in chapter 3 "Creating the Home Page" section, I get these messages : Notice: Constant BASE_URI already defined in /Users/username/Site/.../includes/config.inc.php on line 6 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /Users/username/Site/.../includes/config.inc.php:6) in /Users/username/Site/.../includes/config.inc.php on line 9 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /Users/username/Site/.../includes/config.inc.php:6) in /Users/username/Site/.../includes/config.inc.php on line 9 Note that the first warning message starts with "Cannot send session cookie..." and the other one "Cannot send session cache limiter..." ?? Thanks.
  2. Thanks, problem fixed. I also got this message in the users table: ERROR 1293 (HY000): Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause To solve that I used TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP in the date_created field and TIMESTAMP in date_modified Any comments?
  3. Hello forum In chapter 3, I'm having a hard time creating the 'orders' table, I get this message: ERROR 1005 (HY000): Can't create table 'ecommerce1.orders' (errno: 150) I believe I'm typing everthing correctly, anyone else having the some issue?
  4. Hello Forum, Great book so far! Script 11.5 - show_image.php Image does not pop up in firefox, I tried in safari and it works fine, I guess firefox cannot find "function create_window"? or something, any idea? Thanks. Jay.
×
×
  • Create New...