It looks like you're new here. If you want to get involved, click one of these buttons!
Hi, I got this error after adding a brand:
Message: Uncaught Error: Call to undefined function cal_days_in_month() in /home/shops/public_html/nieuwsbrief/index.php:146 Stack trace: #0 {main} thrown
File: /home/shops/public_html/nieuwsbrief/index.php
Line: 146
How to solve?
Version 4.0.3.1
Hi,
Message: Uncaught Error: Call to undefined function cal_days_in_month()
Please install php-calendar
extension on your server or contact your hosting provider to help you do so. The SSH command to install:
sudo yum install php-calendar
Best regards,
Ben
Perfect solved the issue thanks!