Niels Drost
Niels Drost
Great issue! Great example of how an issue should be submitted. Thank you. I've changed the title just a little bit. The solution is in this line: `'invoices' => $this->mdl_invoices->by_client($client_id)->limit(20)->get()->result()`...
@christoferd did you manage to make that quick fix and did that work out for you?
Glad that it worked out for you. Contemplating adding pagination, if it's easy (with 20 items per page). If it's not easy, need to figure out something else.
Can you reproduce this locally on your own dev machine? Is your server using Apache? How is the .htaccess file looking? You should try and remove that force to redirect...
It's a difficult rabbit hole to get in to. I don't think you'll find anything about your question on the forums. You can better attempt to answer your question in...
Copy / paste your .htaccess file In this issue This is [what Google says](https://www.google.com/search?q=The+page+at+%27https%3A%2F%2Fmy-site.com%2Findex.php%2Fguest%2Fview%2Finvoice%2FxHboy5BKTCwqYO9uMQ6IljcPinWFrV8z%27+was+loaded+over+HTTPS%2C+but+requested+an+insecure+stylesheet+%27http%3A%2F%2Fmy-site.com%2Fassets%2Fcore%2Fcss%2Fcustom.css%27.+This+request+has+been+blocked%3B+the+content+must+be+served+over+HTTPS&oq=The+page+at+%27https%3A%2F%2Fmy-site.com%2Findex.php%2Fguest%2Fview%2Finvoice%2FxHboy5BKTCwqYO9uMQ6IljcPinWFrV8z%27+was+loaded+over+HTTPS%2C+but+requested+an+insecure+stylesheet+%27http%3A%2F%2Fmy-site.com%2Fassets%2Fcore%2Fcss%2Fcustom.css%27.+This+request+has+been+blocked%3B+the+content+must+be+served+over+HTTPS) about your issue.
> Where is base_url set? Most likely in ipconfig.php
My thoughts: 1) I'm sorry, but the stacktrace in the opening post is completely unreadable 2) InvoicePlane is not dead. It relies on CodeIgniter v3 and they're working on getting...
For Laravel: - Write down the screens that we have - write down the tables that we have and how they relate - write down what we want to do...
See PR #816 , I'm closing this issue