Hello community,
I tried changing the assets path folder to a custom path:
'assetManager'=>array( 'basePath'=>'webroot/live-prod/assets', ),
I think that it works since I am not receiving any errors so far. The only issue I found is in the Cgrid button icons. It is still pointing to the webroot/assets path so it is not rendering the image. Does anyone know how to fix this?
Thank you
Bump Bump Bump
You did not change ‘baseUrl’ for the Asset Manager and I think it has to be ‘live-prod/assets’
delete all of your assets in your folders old and new location…they will automatically be recreated with proper paths
Hello,
Thanks guys for the reply. le_top your the man or woman . I am missing the baseURL param. Thank you so much!