Skip to Content Skip to Menu

Inbox error

  • Rapunzl
  • Rapunzl
  • OFFLINE
  • Posts: 149
  • Thanks: 7
  • Karma: 108
16 years 2 months ago #67591 by Rapunzl
Inbox error was created by Rapunzl
This may be something I'm doing wrong or something I missed? I'm getting this error in my inbox:

[code:1]Notice: Undefined variable: rightnow in /home/rapunzl1/public_html/components/com_uddeim/includes.php on line 454[/code:1]

Jamie (Rapunzl)
Community Builder Team Member

Before posting on forums: Read all CB Articles | Specially the FAQ | Help us help you
CB links: Subscribe to CB documentation | [url=http://www.joomlapolis.com/content/view/7363/37/
]Our templates[/url] | [url=http://www.joomlapolis.com/content/blogcategory/61/74/
]Paid Subscriptions[/url] | Get Hosting | Our Forge
Visit my CB Profile

My personal site Rapunzl's Reality always under reconstruction

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 2 months ago #67632 by slabbi
It's a bug in 1.1 and 1.2beta, so "forgetmenot" emails are not sent.

Fix for 1.1 (line 518):
[code:1]function uddeIMreminderDispatch($config) {
global $database;
// send reminder if forgetmenot is activated
if ($config->longwaitingemail && $config->longwaitingdays>0) {
if(!$config->forgetmenotstart) {
$config->forgetmenotstart=0;
}
$rightnow=uddetime();
$sincewhen=$rightnow-($config->longwaitingdays*86400);
[/code:1]

Fix for 1.2beta (line 447):
[code:1]function uddeIMreminderDispatch($config) {
global $database;
// send reminder if forgetmenot is activated
if ($config->longwaitingemail && $config->longwaitingdays>0) {
if(!$config->forgetmenotstart) {
$config->forgetmenotstart=0;
}
$rightnow=uddetime($config->timezone);
$sincewhen=$rightnow-($config->longwaitingdays*86400);
[/code:1]

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 2 months ago #67633 by slabbi
Thanks for the report!

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • Rapunzl
  • Rapunzl
  • OFFLINE
  • Posts: 149
  • Thanks: 7
  • Karma: 108
16 years 2 months ago #67653 by Rapunzl
No, thank you! I love UddeIM, your quick support and the integration it provides for CB.

The only thing I can think of that could be improved is Joomla 1.5 native support, and I'm sure that's being worked on. I'm stuck in legacy till FB makes it anyway.

I've wiped my entire site and started clean for the last time. The UddeIM install went smooth, and configuration is effortless. I'll check back if I find anything else.

Thanks slabbi! Karma increased!

:cheer: Jamie

Jamie (Rapunzl)
Community Builder Team Member

Before posting on forums: Read all CB Articles | Specially the FAQ | Help us help you
CB links: Subscribe to CB documentation | [url=http://www.joomlapolis.com/content/view/7363/37/
]Our templates[/url] | [url=http://www.joomlapolis.com/content/blogcategory/61/74/
]Paid Subscriptions[/url] | Get Hosting | Our Forge
Visit my CB Profile

My personal site Rapunzl's Reality always under reconstruction

Please Log in or Create an account to join the conversation.

  • sunnyjey
  • sunnyjey
  • OFFLINE
  • Posts: 41
  • Thanks: 0
  • Karma: 4
16 years 1 month ago #70285 by sunnyjey
Replied by sunnyjey on topic Re:Inbox error
I have downloaded stable version of 1.2 . But it seems that the 'forgetmenot' emails are not getting sent.

I will appreciate if someone confirms that this bug was removed from stable version as mentioned in above posts in beta version.

Let me know whether I need to do changes in stable version also. Also the file name and folder to make any changes.

Thank you..

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum