Stackposts Documentation Stackposts Documentation
  • Stackposts Documentation 2022
    • Stackposts | Social Marketing Tool
    • Waziper – WhatsApp Marketing Tool
  • FAQs
  • Download
  • Blog
  • Help Center
Get Support
Stackposts Documentation Stackposts Documentation
Get Support
Stackposts Documentation
  • Stackposts Documentation 2022
    • Stackposts | Social Marketing Tool
    • Waziper – WhatsApp Marketing Tool
  • FAQs
  • Download
  • Blog
  • Help Center

Docy

Stackposts | Social Marketing Tool (Main Script)

  • Folder icon closed Folder open iconStart Here!
    • License
  • Folder icon closed Folder open iconInstallation
    • Requirements
    • Install Detailed Steps
    • Configure Cron Jobs
    • Installing modules
  • Folder icon closed Folder open iconConfigure Facebook API App
  • Folder icon closed Folder open iconConfigure Twitter API App
  • Folder icon closed Folder open iconLogin Stackposts with Google
  • Folder icon closed Folder open iconPayment Gateways
    • Configure PayPal
    • Configure Stripe
  • Folder icon closed Folder open iconHow to
    • Install FFMPEG
    • How to Edit The Home Page
    • How to Use Blog for Stackpost
    • Edit Privacy Policy & Terms of Services Page
    • Compile FFmpeg with RTMPS for Facebook Live Stream
    • How to Change the TIMEZONE
    • How to Enable HTTPS for Stackposts?
    • How to Change your Logo on Stackpost?
    • How to Get Latest Updates on Stackpost?
    • How to use Package Manager on Stackposts?
    • How to Get the Latest Version Stackposts?
    • How to Configure Google Drive Integration?
    • How to use Spintax on Stackposts?
  • Folder icon closed Folder open iconMulti Language
  • Folder icon closed Folder open iconProblems & Solutions
    • Checkpoint Required on Instagram
  • Folder icon closed Folder open iconFrequently Asked Questions
    • Before Purchase
    • After Purchase
  • Folder icon closed Folder open iconConfigure API App
  • Folder icon closed Folder open iconSocial Login

Requirements

Estimated reading: 2 minutes

Before installing the Stackposts script on your server, make sure your server is fully configured for the script by following the below requirements:

What are Server Requirements for Stackposts Installation?

PHP versionPHP version 7.1 ~ 7.3
allow_url_fopenallow_url_fopen=On (php.ini file)
PHP cURLRequired. (Curl Library, Curl_init Function, and Curl_exec)
PHP OpenSSLRequired. (For secure data encryption.)
PHP PDORequired. (To create a secure connection to MySQL server)
GDRequired. (For image processing).
PHP EXIFRequired. (For validating JPEG files)
PHP mbstringRequired.
CronjobsRequired (The cronjobs must be configured for publishing scheduled posts.)
FFMPEGRequired for video posts. (For Video post types.)
ZipPHP zip extension is required (for updating, installing, etc)
Option (Recommended)To make sure that the script working fine. You need to increase the following values in your server: 
memory_limit = 256M 
upload_max_size = 64M 
post_max_size = 64M 
upload_max_filesize = 64M
max_execution_time = 60
max_input_time = 500
max_connections = 200
max_user_connections = 200
wait_timeout = 180
max_allowed_packet = 512M

NGINX SERVER

If you want use Stackposts on the Nginx server. You need config Nginx like this:

location / {
    try_files $uri $uri/ /index.php;
}
location /install {
    try_files $uri $uri/ /install/index.php;
}

How to get Support from the Developer Team?

Please open the ticket here to get support detail from our developer team.

Still stuck? How can we help?

How can we help?

A premium WordPress theme with integrated Knowledge Base, providing 24/7 community based support

Was this page helpful? Yes No

Powered By Stackposts

Leaf Illustration

© 2022 All Rights Reserved by Stackposts