Second Week of New Site...Comments Appreciated

post released sites here made with phpwcms
Post Reply
visioneer
Posts: 18
Joined: Thu 9. Dec 2004, 18:10

Second Week of New Site...Comments Appreciated

Post 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
goldbug
Posts: 5
Joined: Thu 3. Feb 2005, 15:56
Contact:

Post by goldbug »

very pleasant and well tought;
keep the good work !

cheers
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post 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
Paal
Posts: 204
Joined: Wed 6. Oct 2004, 19:54
Location: Budapest, Hungary
Contact:

Re: Second Week of New Site...Comments Appreciated

Post 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
visioneer
Posts: 18
Joined: Thu 9. Dec 2004, 18:10

Re: Second Week of New Site...Comments Appreciated

Post 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.
visioneer
Posts: 18
Joined: Thu 9. Dec 2004, 18:10

Post by visioneer »

spirelli wrote:Very nice to see what one can achieve with phpwcms! Can I ask how you did this page: http://www.clba.org/churches.phtml
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.
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post 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. :)
Post Reply