General Settings

Section intro goes here. You can list all your FAQs using the format below.

HTTP 500 Error?

This error show due to

  • Please make sure you select PHP version 8.1.

  • Please make sure your database all details is correct.

  • Please make sure your all mail settings correct.

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 add mail details in .env file. Mail Settings For Email Sending.

Enter Mail Details from Admin, Site Settings -> Mail Setting

Open and edit .env file.

MAIL_DRIVER=smtp (some times support sendmail)
MAIL_HOST=smtp.mailtrap.io (For Gmail = smtp.gmail.com)
MAIL_PORT=2525  (For Gmail = 465)
MAIL_USERNAME=youremailid
MAIL_PASSWORD=yourpassword
MAIL_ENCRYPTION=null  (For Gmail = ssl)

For Mail Detail Section: Enter the name with no spaces. There are three Mail Drivers: SMTP, Mail, sendmail, if SMTP is not working then check sendmail.

Gmail SMTP setup settings:

  • SMTP username: Your Gmail address.

  • SMTP password: Your Gmail password. If Using Gmail then Use App Password. Process of App Password

  • SMTP server address: smtp.gmail.com.

  • Gmail SMTP port (TLS): 587.

  • SMTP port (SSL): 465.

  • SMTP TLS/SSL required: yes.

PayPal And Other Payment Gateway Show Error?

You get PayPal error due to Check PayPal Currency Check Mail Settings

New User Registration Show Error?

New User Registration error show due to you forget add mail details in .env file. Mail Settings For Email Sending.

MAIL_DRIVER=smtp (some times support sendmail)
MAIL_HOST=smtp.mailtrap.io (For Gmail = smtp.gmail.com)
MAIL_PORT=2525  (For Gmail = 465)
MAIL_USERNAME=youremailid
MAIL_PASSWORD=yourpassword
MAIL_ENCRYPTION=null  (For Gmail = ssl)

For Mail Detail Section: Enter the name with no spaces. There are three Mail Drivers: SMTP, Mail, sendmail, if SMTP is not working then check sendmail.

Gmail SMTP setup settings:

  • SMTP username: Your Gmail address.

  • SMTP password: Your Gmail password. If Using Gmail then Use App Password. Process of App Password

  • SMTP server address: smtp.gmail.com.

  • Gmail SMTP port (TLS): 587.

  • SMTP port (SSL): 465.

  • SMTP TLS/SSL required: yes.

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

Call Back URL.

Google


http://yourdomain/public/auth/google/callback

Facebook

https://yourdomain/public/auth/facebook/callback

Amazon

https://yourdomain/public/auth/amazon/callback

Gitlab

http://yourdomain/public/auth/gitlab/callback

Twitter

http://yourdomain/public/auth/twitter/callback

Linkedin

http://yourdomain/public/auth/linkedin/callback

Paystack


https://yourdomain/public/callback

The Web Site Just Showing A Blank White Page

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

Contact Page , Map Shows "Development Purpose Only"

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: https://cloud.google.com/maps-platform/pricing/

Mix Error Content

Use SSL setting Full mode and make sure SSL is installed properly in your VPS. Read More

Email Template Location

Go to resources -> view -> email

Last updated

Was this helpful?