On 02 Jul 2013, at 09:10 , Benny Pedersen <[email protected]> wrote: > ɹןʇnqן skrev den 2013-07-01 23:22: > >> # mysqldump -d -u rcadmin -p roundcubemail >> Enter password: > > it ask password, so hopefully its not password roundcubemail,
That is not how the syntax for the mysql commandline works. > but anything else, never share passwords, not even to some that say thay like > to help ! -p tells it to prompt for a password. "roundcubemail" is the name of the database. > blank pages is mostly missing support in php, or unsupported php version, > check ports maintainers for roundcube The version of roundcube in ports is quite old (0.8.2) and I don't think it works with PHP 5.4. In my previous post I listed all the php modules with versions that are installed and listed in INSTALL as required. PHP 5.4.7 php5-pdo-5.4.7 php5-pdo_mysql-5.4.7 pcre-8.31_1 php5-dom-5.4.7 php5-json-5.4.7 php5-simplexml-5.4.7 php5-xml-5.4.7 php5-xmlreader-5.4.7 php5-xmlwriter-5.4.7 and the php.ini settings detailed in INSTALL php.ini: error_reporting = E_ALL memory_limit = 128MB ; Maximum amount of memory a script may consume (128MB) file_uploads = On session.auto_start = 0 zend.ze1_compatibility_mode = Off ;mbstring.func_overload = 0 magic_quotes_gpc = Off magic_quotes_runtime = Off and the error that is produced: [01-Jul-2013 13:50:14 UTC] PHP Fatal error: Call to a member function kill() on a non-object in /usr/local/www/roundcube/program/include/rcmail.php on line 648 -- ɹןʇnqן <mailto:[email protected]> 303.219.0564 _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
