Quote:
Originally Posted by Aclikyano
how to fix this error on top of header:
Warning: Cannot modify header information - headers already sent in [path]/includes/vbenterprisetranslator_functions.php on line 408
happens when a language is chosen...
|
something wants to send headers after content is already send. First you have to recognize which mod is guilty. Please disable one by one and check when issue disappear. After that tell me which mod is trying to modify headers (please give me link to this mod) - I will check which hooks are used there and maybe find out some solution which will allow you to use it with my mod without conflict