Closed sj-patel closed 9 months ago
Hi, I guess you are not using MySQL or PostgreSQL as database? Might it be that you are using SQLite?
I updated the source in the main branch, so please try the update. I am not 100% sure whether this issue was caused by the snippet I updated, so please provide feedback.
Hi!
I confirm that I am no longer experiencing the uncaught exception. The plugin is loading fine, and all tabs are rendering correctly. Thank you for your quick attention to this issue; we are eager to try Kimai for our needs.
BTW, I am using mySQL; I forgot to mention that critical information in the original post.
Jay
I have updated line 117 in WeekReportController.php
from this line
$startWeek = $request->query->get('date', 'now');
to
$startWeek = $request->query->get('date', date('Y-m-d H:i:s'));
and everything working fine now
Hello,
New to Kimai and the Approval plugin. It is entirely likely that I have misconfigured something. However, I ran through the setup process multiple times and got a successful message during installation.
Here is what I am running into after the plugin has been successfully installed. I am getting the following exception and Error 500 on the application. Could you please let me know if this is a setup error on my part or something else:
Setup:
Host OS: MacOS Sonoma Docker setup using Kimai documentation Kimai version: 2.11.0 Plugins:
Error: