Page 1 of 1
Second Week of New Site...Comments Appreciated
Posted: Wed 9. Mar 2005, 05:15
by visioneer
Some of you may have already seen some of this in my "Under Construction" post. Now that I'm live I'd still like some feedback. Thanks!
http://www.clba.org
Posted: Wed 9. Mar 2005, 15:42
by goldbug
very pleasant and well tought;
keep the good work !
cheers
Posted: Thu 10. Mar 2005, 01:33
by spirelli
Very nice to see what one can achieve with phpwcms! Can I ask how you did this page:
http://www.clba.org/churches.phtml
Re: Second Week of New Site...Comments Appreciated
Posted: Thu 10. Mar 2005, 09:48
by Paal
visioneer wrote:Some of you may have already seen some of this in my "Under Construction" post. Now that I'm live I'd still like some feedback. Thanks!
http://www.clba.org
I get this error top od page (eg.
http://www.clba.org/chreastern.phtml):
Code: Select all
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/clbweb/clba-www/include/inc_front/front.func.inc.php on line 2360
Warning: file_get_contents(http://dev.clba.org/content/pages/chrlst.php?state=CT+FL+NJ+NY+OH+PA+RI): failed to open stream: No such file or directory in /home/clbweb/clba-www/include/inc_front/front.func.inc.php on line 2360
Re: Second Week of New Site...Comments Appreciated
Posted: Wed 16. Mar 2005, 08:00
by visioneer
Paal wrote:I get this error top od page (eg.
http://www.clba.org/chreastern.phtml):
Code: Select all
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/clbweb/clba-www/include/inc_front/front.func.inc.php on line 2360
Warning: file_get_contents(http://dev.clba.org/content/pages/chrlst.php?state=CT+FL+NJ+NY+OH+PA+RI): failed to open stream: No such file or directory in /home/clbweb/clba-www/include/inc_front/front.func.inc.php on line 2360
Paal: Thanks for pointing this out. I removed the development domain name I was using and see that I had hard-coded references to that domain name on the church pages. I'm in the process of fixing it.
Posted: Wed 16. Mar 2005, 08:09
by visioneer
spirelli: What exactly are you wondering about? The content of that page and all the pages beneath it are generated via and included php script that gets variables posted to it to limit the results. I have all the data stored in MySQL.
Posted: Wed 16. Mar 2005, 11:10
by spirelli
Ah, ok. I was wondering whether this are tables in a WYSIWYG editor or whether that's something more clever. So it's you own script calling on the database. thanks.