Issues with Child Theme and User Login

This topic contains 3 reply and 2 voices, and was last updated by towhid 9 years ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
April 3, 2015 at 3:10 am 40569
towhid I recently added a child theme so that I can modify/create various functions(for example, I was trying to modify the seller registration fields to not include the address and phone#(function dokan_seller_reg_form_fields)). However, after I activated the child theme, everything works fine until I try to login as a user through the frontend of the website. This is when I get Warning- Cannot Modify header information-headers already sent by(location) in pluggable.php on line 918,919,920, and 1178. Does anyone know what might be causing this?
April 4, 2015 at 11:20 am 40622
towhid towhid

Hello Craig,

Try the following code and let me know the result.

ob_start();

  // your code 

 ob_end_flush();

Thank you 🙂

April 7, 2015 at 1:51 am 40760
Craig Craig

Actually I was able to resolve the issue. I can’t remember exactly what I had done to fix it but everything is working great now! Go figure lol

April 7, 2015 at 12:57 pm 40791
towhid towhid

Hello,

I am very glad to know that you have resolved the problem. I am going to mark the topic as resolved.

Thank you 🙂

Viewing 3 Posts - 1 through 3 (of 3 total)