[rakim] STRANGE PROBLEM
Bartosz Jozwiak CQ
bartek at cq-link.sr
Fri Apr 25 18:47:48 PDT 2003
Right now I am cheaking it form home and have the same problem as in office ealier.
But error is as fallows:
LINE 77
char: 1
error: invalid argument
code: 0
url: http://bartek.parbo.net/horde/rakim/index.php
The source is :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<!-- RAKIM: Copyright 2001-2003, The Horde Project. RAKIM is under the GPL. -->
<!-- Horde Project: http://horde.org/ | RAKIM: http://horde.org/rakim/ -->
<!-- GNU Public License: http://www.fsf.org/copyleft/gpl.html -->
<html lang="en-US"><head>
<title>Support :: Home</title>
<link href="/horde/css.php?app=rakim" rel="stylesheet" type="text/css" /></head>
<body>
<table border="0" cellpadding="2" cellspacing="0" width="100%"><tr><td class="menu">
<table border="0" width="100%">
<tr>
<td align="center" nowrap="nowrap" valign="bottom"><a href="/horde/rakim/home.php" onmouseout="window.status='';" onmouseover="window.status='Home'; return true;" class="menuitem" accesskey="H"><img src="/horde/rakim/graphics/rakim.gif" border="0" alt="Home" title="Home" /><br /><span class="accessKey">H</span>ome</a> </td>
<td align="center" nowrap="nowrap" valign="bottom"><a href="/horde/rakim/emailList.php" onmouseout="window.status='';" onmouseover="window.status='Emails'; return true;" class="menuitem" accesskey="E"><img src="/horde/rakim/graphics/email.gif" border="0" alt="Emails" title="Emails" /><br /><span class="accessKey">E</span>mails</a> </td>
<td align="center" nowrap="nowrap" valign="bottom"><a href="/horde/rakim/prefs.php" onmouseout="window.status='';" onmouseover="window.status='Options'; return true;" class="menuitem" accesskey="O"><img src="/horde/graphics/prefs.gif" border="0" alt="Options" title="Options" /><br /><span class="accessKey">O</span>ptions</a> </td>
<td align="center" nowrap="nowrap" valign="bottom"><a href="javascript:open_help_win('rakim');" onmouseout="window.status='';" onmouseover="window.status='Help'; return true;" class="menuitem" accesskey="l"><img src="/horde/graphics/manual.gif" border="0" alt="Help" title="Help" /><br />He<span class="accessKey">l</span>p</a> </td>
<td align="center" nowrap="nowrap" valign="bottom"><a href="/horde/login.php" onmouseout="window.status='';" onmouseover="window.status='Horde'; return true;" class="menuitem" accesskey="r"><img src="/horde/graphics/horde.gif" border="0" alt="Horde" title="Horde" /><br />Ho<span class="accessKey">r</span>de</a> </td>
<td align="center" nowrap="nowrap" valign="bottom"><a href="/horde/imp/" onmouseout="window.status='';" onmouseover="window.status='Mail'; return true;" class="menuitem" accesskey="M"><img src="/horde/imp/graphics/imp.gif" border="0" alt="Mail" title="Mail" /><br /><span class="accessKey">M</span>ail</a> </td>
<td align="center" nowrap="nowrap" valign="bottom"><a href="/horde/rakim/login.php?reason=logout" onmouseout="window.status='';" onmouseover="window.status='Logout'; return true;" class="menuitem" accesskey="g"><img src="/horde/graphics/logout.gif" border="0" alt="Logout" title="Logout" /><br />Lo<span class="accessKey">g</span>out</a> </td>
<td width="100%"> </td><!-- spacer -->
</tr>
</table>
</td></tr></table>
<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="item"><table border="0" cellspacing="2" cellpadding="2" width="100%"><tr><td class="control"><img src="/horde/graphics/alerts/message.gif" border="0" alt="Message" title="Message" class="control" /> <b>Last login: Fri 25 Apr 2003 04:54:27 PM SRT from 66.178.36.215</b></td></tr></table></td></tr></table>
<br />
<script language="JavaScript" type="text/javascript">
<!--
function open_help_win(module, topic)
{
var win_location;
var screen_width, screen_height;
var win_top, win_left;
var HelpWin;
screen_height = 0;
screen_width = 0;
win_top = 0;
win_left = 0;
var help_win_width = 300;
var help_win_height = 300;
if (window.innerWidth) screen_width = window.innerWidth;
if (window.innerHeight) screen_height = window.innerHeight;
win_location = 'http://bartek.parbo.net/horde/help.php?1=1';
if (topic == null) {
win_location += '&module=' + module;
} else if (topic == "") {
win_location += '&module=' + module + '&show=topics';
} else {
win_location += '&module=' + module + '&topic=' + topic;
}
win_top = screen_height - help_win_height - 20;
win_left = screen_width - help_win_width - 20;
HelpWin = window.open(
win_location,
'HelpWindow',
'width='+help_win_width+',height='+help_win_height+',top='+win_top+',left='+win_left
);
HelpWin.focus();
}
//-->
</script>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="header">Support Home</td>
</tr>
<tr>
<td class="item">
<form name="launch">
<p>When you are ready to start answering live requests, you can <input type="button" class="button" value="Launch" onclick="window.open('/horde/rakim/rakim.php', 'horde_rakim_live_admin at rakim_techs', 'toolbar=no,location=no,status=yes,scrollbars=yes,resizeable=yes,width=700,height=600');" /> your Support session. Be sure to take care of email requests, also. </form>
</td>
</tr>
</table>
<script language="JavaScript" type="text/javascript">
<!--
if (parent.frames.horde_main) parent.document.title = 'Support :: Home';
//-->
</script>
</body>
</html>
If u want u can try log on http://bartek.parbo.net/horde/rakim/
user and pass: admin
I was trying to solve it all day today.
BARTEK
More information about the rakim
mailing list