-
AuthorPosts
-
October 10, 2009 at 8:54 pm #145077
I am using Teline III and yesterday I added the modules and plugins and then when I go to any menu item the site is very slow to load and is all hyperlinked and does not look like the template.
my site is livinggreenli.com…. please look and offer me any tips you might have to get my site back in order.
Thank you,
Sharenainstantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
October 11, 2009 at 2:57 am #320152Your css and other files are not loading because the path is wrong
<link rel="stylesheet" href="http://livinggreenli.com/index.php/components/com_community/assets/window.css" type="text/css" />
<link rel="stylesheet" href="http://livinggreenli.com/index.php/components/com_community/templates/ja_sulfur/css/style.css" type="text/css" />
<link rel="stylesheet" href="http://livinggreenli.com/index.php//modules/mod_cpcloud/css/cpcloud.css" type="text/css" />
<script type="text/javascript" src="/index.php/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/index.php/plugins/content/avreloaded/silverlight.js"></script>
<script type="text/javascript" src="/index.php/plugins/content/avreloaded/wmvplayer.js"></script>
<script type="text/javascript" src="/index.php/plugins/content/avreloaded/swfobject.js"></script>
<script type="text/javascript" src="/index.php/plugins/content/avreloaded/avreloaded.js"></script>
<link rel="stylesheet" type="text/css" href="http://livinggreenli.com/index.php/components/com_jomcomment/style.css"/>
<link rel="stylesheet" type="text/css" href="http://livinggreenli.com/index.php/components/com_jomcomment/templates/default/comment_style.css"/>
Among other things index.php should not be in the path. And one of them has an extra forward slash in the path too.
You may have a screwed up install, but I’d check your htaccess file, or live site url, or better yet, install the quickstart package.
The paths should look like this
<link rel="stylesheet" href="/plugins/content/plg_jacomment/style.css" type="text/css" />
<link rel="stylesheet" href="/plugins/content/plg_jathumbnail/style.css" type="text/css" />
<link rel="stylesheet" href="http://livinggreenli.com/components/com_jtags/style.css" type="text/css" />
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/media/system/js/caption.js"></script>
<script type="text/javascript" src="/plugins/content/avreloaded/silverlight.js"></script>
<script type="text/javascript" src="/plugins/content/avreloaded/wmvplayer.js"></script>
<script type="text/javascript" src="/plugins/content/avreloaded/swfobject.js"></script>
<script type="text/javascript" src="/plugins/content/avreloaded/avreloaded.js"></script>
<link rel="stylesheet" type="text/css" href="http://livinggreenli.com/components/com_jomcomment/style.css"/>
<link rel="stylesheet" type="text/css" href="http://livinggreenli.com/components/com_jomcomment/templates/default/comment_style.css"/>October 11, 2009 at 2:57 pm #320182Thank you for your help. Should I unistall the template and reinstall?
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
October 11, 2009 at 6:12 pm #320195Hi,
Not yet.
What is your live site URL?
In the admin, look in Help>System info> configuration file.
Look for $live_siteOctober 12, 2009 at 2:03 pm #320256This is what is says under $live_site … ”
$tmp_path ‘/home/livinggreen/public_html/tmp’
$live_site ”instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
October 12, 2009 at 7:09 pm #320276Try adding the live site url to your configuration file.
download configuration.php via ftp
Look for
var $live_site = '';
and change it to
var $live_site = 'http://www.livinggreenli.com';
save and upload to the same directory via ftp.
Let me know if it works.October 13, 2009 at 8:00 am #320354Hei we have the same problem. We have added live sit to configuration.php but it seems “not” to help. Please advise if there is anything else we can do.
<title>Velkommen til stallmestern</title>
<link href=”/index.php?format=feed&type=rss” rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ />
<link href=”/index.php?format=feed&type=atom” rel=”alternate” type=”application/atom+xml” title=”Atom 1.0″ />
<link href=”/templates/ja_teline_iii/favicon.ico” rel=”shortcut icon” type=”image/x-icon” />
<link rel=”stylesheet” href=”/plugins/system/jceutilities/css/jceutilities.css?v=2.2.3″ type=”text/css” />
<link rel=”stylesheet” href=”/plugins/system/jceutilities/themes/standard/css/style.css?version=2.2.3″ type=”text/css” />
<link rel=”stylesheet” href=”/plugins/content/plg_jathumbnail/style.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_jabulletin/assets/style.css” type=”text/css” /><link rel=”stylesheet” href=”/templates/ja_teline_iii/css/mod_jabulletin.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_eventlist_wide/tmpl/mod_eventlist_wide.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_janews2/assets/style.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_jamegamenu/assets/style.css” type=”text/css” />
<link rel=”stylesheet” href=”/templates/ja_teline_iii/css/mod_jamegamenu.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_janewsticker/assets/style.css” type=”text/css” />
<script type=”text/javascript” src=”http://www.stallmestern.no/plugins/system/mediaobject/js/mediaobject-150.js”></script>
<script type=”text/javascript” src=”/media/system/js/mootools.js”></script><script type=”text/javascript” src=”/plugins/system/jceutilities/js/jceutilities.js?v=2.2.3″></script>
<script type=”text/javascript” src=”/media/system/js/caption.js”></script>
<script type=”text/javascript” src=”/modules/mod_jamegamenu/assets/script.js”></script>
<script type=”text/javascript” src=”/modules/mod_janewsticker/assets/script.js”></script>
<script type=”text/javascript”>
MediaObject.init({‘flash’:”9,0,124,0″,’windowmedia’:”5,1,52,701″,’quicktime’:”6,0,2,0″,’realmedia’:”7,0,0,0″,’shockwave’:”8,5,1,0″});
window.addEvent(‘domready’, function(){window.jcepopup=new JCEUtilities({popup:{legacy:0,resize:1,icons:1,overlay:1,overlayopacity:0.8,overlaycolor:”#000000″,fadespeed:500,scalespeed:500,hideobjects:1,scrollpopup:1},tooltip:{className:”tooltip”,opacity:1,speed:150,position:”br”,offsets:{x: 16, y: 16}},imgpath:”plugins/system/jceutilities/img”,theme:”standard”,themecustom:””,themepath:”plugins/system/jceutilities/themes”});});
</script>
<script type=’text/javascript’ src=’http://www.stallmestern.no/plugins/content/ja_tabs/ja_tabs.js’ charset=”utf-8″></script><link type=’text/css’ href=’http://www.stallmestern.no/plugins/content/ja_tabs/ja_tabs.css’ rel=”stylesheet”/>
<link rel=”stylesheet” href=”http://www.stallmestern.no/plugins/content/ja_tabs/themes/teline_iii/style.css” type=”text/css” media=”screen”/><link rel=”stylesheet” href=”http://www.stallmestern.no/templates/system/css/system.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/system/css/general.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/ja_teline_iii/css/addons.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/ja_teline_iii/css/layout.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/ja_teline_iii/css/template.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/ja_teline_iii/css/typo.css” type=”text/css” />Regards Powder
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
October 13, 2009 at 6:31 pm #320404powder;148621Hei we have the same problem. We have added live sit to configuration.php but it seems “not” to help. Please advise if there is anything else we can do.
<title>Velkommen til stallmestern</title>
<link href=”/index.php?format=feed&type=rss” rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ />
<link href=”/index.php?format=feed&type=atom” rel=”alternate” type=”application/atom+xml” title=”Atom 1.0″ />
<link href=”/templates/ja_teline_iii/favicon.ico” rel=”shortcut icon” type=”image/x-icon” />
<link rel=”stylesheet” href=”/plugins/system/jceutilities/css/jceutilities.css?v=2.2.3″ type=”text/css” />
<link rel=”stylesheet” href=”/plugins/system/jceutilities/themes/standard/css/style.css?version=2.2.3″ type=”text/css” />
<link rel=”stylesheet” href=”/plugins/content/plg_jathumbnail/style.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_jabulletin/assets/style.css” type=”text/css” /><link rel=”stylesheet” href=”/templates/ja_teline_iii/css/mod_jabulletin.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_eventlist_wide/tmpl/mod_eventlist_wide.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_janews2/assets/style.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_jamegamenu/assets/style.css” type=”text/css” />
<link rel=”stylesheet” href=”/templates/ja_teline_iii/css/mod_jamegamenu.css” type=”text/css” />
<link rel=”stylesheet” href=”/modules/mod_janewsticker/assets/style.css” type=”text/css” />
<script type=”text/javascript” src=”http://www.stallmestern.no/plugins/system/mediaobject/js/mediaobject-150.js”></script>
<script type=”text/javascript” src=”/media/system/js/mootools.js”></script><script type=”text/javascript” src=”/plugins/system/jceutilities/js/jceutilities.js?v=2.2.3″></script>
<script type=”text/javascript” src=”/media/system/js/caption.js”></script>
<script type=”text/javascript” src=”/modules/mod_jamegamenu/assets/script.js”></script>
<script type=”text/javascript” src=”/modules/mod_janewsticker/assets/script.js”></script>
<script type=”text/javascript”>
MediaObject.init({‘flash’:”9,0,124,0″,’windowmedia’:”5,1,52,701″,’quicktime’:”6,0,2,0″,’realmedia’:”7,0,0,0″,’shockwave’:”8,5,1,0″});
window.addEvent(‘domready’, function(){window.jcepopup=new JCEUtilities({popup:{legacy:0,resize:1,icons:1,overlay:1,overlayopacity:0.8,overlaycolor:”#000000″,fadespeed:500,scalespeed:500,hideobjects:1,scrollpopup:1},tooltip:{className:”tooltip”,opacity:1,speed:150,position:”br”,offsets:{x: 16, y: 16}},imgpath:”plugins/system/jceutilities/img”,theme:”standard”,themecustom:””,themepath:”plugins/system/jceutilities/themes”});});
</script>
<script type=’text/javascript’ src=’http://www.stallmestern.no/plugins/content/ja_tabs/ja_tabs.js’ charset=”utf-8″></script><link type=’text/css’ href=’http://www.stallmestern.no/plugins/content/ja_tabs/ja_tabs.css’ rel=”stylesheet”/>
<link rel=”stylesheet” href=”http://www.stallmestern.no/plugins/content/ja_tabs/themes/teline_iii/style.css” type=”text/css” media=”screen”/><link rel=”stylesheet” href=”http://www.stallmestern.no/templates/system/css/system.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/system/css/general.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/ja_teline_iii/css/addons.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/ja_teline_iii/css/layout.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/ja_teline_iii/css/template.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.stallmestern.no/templates/ja_teline_iii/css/typo.css” type=”text/css” />Regards Powder
Hello,
Your problem appears to diffrent. If you were not getting the index.php in the path to the css, etc. then you did not need to add the live site url.It’s difficult for me to diagnose your problem without having a look at the code/server set up.
Have you submitted a support ticket for this problem?
October 13, 2009 at 7:10 pm #320414I want to thank you very much… My problem seems to be fixed!
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
October 14, 2009 at 12:59 am #320442slconte;148698I want to thank you very much… My problem seems to be fixed!
If my solution worked for you, please mark it as best answer, and the thank you button is always an option too 😉
mx5gr Friendmx5gr
- Join date:
- September 2009
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
November 26, 2009 at 1:56 pm #325063<em>@instantinlaw 148525 wrote:</em><blockquote>Try adding the live site url to your configuration file.
download configuration.php via ftp
Look forvar $live_site = '';
and change it to
var $live_site = 'http://www.livinggreenli.com';
save and upload to the same directory via ftp.
Let me know if it works.</blockquote>This solution is not working if some pages (eg the admin section) is under https and not http.
Our backend runs under a https protocol. If $live_site uses the http version of the URL (eg http://www.mysite.com) then no user can log in to the admin backend.
Any alternative solutions?
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
December 1, 2009 at 6:25 am #325343I don’t know about https, but you could always try not adding http:// to var $live_site.
mx5gr Friendmx5gr
- Join date:
- September 2009
- Posts:
- 62
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 1, 2009 at 10:55 am #325384<em>@instantinlaw 155136 wrote:</em><blockquote>I don’t know about https, but you could always try not adding http:// to var $live_site.</blockquote>
If I do not add a https or http to the var (i.e. the var is only “www.mysite.com”), we get after login a URL of the form:
https://www.mysite.com/administrator/www.mysite.com/administrator/index.php
and we cannot get past this point…
-
AuthorPosts
This topic contains 13 replies, has 4 voices, and was last updated by mx5gr 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum