Hi,
i just installed Roundcube on my mail server (FreeBSD 5.4, Apache
2.0.54, PHP 5.0.3, MySql 4.1, Qmail, vpopmail, yadda, yadda).
Install worked like a champ. The UI is excellent - great use of Ajax
for a rich client experience with a simple and (reasonably) intuitive
UI.
My only nit to pick is that, while RC renders great on IE and
Firefox, in Safari, the subject runs over the sender if the subject
line is long. (this is with the default column layout - subject,
sender, date and size). Of course, Safari is a small percentage of
the browsing public, but I thought I'd let you know.
Thanks,
Bryant Noice
Hi, I started getting this in my server logs. Symptom is that the
browser page comes up blank.
[client 192.168.1.1] PHP Parse error: parse error, unexpected
T_STRING in /usr/home/wwwroot/webmail/roundcubemail/config/
main.inc.php on line 52
(FreeBSD 5.4, Apache 2.0.54, PHP 5.0.3, MySql 4.1, Qmail, vpopmail,
yadda, yadda).
Hi,
Did you consider to look at the specified linenumber in the specified file? And might you share the contents of that line with us?
-- Sjon
Bryant Noice wrote:
Hi, I started getting this in my server logs. Symptom is that the browser page comes up blank.
[client 192.168.1.1] PHP Parse error: parse error, unexpected T_STRING in /usr/home/wwwroot/webmail/roundcubemail/config/ main.inc.php on line 52
(FreeBSD 5.4, Apache 2.0.54, PHP 5.0.3, MySql 4.1, Qmail, vpopmail, yadda, yadda).
On 10/21/05, Bryant Noice bryant@frost-gate.com wrote:
Hi, I started getting this in my server logs. Symptom is that the browser page comes up blank.
[client 192.168.1.1] PHP Parse error: parse error, unexpected T_STRING in /usr/home/wwwroot/webmail/roundcubemail/config/ main.inc.php on line 52
You need to adjust your php.ini's settings to see the error (look for "error_reporting"). And regarding the error... Well, fix it! :) It's the config file. You probably put it in while editing it. ;))
Cheers, Till