NEXT HOUR
  • Introduction
    • Introduction
    • Key Features
    • Next Hour Addons
  • Installation
    • Server Requirements
    • Shared Hosting Install
    • Installation Steps
    • Installation on Apache
  • Setting up NextHour
    • Getting Started
    • General Settings
    • SEO Settings
      • Google Analytics
      • Google Adsense Setting
      • Facebook pixel
    • PWA Setup
    • Affiliate
    • Mail Settings
    • Google Drive Link
    • Import Demo Content
    • Chat Setting
    • Player Setting
    • OTP Login
    • Social Login Setting
      • Facebook Login Setting
      • Google Login Setting
      • GitLab Login Setting
      • Amazon Login Setting
    • AWS Setting
    • ReCaptcha Setting
    • Wallet settings
    • App UI Shorting
    • App Setting
      • App Secret Key
      • API setting
      • App Slider Setting
    • Media Manager
    • Push Notifications
    • Setting up Multicurrency
    • Multi-Screen Setting
    • Cookie Setting
    • Ai Tool
    • Open AI API Keys
    • TMDB API Key
    • YouTube API Key
    • URL insert Features
    • Payment Gateway Setup
    • Payment Gateways
      • Stripe Payment Gateway
      • PayPal Payment Gateway
      • Razorpay Payment Gateway
      • PayU Payment Gateway
      • Braintree Payment Gateway
      • Coinpay Payment Gateway
      • Pay Stack Payment Gateway
      • Paytm Payment Gateway
      • INSTA MOJO Payment Gateway
      • MOLLIE Payment Gateway
      • CASHFREE Payment Gateway
      • OMISE Payment Gateway
      • FLUTTER RAVE Payment Gateway
      • PAYHERE Payment Gateway
      • WORLDPAY Payment Gateway
      • SQUAREPAY Payment Gateway
      • PhonePe Payment Gateway
    • Bunny storage
    • Wasabi Storage
    • Twilio Setting
    • Encrypt URL
  • Front Setting
    • Landing Page
    • Sign In / Sign Up Settings
    • Slider Setting
    • Custom Page
  • Geolocation
  • Translations
  • Database backup
  • faq
    • Installation FAQ's
    • General Faq's
    • Access Denied
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • Update Details
    • Changelogs
    • Update Process
  • Support
    • Support
    • Source and Credits
  • Conclusion
    • Conclusion
  • OUR Products
    • Our Products
Powered by GitBook
On this page
  • HTTP 500 Error?
  • Reset/Forgot Password Show Error?
  • Payment Gateways Show Error?
  • New User Registration Or Login 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
  • Placeholder / Demo Images
  • How to create PHP file info
  • Drop Box Link
  • proc_open Enable
  • Video By Default Mute
  • Movie and TV-series Not Import Using TMDB API

Was this helpful?

  1. faq

General Faq's

PreviousInstallation FAQ'sNextAccess Denied

Last updated 5 months ago

Was this helpful?

HTTP 500 Error?

This error show due to

  • Please make sure you select PHP version 8.2 , MySql 5.7, Maria DB 10.4

  • Please make sure your database all details are correct.

  • Please make sure your all mail settings are correct.

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

Reset/Forgot Password Show Error?

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 NextHour 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 Multipal 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.

New User Registration Or Login Show Error?

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

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"

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 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.

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 or mobile application.

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:

<?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

Drop Box Link

Copy the drop box video link, then replace www.dropbox.com with dl.dropboxusercontent.com.

Thus the URL: https://www.dropbox.com/s/example/file.mp4?dl=0 will become: https://dl.dropboxusercontent.com/s/example/file.mp4?dl=0 .

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.

Movie and TV-series Not Import Using TMDB API

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

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

Please Check the API key. You can use the v3 version or not. For v3 API: Please Check whether this extension curl_init is enabled or not. enable CORS (Cross-Origin Resource Sharing) in server CORS (Cross-Origin Resource Sharing) is a security feature implemented in web browsers to control how resources on a web server can be requested from another domain

https://mediacitydocs.gitbook.io/next-hour/SettingupNextHour/mail-settings
https://mediacitydocs.gitbook.io/next-hour/SettingupNextHour/mail-settings
https://mediacitydocs.gitbook.io/next-hour/faq/troubleshoot#debug-mode
Read Mor
e
Read More
https://api.themoviedb.org/3/
https://mediacitydocs.gitbook.io/next-hour/SettingupNextHour/mail-settings
https://mediacitydocs.gitbook.io/next-hour/faq/troubleshoot#debug-mode