anyone know why i am getting this ? http://imglocker.net/ , i havent edited anything apart from the logo so i dont know why it isnt working
Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
<link href="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/themes/Peafowl/style.css" rel="stylesheet" type="text/css" />
<link href="http://imglocker.net/content/themes/Peafowl/style.css" rel="stylesheet" type="text/css" />
alexvf said:All the links in the <head> of your xHTML code seem to be wrong.
For example:
This is the line where your CSS file is called:
Code:<link href="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/themes/Peafowl/style.css" rel="stylesheet" type="text/css" />
This line should be like this:
Code:<link href="http://imglocker.net/content/themes/Peafowl/style.css" rel="stylesheet" type="text/css" />
The path is wrong in all the calls.
<script src="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/system/js/jquery.min.js" type="text/javascript">
<script src="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/system/js/jquery.validate.min.js" type="text/javascript">
<script src="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/system/js/jquery.easing.js" type="text/javascript">
<script src="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/system/js/swfobject.js" type="text/javascript">
<script src="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/system/js/jquery.uploadify.v2.1.4_chevereto.js" type="text/javascript">
<script src="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/system/js/peafowl.php" type="text/javascript">
<link type="text/css" rel="stylesheet" href="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/themes/Peafowl/style.css">
<link type="text/css" rel="stylesheet" href="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/themes/Peafowl/uploadify.css">
<link type="image/x-icon" rel="shortcut icon" href="http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/themes/Peafowl/favicon.ico">
<script src="http://imglocker.net/content/system/js/jquery.min.js" type="text/javascript">
<script src="http://imglocker.net/content/system/js/jquery.validate.min.js" type="text/javascript">
<script src="http://imglocker.net/content/system/js/jquery.easing.js" type="text/javascript">
<script src="http://imglocker.net/content/system/js/swfobject.js" type="text/javascript">
<script src="http://imglocker.net/content/system/js/jquery.uploadify.v2.1.4_chevereto.js" type="text/javascript">
<script src="http://imglocker.net/content/system/js/peafowl.php" type="text/javascript">
<link type="text/css" rel="stylesheet" href="http://imglocker.net/content/themes/Peafowl/style.css">
<link type="text/css" rel="stylesheet" href="http://imglocker.net/content/themes/Peafowl/uploadify.css">
<link type="image/x-icon" rel="shortcut icon" href="http://imglocker.net/content/themes/Peafowl/favicon.ico">
http://imglocker.net/hermes/bosweb26b/b2105/ipg.imglockernet/content/themes/Peafowl/theme-img/logo.png
http://imglocker.net/content/themes/Peafowl/theme-img/logo.png
Rodolfo said:The automatic path detection is not working for you. This is because the function that detect the path wasn't made taking into account every possible server config. If you like, you can send me your ftp details to inbox@chevereto.com and I will find a way to fix the function for everyone.
define('__CHV_RELATIVE_ROOT__', str_ireplace(rtrim(realpath($_SERVER['DOCUMENT_ROOT']), '/'), '', __CHV_ROOT_DIR__));