View Full Version : updating image status icon
tommy916
07-24-2003, 10:00 AM
I've noticed that when I click "edit status icon", it gave me "Cannot find server. The page cannot be display.The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings."
So i click "Refresh" on IE, it works fine and it did update the image. This only happen on IE, Netscape is fine.
it was working fine last month. So i deleted all chat script and put fresh files there. still got same problem. got any idea?
tommy916
07-24-2003, 10:16 AM
i found out that it was fastcgi i was using for php. it works on standard CGI module. I wanted to use fastcgi, its best for high traffic of php. I don't know how to fix in adminindex.php. also department too.
The manual image edit is fine.
TurnkeyAdmin
07-25-2003, 04:08 AM
Never heard of fastcgi...
tommy916
07-25-2003, 02:09 PM
I've searched info about header("location through google search.
Your script has a problem. You forgot to put a space in between location: and file.
This is bad
header("location:adminindex.php?action=settings&sub=images");
This is good
header("Location: adminindex.php?action=settings&sub=images");
Could you update all files with a space? This only happen for Windows IIS for reading your code incorrectly.
You can find more info about fastcgi for IIS at http://php.weblogs.com/fastcgi_with_php_and_iis and http://www.fastcgi.com , it's very faster than standard PHP (cgi module), plus you can add Turck MMCache together for another 2-7 times faster.
Powered by vBulletin® Version 4.1.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.