I am having problems with WebMailFX_1.0RC2
These issues only appear to present themselves
when XOOPS PHP Debug = ON.The functionality of the programs doesn't appear to be suffering, although I've only spent one night banging at it.
Still, The XOOPS PHP debugger is writting error messages.
*(0)**************************************************
I downloaded the zip file and decompressed locally.
I ftp'd the webmailfx folder into the modules folder, just like all the rest.
I installed the WebMailFX RC2 and turned PHP debug=(on)
I have read the read_me and followed the steps with respect to:
- CHMOD 777 /modules/webmailfx/attachments/received
- You need to set register_globals=on for the module to work
- Install the module via the Xooops "Admin Menu"
Basic system info:
Linux/Apache server
PHP 4.3.9
XOOPS 2.0.7.3
For more detailed information use
http://munyak.com/phpinfo.php*(1)**************************************************
When I go into Control Panel Home | WebMailFX | Preferences, there are
NO PHP errors or warning at the bottom of the screen.
When I go into Control Panel Home | WebMailFX | Statistics, there
ARE PHP errors or warning at the bottom of the screen.
Notice [PHP]: Undefined index: current in file modules/webmailfx/class/tabs.php line 283
Notice [PHP]: Undefined index: current in file modules/webmailfx/class/tabs.php line 283
Notice [PHP]: Undefined index: current in file modules/webmailfx/class/tabs.php line 283
The same three lines appear at the bottom of the screen for:...Statistics, User WebMail, and Group Permissions
For Admin Email, the following four lines appear:
Notice [PHP]: Undefined index: current in file modules/webmailfx/class/tabs.php line 283
Notice [PHP]: Undefined index: current in file modules/webmailfx/class/tabs.php line 283
Notice [PHP]: Undefined index: current in file modules/webmailfx/class/tabs.php line 283
Warning [PHP]: Invalid argument supplied for foreach() in file modules/webmailfx/class/tabs.php line 294
The section of code from tabs.php is below.
Line 283 is the if statment
*(2)**************************************************
First I'd like to clarify that with WebMaiFX Debug=ON,
Openning Connection to: mail.yak.com //-- [i]real domain not posted[/i]
Connection opened
Sending Command: USER 12345@yak.com //-- [i]real username not posted[/i]
Result OK:
Sending Command: PASS 12345 //--[i]real password not posted[/i]
Result OK:
Sending Command: NOOP
Result OK:
Sending Command: STAT
Result OK:
Now, if you logout of the administration panel and go to the WebMailFX User Module, accessed by using the left hand navbar, you get a different sort of error on the bottoom of the page.
After selecting "Mailbox"
Notice [PHP]: Undefined offset: 255 in file modules/webmailfx/class.rc4crypt.php line 69
After selecting "Compose"
Notice [PHP]: Undefined variable: body in file modules/webmailfx/compose.php line 68
After selecting "Settings"
Notice [PHP]: Undefined offset: 255 in file modules/webmailfx/class.rc4crypt.php line 69
Simply clicking the Address books presents no errors,
But if you try to
view and existing address entry, you get the following PHP errors.
Notice [PHP]: Undefined variable: options in file modules/webmailfx/contactbook.php line 318
Notice [PHP]: Undefined offset: 1 in file modules/webmailfx/contactbook.php line 368
Notice [PHP]: Undefined offset: 1 in file modules/webmailfx/contactbook.php line 379
But if you try to
Edit and existing address entry, you get the following PHP errors.
Notice [PHP]: Undefined variable: options in file modules/webmailfx/contactbook.php line 422
Initiating a search for a known contact in the addressbook results in these PHP errors.
Notice [PHP]: Undefined variable: condition in file modules/webmailfx/contactbook.php line 263
Notice [PHP]: Undefined variable: options in file modules/webmailfx/contactbook.php line 269
Notice [PHP]: Undefined variable: color in file modules/webmailfx/contactbook.php line 288
*(3)**************************************************
Since I am not a programmer, I am hoping someone can help me outwith this.
On one hand, the errors don't appear, except when debugging is turned on. On the other hand...an error still appears to exist. What can I do ???
Thanks
Don