This topic is locked

error in master detail

5/11/2010 3:32:27 AM
PHPRunner General questions
L
lukez author

i have done my web in local.. everything is normal.. but when i upload to internet (FTP) my web can open.. that say error like this


its master detail table...
can anybody here solve my problem... thanks...

A
ann 5/11/2010

Hi,
this error usually means that encodings in your database and in the generated files are different.

Please make sure that encoding in your database on the web server is the same as on your local box.
If it doesn't help please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

L
lukez author 5/11/2010



Hi,
this error usually means that encodings in your database and in the generated files are different.

Please make sure that encoding in your database on the web server is the same as on your local box.
If it doesn't help please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.


thanks Ann..