Closed dgvirtual closed 1 year ago
Sorry, I can't reproduce it.
Is anyone else experiencing this problem?
@dgvirtual Question. By chance, does your baseURL
contain a folder, like: http://localhost/project/public/
?
@dgvirtual Question. By chance, does your
baseURL
contain a folder, like:http://localhost/project/public/
?
No, it was a regular codeigniter project run by php spark serve
command.
However, I did some tinkering today, and the counters started to work once I replaced
public string $indexPage = 'index.php';
with
public string $indexPage = '';
in app/Config/App.php
So, problem solved, but you might want to update the documentation accordingly.
This sound like a bug in https://github.com/michalsn/codeigniter-signed-url. I will have to look into it soon.
Thanks!
Did a fresh install of your project with the signed url's part today. I seem to have configured it right, seeded the db, generated encryption key, but the signed url's do not work. When pressing the + or - buttons on counters I 500 error with this exception: