Add some extrat / in <parameter> modpub
Reported by Coredmp | November 15th, 2008 @ 05:35 PM
In the action filter fefinition, the parameter
... modpub ...
Generate some extrat "/".
The problem appear if the site is not at the root of the server and this parameter empty
example :
My site is at
http://www.coredmp.net/testsite
My CSS are at http://www.coredmp.net/testsite/css
And my js at http://www.coredmp.net/testsite/js
So my modpub parameter must be empty.
Then adt try to load css and js with
<link rel="stylesheet" type="text/css" href="/css/adt.css"
/>
<script type="text/javascript"
src="/js/mootools-1.2.js"></script>
<script type="text/javascript"
src="/js/SimpleTabs.js"<>/script>
<script type="text/javascript"
src="/js/AgaviDebugToolbar.js"></script>
Wich failed .....
So i have to create a link in my server
ln -s modpub .
And used modpub
And for last ... just begin to test adt ... seems really greate .. thanks a lot
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »