Unable to add users to my site

Same code on my computers works fine,
But when i have put the files inside https://files.000webhost.com/ > public_html folder
I become unable to add users anymore, try it out: agencedevoyages.tk
u surely won’t be able to add users so use this pre-added one
adress: abc@gmail.com
password: 2
When I try adding a user it fails (unlike in my localhost)
In fact, other things like deleting a user they DO work.
Any solution pls?

Try adding line to your .htaccess -

php_flag output_buffering on

Where do i find that .htaccess ?

Inside public_html folder :slight_smile:

If it isn’t there then create one file called .htaccess

thx man, i only put that line inside of it?

Yes :slight_smile:
If that doesn’t solve your issue I would expect it would be some other coding issue or incompatibility with our service.
Try switching PHP versions via our panel to match your local installation, else seek assistance at https://stackoverflow.con

This topic was automatically closed after 2 days. New replies are no longer allowed.