View Single Post
  #243  
Old 03-01-2021, 03:17 AM
 
ITVV ITVV is online now
 

X-Wizard
  
Join Date: Nov 2006
Location: UK
Posts: 1,164
 

Default Re: X-Cart reBOOT (reDUX) Template

UPDATE

Have now redone the migration, here's how

rsync from DEVELOPMENT Server to PRODUCTION Server

DB Dump from DEVELOPMENT Server to PRODUCTION Server

Altered config.php with relevant data - including removing the SUB DOMAIN that the DEVELOPMENT Server referenced

Altered .htaccess with relevant data

Generate clean URL values
Optimize tables
Check database integrity
Force cache generation
Clear X-Cart cache
Remove temporary files
Rebuild category indexes
Re-generate the image cache

Admin > Settings > Images Location - All images show as File system

Checked Error Logs - nothing unexpected

Admin > Catalog > Manufacturers - Select a manufacturers - NO IMAGE!

Right Clicked on where image should show and selected INSPECT on both DEVELOPMENT and PRODUCTION Servers and noted the following: -

DEVELOPMENT
<img id="edit_image" src="/xcart-4712-development/image.php?type=M&amp;id=6&amp;ts=1614595202" alt=" Image size: 200x89, 13.547Kb
Image type: jpeg" style="margin-bottom: 10px;">

ts (Time Stamp) FROM ABOVE
1614595202 = Mon Mar 01 2021 10:40:02 GMT+0000

IN DATABASE
1608137274 = Wed Dec 16 2020 16:47:54 GMT+0000

IMAGE SIZE IN DB = 13872

IMAGE TRUE SIZE = 13872



PRODUCTION
<img id="edit_image" src="/image.php?type=M&amp;id=6&amp;ts=1614595194" alt=" Image size: 200x89, 13.547Kb
Image type: jpeg" style="margin-bottom: 10px;">

ts (Time Stamp) FROM ABOVE
1614595194 = Mon Mar 01 2021 10:39:54 GMT+0000

IN DATABASE
1608137274 = Wed Dec 16 2020 16:47:54 GMT+0000

IMAGE SIZE IN DB = 13872

IMAGE TRUE SIZE = 13872



I AM COMPLETELY CONFUSED


Can anyone spot what I have missed please?


Many thanks
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service

Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
Reply With Quote