Thread Starter
gommez
(@gommez)
this is fixed.
if you had the same problem with me as mentioned above.
try this:
*make sure you only have 1
if (!session_id())
session_start();
}
in your wp files/themes/plugins
i just found out that my ajax.php file also contains that code
i also have one in functions.php. removing it from ajax.php
did the trick.