Quote:
Originally Posted by psico
I've found the problem!!!
We use FastCGI for the php execution and there is a problem with the variable $_SERVER['SCRIPT_NAME'] with fastcgi and it has to be replaced with $_SERVER['PHP_SELF']
now it?s working!
|
Great! I found the original problem was fixed by just telling the plugin to return and do nothing when viewing the upload page. That is why I was surprised you were still having the issue.
Glad all is well.