Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Vanilla 2.1 Style Error

Hey everyone. I've been having a persistent problem with my vanilla installation.

I did a fresh install of 2.1a33 and it seems that the software is unable to load the CSS file needed. I looked into it and this is the error that's appearing.

Call to undefined function header_remove() in /home/joshua/domains/rowpod.com/public_html/applications/dashboard/models/class.assetmodel.php on line 35

I've no idea how to fix this issue, I've looked over the file noted in the error and cant see anything that I am able to fix.

Essentially the website looks terrible because it cannot load any of the style. This error is actually the content of the generated CSS file!

Any help is appreciated.

  • island219

Comments

  • Options
    peregrineperegrine MVP
    edited November 2012

    I believe you need a newer php version for that function to work > 5.3

    http://php.net/manual/en/function.header-remove.php

    what version of php are you using?

    create a file called phpinfo.php to see your version

    with this inside it

    <?php
    
    // Show information
    phpinfo();
    
    ?>
    
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    Aha, Thanks peregrine. I didn't know it required 5.3 (I simply disabled the line into a comment and it resolved the error.
    I'm currently using php version: 5.2.17 :)

Sign In or Register to comment.