Looking through 1.14
| Project: | Webmail Plus |
| Version: | 6.x-1.14 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I moved from 1.9 to 1.14 by uninstall then install. Will you move Webmail Plus to use update.php for version updates?
When I logged into my account on the test site and selected My account, there was the usual error message about connecting to the inbox. The problem was fixed by entering my password. Perhaps your code could bypass the connect when the password is empty.
After entering the password, the inbox appeared. I then went to another part of the site and cannot get back to the inbox. There are no menu entries for the inbox or for compose.
webmail_plus.view_threads.inc function webmail_plus_view_threads_form() contains $webmail_plus_config with and without an underscore.
global $user, $_webmail_plus_config, $_webmail_plus_user_preferences;
$folder = $webmail_plus_config->inbox_folder;
In webmail_plus.thread_view.inc function webmail_plus_thread_view_form(), the following line uses $thread_folder but $thread_folder is not defined.
$mail_api_connection = webmail_plus_connect($thread_folder);
Line 70 references $message_index but $message_index is not yet defined.
webmail_plus.module function webmail_plus_form_alter(). The following line uses $object but $object is not defined.
$form_attach = _file_attach_form($object);

#1
Im getting this on the top of all pages??? Strange.... Its being inserted just under the bod tag. with no container around it or anything.
t('Webmail Plus Simple Status Messages'), 'description' => 'Returns Yes if the user has new messages and No if he does not', 'access arguments' => array('access webmail_plus'), 'page callback' => 'drupal_get_form', 'page arguments' => array('webmail_plus_simplestatus_newmessages'), 'file' => 'webmail_plus_simplestatus.newmessages.inc', 'type' => MENU_CALLBACK, ); return $items; } ?>
#2
t('Webmail Plus Simple Status Messages')is in webmail_plus/contrib/webmail_plus_simplestatus/webmail_plus_simplestatus.module. Change the first line from<?to<?php#3
_webmail_plus_render_subject() is referenced as webmail_plus_render_subject() in webmail_plus.thread_view.inc line 77.
#4
Fatal error: Call to undefined function webmail_plus_get_message_tags() in /home/peterbiz/public_html/sites/coffa.net/modules/webmail_plus/webmail_plus.thread_view.inc on line 113