Question
I recently got a theme for an e-commerce website how can I install this extensions for php?
Hello everyone, I’m a jr. software developer and I need to install this pre-requisites before being able to upload a e-ecommerce site into my server.
It’s my first time using DigitalOcean, can someone instruct me into doing so? I really appreciate it!
steps I’ve taken:
- followed every step in this tutorial to create and configure the basics of the server: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04#step-3-%E2%80%94-installing-php
This are the theme requirements:
Make sure you’ve sudo privilege on the server and access to command line tool and also have full access to the MySQL database.
PHP & Extensions
PHP version >= 7.2
OpenSSL
MySQLi
sqlite3
PDO_sqlite
PDO
SQLite
Mbstring
Tokenizer
XML
Ctype
JSON
cURL
Fileinfo
ZipArchive
exif
GD
pcntl
memchached
Apache
Be sure to enable the mod_rewrite module so the .htaccess file will be honored by the server.
If you’re using a shared hosting be sure the symlink() function is enabled on our server. Some shared server disable this function.
Configuration ( php.ini )
postmaxsize=512M or more
uploadmaxfilesize=512M or more
maxexecutiontime=300 or more
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×