GetSimple Support Forum

Full Version: junk on the header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I recently moved a getsimple site to another server. After the transfer I am getting junks on the header. Will appreciate your suggestions to solve this problem.

http://budhavandana.com

Thanks, Sunil

(2013-06-30, 01:40:47)geosysindia Wrote: [ -> ]Hi
I recently moved a getsimple site to another server. After the transfer I am getting junks on the header. Will appreciate your suggestions to solve this problem.

http://buddhavandana.com

Thanks, Sunil

Sorry it is http://buddhavandana.com
Looks like your quotes plugin is outputting its code as text.
Could be an issue with php, posting health info helps.

There really is not much info to help .
Looks like your new server does not support PHP short tags.
You could try replacing every <? by <?php in your scripts or plugins (which ones are you using?)
(2013-06-30, 05:51:38)Carlos Wrote: [ -> ]Looks like your new server does not support PHP short tags.
You could try replacing every <? by <?php in your scripts or plugins (which ones are you using?)

Thanks very much! I changed the default value in php.ini and that solved the issue.