And now I’m battling a 503 error due to mod_security.
mod_security: Access denied with code 503. Error normalising REQUEST_URI: Invalid character detected
This link from the Menalto Gallery forums was dead-on my exact problem (experience-wise) and then it derailed into something totally unrelated. This link from the LiteSpeed Support Forums I thought would be of help in regards to making sure PHP had enough memory and it had enough time to execute.
I’m still struggling trying to figure out what part of the “reflectionN.php” causes problems.
Here’s one straight from the boards of my host, DreamHost.
It’s actually the one that got me thinking. I re-examined the support documentation and the examples and finally found the problem.
Well, sort of…
If I use:
reflectionGET: '&height=20%'
…nothing appears at all on my Linux host —– Windows host is fine.
If I use:
reflectionGET: '&height=20'
…it starts working, but not in a way I can figure out. Plus it seems to greatly affect the height and position of the image.
I looked in the code and saw that the part that handles the “height” value is setup to strip a percent symbol (%) if it comes with one, but the other ‘reflectionGET’ values do not strip the percent symbol.
So for whatever reason that particular aspect is wonky.
- fade_start
- fade_end
- height
Those are the values that behave differently and erratically between my Windows and Linux hosts.