webmail_ajax
shaylor2007 - September 25, 2007 - 22:29
| Project: | Mail API |
| Version: | 5.x-2.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | shaylor2007 |
| Status: | closed |
Jump to:
Description
after installing i get this error
Fatal error: Cannot redeclare webmail_menu() (previously declared in /home/richards/public_html/shaylor.info/portal/modules/webmail/webmail.module:18) in /home/richards/public_html/shaylor.info/portal/modules/webmail/webmail_ajax/webmail_ajax.module on line 38

#1
That was a problem in the webmail_ajax module. I accidentally misnamed the webmail_ajax_menu as webmail_menu, causing a second declaration of that function, which created the error. I think the beta release still has that problem, but the development snapshot and HEAD snapshots have been fixed.
Sorry it took so long to respond...I haven't had time to mess with this stuff in quite a while, and I've lost my momentum and interest in these modules, and if I can't get back into working on them again in the future, I'll have to find someone to take them over.
#2
Inactive for a long time...closing.