GetSimple Support Forum
junk on the header - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: junk on the header (/showthread.php?tid=4894)



junk on the header - geosysindia - 2013-06-30

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


RE: junk on the header - shawn_a - 2013-06-30

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 .


RE: junk on the header - Carlos - 2013-06-30

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?)


RE: junk on the header - geosysindia - 2013-06-30

(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.