emart - Laravel Multi-Vendor Ecommerce Advanced CM
  • Documentation
  • Introduction
  • Key Features
  • Installation
    • Server Requirements
    • Shared Hosting Install
    • Installation Step By Step
    • Installation on VPS hosting
  • Developer Guide
    • Developer Guide
  • Setting up emart
    • Mail settings
    • Setting up CRON JOBS
    • PWA Setup
    • Multivendor Setup
    • Setting up Multicurrency
    • Database backup
    • Import Demo Content
    • Push notifications
    • Seller Payouts
    • Front settings
      • Payment gateways
      • SMS Settings
    • Site Settings
    • Setting up Google review
    • Wallet settings
    • Add-on Manager
  • faq's
    • Installation FAQ's
    • General Settings
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
    • Access Denied
  • UPDATE PROCESS
    • Changelogs
    • UpdateGuide
    • Quick Update
      • 2.8.x
      • 2.9.x
      • 3.0x
  • Support
    • Support
    • Source and Credits
    • Emart Tutorials - Youtube
    • Installation of eMart
  • Conclusion
    • Conclusion
  • portfolio
  • Codecanyon
  • Themeforest
  • Graphic River
  • Homepage
  • Emart Api
  • 🍿Getting Started
  • Login
  • Register
  • Refresh Token
  • Logout
  • Social Login API
  • Homepage (12/01/2022)
  • Product Detail page (18/01)
  • Product all Comments
  • Product All Reviews
  • Get All Brands
  • Brand Products
  • Main Category with products(26/11)
  • Subcategory with products (26/11)
  • Child category with their products (26/11)
  • Get all categories
  • Get All Subcategory
  • Get All Childcategories
  • 🦹‍♂️View User Profile
  • Current User Wallet
  • User Favorite Wishlist (26/11)
  • Add item in wishlist (09/02)
  • Remove items from wishlist (09/02)
  • Wishlist collection (09/02)
  • View Particular Wishlist collection (09/02)
  • Create wishlist collection (09/02)
  • Current User Address list (02/02)
  • Create new user address (02/02)
  • List Billing address (02/02)
  • Create billing address (02/02)
  • Current User bank list (10/01/2022)
  • Current User notifications
  • 🌟My Reviews
  • Get User Cart (13/01)
  • Add Item in User Cart (13/01)
  • Remove Item from user cart (13/01)
  • Clear user cart
  • Increase item quantity in user cart (19/01) (Updated)
  • Get Guest User Cart (15/01)
  • Guest cart Store (15/01)
  • Apply Coupans
  • Remove coupan
  • General FAQ API
  • Custom Page
  • Pincode API (03/02)
  • General Configurations
  • Payment Methods List
  • List of countries
  • List of states
  • List of Cities
  • Search City (03/02)
  • Fetch City List By Pincode For Guest (03/02)
  • Fetch city list with address for logged in user (03/02)
  • List Languages
  • Fetch Current Time
  • Policy Pages
  • Order Review (27/02)
  • Localpickup apply (27/02)
  • Remove Localpickup (27/02)
  • Confirm Order
  • MY Orders
  • View Order
  • Get Razorpay Payment ORDER ID
  • Generate Paytm Checksum
  • View All Flashdeals (12/01)
  • View Specific Flashdeals (12/01)
  • Wishlist
  • Changelogs
Powered by GitBook
On this page
  • HTTP 500 Error?
  • New User Registration Or Login Show Error?
  • Reset/Forgot Password Show Error?
  • Payment Gateways Show Error?
  • How to PHP increase upload file size limit? and File Uploading Issue
  • The Web Site Just Showing a Blank White Page
  • Contact Page, Map Shows "development purpose only"
  • Mix Content Error
  • Currency Code
  • Placeholder / Demo Images
  • How to create PHP file info
  • proc_open Enable
  • Video By Default Mute

Was this helpful?

  1. faq's

General Settings

PreviousInstallation FAQ'sNextDisclaimer

Last updated 8 months ago

Was this helpful?

HTTP 500 Error?

This error show due to

  • Please make sure you select PHP version 8.2.4, MySQL 5.7, Maria DB 10.4

  • Please make sure your database all details are correct.

  • Please make sure your al files extract properly specially vendor folder.

  • Please make sure your all mail settings are correct.

  • max_exeuction_time : 300 memory_limit : -1 or 2G post_max_size : 2G upload_max_size : 2G

if still get issue then make debug true and check error. Debug Mode Enable Process

New User Registration Or Login Show Error?

Reset password, Login and Register error show due to you forget to add mail details in the mail settings.

if still get issue then make debug true and check error. Debug Mode Enable Process

Reset/Forgot Password Show Error?

Reset password, Login and Register error show due to you forget to add mail details in the mail settings.

Payment Gateways Show Error?

You get Payment Getaways error due to Check Currency Check Mail Settings and Currency Code.

All price and coupons create from eClass Admin Panel. Payment Gateways not support $0 price it's need at least $1. Don' Forget To ENABLE Payment Gateways After Enter Api. If Showing Error Check Currency Code In Multiple Currency.

Note : All your test complete then make Payment Gateway to live mode, Payment Gateway Sandbox Mode user and price not support to live mode.

How to PHP increase upload file size limit? and File Uploading Issue

Its Required for Large File upload Increase it as per your files size. Find file php.ini then find

upload_max_filesize=8G
post_max_size=8G

The Web Site Just Showing a Blank White Page

Blank white screen due to you give space in app name and mail from the name. Go to .env file and remove space and special characters in the app name and mail from the name.

Contact Page, Map Shows "development purpose only"

Mix Content Error

Use SSL setting Full mode and make sure SSL is installed properly in your VPS or Server.

SSL (Secure Sockets Layer) is a technology that is used to establish a secure connection between a web server and a web browser. It is designed to ensure that data transmitted between the server and the browser is secure and cannot be intercepted by third parties.

Currency Code

Placeholder / Demo Images

Demo data refers to sample or placeholder data that is used for demonstration or testing purposes. It is used to show how project works, or to test the functionality of a project.

Any media – Images, icons or logos used in previews are not included in this item and you need to contact authors to get permission in case you want to use them in your commercial or non-commercial projects. Read help file for more details after you purchase the template. in demo content we also use placeholder images.

How to create PHP file info

phpinfo(); is a built-in PHP function that outputs information about the PHP environment, configuration settings, and modules. This information can be useful for troubleshooting and understanding the PHP environment of a server or website. It can be used to check the version of PHP installed, as well as the values of various PHP settings, such as memory limits and file upload limits. It's important to note that, it is not recommended to use this function on a live website, as it will reveal sensitive information about the server, such as the version of PHP and installed extensions. It's recommended to use it only in the development environment for troubleshooting purposes.

Login to your Cpanel/Plesk/FTP - > go to /public folder -> create new file phpinfo.php ->

Enter the following code in the text field:

Copy

<?php 
phpinfo();
?>

save file

then go visit your phpinfo.php file. You can do this by entering yourwebsite.com/public/phpinfo.php in the browser

proc_open Enable

"proc_open" is a PHP function that allows you to execute a command in a new process and open pipes to/from the process.

To enable "proc_open", make sure the "disable_functions" directive in your PHP configuration file (php.ini) does not include "proc_open". If it is included, remove it or comment it out (by adding a semicolon in front of it) to allow "proc_open" to be used.

You should contact your hosting provider or web administrator to troubleshoot the problem and find a solution.

Video By Default Mute

Auto playing audio is often discouraged because it can be a jarring and intrusive experience for users. By default, most modern browsers block auto-playing audio for this reason.

we can not change Google Map that says "for development only". Google Maps is no longer free. You have to associate a credit card so that you can get billed if your site has requests that exceed the $200 credit they give you monthly for free. That is why you get the watermarked maps. For more information, see:

Please use ISO currency code Like:

https://cloud.google.com/maps-platform/pricing/
Read More
https://www.iban.com/currency-codes
✅
✅
✅
✅