• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Can't write external URL in FORUMS!!!

D

Dejin

Guest
Hello all,
I have Windows 2003 server with Plesk 7.6.1
I installed, IPB, VBulletin, SMF forums.. All of them when I or other members wants to change avatar and when they choose external URL... PHP says;
CGI error!
Then Service Unavialable.
I have to restart the server to make PHP run again.
Does anyone knows how to solve it?

Thank you for your time!
 
I believe it is plesk settings cousing this problem. I am running PHP as ISAPI having this problem, if I won't run it as ISAPI and I will choose CGI support, then I am having CGI ERROR. But at least it is just saying this. It is not crushing whole PHP in server that I need to restart to make PHP run again!
 
Hi Dejin, I came accross a similar problem which may be related. In order for php to load an external URL it usually uses the function fopen.

Plesk 7.6.1 comes with PHP 4.4.2 and there is a known issue with fopen and external URLs. It will give a CGI Error.

See version 4.4.3 http://www.php.net/ChangeLog-4.php

* Fixed bug #36017 (fopen() crashes PHP when opening a URL).

If the forums are using fopen() for external urls (a differnt domain) then this is more than likely your problem.

Ive not used any of the forums so I cant say for sure.
 
Back
Top