Author |
|
shazapis Newbie
Joined: 26 August 2010 Location: Greece
Online Status: Offline Posts: 3
|
Posted: 26 August 2010 at 3:40pm | IP Logged
|
|
|
Hello,
I have a problem with the message composer in Webmail Lite - the "Attachment" button is missing (in place of the green button seen in screenshots I get a white box - sort of like a placeholder for a missing button...)
PHP version is 5.3.1 (installed along with XAAMP).
Any help will be very appreciated - I am no expert in these issues...
Kind regards
Spiros Chazapis
Athens, Greece
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 August 2010 at 12:02am | IP Logged
|
|
|
Is it possible for you to try a different version of PHP? 5.3.1 is known to have a few bugs which might affect this behavior.
There's also another way which might help. If Flash is not available, simpler uploader will be used, and it is possible to force this simple uploader by modifying a line in webmail.php:
Code:
// flashInstalled = FLASH_NOT_INSTALLED; |
|
|
Remove those // characters, save the file and clear your web browser cache to apply changes.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
shazapis Newbie
Joined: 26 August 2010 Location: Greece
Online Status: Offline Posts: 3
|
Posted: 27 August 2010 at 10:04am | IP Logged
|
|
|
Igor,
Thank you very much for the help, it is very appreciated.
I am not sure I know how to install a newer version of PHP - the previous one was installed along with XAAMP. Is it a straightforward affair of running an installer?
I will try the simple uploader ASAP - I am away from home right now - and report back.
Once more, thank you very much for the help.
Kind regards
Spiros Chazapis
Athens, Greece
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 August 2010 at 2:06pm | IP Logged
|
|
|
If you've installed a ready-to-use *AMP package, you'll have to look for an older
version of that package (it will probably contain some older PHP release) as
installing a different PHP version may be tricky in that case. You might want to
install Apache, PHP and MySQL separately, that would offer more flexibility but
of course requires some additional skills.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
shazapis Newbie
Joined: 26 August 2010 Location: Greece
Online Status: Offline Posts: 3
|
Posted: 01 September 2010 at 10:08pm | IP Logged
|
|
|
Hello,
On the missing attachment button, editing the webmail.php as indicated above did the trick. The "simple uploader" is fully functional (albeit not as pretty )
BTW, Flash 10 was installed before. The fact that the normal button does not work must be due to some other reason (specific to my setup I guess).
Thank you very much for the help.
Kind regards,
Spiros Chazapis
Athens, Greece
|
Back to Top |
|
|