Active eCommerce CMS By ActiveITzone 23471405

Active eCommerce CMS By ActiveITzone 23471405 v9.8.1

No permission to download

hudair

New member
Nov 8, 2020
1
0
1
Hello,

Who tried to change the theme for platform , If anyone have idea what suitable theme can integrate with.

thanks
 

boyFromSd

New member
Apr 12, 2021
26
7
3
Sudan, Khartoum
any one have error 500
or error 500 in admin panle

open this path
vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php:19
just update this line

Code:
public static function initializeCache() {
   foreach(Addon::all() as $addon){
        if ($addon->purchase_code == null) {
            self::finalizeCache($addon);
        }

    Cache::rememberForever($addon->unique_identifier.'-purchased',
        function () {

        return 'yes';

    });
} }
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,650
26,995
120
admin/website/appearance -> and is not a file. Is db based
 

cogomobi

New member
Sep 27, 2022
1
0
1
Problems faced in active ecommerce cms v5.5.3 -
ban customer is not working i dont know why but in v5.5.4 it is working i checked in index_blade and customercontroller but couldnt fix it

during google sign in if user already exist with other name then it throws a error
can you please help to fix these i would be grateful @alghorabaa
 

cogomobi

New member
Sep 27, 2022
1
0
1
Problems faced in active ecommerce cms v5.5.3 -
ban customer is not working i dont know why but in v5.5.4 it is working i checked in index_blade and customercontroller but couldnt fix it

during google sign in if user already exist with other name then it throws a error
can you please help to fix these i would be grateful @alghorabaa
i used ur patch @JAVI if any of u can help me out please
 

cogomobi

New member
Sep 27, 2022
1
0
1
sorry brother i am little busy in my work thats why i am unable to patch update
no problem sir everything is working fine in ur patch v5.5.3 except this ban customer option is not working if u can see to this plz
 

marufahmadtalha

New member
Sep 24, 2022
0
0
0
please help me to find out where is the controller or view or models which makes me always redirected to the installer script the first time I open localhost/ecommerce. Thanks
 

emyhunk

Active member
Jul 11, 2019
134
162
43
I'm having an issue with my 5.4.4 as it keeps on going offline and showing error 500 but when I upload the .htaccess that I backed up it starts working again. Any idea why it happens and how to stop this?.
 

emyhunk

Active member
Jul 11, 2019
134
162
43
I'm having an issue with my 5.4.4 as it keeps on going offline and showing error 500 but when I upload the .htaccess that I backed up it starts working again. Any idea why it happens and how to stop this?.
Ok, i just updated to 5.5.4 and its working. I'll watch to see if it happens again.
 

lin33303

New member
Jun 15, 2022
0
0
0
hello, while installing V5.5.4, I am getting a white blank page error at the import_sql stage (stage 4), how can I solve it?
 

emyhunk

Active member
Jul 11, 2019
134
162
43
Simplest way to null Active eCommerce CMS:

1. Navigate to (and open) this file: vendor/mehedi-iitdu/core-component-repository/src/CoreComponentRepository.php. Replace its content with:
PHP:
<?php

namespace MehediIitdu\CoreComponentRepository;
use App\Models\Addon;
use Cache;

class CoreComponentRepository
{
    public static function instantiateShopRepository() {}

    public static function initializeCache() {
        foreach(Addon::all() as $addon){
            if(Cache::get($addon->unique_identifier.'-purchased', 'no') == 'no'){
                Cache::rememberForever($addon->unique_identifier.'-purchased', function () {
                    return 'yes';
                });
            }
        }
    }
}
That's nicknamed "First line of Defense"


2. Open vendor/laracon21/colorcodeconverter/src/Colorcodeconverter.php, delete the entire if construct from Line 18 to Line 28. We call this one the "Lucky Number 5 Naughty List Lottery" :ROFLMAO:


3. Open vendor/laracon21/combinations/src/routes/web.php, delete the contents of the "token" GET route. It should then look like this:
PHP:
Route::get('/migrate/products/{token}', function($token){});
That one is called "Pirates of the CariJavabbean"


4. Open app/Http/Controllers/IyzicoController.php, find the function named initPayment and delete its contents. When you're done, it should look like this:
PHP:
public function initPayment(Request $request){}
That one is aptly named "Backdoor into your Mom's basement" :ROFLMAO:


5. Enjoy!!



Optional: If you're familiar with the command line, you may run:
Bash:
php artisan ide-helper:generate
Your IDE Helper indices will be regenerated to reflect the changes in CoreComponentRepository class signature. This is an optional step for those doing custom development with Active eCommerce via an IDE (PhpStorm, VS Code, etc.)




BONUS - FOR THOSE USING THE FLUTTER APP

1. Find the function named create_balance_reference in app/Utility/NagadUtility.php and replace it with the following:
PHP:
public static function create_balance_reference($key)
{
    if (Cache::get('app-activation', 'no') == 'no') {
        Cache::rememberForever('app-activation', function () {
            return 'yes';
        });
    }
    return true;
}


2. Find the function named create_wallet_reference in app/Utility/PayhereUtility.php and replace it with the following:
PHP:
public static function create_wallet_reference($key)
{
    if (Cache::get('app-activation', 'no') == 'no') {
        Cache::rememberForever('app-activation', function () {
            return 'yes';
        });
    }
    return true;
}


Now, if there's absolutely anything else you need help with. Anything, and I do mean ANYTHING. Do NOT contact me. Thank you :poop:
Thanks, this worked
 

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