Page 1 of 1

[SOLVED] Stylesheets missing after move

Posted: Mon Jul 09, 2012 4:06 pm
by hanslammerts
Hi,

I just copied my site from an external production site to my internal CentOS/PHP 5.3 machine. Also moved all MySQL data, and modified config.php afterwards. All in compliance with the documentation on how to move your website. (btw, I'm using CMSMS 1.10.3)

Now my test site does not work properly.

It looks like I don't have any stylesheets. Everything I want is on the page, but it looks like sh*t.

Because I could not find a reason for this, I decided to compare the production and test pages.
I took both sources, and threw them into an online diff engine. You can see the result here : http://diffchecker.com/ZkAg6eVd.
(Good site is on the left, wrong site is on the right)

Now you can see that stylesheet lines are missing on the right (starting line 14). At the end there is also a difference I cannot explain, but could be due to the missing stylesheets (left starting line 305, right starting line 299).

I don't know how to debug this.
I copied everything from production to test, along with my MySQL data, so technically all data should be there.

Anyone who can help me with this, please ?

Thanks, Hans

Re: Stylesheets missing after move

Posted: Tue Jul 10, 2012 12:24 pm
by hanslammerts
Problem has gone!

I'll never place my production backup on a W7 machine, unpack it, en send the unpacked folders to my Linux machine using Filezilla again !

It turns out that I must have been missing some crucial files, because when I did it the oldfashioned way (place backup.tar.gz directly on the Linux test machine, and untar/gz it there) everything works again.

Sorry to have been a bother.

Hans