-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to import file #76
Comments
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 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.
sudo docker exec httpd rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
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
but php -m |grep xml libxml xml xmlreader xmlrpc xmlwriter
The text was updated successfully, but these errors were encountered: