Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Néstor
OK, I did the install again using apache 2.2.14 and php5.2.11 So far I can tell you is that 1) phpinfo.php works again 2) a couple of my php scripts work. 3) I download ans install Drupal (intense PHP) and now I am getting "connection to server was reset" The interesting thing is when I go to my

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Néstor
Tom, the attached file was the headers for the index.php file, the php file that works,. I set up to display the php errors on C:\tmp/php_errors but nothing is displaying on the file. I tested a small php file that has a loop and that works. I even copied an existing phpinfo.php file from anoth

Re: [nyphp-talk] MongoDB and others, convince me. :-)

2009-12-04 Thread Gary Mort
On Fri, Dec 4, 2009 at 7:56 AM, Gary Mort wrote: > Ok, so since someone has been singing the praises of MongoDB, and others > have been mentioned, I figured I'd provide a contrarian view and see if you > can convince me otherwise. > > Thanks for all the well thought out replies . My takeaway is

Re: [nyphp-talk] MongoDB and others, convince me. :-)

2009-12-04 Thread Gary Mort
On Fri, Dec 4, 2009 at 7:56 AM, Gary Mort wrote: > Ok, so since someone has been singing the praises of MongoDB, and others > have been mentioned, I figured I'd provide a contrarian view and see if you > can convince me otherwise. > > Thanks for all the well thought out replies . My takeaway is

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Tom Sartain
I'm assuming that the extra characters that I'm seeing at the end of all of those lines ( å,ž ) are a result of copying/pasting from various places and aren't actually being output. It seems a little odd that your phpinfo would be putting out a content-length of 44.. if I'm reading that right. Ha

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Néstor
TOm, This is the info for my header on my http://localhost, but I do not see any troubles here. Do you? http://localhost/ GET / HTTP/1.1 Host: localhostå,ž User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) FirePHP/0.3å,ž Acce

Re: [nyphp-talk] MongoDB and others, convince me. :-)

2009-12-04 Thread Mitch Pirtle
On Fri, Dec 4, 2009 at 1:47 PM, Brian O'Connor wrote: > This might be a bit of a side topic, but does anyone have any good resources > to read about this noSQL stuff?  I've looked VERY briefly at MongoDB, but > didn't think it was anything that amazingly fantastical that everyone seems > to be tal

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Néstor
BTW, I did try the first one and it made no difference but again that is for CGI. :-) On Fri, Dec 4, 2009 at 11:16 AM, Dan Horning wrote: > Do you have the following in your php loader? > > > > AddHandler php5-script .php > > AddType text/html .php > > > > -- > > *Dan Horning* > > > > *American

Re: [nyphp-talk] MongoDB and others, convince me. :-)

2009-12-04 Thread Ajai Khattri
On Fri, 4 Dec 2009, Brian O'Connor wrote: > This might be a bit of a side topic, but does anyone have any good resources > to read about this noSQL stuff? I've looked VERY briefly at MongoDB, but > didn't think it was anything that amazingly fantastical that everyone seems > to be talking about.

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Néstor
I thought that this entries are for CGI. I am using php as an apache module. :-) On Fri, Dec 4, 2009 at 11:16 AM, Dan Horning wrote: > Do you have the following in your php loader? > > > > AddHandler php5-script .php > > AddType text/html .php > > > > -- > > *Dan Horning* > > > > *American Dig

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Tom Sartain
Take a look at LiveHTTPHeaders add-on for Firefox ( https://addons.mozilla.org/en-US/firefox/addon/3829 ) which should show you what you need to see. Of course, you could always hit up telnet or curl (or any other number of command line tools) to connect to the server and check out the responses.

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Dan Horning
Do you have the following in your php loader? AddHandler php5-script .php AddType text/html .php -- Dan Horning American Digital Services - Where you are only limited by imagination. dan.horn...@planetnoc.com ::

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Néstor
Yes, the PHP script is only doing phpinfo(); I have firebug install on firefox but that does not allow me to see anything during the PHP operation because it just aske me to save it. What tools should I use to see the headers? :-) On Fri, Dec 4, 2009 at 10:55 AM, Tom Sartain wrote: > Do you h

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Tom Sartain
Do you have any tools to look at the headers coming back from the server? My guess is that the content-type or disposition is being set weird. The PHP script is *only* doing phpinfo() right? On Fri, Dec 4, 2009 at 1:42 PM, Néstor wrote: > Apache is working. > The index.html is displaying > the

Re: [nyphp-talk] MongoDB and others, convince me. :-)

2009-12-04 Thread Brian O'Connor
This might be a bit of a side topic, but does anyone have any good resources to read about this noSQL stuff? I've looked VERY briefly at MongoDB, but didn't think it was anything that amazingly fantastical that everyone seems to be talking about. But if it is the next generation, I'd like to be o

Re: [nyphp-talk] MongoDB and others, convince me. :-)

2009-12-04 Thread Mitch Pirtle
DISCLAIMER: I'm a certified Oracle8 DBA, so don't think I'm some young web developer who doesn't know data modeling or relational theory. Here's my passionate plea ;-) For CMS/WCM purposes, there's nothing better. I know of a site that is in the millions of views daily that has nothing but MongoD

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Néstor
Apache is working. The index.html is displaying the error.log : [Fri Dec 04 10:37:48 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.8 configured -- resuming normal operations [Fri Dec 04 10:37:48 2009] [notice] Server built: Dec 10 2008 00:10:06 [Fri Dec 04 10:37:48 2009] [notice] Parent: Created chi

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Tom Sartain
First off, try testing in another browser because I doubt that this is a Firefox specific issue. Second, try putting a static HTML page on the server and requesting that. It should show up fine. Third, and really, this should be one of the first things you always do, check the error logs for Apac

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Néstor
Well, the documentation says to do this: LoadModule php5_module "C:/php528/php5apache2_2.dll" AddType application/x-httpd-php .php PHPIniDir "C:/php528" And that is how my previous installation were done but I can not see it working on FF but it is working on IE I am at a loss for words on this pr

Re: [nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Dan Horning
Try Xampp – easy to install and run – you’re current system doesn’t have php enabled in apache or it would appear as a “text/html” to the browser which would make it render. Depending on what you’re trying to test – I’d also recommend VS.php -- Dan Horning American Digital Services - W

[nyphp-talk] Firefox 3.5.5 not rendering PHP

2009-12-04 Thread Néstor
People, I have installed lamp & wamp several times in the pst and for the last 24 hours I have been trying to install wamp and php using FF will ask me " What should I do with this file" Annoying because I follow the steps that I remembered and it did not worked. Then I look at the installation

Re: [nyphp-talk] MongoDB and others, convince me. :-)

2009-12-04 Thread Edward Potter
You may enjoy playing with Core Data using ObjC on an iPhone. Kind of the next evolution I think. I stick to SQLite these days. It guides the cruise missile and probably your watch. I guess after 20 years playing with DBs (and still learning something new everyday), going back to my roots now. ;

Re: [nyphp-talk] MongoDB and others, convince me. :-)

2009-12-04 Thread Chris Snyder
On Fri, Dec 4, 2009 at 7:56 AM, Gary Mort wrote: > Ok, so since someone has been singing the praises of MongoDB, and others > have been mentioned, I figured I'd provide a contrarian view and see if you > can convince me otherwise. I kind of think they are different tools for different jobs. NoSQL

[nyphp-talk] MongoDB and others, convince me. :-)

2009-12-04 Thread Gary Mort
Ok, so since someone has been singing the praises of MongoDB, and others have been mentioned, I figured I'd provide a contrarian view and see if you can convince me otherwise. I'm a big fan of relational databases. Have been using them since I graduated from college in 1993, starting with DB2, fo