the blank page wont tell you if there is a problem or not, me as programmer I thought it’s not working as well even there is nothing in the console log.
Question; would it be a possibility to implement an option to sort by date and see totals by selected dates range, instead of invoice number? It would also be great to generate a report with totals by selected date range to make use of by quarterly business reports. With the current reports I am missing these options.
Thank you for your release. I saw your fixed a bug with the quotes sending emails. But still the issue is present when i’m trying to send the quote invoice.
A PHP Error was encountered
Severity: Warning
Message: unlink(/uploads/temp/mpdf): Is a directory
Filename: helpers/mpdf_helper.php
Line Number: 133
Backtrace:
File: /application/helpers/mpdf_helper.php
Line: 133
Function: unlink
File: /application/helpers/pdf_helper.php
Line: 257
Function: pdf_create
File: /application/helpers/mailer_helper.php
Line: 110
Function: generate_quote_pdf
File: /application/modules/mailer/controllers/Mailer.php
Line: 208
Function: email_quote
File: /index.php
Line: 327
Function: require_once
A PHP Error was encountered
Severity: Notice
Message: Undefined property: stdClass::$invoice_date_due
Filename: helpers/template_helper.php
Line Number: 30
Backtrace:
File: /application/helpers/template_helper.php
Line: 30
Function: _error_handler
File: /application/helpers/mailer_helper.php
Line: 114
Function: parse_template
File: /application/modules/mailer/controllers/Mailer.php
Line: 208
Function: email_quote
File: /index.php
Line: 327
Function: require_once
An uncaught Exception was encountered
Type: Error
Message: Call to a member function format() on boolean
Filename: /application/helpers/date_helper.php
Line Number: 86
Backtrace:
File: /application/helpers/template_helper.php
Line: 30
Function: date_from_mysql
File: /application/helpers/mailer_helper.php
Line: 114
Function: parse_template
File: /application/modules/mailer/controllers/Mailer.php
Line: 208
Function: email_quote
File: /index.php
Line: 327
Function: require_once
Is their a quick fix to do?
PS: it’s only with the quote invoice, normal invoice can be send by email as normal.
I have upgraded to the 1.5.5 version and when I’m adding a customer, I have this error :
A Database Error Occurred
Error Number: 1054
Unknown column 'user_all_clients' in 'where clause'
SELECT SQL_CALC_FOUND_ROWS ip_users.* FROM `ip_users` WHERE `user_all_clients` = 1 ORDER BY `ip_users`.`user_name`
Filename: core/MY_Model.php
Line Number: 88
I had also this error just… A Database Error Occurred
Error Number: 1054
Unknown column 'user_all_clients' in 'where clause'
SELECT SQL_CALC_FOUND_ROWS ip_users.* FROM `ip_users` WHERE `user_all_clients` = 1 ORDER BY `ip_users`.`user_name`
Filename: core/MY_Model.php
Line Number: 88
Hello, All works great except when i click on the link to a Project from the Dashboard i get this error message, its not urgent, as there is other ways to get to it the Project page, but right now it seems broken.
An uncaught Exception was encountered
Type: ArgumentCountError
Message: Too few arguments to function Clients::view(), 0 passed in /var/www/clients/client1/web99/web/vendor/codeigniter/framework/system/core/CodeIgniter.php on line 532 and exactly 1 expected