Hello
i want to copy my first store to (2 store) new domain , new server and with new cs cart license.
please provide me guide how i can copy my first store and make second store exact copy even whatever we customize in first store it work on second store to.
i have full backup files + SQL and im used CS-Cart 4.3.3.SP1 version on first store.
im don't have backup file of CS-Cart 4.3.3.SP1 also provide me download link of this version.
and explain me how i can make it successfully worked.
thank you
i follow all steps and copy store to other domain and new server.
after login admin panel successfully. if im clear cache from store option clear cache or when im change license code
then i got problem and cant see admin panel proper or edit anything
please help how to fix it ?
i follow all steps and copy store to other domain and new server.
after login admin panel successfully. if im clear cache from store option clear cache or when im change license code
then i got problem and cant see admin panel proper or edit anything
please help how to fix it ?
It seems that CDN was enabled in your installation. Try to change
'cdn' => true
to
'cdn' => false
in the config.local.php file.
thanks .. im disable cdn and its worked but on side im received this error also
PHP Notice
Message
Undefined index: title
Error at
app/Tygh/BackendMenu.php, line: 218
Backtrace
File:
app/Tygh/BackendMenu.php
Line:
218
Function:
{closure}
File:
app/Tygh/BackendMenu.php
Line:
68
Function:
_getSettingsSections
File:
app/controllers/backend/init.php
Line:
111
Function:
generate
File:
app/functions/fn.control.php
Line:
680
Function:
include
File:
app/functions/fn.control.php
Line:
451
Function:
fn_run_controller
File:
admin.php
Line:
27
Function:
fn_dispatch
thanks .. im disable cdn and its worked but on side im received this error also
Check whether there are any duplicate records in the cscart_settings_sections database table.
what should be /var/downloads permissions
if i change permissions 776 or 774 in order customer unable to download file
and if i change permissions 775 customer can download file from order page.
but also have access manually
Example: download.com/var/downloads/1/song1.mp3
file can download ...
please explain how i can make downloads folder secure . only customer can download file after order from order download link and manually link not work
thank you