Thanks for the help. I located the version number in both strings.php and by executing configtest.php in the CLI.
I created a second thread yesterday, but it seems like it was never received. I did a string comparison of [email protected] between this message and the one in the Sent box on Gmail. Are you aware of any outages at Sourceforge? Between Google and Slashdot, I wouldn't expect there to be any downtime. Timothy D Legg On Thu, Jul 16, 2026 at 1:46 PM Paul Lesniewski <[email protected]> wrote: > > > On Thu, July 16, 2026 5:27 pm, timothylegg wrote: > > Hello, > > > > I have a completely separate issue, but before addressing that, I read > the > > documentation section 12.2 "Needed details" first and it was then that I > > realized I am not certain which version I am running and I couldn't find > > any direct way of locating the version. I'm running PHP 8.3.6. Is there > > a > > PHP script for determining the version? Oh yes, I did run > > ./src/configtest.php and I got "Disallowed" so that was useless. > > Open that file and the first two lines should be: > > <?php > echo "Disallowed"; die; > > Change the second line so it starts with two forward slashes: > > // echo "Disallowed"; die; > > Then access it from a web browser. > > Otherwise, you would need to look in src/strings.php, but configtest gives > a lot of other useful information. > > -- > Paul Lesniewski > SquirrelMail Team > Please support Open Source Software by donating to SquirrelMail! > http://squirrelmail.org/donate_paul_lesniewski.php > > > > > ----- > squirrelmail-users mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: [email protected] > List archives: http://news.gmane.org/gmane.mail.squirrelmail.user > List info (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: [email protected] List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
