wasimshaikh / php-calendar

Automatically exported from code.google.com/p/php-calendar
1 stars 0 forks source link

Fatal error: Call to a member function - phpcevent.class.php on line 56 #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new calendar name: Birthday
2. Completed the all sentences in the form.
3. Creante an one event and here the error:

What is the expected output? What do you see instead?
Notice: Undefined variable: phpcdb in 
D:\webwww\sitetest\calendar\includes\phpcevent.class.php on line 56

Fatal error: Call to a member function get_calendar() on a non-object in 
D:\webwww\sitetest\calendar\includes\phpcevent.class.php on line 56

What version of the product are you using? On what operating system?
php-calendar-2.0-beta12.tar.gz
OS: Windows 2003 server

Please provide any additional information below.
Web: xampp 1.8

Original issue reported on code.google.com by mdiba...@gmail.com on 10 Jan 2013 at 4:34

GoogleCodeExporter commented 9 years ago
Good catch. It's fixed in r581. It's a one-line fix if you watch to patch your 
version before I do another release. Diff is at 
http://code.google.com/p/php-calendar/source/diff?spec=svn581&r=581&format=side&
path=/trunk/php-calendar/includes/phpcevent.class.php&old_path=/trunk/php-calend
ar/includes/phpcevent.class.php&old=562

Original comment by sproctor@gmail.com on 10 Jan 2013 at 4:52

GoogleCodeExporter commented 9 years ago
Perfect, is working now.

Thanks...

Original comment by mdiba...@gmail.com on 10 Jan 2013 at 4:58