Minor Issues #1361
Replies: 5 comments 16 replies
-
Hello, I am also running a leantime Installation on IIS and am experiencing the same problem. PHP: 8.2.1 To add onto that, the following minor problems still persist for me:
The rest seems to work as far as I could test things out |
Beta Was this translation helpful? Give feedback.
-
Are you using these rewrite rules? |
Beta Was this translation helpful? Give feedback.
-
Can you show me the content of that file (E:\leantime\app\core\class.application.php )? It seems odd. The line defines a variable and this is the type definition. Did you make any modifications to the file? |
Beta Was this translation helpful? Give feedback.
-
Oh, what PHP version are you using? I just saw that this happens in PHP7.4
with functionality from PHP8.
We only support version 8 and up.
…On Thu, Feb 2, 2023 at 10:01 AM Eaclean ***@***.***> wrote:
The file has not been changed, to double check I redownloaded the the
application and copied over the the file but it's the same message.
Thanks
—
Reply to this email directly, view it on GitHub
<#1361 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFUOMQWG5ULFYULSLVLWVPD3HANCNFSM6AAAAAAULKGUPI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This is an error related to your PHP version.
It appears you are using php7? Leantime only supports php8.
…On Wed, Feb 8, 2023 at 5:22 AM iParisienne ***@***.***> wrote:
I didn't get any logs in \logs because of wrong write settings.
After modifying permissions, everything I've listed above creates the same
error:
PHP Fatal error: During class fetch: Uncaught ParseError: syntax error,
unexpected '|', expecting variable (T_VARIABLE) in
C:\inetpub\wwwroot\leantime\app\core\trait.eventhelpers.php:22
Stack trace:
#0 [internal function]: leantime\core\leantimeAutoloader()
#1 <#1>
C:\inetpub\wwwroot\leantime\app\core\class.application.php(8):
spl_autoload_call()
#2 <#2>
C:\inetpub\wwwroot\leantime\app\core\class.autoload.php(48):
require_once('C:\inetpub\wwwr...')
#3 <#3> [internal function]:
leantime\core\leantimeAutoloader()
#4 <#4>
C:\inetpub\wwwroot\leantime\public\index.php(24): spl_autoload_call()
#5 <#5> {main} in
C:\inetpub\wwwroot\leantime\app\core\class.application.php on line 8
—
Reply to this email directly, view it on GitHub
<#1361 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFQTH2A4AT7PHOHIH7TWWNXVRANCNFSM6AAAAAAULKGUPI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I am having a couple of minor issues using Leantime installed on IIS like clicking "Do not show the tour screen again" isn't working and the "Forgot Password" page isn't emailing.
Looking at the logs I have one recurring message that I'm wondering might be the cause below.
PHP Parse error: syntax error, unexpected 'appSettings' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in E:\leantime\app\core\class.application.php on line 12
Anyone got any ideas about this error message?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions