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

Waziper - WhatsApp Marketing Tool (Standalone Script)

  • Folder icon closed Folder open iconOverview
  • Folder icon closed Folder open iconRequirements
  • Folder icon closed Folder open iconInstallation
    • Aapanel (Nginx)
    • Aapanel (Apache2)
    • Cpanel
    • Plesk
  • Folder icon closed Folder open iconUpgrade version
  • Folder icon closed Folder open iconPayment getways
    • How to Configure PayPal?
    • How to Configure Stripe?
  • Folder icon closed Folder open iconHow to use Waziper?
    • How to use Chatbot?
    • How to edit the home page?
    • How to find waziper update folder?
    • How to change Timezone?
    • How to Send Bulk Messages?
    • How to use Auto Responder?
    • How to Change Logo?
    • How to fix Images and Videos are not show on WhatsApp?
    • How to use Package Manager?
    • How to edit the home page
    • How to Login Waziper with Google Account?
  • Folder icon closed Folder open iconProblems & Solutions
    • QR Code not showing
    • Cpanel: Install server via IP
    • Click on my app account it doesn’t work
    • {“status”:”error”,”message”:”Invalid license. Please contact the author for assistance”}
    • Can’t find Install.zip file
    • Plesk: “Cannot connect to database. Please try again”
    • Install 2 licenses on the same server
    • Can I use Server Script which is installed in another server?
    • Upgrade to the extended version
    • The message was sent in duplicate
  • Folder icon closed Folder open iconNeed help with installation
  • Folder icon closed Folder open iconFAQs
    • What’s difference between Regular and Extended License

Plesk

Estimated reading: 2 minutes

Follow the instruction video below to install the Script on your own Plesk. If you have any problems, please open the ticker to ask detail here

Please use PHP version 7.4

Table of Contents

    • CHECK THE SERVER INSTALLED SUCCESSFULLY
    • QR CODE ERROR
    • 500 Internal Server Error
  • Node.js extension – Plesk

CHECK THE SERVER INSTALLED SUCCESSFULLY

Check link

https://serverdomain.com/get_qrcode

SUCCESSFUL INSTALLATION MESSAGE

{“status”:”error”,”message”:”Authentication failed”}

QR CODE ERROR

Check link

https://serverdomain.com/get_qrcode

ERROR: CANNOT CONNECT TO DATABASE

“status”:”error”,”message”:”Cannot connect to database. Please try again”}

PLEASE CHANGE NODE.JS VERSION AND TRY AGAIN

500 Internal Server Error

Cause

Incorrect rewrite rules in .htaccess file causing constant redirecting.

Resolution

Log into Plesk;

Navigate to Domains > example.com > File Manager;

Rename the .htaccess:

Create a .htaccess file with the content below

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

Note: After the installation is complete, please restore the old .htaccess file

Replace 2 .htaccess files in the install and install/install directories as below

RewriteEngine on
RewriteBase /

RewriteCond $1 !^(index\.php|resources|robots\.txt|static) [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/?$1 [L,QSA]

Set memory_limit 512M or higher

Node.js extension – Plesk

Add Node.js applications to your websites with just a few clicks. Easily manage the application from Plesk

Access the link

https://www.plesk.com/extensions/node-js/

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