• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Next Hour - Movie Tv Show & Video Subscription Portal Cms

Next Hour - Movie Tv Show & Video Subscription Portal Cms v5.8 Untouched

No permission to download
When installing when you get to the Welcome To Setup Wizard - Setting Up Database step after clicking the continue button gives the error 419 I know it is in the manual but the manual is explaining to fix the error in cpanel and mine is not cpanel
can someone help me?
 
it will be updated today
These OXOO and OVOO programmers are deceiving everyone they say that the system does several functions and actually not much doesn't work they are deceiving all users that's why I want the next hour to see if it reaches the level of OXOO and OVOO and there's more they launched an app for android but developed in flutter if you go to the evato page see how many people are already complaining that the app doesn't work
 
Edit Servicecheck.blade.php in /resources/views/install/ and change the version as said (I did this but it didn't work for me, so I removed the php check line and it worked good moves you can try
which line and from which file, in the file indicated which line number you deleted?
 
Good morning everyone, I'm having problems installing, I've fixed everything, I've reviewed all the settings and when connecting to the database, a message appears
SQLSTATE[HY000] [1045] Access denied for user 'XXXXXXXX'@'localhost' (using password: YES)

Can someone help me?
 
Good morning everyone, I'm having problems installing, I've fixed everything, I've reviewed all the settings and when connecting to the database, a message appears
SQLSTATE[HY000] [1045] Access denied for user 'XXXXXXXX'@'localhost' (using password: YES)

Can someone help me?
check whether the DB and DB user is connected and have all privileges
 
  • Like
Reactions: mohamedhk2
check whether the DB and DB user is connected and have all privileges
I've done everything, the database has all the privileges the name of the database and the memo that is in the script I no longer know what to do in the script manual says that if you are giving this error you would have to:
So it's in the manual
How to resolve the Access denied issue?
Solution:
Make sure some license file available in your hosting
public -> ddtl.txt -> (value: yourdomain.com)
public -> config.txt -> (value: 1)
Note: Don't change the file structure to remove the public from the URL otherwise you get Access Denied
 
2021-09-12_213849.jpg 2021-09-12_213920.jpg

My install messed up. What can cause this?

On frontend working only landing page. Any other links cause:"

Error 404 - Not found​

Your browser can't find the document corresponding to the URL you typed in
 
Last edited:
how to fix error. Pls help

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':braintree_payment:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':braintree_payment:debugCompileClasspath'.
> Could not resolve org.jfrog.cardinalcommerce.gradle:cardinalmobilesdk:2.2.1-2.
Required by:
project :braintree_payment > com.braintreepayments.api:three-d-secure:3.7.2
> Could not resolve org.jfrog.cardinalcommerce.gradle:cardinalmobilesdk:2.2.1-2.
> Could not get resource 'https://cardinalcommerce.bintray.com/android/org/jfrog/cardinalcommerce/gradle/c
ardinalmobilesdk/2.2.1-2/cardinalmobilesdk-2.2.1-2.pom'.
> Could not GET 'https://cardinalcommerce.bintray.com/android/org/jfrog/cardinalcommerce/gradle/cardina
lmobilesdk/2.2.1-2/cardinalmobilesdk-2.2.1-2.pom'. Received status code 403 from server: Forbidden
> Could not resolve org.jfrog.cardinalcommerce.gradle:cardinalmobilesdk:2.2.1-2.
> Could not get resource 'https://google.bintray.com/exoplayer/org/jfrog/cardinalcommerce/gradle/cardinalm
obilesdk/2.2.1-2/cardinalmobilesdk-2.2.1-2.pom'.
> Could not GET 'https://google.bintray.com/exoplayer/org/jfrog/cardinalcommerce/gradle/cardinalmobiles
dk/2.2.1-2/cardinalmobilesdk-2.2.1-2.pom'. Received status code 403 from server: Forbidden

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run
with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 5m 9s
 
I've done everything, the database has all the privileges the name of the database and the memo that is in the script I no longer know what to do in the script manual says that if you are giving this error you would have to:
So it's in the manual
How to resolve the Access denied issue?
Solution:
Make sure some license file available in your hosting
public -> ddtl.txt -> (value: yourdomain.com)
public -> config.txt -> (value: 1)
Note: Don't change the file structure to remove the public from the URL otherwise you get Access Denied
in my public folder there is no ddtl.txt config.txt
 
Please, after I login as admin... I open new tag to check the menu I created. It return error 500 each time I click the menu.

Any fix to this pls 🙏
 
This .htaccess work for IONOS shared hosting.

Add this .htacces in root (nexthour 4)

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteEngine On
RewriteBase /

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)/$ /$1 [L,R=301]

RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
RewriteRule ^(.*)$ public/$1

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ server.php


</IfModule>


Add this .htaccess in public (solve all my problems.

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteBase /
Options +FollowSymLinks
RewriteEngine On

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>
 
Last edited:
Add this .htacces in root (nexthour 4)

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteEngine On
RewriteBase /

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)/$ /$1 [L,R=301]

RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
RewriteRule ^(.*)$ public/$1

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ server.php


</IfModule>


Add this .htaccess in public (solve all my problems.

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>

RewriteBase /
Options +FollowSymLinks
RewriteEngine On

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>
Thanks my friend but for the 500 internal server error it didn't work
thanks more for the try
 
Help
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u202464261_nexthour.sessions' doesn't exist (SQL: select * from `sessions` where `id` = sX5I2epj7QLMyQ4x5GIBUiTu2Wz3JLoj6pzJCDQ2 limit 1)
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock