Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Change Role Error

edited November 2007 in Vanilla 1.0 Help
When I try to change the role of a user, I get this error and I do not know how to fix it. A fatal, non-recoverable error has occurred Technical information (for support personel): Error Message An error occurred while sending the email. Affected Elements Email.Send(); The error occurred on or near: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MDT/-6.0/DST' instead For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs Any help?

Comments

  • "MDT/-6.0/DST" looks a bit wrong to me, shouldn't that read "MST/-0600" or something along those lines, who set up your server?
  • For the record, I got something similar on a fresh Ubuntu 6.10 install.
  • Lech: I did a fresh install myself on my hosting.
  • Odd, what do you see when you type "date" from the command line?
  • What do you mean by command line? I really do not know programming which is why I use free scripts hoping they work.
  • by "command line" I mean via terminal session, but I'm guessing that may be out of the question. Do you think you could create the following and upload it on your root site somewhere as info.php so you can check your general php settings?

    <?php phpinfo(); ?>

    I'm curious to know what the date is reading on your server, alternately Mark may be to decipher anything more in-depth should it come to it. If you want, whisper the location else simply report the date settings @ #module_date half-way down the page. It should report what settings you have if you have date modules installed.
  • Well I currently have the forum uploaded to www.test.pbgoods.com/forum Do you want me to make a file that just says <?php phpinfo(): ?> and upload it? I am sorry I do not know coding but I am fansinated how these websites are put together.
  • Yeah just make a new file in notepad, put those contents into it, and save it as info.php then upload it to your server and give us a link.
  • Alright, here is the link to the info.... www.test.pbgoods.com/forum/info.php
  • Ahhh! After just trying to do something on my own. I completely screwed things up so I am re-installing everything tonight. Hopefully I get no errors this time.
  • Alright, I have reinstalled it but I still get the same error. I have it installed at www.pbgoods.com/forum
  • I had the same error on an almost fresh ubuntu, check if you have sendmail command installed in your system:

    klip@asuslaptop:~$ sendmail The program 'sendmail' can be found in the following packages: * nbsmtp * smail * nullmailer * exim4-daemon-heavy * masqmail * courier-mta * msmtp-mta * esmtp-run * ssmtp * sendmail-bin * xmail * postfix * exim4-daemon-light Try: sudo apt-get install <selected package>

    I just run sudo apt-get install postfix and now it works fine
This discussion has been closed.