The login form only shows the Login submit button (nothing else in the box). I wonder what has changed since my last checkout from SVN.
Anyone else experiencing the same problem?
Quote from: andryan The login form only shows the Login submit button (nothing else in the box). I wonder what has changed since my last checkout from SVN.
Anyone else experiencing the same problem?
Are you running php4 or 5? New SVN has a new call (mbstring call) in main.inc which requires php 5. Finally, is there a message in the error log?
Hi,
I set log folder to chmod 777.
[13-Aug-2007 12:34:28] PHP Fatal error: Call to undefined function: mb_list_encodings() in /www/htdocs/v165760/rc_svn_674/program/include/main.inc on line 478
So, SVN 674 is only php5 compatible? No way to get it running on php4? My hoster will be very happy, to hear again from me, when I have to tell them the php5 necessary... next payment, they make a heavy support usage fee on it... ;)
Hi,
This ticket shows how to solve the error:
http://trac.roundcube.net/trac.cgi/ticket/1484509.
- Xyanide
thanks... very helpful... it's working again!
My PHP version is 5.1.6.
I can't find the line that's mentioned in http://trac.roundcube.net/trac.cgi/ticket/1484509
Quote from: andryan My PHP version is 5.1.6.
I can't find the line that's mentioned in http://trac.roundcube.net/trac.cgi/ticket/1484509
That problem only refers to PHP 4.x.x NOT PHP 5.x.x.
Check the error log or use show errors in main.inc.php to see what`s wrong.
Only these:
Start me up.
// rcmail_load_config
RC1 is also broken. :(
SVN676, still broken. :(
Did you enable php5 in apache config?
Hi,
Same problem for me
Config:
Mandriva 2007.1
Apache with php 5.2.1
no log errors
See : http://www.infocob.com/roundcubemail/ for sample
and http://www.infocob.com/roundcubemail/test.php for phpinfo detail config
(Note we user Zend Optimizer)
I'am trying to disable zend ... same problem without it
Note 2 : My table session have 1 record, it's not database acces problem
Test with last SVN and version 0.1.0rc1 ... same problem :/
FOUND !!!!
php.ini -->
must be magic_quotes_sybase = Off
;)