Hi,
This code works fine on Linux server.
I am trying to use the same code on Windows server and I have an error.
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\Domains\myDomain.net\wwwroot\includes\init.php on line 506
Warning: implode() [function.implode]: Bad arguments. in C:\Domains\myDomain.net\wwwroot\includes\init.php on line 511
Unable to add cookies, header already sent.
File: C:\Domains\myDomain.net\wwwroot\includes\init.php
Line: 506
Do you have an idea why it is different for Windows server and how to solve this problem?
Thank you.
|