please help… my OJS : http://ejournal.persagi.org/ojspersagi2481/index.php/Gizi_Indon/index
This happened after I developed from localhost, but on localhost running smoothly without error
Any hints ?
Thanks
d2n - OJS Indonesia
Greetings @denz_Ravenzle,
Did you check permissions to that file and whether it really exists?
I am confused because in localhost no public folder / common / header.tpl but went smoothly without error
I’ve changed the permissions on folders (public = 777 recursive, cache = 777 recursive)
still no luck
You can simply supress warning by modifying php.ini file. There are instructions inside, in comments.
See this thread regarding setting file permissions:
Ideally, you want to ensure the error is corrected, not just suppressed. If you want to stop the display of errors to the user, however, see the display_errors
setting in config.inc.php:
thanks @ctgraham I’ve changed like that (config.inc.php), but still error, any hints?
What have you done so far to verify the file permissions?
thx , the administrator restart the web server and fix the problem