Website doesn't load completely.. Please Help me

beauxesprits

BANNED
Joined
Jan 31, 2011
Messages
655
Reaction score
650
My website doesn't load completely in any browser. It was working fine since day before yesterday. I did not know what I did to the ftp files but seems that something is wrong. Now the website opens only in kind of html mode, without any images... Please someone help me out.

PM me if you need the website's url to sort out the fault.

Thanks in advance.
 
loading fine here, however it says: "We're sorry. Our site is temporarily undergoing routine maintenance. Please check back soon." - maybe that's why :)

Actually the site is offline now... Will make it live soon and reply back....
 
loading fine here, however it says: "We're sorry. Our site is temporarily undergoing routine maintenance. Please check back soon." - maybe that's why :)

Now the site is online I have updated the database also... but still the same problem.... :-(
 
Appears that your images are set to be loaded from

Code:
<img src="[URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://www.zigzagads.com/index.php/geo_templates/default/external/images/logos/logo_facebook.jpg"]geo_templates/default/external/images/logos/logo_facebook.jpg[/URL]" alt="" />

where actually it should include the full URL such as

Code:
<img src="[URL="http://www.zigzagads.com"]http://www.zigzagads.com/[/URL][URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://www.zigzagads.com/index.php/geo_templates/default/external/images/logos/logo_facebook.jpg"]geo_templates/default/external/images/logos/logo_facebook.jpg[/URL]" alt="" />

Your script may need adjustments to work.
 
Looks like your site is loading normally.


Here it is.. not normally friend...

sitev.jpg
 
I guess you have checked with your host. A lot of the cheap shared hosting packages get slammed my people running cron jobs. First step is to contact them.
 
I guess you have checked with your host. A lot of the cheap shared hosting packages get slammed my people running cron jobs. First step is to contact them.


I got a hosting from iPage
I am using the platform of Geodesic Solutions... I have launched a complain in Geodesic today.
 
Appears that your images are set to be loaded from

Code:
<img src="[URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://www.zigzagads.com/index.php/geo_templates/default/external/images/logos/logo_facebook.jpg"]geo_templates/default/external/images/logos/logo_facebook.jpg[/URL]" alt="" />
where actually it should include the full URL such as

Code:
<img src="[URL="http://www.zigzagads.com"]http://www.zigzagads.com/[/URL][URL="http://www.blackhatworld.com/blackhat-seo/view-source:http://www.zigzagads.com/index.php/geo_templates/default/external/images/logos/logo_facebook.jpg"]geo_templates/default/external/images/logos/logo_facebook.jpg[/URL]" alt="" />
Your script may need adjustments to work.


Thanks for looking into it, but it doesn't seem to work either... the templates are not being loaded from the server I guess or it might be some other problem.... It's getting me on my head now...
 
I got a hosting from iPage
I am using the platform of Geodesic Solutions... I have launched a complain in Geodesic today.

iPage is your first problem, they are just bad when it comes to speed.

This is your second problem I believe:

Code:
<script type="text/javascript" src="js/scriptaculous/scriptaculous.js"></script>
<script type="text/javascript" src="geo_templates/default/external/js/main.js"></script>
<link rel='stylesheet' type='text/css' href="geo_templates/default/external/css/addon/geographic_navigation/navigation.css" />

Change it to:

Code:
<script type="text/javascript" src="[COLOR="Red"]/[/COLOR]js/scriptaculous/scriptaculous.js"></script>
<script type="text/javascript" src="[COLOR="Red"]/[/COLOR]geo_templates/default/external/js/main.js"></script>
<link rel='stylesheet' type='text/css' href="[COLOR="Red"]/[/COLOR]geo_templates/default/external/css/addon/geographic_navigation/navigation.css" />
 
No, it doesn't. Appears to me that it's not loading the images and stylesheets, and that is because of those files being loaded in a wrong way. Full path is needed, but it's not specified. If the script has any SEO settings, try disabling them for now, as that would fix it if the problem is with URL rewriting.
 
No, it doesn't. Appears to me that it's not loading the images and stylesheets, and that is because of those files being loaded in a wrong way. Full path is needed, but it's not specified. If the script has any SEO settings, try disabling them for now, as that would fix it if the problem is with URL rewriting.

I have SEO addons on it... Should disable that?
 
The path seems fine you have a problem with Smarty:

Code:
<br /> <b>Fatal error</b>:  Uncaught exception 'SmartyException' with message 'Invalid compiled template for 'header.tpl'' in /hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_templatebase.php:174 Stack trace: #0 /hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_template.php(285): Smarty_Internal_TemplateBase->fetch(NULL, NULL, NULL, NULL, false, false, true) #1 /hermes/bosweb/web098/b984/ipg.zigzagadscom/templates_c/e49f4e5c91b20d2ffbd6c5e7c857cfb93fc958d4.geo_tset.my_templates.main_page.front_page.tpl.php(32): Smarty_Internal_Template->getSubTemplate('header.tpl', NULL, NULL, NULL, NULL, Array, 0) #2 /hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_templatebase.php(176): content_4ee8949bec5f3(Object(Smarty_Internal_Template)) #3 /hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_templatebase.php(362): Smarty_Internal_TemplateBase->fetch('fron in <b>/hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_templatebase.php</b> on line <b>174</b><br />
 
The path seems fine you have a problem with Smarty:

Code:
<br /> <b>Fatal error</b>:  Uncaught exception 'SmartyException' with message 'Invalid compiled template for 'header.tpl'' in /hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_templatebase.php:174 Stack trace: #0 /hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_template.php(285): Smarty_Internal_TemplateBase->fetch(NULL, NULL, NULL, NULL, false, false, true) #1 /hermes/bosweb/web098/b984/ipg.zigzagadscom/templates_c/e49f4e5c91b20d2ffbd6c5e7c857cfb93fc958d4.geo_tset.my_templates.main_page.front_page.tpl.php(32): Smarty_Internal_Template->getSubTemplate('header.tpl', NULL, NULL, NULL, NULL, Array, 0) #2 /hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_templatebase.php(176): content_4ee8949bec5f3(Object(Smarty_Internal_Template)) #3 /hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_templatebase.php(362): Smarty_Internal_TemplateBase->fetch('fron in <b>/hermes/bosweb/web098/b984/ipg.zigzagadscom/classes/php5_classes/smarty/sysplugins/smarty_internal_templatebase.php</b> on line <b>174</b><br />

Sorry but what is "Smarty"???
 
Back
Top