I have a completely fresh PHP install (put it on for this program) using the default php.ini-recommended settings. I installed SG locally, so there are no file permissions issues - everything is RW in Windows 2003. The admin interface doesn't take my changes. It says they are saved, but if I leave and come back the defaults are back.
I tried manually editing config.inc.php and *some* of the settings changed. I can alter for example the max execution time and the max pages crawled (and others) but the initial url, sitemap name and sitemap url remain unchanged in the interface no matter what I put into the file manually.
The defaults that SG plugs in are subtly wrong. For example:
My sitemap url is listed by the program as
[ External links are visible to forum administrators only ]/sitemap.xml
And when I attempt to crawl the page with the changes I have manually made, I get this error:
There was an error while retrieving the url specified: [ External links are visible to forum administrators only ]/
Error Message: Error opening socket to [ External links are visible to forum administrators only ]
Note the \/ at the end of the first line on the error message. Same thing as on the sitemap xml that SG defaults to.
I get the same errors running it directly on the server desktop as I do running it remotely from a browser window (its a dedicated server and I am running it as an administrator).
How do we get this fixed?