sproctor / php-calendar

PHP-Calendar
http://www.php-calendar.org/
Apache License 2.0
138 stars 67 forks source link

Undefined index: QUERY_STRING #164

Closed japemete closed 2 years ago

japemete commented 4 years ago

Hi All,

I have problem with this: Notice: Undefined index: QUERY_STRING in C:\xampp\htdocs\PSC_Dashboard_2\includes\calendar.php on line 583. Anybody can help me? All help i appreciated

sproctor commented 4 years ago

Are you trying to run this on the command line? $_SERVER['QUERY_STRING'] is the query string from the HTTP request. This is mandatory for php-calendar to run.

sproctor commented 2 years ago

closing because there was no response