• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Horde stopped working (7.5.4)

I just upgraded to php5 am having some minor issues with horde. I was wondering if you could tell me how you turned "debuging for horde" on?

Post from cliffrowley: "I enabled debugging output in the Horde config and this is what I got:" ..........

Did you mean to say you turned errors on for php? In which case where would you do that with out turning them on for all domains. I'd rather not change my php.ini because that'd obviously affect all sites.
 
I had the same problem, where every time anyone tried to log in, I got "Login Failed"....

This was because my /etc/hosts file did not contain an entry to "localhost"

My host file now looks like this:

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 machinename.domain.tld machinename localhost

(Just add localhost to the end of the line)

This fixed webmail, and watchdog too.

Hope it helps.

Jay.
(2.6.12 FC3smp - Plesk 7.5.4)
 
I got it working I just turned php display_errors on for it then fixed bugs as they poped up. Wasn't to bad actually.
 
Just to add my bit back to the community, there is an issue with PHP socket conenctions under any distro using SE Linux

Managed to fix my horde issue with the following help from the PHP site

==================================

I couldn't for the life of me get a certain php script working when i moved my server to a new Fedora 4 installation. The problem was that fopen() was failing when trying to access a file as a URL through apache -- even though it worked fine when run from the shell and even though the file was readily readable from any browser. After trying to place blame on Apache, RedHat, and even my cat and dog, I finally ran across this bug report on Redhat's website:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=164700

Basically the problem was SELinux (which I knew nothing about) -- you have to run the following command in order for SELinux to allow php to open a web file:

/usr/sbin/setsebool httpd_can_network_connect=1

To make the change permanent, run it with the -P option:

/usr/sbin/setsebool -P httpd_can_network_connect=1

Hope this helps others out -- it sure took me a long time to track down the problem.
 
Did any one figured out what caused this? I seem to have this issue(ssem to have apered out of nowere)
session.auto_start is set to 0, httpd.include seem fine and I dont get anny errors... Any help would be apresheated.
 
I also dont have SELinux RHEL3, and turning on debuging in hode did not seem to give me anything usefoul either. The only thing I see ther is a notice from line 31 in login, and a sql query for the data tree. The sql query is has only ? wehere I would expect values tho. "datatree_name = ? AND group_uid = ? "

Not sure if it's related, but I have a nother customer that is complaining that php-curl has stoped working.
 
login using capitals

Hi,

if you have created your domain with all capital letters then you should login using as [email protected] then you will go through the webmail interface.

its something funny m looking for an answer here to sort it out.

praveen
 
Have the issue

I've got a windows virtual dedicated server running Plesk 7.5.6 and Horde

After a mandatory reboot by GoDaddy a few days ago, horde stopped working for all domains and e-mail accounts. When logging in, I get the message "Login Failed". I'm logging into the POP3 server.

I had this problem before and GoDaddy support was nice enough to fix it for me but wouldn't tell me what they did when I asked them about it. This time they are being less than helpful. Anyway, I've tried all the solutions listed in this topic, but nothing is working for me.

Any ideas? Thanks in advace.
 
Re: Thought i would add this

Originally posted by _tek
I have been spending alot of time modifying the look of horde, so far its just been done by swapping out the icons. which sucks because every update blows away the icons every time so i have started doing a backup of just the images so i can squirt them back into place one the update is done. here is the finished look.

http://www.pervasivenetwerks.com/images/stories/hordescreenshot_small.jpg

_tek> your template looks good. care to share?
 
Back
Top