Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-19, 21:48:07

Author Topic: [FIX for 1.0.rc] [INFO] Please downgrade roundcube to 0.9.5 from 1.0.rc  (Read 9770 times)

0 Members and 1 Guest are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Still have a problem with kloxomr-webmail-roundcube-1.0.rc. So, this version already removed and change to 0.9.5.

For downgrade:

1. Check version with:
Code: [Select]
yum list installed kloxomr-webmail-roundcube
2. If see Version 1.0.rc, need downgrade with:
Code: [Select]
yum clean all
yum downgrade kloxomr-webmail-roundcube
sh /script/fixwebmail
« Last Edit: 2014-06-11, 05:46:57 by MRatWork »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline befree22

  • Valuable Member
  • *
  • Posts: 95
  • Karma: +0/-1
    • View Profile
Re: [INFO] Please downgrade roundcube to 0.9.5 from 1.0.rc
« Reply #1 on: 2014-03-03, 06:26:11 »
Kloxo-MR was installed today so I'm thinking that I already have roundcube 0.9.5 and not 1.0.rc

What is the url to access webmail? I'd like to access the postmaster@mydomain.com

I tried http://www.myhostname.com/wmail but I got a "not found" error.

I tried http://www.myhostname.com/roundcube but I got a "not found" error.

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline befree22

  • Valuable Member
  • *
  • Posts: 95
  • Karma: +0/-1
    • View Profile
Re: [INFO] Please downgrade roundcube to 0.9.5 from 1.0.rc
« Reply #3 on: 2014-03-11, 21:22:02 »
Kloxo-MR has 4 mail clients and none of them are working.

I have Roundcube 0.9.5 but I'm getting a database error when I click Roundcube in webmail.mydomain.com
I can login to SquirrelMail but I'm unable to send mail because I keep getting an error message.
I set Roundcube as the Webmail Application for my domain but any mail client should work regardless.

What command do I run to fix Webmail problem?

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: [INFO] Please downgrade roundcube to 0.9.5 from 1.0.rc
« Reply #4 on: 2014-03-11, 23:49:15 »
squirelmail send is due to php restrictions.

Login admin->php settings->advanced.
Remove the php function restrictions
update
sh /script/restart-all in SSH,  squirrel mail will work.

sh /script/fixmail-all
sh /script/restart-mail
For fixing mail problems
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline befree22

  • Valuable Member
  • *
  • Posts: 95
  • Karma: +0/-1
    • View Profile
Re: [INFO] Please downgrade roundcube to 0.9.5 from 1.0.rc
« Reply #5 on: 2014-03-16, 03:01:29 »
I followed the above commands and I'm able to send mail from SquirrelMail. However, SquirrelMail is NOT receiving emails at all. What command(s) do I run?

Also, Roundcube still returning the following error:

DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.

Offline befree22

  • Valuable Member
  • *
  • Posts: 95
  • Karma: +0/-1
    • View Profile
Re: [INFO] Please downgrade roundcube to 0.9.5 from 1.0.rc
« Reply #6 on: 2014-03-17, 00:51:05 »
Could someone help me solve the Squirrelmail problem I'm having? I'm now able to send emails but Squirrelmail still isn't receiving emails at all. What are the php function restrictions in admin->php settings->advanced ?

Attached are the settings in admin->php settings->advanced

I tried disabling/deleting the following php functions but Kloxo-MR isn't  saving the blank field:
exec,passthru,shell_exec,system,proc_open,popen,show_source

So the only php function in Disable Functions field is: exec
« Last Edit: 2014-03-19, 02:55:25 by befree22 »

Offline fossxplorer

  • Master
  • **
  • Posts: 640
  • Karma: +1/-0
    • View Profile
Following your advice, i was able to downgrade RC to 0.9.5, but the fixwebmail fails with
Preparing Horde database
- Fix MySQL commands in import files of Horde
- Generating password
- Add password to configuration file
Could not grant privileges. Script Aborted


As pointed out by @befree22 i still get database connection error using R.C 0.9.5.
Right now, none of the webmail types work.


Still have a problem with kloxomr-webmail-roundcube-1.0.rc. So, this version already removed and change to 0.9.5.

For downgrade:

1. Check version with:
Code: [Select]
yum list installed kloxomr-webmail-roundcube
2. If see Version 1.0.rc, need downgrade with:
Code: [Select]
yum clean all
yum downgrade kloxomr-webmail-roundcube
sh /script/fixwebmail
« Last Edit: 2014-04-20, 18:03:22 by Mella »
Kloxo-MR!

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
This issue will be fixed after running 'reset-mysql-root-password'. Because vpopmail need mysql root password.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline fossxplorer

  • Master
  • **
  • Posts: 640
  • Karma: +1/-0
    • View Profile
Now i've reinstalled my server + Kloxo-MR and things work better expect for all webmail types are giving blank pages.
Did a fixwebmail, but didn't help.
I see 500 in the web server log.
Kloxo-MR!

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Inform here your 'sh /script/sysinfo'.

Mostly, blanks page in webmail and cp because php not work. So, re-select web/dns/php-branch/php-type. That it.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline fossxplorer

  • Master
  • **
  • Posts: 640
  • Karma: +1/-0
    • View Profile
[root@mail ~]# sh /script/sysinfo

A. Kloxo-MR: 6.5.1.b-2014042101

B. OS: CentOS release 6.5 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el6.x86_64
   2. PHP: php55u-5.5.10-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.27-1.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Hiawatha: hiawatha-9.4-1.mr.el6.x86_64
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: bind-9.9.5-1.el6.x86_64
   9. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el6.x86_64

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          1877       1750        127          0         78       1051
   -/+ buffers/cache:        621       1256
   Swap:            0          0          0

[root@mail ~]#

cp.domain.com works and i can access kloxo and PHPMyAdmin, but not webmail using http or https
I've chosen php branch (php55u)  and update => OK
When i try to choose php55m under multiple php i get error as show in the pic

Edit: just changed to PHP 54, and still blank pages on webmails.
« Last Edit: 2014-04-22, 13:09:48 by Mella »
Kloxo-MR!

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Try install phpm series (aka 'multiple php') in panel and then use one of them in 'php selected'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.093 seconds with 19 queries.

web stats analysis