
install problem on 2.0.2 exp-container.js relative path missing
Reported by neryo | November 22nd, 2011 @ 02:43 PM | in 2.0.3 (closed)
Hi,
i installed from scratch the latest versione 2.0.2 on my XAMPP. But
there is a problem... i can't see the UI menu on the containers. it
doesn't depend on theme i've choosen..
i saw in the html code that the problem is
<!-- YUI3 Scripts -->on the second js include the relative path is missing.. i found a workaround.. simply adding a new container module and the problem dissapears because there is another js include of exp-container.js in the default view of this module.
Thank you for the support.
Valerio
Comments and changes to this ticket
-
neryo November 22nd, 2011 @ 02:45 PM
script type="text/javascript" src=".const.PATH_RELATIVE|cat:'framework/core/assets/js/exp-container.js'"></script
-
dleffler November 22nd, 2011 @ 05:11 PM
- Milestone set to 2.0.3
- Assigned user cleared.
- Milestone order changed from 84 to 0
I have never been able to reproduce this, however we have changed the code (2 locations) in the container Default.tpl file from using a 'cat' modifier to directly using the variable and encapsulating it within quotes.
src="
$smarty.const.PATH_RELATIVE
framework/core/assets/js/exp-container.js"vs.
src=$smarty.const.PATH_RELATIVE|cat:'framework/core/assets/js/exp-container.js'
-
dleffler November 22nd, 2011 @ 08:41 PM
- State changed from new to resolved
-
dleffler February 2nd, 2012 @ 12:50 PM
- Tag changed from installation, javascript to installer, javascript
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 ยป
Bug Tracker for Exponent CMS