掲示板

Error with Session Expired and Add Page

15年前 に Cristian Voina によって更新されました。

Error with Session Expired and Add Page

Junior Member 投稿: 29 参加年月日: 09/02/24 最新の投稿
Hi,

I have a problem with what seems to be jQuery or something in the javascript.
I made a virtual host on apache and set the web.server.http.port and web.server.https.port and all seems to work fine but when I "sign in" with any user I get a error on the header of the page like :

Object not found!

The requested URL was not found on this server. The link on the
referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.
Error 404
localhost
03/12/09 13:40:19
Apache/2.2.11 (Win32) PHP/5.2.8


that is from the div of "Add Page" and it olso apears in the div of the "SESSION EXPIRED".

The code in wich this happens is :
<script type="text/javascript">
Liferay.Portlet.onLoad(
{
canEditTitle: true,
columnPos: 0,
isStatic: 'end',
namespacedId: 'p_p_id_103_',
portletId: '103'
}
);
</script>

(EXECUTED VERSION)
<div id="add-page">
<a href="javascript:;">
</a>
<a href="http://localhost/web/guest/home">referring page</a>
seems to be wrong or outdated. Please inform the author of
<a href="http://localhost/web/guest/home">that page</a>
about the error.
<p>
If you think this is a server error, please contact the
<a href="mailto:admin@localhost">webmaster</a>
.
</p>
<h2>Error 404</h2>
<address>
<a href="/">localhost</a>
<br/>
<span>
03/12/09 13:40:19
<br/>
Apache/2.2.11 (Win32) PHP/5.2.8
</span>
</address>
</div>


Does anyone know what could be the problem ?

Thanks in advance.
Cristian