Author Topic: Email feature not working  (Read 5663 times)

nsrivastava2

  • Freshman
  • *
  • Posts: 22
    • View Profile
    • Email
Email feature not working
« on: February 27, 2009, 01:48:35 am »
First congratulations to the OpenGoo team on the release of 1.3.1 beta. Its wonderful.

The Include Headers do not load when Email option is turned on because of which the whole system stops load. It says "Lang not defined". I had to goto the database and turn of the Email Option inorder to get my OpenGoo system up again.

Can anyone suggest how to solve this issue.

Don

  • Freshman
  • *
  • Posts: 36
    • ICQ Messenger - 41785409
    • View Profile
    • Email
Re: Email feature not working
« Reply #1 on: February 27, 2009, 06:05:48 pm »
Did you copy your language files over? I am using en_nz (exactly the same as en_us, but different date formats) and get this if I forget to copy the languages/en_nz* files to the new version.

Although that usually affects everything - not just mail.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Email feature not working
« Reply #2 on: February 27, 2009, 06:29:00 pm »
Some languages are not complete, maybe that is what causing your problem. Languages are located at the language folder. You can go in your browser to <your opengoo>/public/tools/checklang.php to see which language keys your locale is missing. You can start just by copying these missing keys to your language's dir.

If you want to translate those missing keys you can use the translate.php tool. To do this you first need to edit file 'public/tools/access.php' and add 'tanslate.php' to it. Then in your browser go to <your opengoo>/public/tools/translate.php


nsrivastava2

  • Freshman
  • *
  • Posts: 22
    • View Profile
    • Email
Re: Email feature not working
« Reply #3 on: March 01, 2009, 02:01:06 pm »
I am using en-us language. I have verified the steps and fixed one of the missing file. Unfortunately, it's still not working.   :(
I am receiving the following error: og is not defined.

og is not defined
http://<server>//event/H4F8CGDgEtCSCC59a9cb3A%3D%3D
Line 2

Please suggest how to fix it.

Many thanks in advance.

Best Regards,
Nitin.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Email feature not working
« Reply #4 on: March 03, 2009, 02:22:50 pm »
You get "og is not defined" only when you enable the email module?

nsrivastava2

  • Freshman
  • *
  • Posts: 22
    • View Profile
    • Email
Re: Email feature not working
« Reply #5 on: March 05, 2009, 11:34:54 pm »
Sorry for the late reply.

Yes I get this error only when I enable Email Module.