Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorbuckmajor
    • CommentTimeJan 2nd 2009 edited
     
    Hi there

    What does this mean?

    Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Program Files\xampp\htdocs\dm\template\1_demo\gallery\lib\plogger\install_functions.php on line 298

    Notice: Undefined index: PATH_TRANSLATED in C:\Program Files\xampp\htdocs\dm\template\1_demo\gallery\plog-load_config.php on line 36

    Notice: Undefined index: PATH_TRANSLATED in C:\Program Files\xampp\htdocs\dm\template\1_demo\gallery\plog-load_config.php on line 36

    Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\dm\template\1_demo\gallery\lib\plogger\install_functions.php:298) in C:\Program Files\xampp\htdocs\dm\template\1_demo\gallery\_install.php on line 27


    This happened straight after I installed Plogger.

    Any suggestions?

    Much help is appreciated.
    CHEERS :)
    • CommentAuthorRichie086
    • CommentTimeApr 23rd 2009
     
    well the first part of the error is just referring to the option in php.ini known as sendmail_from is not set, by default its usually set to you@yourdomain.com, but not so sure why plogger would flip out over you not setting that option.. Did you click on any links having to do with email or contacting the webmaster?
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 23rd 2009
     
    Plogger isn't flipping out, it's the system that's flipping out. Plogger tries to send an email with login / password information when you install. It looks like buckmajor's system doesn't have the sendmail_from setting set and the error_reporting is set high to display all types of notices, warnings, and errors.