Unable To Manually Disable Cdn

Hi,

After a backup restore, suddenly our CSS and Javascript files are not loading and making all the pages looked broken. Cs-cart is trying to pull all the javascript files from CDN but our CDN account has been deactivated.

How do we manually disable the CDN? I have tried editing the config.local.php but that's of no use. It is still trying to fetch the files from the CDN. Can anyone help us with this? I am even open to any of the companies like e-com labs, cart-power etc to helping us with this on an immediate basis for a service charge.

Thnx

Have you delete manually all files from var/cache ?

Sent from my SM-G9550 using Tapatalk

Open the config.local.php file of your installation and find the following section:

    'assets' => array(
        'dir' => & $config['dir']['cache_misc'],
        'prefix' => 'assets',
        'cdn' => true
    ),

set cdn to false and save the changes. After that disable CDN via admin panel and revert the changes in config.local.php file

Hi,

After a backup restore, suddenly our CSS and Javascript files are not loading and making all the pages looked broken. Cs-cart is trying to pull all the javascript files from CDN but our CDN account has been deactivated.

How do we manually disable the CDN? I have tried editing the config.local.php but that's of no use. It is still trying to fetch the files from the CDN. Can anyone help us with this? I am even open to any of the companies like e-com labs, cart-power etc to helping us with this on an immediate basis for a service charge.

Thnx