inboundnow / retired-leads

Track visitor activity, capture and manage incoming leads, and send collected emails to your email service provider for WordPress
http://www.inboundnow.com/leads/
11 stars 3 forks source link

PHP Fatal error: Call to undefined function cal_days_in_month() #138

Closed edo888 closed 8 years ago

edo888 commented 8 years ago

File is plugins/leads/classes/class.dashboard.php on line 366

atwellpub commented 8 years ago

cal_days_in_month is a native php method: http://php.net/manual/en/function.cal-days-in-month.php

Not sure what is going on for you. Old version of PHP maybe?

edo888 commented 8 years ago

It seems I do not have calendar library compiled with PHP.

atwellpub commented 8 years ago

Thank you for the information. This is rare, but it's something that your hosting administrator should be able to help you with. I'm going to close this ticket, you are welcome to update it with comments if you like.