php session

Using Web Server, PHP, MySQL, MariaDB.
Post Reply
User avatar
Holzbein
Posts: 4
Joined: 04 Sep 2020, 18:39

php session

Post 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
User avatar
Holzbein
Posts: 4
Joined: 04 Sep 2020, 18:39

Re: php session

Post by Holzbein »

Is there nobody having an idea?

I think, I have to send back this NAS?
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: php session

Post 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/
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
Holzbein
Posts: 4
Joined: 04 Sep 2020, 18:39

Re: php session

Post by Holzbein »

OK, thank you.I will see.
Post Reply