Everything seems to work, except for this:
When logging in and chosing, "Configure" and there selecting another language for the interface, the following error occurs:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request." and some more text specific for my ISP.
And this is somehow interesting because I don't have this directory "php-bin" and neither the script "php.cgi".
So I think this is the problem. But the question is then how to get around this?
Is this script php.cgi a part of someother package? PostNuke?
Help much appreciated...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-09-07
I solved this myself by finding the code that created the URL and changed the "php.cgi" to "index.php".
Seems to work, but I'm not sure this is a fully working change...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Everything seems to work, except for this:
When logging in and chosing, "Configure" and there selecting another language for the interface, the following error occurs:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request." and some more text specific for my ISP.
The link for the country-flag is of this format:
http://www.mysite.org/php-bin/php.cgi?language=en&PHPSESSID=01931237a9402c101869a16125dc6a55
And this is somehow interesting because I don't have this directory "php-bin" and neither the script "php.cgi".
So I think this is the problem. But the question is then how to get around this?
Is this script php.cgi a part of someother package? PostNuke?
Help much appreciated...
I solved this myself by finding the code that created the URL and changed the "php.cgi" to "index.php".
Seems to work, but I'm not sure this is a fully working change...