Hello,
I migrated my OJS 3.4 installation to a new directory.
Old installation:
public_html/Journal
New installation:
public_html/alitqan
The new website works correctly, but the journal logo and cover images are missing.
I found that:
- public_html/alitqan/public/journals is empty.
- The old installation contains:
public_html/Journal/public/journals/1/
including pageHeaderLogoImage_ar.png and all cover images.
Hostinger support suggested copying the public assets from the old installation into the new installation.
My questions are:
- Is copying public_html/Journal/public/journals/1 to public_html/alitqan/public/journals/1 the correct solution?
- Is there anything else in the OJS database that should be updated?
- Are there any cache or configuration steps required after copying?
Thank you.