• Resolved Dave

    (@dmbroz456)


    Hello,

    Your theme looks great, and I would like to try it out. I am running WordPress 4.3.1.

    When I activate Cosmica, or try the live preview, I get the following error, which appears in black text on a blank white page:

    Fatal error: Can’t use function return value in write context in /home/content/p3pnexwpnas09_data01/30/2674330/html/wp-content/themes/cosmica/header.php on line 52

    How can this be fixed?

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello Dave

    I found some solution for this not tested very much. But for now it is looks working. Please change the code ..

    if (!empty(esc_url($logo_url)) && intval($cosmica_show_logo)): with the following line

    if ((esc_url($logo_url)==true) && intval($cosmica_show_logo)):

    All the best.

    I’m not Dave but it fixed it!!

    So glad I googled the error ??

    Thank you!!

    Hi tblackburn,

    Thank you so much for appreciation.

    Theme Author codeins

    (@kapilsharma12)

    Hello all issue is fixed now. New WP custom logo feature implemented.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal error in Cosmica version 1.0.9, blank white page’ is closed to new replies.