Tags showing up on localhost but not on 000webhost

Hello. I have some code that seems to show up on localhost server but not on 000webhost. I’ve made sure everything is uploaded but on localhost it seems to work fine but on 000webhost it doesn’t. I don’t know why this is; the tags aren’t images but rather text based.
This is the code that adds the controls the tag in the chat: https://sourceb.in/5504d5e8d0
This is the code that adds the tags themselves: https://sourceb.in/a90a86f177

I have some images that show you what I mean.

localhost: image
000webhost: image

Not sure maybe checkout StackOverflow.com or BitDegree.org

Chat scripts aren’t permitted on the free plan due to the over-usage they normally cause.

A total guess maybe add

php_flag output_buffering on

To your .htaccess file in public_html

Failing that you’ll have to research / hire a developer / test alternative hosting.

1 Like

Thank you so much! Works :open_mouth: :smiley:

1 Like

This topic was automatically closed after 20 hours. New replies are no longer allowed.