Author Topic: internal server error  (Read 11933 times)

Offline Jonn3

  • Jr. Member
  • **
  • Posts: 23
Re: internal server error
« Reply #15 on: September 04, 2007, 02:29:58 PM »
Oh, what about mulithosting? Im hosting multiple domains, it's all virtual, so the mod i had looks like this in my config

$tempDomain = array_reverse(explode(".",$_SERVER['HTTP_HOST']));

I think it was this mod: http://roundcubeforum.net/forum/index.php?topic=212.0
It looks like you guys have dicussed this quite alot, but I don't see your solution from that thread, sorry.



Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: internal server error
« Reply #16 on: September 04, 2007, 02:44:36 PM »
Multiple domains for login are supported, but the username only login for multiple domains isn't. You'll have to reapply your patch.
 
  

Offline Jonn3

  • Jr. Member
  • **
  • Posts: 23
Re: internal server error
« Reply #17 on: September 04, 2007, 02:46:09 PM »
Ok.

You think the mod is the reason i cant update?

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: internal server error
« Reply #18 on: September 04, 2007, 02:48:33 PM »
Update? There's no defined path to update between SVN versions, so no, the patch isn't a reason you can't update.
 
  

Offline Jonn3

  • Jr. Member
  • **
  • Posts: 23
Re: internal server error
« Reply #19 on: September 04, 2007, 02:51:47 PM »
Oh, im sorry, I did it again, think I must be typing before i think.

I meant, might this modification be the reason I got the parse error in main.inc after i did svn update?

Parse error: syntax error, unexpected T_SL in /home/httpd/html/roundcube/program/include/main.inc on line 1587

Im currently on svn 652 with that mod.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: internal server error
« Reply #20 on: September 04, 2007, 02:55:23 PM »
If you updated from SVN, the SVN should* throw something to you. You should get an error or a message noting that there's a difference and ask you to manually merge them.

Now, if you're using a visual SVN program (tortoiseSVN) then you should be able to diff your main.inc file with that of the HEAD on SVN. You should then be able to update all other files except your main.inc and should manually merge the main.inc 652 with the HEAD main.inc.
 
  

Offline Jonn3

  • Jr. Member
  • **
  • Posts: 23
Re: internal server error
« Reply #21 on: September 05, 2007, 04:25:07 AM »
Ok, I will try that. Thanks:)