Open gao-stu opened 2 years ago
Hi, we cant reproduce the problem. Tematres support php 7.x. ¿Do yu use the latest version of the code?
best regards
Thank you for your reply.
I use the latest version of the code,I downloaded the code from here https://github.com/tematres/TemaTres-Vocabulary-Server.git download ZIP,
I referred to this article when deploying the project
The main command used
sudo docker pull centos/httpd
sudo mkdir -p /docker/httpd/html
sudo mkdir -p /docker/httpd/logs
sudo docker run --name httpd -d --restart always -p 80:80 -p 443:443 -v /docker/httpd/html:/var/www/html -v /docker/httpd/logs:/etc/httpd/logs centos/httpd
sudo docker exec httpd yum install -y epel-release
sudo docker exec httpd rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
sudo docker exec httpd yum update -y
sudo docker exec httpd yum install -y gcc make openssl openssl-devel
sudo docker exec httpd yum install -y --enablerepo=remi --enablerepo=remi-php71 php php-devel php-mbstring php-mcrypt php-mysqlnd php-pdo php-gd
sudo docker exec httpd yum clean all
sudo docker exec httpd rm -rf /var/cache/yum
sudo docker restart httpd
The import function cannot be used after deployment.
best regards
Hi, I deployed the project.I want to use the menu -> System Management -> import function.But there was a problem. Could you help me. I used docker to install the Httpd + PHP environment, I tried twice.
first:
Installing PHP7.1.33 can start the project,but error message while importing skos-core file.
Then I use yum to install php-xml, prompted no software package.
php -m |grep xml only libxml
Tabulated text:
second
Php5.4.16 installed, cannot start project.
but