Roundcube Community Forum

 

SVN674 - Login form is missing

Started by andryan, August 12, 2007, 09:14:55 AM

Previous topic - Next topic

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?

kali

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?

Florianer

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 478So, 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... ;)
it\'s not a bug - it\'s a feature


xyanide


Florianer

thanks... very helpful... it's working again!
it\'s not a bug - it\'s a feature


andryan


xyanide

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.

andryan

Only these:
Start me up.
// rcmail_load_config

RC1 is also broken. :(

andryan


Jonn3

Did you enable php5 in apache config?

phb.fr

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 :/


phb.fr

FOUND !!!!

php.ini -->

must be magic_quotes_sybase = Off

;)