It seems when I did the installation somehow I indicated a wrong path.
I was able to get to the admin page by manually typing the URL, but would like to fix it.
From the admin page I go into
Configuration
Paths
and the path there is correct
Any suggestions?
The Error shows
<url>serendipity_admin.php
It's missing the "/" between URL and program name.
It may be wise, but the admin page does say explicitly "Do not forget trailing slashes for directories!" and it even gives examples...At least if you're using the English localization...
kidgoo wrote:It may be wise, but the admin page does say explicitly "Do not forget trailing slashes for directories!" and it even gives examples...At least if you're using the English localization...
Didn't see it.
Why would it be so bad to check it on the code?
I didn't write the code for it, but in general, allowing users to get sloppy with the configuration is a Bad Idea. Checking code and emiting warnings is one thing, but altering configuration data is a whole other...I think it may be more important that the notice to include the trailing slash was in an inconspicuous place than that it isn't corrected automatically when saved.