• jamminjames

    (@jamminjames)


    I’m getting these warnings, triggered by wfu_loader.php, line 5. The line is:
    if( !session_id() ) { session_start(); }
    …so apparently, there’s no session_id() being saved.

    The warning says:
    E_WARNING: session_start(): Cannot start session when headers already sent
    …and it’s triggering every minute or so.

    What can be done about this?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, how did you install the plugin?

    Regards

    Nickolas

    Thread Starter jamminjames

    (@jamminjames)

    Just via Add Plugins in admin, I believe. I am using an Uploader Instance, if that makes any difference, as detailed in my other question here.

    Plugin Author nickboss

    (@nickboss)

    Open a plugin php file from the plugin’s directory (e.g. loader.php). Do you see any blank lines between each line of code?

    Nickolas

    Thread Starter jamminjames

    (@jamminjames)

    wfu_loader.php has blank lines.

    Plugin Author nickboss

    (@nickboss)

    Ok, can you please re-install the plugin from the zip file?

    These blank lines are created because your web server interprets end-line characters differently than the plugin. The plugin uses CRLF (\r\n) as end-line characters. Some systems treat these two characters separately, so they create an extra blank line after each line of code. However this is not a problem.

    The problem is with the last line of the php file (?>). This must be the last line of a PHP file. However, due to the previous issue, the web server adds an extra blank like after ?>. This creates “headers already sent” message.

    Try to re-install the plugin from the zip file. If it shows the same problem, let me know.

    Nickolas

    Thread Starter jamminjames

    (@jamminjames)

    I have wp-file-upload-pro, but don’t have my login info for your site. I actually worked with you to get it working with NextGen Gallery, and you gave me the pro version but I don’t think I ever got login info. Tried doing a pw reset with the email address I probably would have used, [email protected], but it didn’t work.

    Can you give me a login to get the pro version for reinstalling?

    Thread Starter jamminjames

    (@jamminjames)

    Meanwhile, I did install the regular version via the zip file, and the errors returned right away. (They stopped after uninstalling, until reinstalled.)

    Plugin Author nickboss

    (@nickboss)

    Can you send me the zip file at [email protected] ?

    Nickolas

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Getting session_start() errors’ is closed to new replies.