• 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"

DOKANS - Multitenancy Based Ecommerce Platform (SAAS)

DOKANS - Multitenancy Based Ecommerce Platform (SAAS) 3.9.2

No permission to download
i am getting this error how can i solve it
ErrorException
Trying to get property 'value' of non-object
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
app/Http/Controllers/FrontendController.php:44
 
After install it's working but in next day the site showing white Screen

Any one know how to fix that
 
Sorry multi post...

For auto sub domain replace the .htaccess:

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

RewriteEngine On

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# 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]

# Disable Directory listing
Options -Indexes

# block files which needs to be hidden, specify .example extension of the file
<Files ~ "\.(env|config.js|md|gitignore|gitattributes|lock)$">
Order allow,deny
Deny from all
</Files>
</IfModule>


and see this
hi guys,

can someone provide me this youtube video? i failed to create sub domain for customer.. its wont work, im installing 2.6.1 thank you in advance.
 
the video explain in cpanel how to create a subdomain.... no more.
yea i got it, i just for got to share the public_html content with the added sub domain. now everything working perfect. thank you
 
After install it's working but in next day the site showing white Screen

Any one know how to fix that
I am also facing the same issue. Seems like the database is also cleared. I checked the users table and could see that there is nothing in there. Seems like that it detected the nulled version and cleared DB on it's own.

Temp fix to log in:

Change directory to "/script" and execute this command,

Code:
php artisan db:seed

But still, need to find out how it cleared DB automatically. Otherwise, the issue will happen again.

Katia666, Mad-D

Can you guys please take a look? I am using v2.6.1

screenshot-.com-2021.07.28-12_01_37.png
 
Last edited:
NOTE: This resource is Password Protected, You should have some contributions to the community to get the password.
You can Inbox for the password.
At least one resource to the community is required


Can you please update the script to 3.0 so that I will try to null it
 
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