[Flashcoders] PHP and Flash weirdness...

2008-02-15 Thread BOYD SPEER
  I am unable to run any php scripts on this web site (teeka.ipower.com) after moving my client's files to the server. I have set the CGI scripting to Active and have chosen php4 as the default version. there is no error recorded in the error log (0 bytes) and the access log does not show any

Re: [Flashcoders] PHP and Flash weirdness...

2008-02-15 Thread Glen Pike
Hi, Try uploading the ?php phpinfo(); ? script - if that works, check your code, their may be issues with parsing, etc. One problem I have had is short tags ?= $var ? not working - it's a setting in php.ini Also, check error_reporting and debug your script maybe - comment half,

Re: [Flashcoders] PHP and Flash weirdness...

2008-02-15 Thread Glen Pike
Hi, Sorry, forgot to mention permissions - some servers with CGI get arsey about this. Usually PHP files should have permissions of 644 and directories containing them should be 755, but look at your support doc's to see anything. Glen BOYD SPEER wrote: I am unable to run any

Re: [Flashcoders] PHP and Flash weirdness...

2008-02-15 Thread BOYD SPEER
Thanks Glen. It was a server problem - needed a reboot to reflect my activating CGI while setting up. - Original Message - From: Glen Pike [EMAIL PROTECTED] Date: Friday, February 15, 2008 9:12 am Subject: Re: [Flashcoders] PHP and Flash weirdness... To: Flash Coders List flashcoders

Re: [Flashcoders] PHP and Flash weirdness...

2008-02-15 Thread Allandt Bik-Elliott (Receptacle)
while working on a flash / php job recently, i was told to use charles which tells you exactly what is happening between flash and the php scripts don't know if it will help if php isn't working at all tho - have you tried a simple echo 'hello world' type deal to make sure it's working?