Page 1 of 1

After moving site to a WAMP server, module labels missing

Posted: Sun Mar 20, 2011 7:24 pm
by bittercoder
I have a CMSMS 1.6.1 site that I moved/copied from a LAMP box to a WAMP server, so I can do some local development on it.

After disabling E_STRICT error messages I was able to get the site working again, however for any module that uses $this->Lang("key") language translation, all I see are blanks (so for example when looking at the front end users module in the admin section, all the labels for the textboxes etc. are just empty).

Any suggestions as to what might cause this our how I could go about resolving this problem?

Re: After moving site to a WAMP server, module labels missin

Posted: Sun Mar 20, 2011 10:44 pm
by Nullig
Sounds like all of the files didn't copy - specifically, the lang files.

Nullig