Page 1 of 1

Site stoped working - help needed

Posted: Thu Jul 26, 2012 6:50 am
by zooomit
The website http://footprintproductions.co.in/ was running perfectly for last 6 months but suddenly stopped working and showing following error:
string(66) "Smarty error: [plugin] unable to fetch: Connection timed out (110)
I have checked all possible solutions like increasing execution time from 30 to 60 and asked server people to allow dev.cmsmadsimple.org on server firewall.

But there is no change in situation.

Admin section of the site is working fine without any error.

Following is error log:
[Mon Jul 23 13:50:08 2012] [error] [client 114.143.2.45] PHP Warning:
fsockopen(): unable to connect to footprintproductions.co.in:80
(Connection timed out) in
/home/footprintproductions/www/lib/smarty/plugins/function.fetch.php on
line 146
Please help!!!

Thanks in advance.

Re: Site stoped working - help needed

Posted: Thu Jul 26, 2012 4:36 pm
by Dr.CSS
http://forum.cmsmadesimple.org/viewtopi ... =40&t=2661

Sounds like your host upgraded PHP or permissions on server...

Re: Site stoped working - help needed

Posted: Thu Jul 26, 2012 6:47 pm
by zooomit
CMSMS 1.9.4.3 "Faanui"
PHP 5.3.1
Mysql 5.5.21
linux 2.6.18-194.el5 on x86_64
Missed above info in my 1st post.

Just found that the server ppl blocked all outgoing connection recently.
Due to this {fetch} is not working. Presently I am calling all pages on home page like this:
I asked server ppl to unblock the domain on server firewall as this URL is belonging to own domain.... I hope it will work.
I have a question here, how can I use {fetch} without calling domain name?
Alternately I am trying to use cgsimple module. In this method have limitation to call entire page.

Re: Site stoped working - help needed

Posted: Thu Jul 26, 2012 10:35 pm
by Dr.CSS
Why are you doing fetch?...

I can't get the site to show, it just spins/connecting...

Re: [SOLVED] Site stoped working - help needed

Posted: Sun Jul 29, 2012 10:03 am
by zooomit
Site is doing fine now.
The issue was with hosting. Own domain was blocked.

Issue solved. Site is opening properly now.
Dr.CSS wrote:Why are you doing fetch?...

I can't get the site to show, it just spins/connecting...
But I still have question, is there any other way to get entire page with in a page without using {fetch}

Re: Site stoped working - help needed

Posted: Mon Jul 30, 2012 6:32 pm
by uniqu3
You can pull content, menu, page titles from CMS pages with CGSimpleSmarty module.

Re: Site stoped working - help needed

Posted: Mon Aug 06, 2012 5:55 pm
by zooomit
uniqu3 wrote:uniqu3
Thanks!
Ya, I am doing the same. It may requires some changes in HTML structure and presentation.