PDA

View Full Version : Hi All, I have big problem, help please


tio289
29th July 2009, 00:17
hello, I have ispconfig 3.0.1.1. All tabs (system, client, monitor, sites...) working properly, but when I want go to "Email" tab, then server says Ajax Request was not successful. I dont know, what I do... This error appear itself. Help me please. thanks for replies.

///////////////////////////////
I do some experiments: I try to call function loadContent from address bar.
I call javascript:loadContent('mail/mail_domain_list.php'); and ajax was not sucesfull
BUT when I rename /usr/local/ispconfig/interface/web/mail to anything, example /usr/local/ispconfig/interface/web/mailXYZ and call
javascript:loadContent('mailXYZ/mail_domain_list.php'); ajax was Sucesfulll....why???? how repair this error?

Mark_NL
29th July 2009, 11:01
I would first upgrade to the latest ISPConfig 3 version ISPConfig 3.0.1.3 is available, and 3.0.1.4 beta as well.

tio289
29th July 2009, 19:56
I upgraded to 3.0.1.4, but same problem

till
29th July 2009, 20:17
This is no ispconfig problem. Looks as if you have some kind of alias for or rewrite rule "mail" defined somewhere in your setup outside from ispconfig which causes this problem. Check your apache configuration and remove this alias.

tio289
30th July 2009, 08:32
ohhh, yes, thanks very much