Jump to content
Larry Ullman's Book Forums

Search the Community

Showing results for tags 'system date/time -zone proble'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Single Editions
    • Modern Javascript: Develop and Design
    • The Yii Book
    • Effortless Flex 4 Development
    • Building a Web Site with Ajax: Visual QuickProject
    • Ruby: Visual QuickStart Guide
    • C++ Programming: Visual QuickStart Guide
    • C Programming: Visual QuickStart Guide
    • Adobe AIR: Visual QuickPro Guide
  • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (5th Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (4th Edition)
    • PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (3rd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition)
    • PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (1st Edition)
  • PHP for the Web: Visual QuickStart Guide
    • PHP for the Web: Visual QuickStart Guide (5th Edition)
    • PHP for the Web: Visual QuickStart Guide (4th Edition)
    • PHP for the Web: Visual QuickStart Guide (3rd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (2nd Edition)
    • PHP for the World Wide Web: Visual QuickStart Guide (1st Edition)
  • Effortless E-commerce with PHP and MySQL
    • Effortless E-Commerce with PHP and MySQL (2nd Edition)
    • Effortless E-Commerce with PHP and MySQL
  • PHP Advanced: Visual QuickPro Guide
    • PHP Advanced and Object-Oriented Programming: Visual QuickPro Guide (3rd Edition)
    • PHP 5 Advanced: Visual QuickPro Guide (2nd Edition)
    • PHP Advanced: Visual QuickPro Guide
  • MySQL: Visual QuickStart Guide
    • MySQL: Visual QuickStart Guide (2nd Edition)
    • MySQL: Visual QuickStart Guide (1st Edition)
  • Other
    • Announcements
    • Newsletter, Blog, and Other Topics
    • Forum Issues
    • Social

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 1 result

  1. I am gettting following two errors during checkout process - after compliting "Shipping" step : This errors occured in "Billing" step - 1) An error occurred in script 'D:\xampp\htdocs\includes\form_functions.inc.php' on line 64: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for '5.5/no DST' instead Array ( [0] => Array ( [function] => my_error_handler [args] => Array ( [0] => 2048 [1] => date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for '5.5/no DST' instead [2] => D:\xampp\htdocs\includes\form_functions.inc.php [3] => 64 [4] => Array ( [name] => cc_exp_year [type] => select [errors] => Array ( ) [values] => POST [extras] => [value] => [data] => Array ( ) ) ) ) [1] => Array ( [file] => D:\xampp\htdocs\includes\form_functions.inc.php [line] => 64 [function] => date [args] => Array ( [0] => Y ) ) [2] => Array ( [file] => D:\xampp\htdocs\views\billing.html [line] => 28 [function] => create_form_input [args] => Array ( [0] => cc_exp_year [1] => select [2] => Array ( ) ) ) [3] => Array ( [file] => D:\xampp\htdocs\billing.php [line] => 211 [args] => Array ( [0] => D:\xampp\htdocs\views\billing.html ) [function] => include ) ) 2) By clicking this button, your order will be completed and your credit card will be charged. but it doesn't show any button. I have tried to solve the problem without success. You help will be apreciated.
×
×
  • Create New...