contributte / invoice

:memo: PDF invoice generator
https://contributte.org/packages/contributte/invoice.html
MIT License
96 stars 25 forks source link

Apache | Request exceeded the limit of 10 #15

Open mustafaculban opened 4 years ago

mustafaculban commented 4 years ago

Hi all, @mabar and @MartkCz , I am getting following error on apache server.

Once I implement the code and while the implementation process, I was able to run the invoice generator on my local environment.

Can anyone assist me on this issue who faced that before or have any idea?

[core:error] [pid 26134] [client 212.2.212.122:51600] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.,

MartkCz commented 4 years ago

IMHO the problem is with the rewrite mode. This package does not use redirection header

mustafaculban commented 4 years ago

I have removed all the rewrite rules and still, I am getting this error.

Any help would be appreciated.