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

StoreGo SaaS - Online Store Builder

StoreGo SaaS - Online Store Builder 6.5

No permission to download
@Crystalom3 Is there any error_log? If yes, can you share? (use - hide users by id). Here is working fine, but I want to double check.
 
If you're getting this error from the installation page
"SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table `users` add unique `users_email_unique`(`email`))"

You need to go to app/providers and open "AppServiceProivder.php". Once you have it opened you need to add "use Illuminate\Support\Facades\Schema;" above or underneath the preexisting line "use Illuminate\Support\ServiceProvider;". Once you have that added go to the public function boot() { } and add "Schema::defaultStringLength(191);" It should look like this

Code:
<?php

namespace App\Providers;

use Illuminate\Support\Facades\Schema;
use Illuminate\Support\ServiceProvider;

class AppServiceProvider extends ServiceProvider
{
    /**
     * Register any application services.
     *
     * @return void
     */
    public function register()
    {
        //
    }

    /**
     * Bootstrap any application services.
     *
     * @return void
     */
    public function boot()
    {
        Schema::defaultStringLength(191);
    }
}
 
there is new update

3.2 - February 2nd 2022​

  • Added reCaptcha in login, register & reset password page. Added
  • Admin can enabled/disabled user register module. Added
 
Hello again, thanks for contacting me
any one who wants to null this just navigate to the file " Response.php " located in " main_file\vendor\symfony\http-foundation\ " and comment the following 3 lines

line 451
//return $_string_header;

line 461
//return $_string_header;

line 471
//return $_string_body;
 
Hello everyone, Thanks for sharing this script. I installed the script successfully. But after changing the theme color and currency, I am getting a blank screen.

1652635077136.png

Does anyone is facing the same issue?

Awaiting your reply
 
After installing, I got an error 500. 'Sorry, something has gone wrong on the website's server'
Please I need assistance
 

Attachments

  • Screenshot_20220519-003244_Chrome.jpg
    Screenshot_20220519-003244_Chrome.jpg
    96.8 KB · Views: 18
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