This error message appears when using the “Send Login Link” function.
In the Languages folder, there is no “LoginLink.en-US.php” file.
Is it missing, or do I have to create it myself??
Subject: Login Link
From: <?= $From ?>
To: <?= $To ?>
Cc:
Bcc:
Format: HTML
<p>Dear Sir/Madam,</p>
<p>Please click the following link to login to your account. The link will expire in <?= $LifeTime / 60 ?> minutes.<br>
<a href="<?= $LoginLink ?>">Login</a>
</p>
<p>
Best Regards,<br>
Support
</p>
For the time being, please save above as LoginLink.en-US.php and put it under C:\Users\<user>\AppData\Roaming\phpmaker2025\languages.
The file is missing from the current installer (v2025.2), we’ll fix in next minor version (v2025.3).
Thanks, worked fine!