Page 1 of 1

php session

Posted: 04 Sep 2020, 18:48
by Holzbein
Hello!

I've installed my F4-210 with 2 HDs in raid1 and it's running so far.

But when I tried to install Dokuwiki on the NAS, I get an error about session.

Code: Select all

Uncaught Error: Call to undefined function session_name()
When I make a phpfile

Code: Select all

<?php
if (!is_callable('session_start')) {
  echo "sssss";
}
phpinfo();
?>
it seems that "session" is not suported.

So, how can I enable it?

Thank you.

System from phpinfo:
Linux TNAS-013C68 4.4.18-g8bcbd8a-dirty #1250 SMP Wed Nov 27 14:30:56 CST 2019 aarch64

Re: php session

Posted: 07 Sep 2020, 02:11
by Holzbein
Is there nobody having an idea?

I think, I have to send back this NAS?

Re: php session

Posted: 07 Sep 2020, 14:07
by TMSupport
Hi, it's not an integrated app in our TOS application center, if you want to install a third party app, please check this link for more information https://www.terra-master.com/global/developer/

Re: php session

Posted: 07 Sep 2020, 18:01
by Holzbein
OK, thank you.I will see.