Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-11 Thread Ashley Sheridan
On Mon, 2010-01-11 at 03:27 +0200, Kaya Saman wrote: Depending on the latency and bandwidth you could use X11 forwarding (granted the server supports it) so you could use a non-CLI editor. I think joe has some syntax highlighting, but I've never edited PHP files with it. If you

RE: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-11 Thread Bob McConnell
From: Kaya Saman I also forgot to mention, it's worth getting an editor that comes with syntax highlighting, as this would have shown you the problem right away. Thanks for both comments Ashley! I will attempt it now. An editor with syntax checking?? Currently my data center is in the

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-11 Thread Kaya Saman
Bob McConnell wrote: From: Kaya Saman I also forgot to mention, it's worth getting an editor that comes with syntax highlighting, as this would have shown you the problem right away. Thanks for both comments Ashley! I will attempt it now. An editor with syntax

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-11 Thread Ashley Sheridan
On Mon, 2010-01-11 at 16:21 +0200, Kaya Saman wrote: Bob McConnell wrote: From: Kaya Saman I also forgot to mention, it's worth getting an editor that comes with syntax highlighting, as this would have shown you the problem right away. Thanks for

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-11 Thread Robert Cummings
Bob McConnell wrote: From: Kaya Saman I also forgot to mention, it's worth getting an editor that comes with syntax highlighting, as this would have shown you the problem right away. Thanks for both comments Ashley! I will attempt it now. An editor with syntax checking?? Currently my data

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-11 Thread Michael A. Peters
Ashley Sheridan wrote: I never bother with X-forwarding for development work, it is too slow I agree. My development box is a Dell Optiplex G50 I found discarded in an illegal trash pile. Hard drive was bad, I had a spare. Heat sink was dislodged, I had thermal paste. CDROM is not

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-11 Thread Kaya Saman
My development box is a Dell Optiplex G50 I found discarded in an illegal trash pile. Hard drive was bad, I had a spare. Heat sink was dislodged, I had thermal paste. CDROM is not reliable, but reliable enough to boot off of a 4MB CentOS boot.iso and network install. Video gives snow, but

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-11 Thread Michael A. Peters
Kaya Saman wrote: Thanks for that info I do admit that old computers do make the coolest machines especially home servers and when running something like FreeBSD they end up being awsome! However we were talking about SSH over continents not local LAN! With local LAN you get round

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-11 Thread Kaya Saman
But what you can do is keep your dev box local, and then use rsync over ssh to publish to the production (or dev) server that is across ocean(s). I use .devel as my TLD for my dev hosts (IE www.something.devel) but otherwise have the dev box configured identical to the production

[PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Kaya Saman
Hi, I am hoping someone can help me?? I currently run Fedora 11 on an Apple PowerMac G4 and recently performed an upgrade to it which rendered my site completely unsee able for a while but then after re-saving it showed up through my browsers however my menu bar was slightly altered

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Ashley Sheridan
On Mon, 2010-01-11 at 02:52 +0200, Kaya Saman wrote: Hi, I am hoping someone can help me?? I currently run Fedora 11 on an Apple PowerMac G4 and recently performed an upgrade to it which rendered my site completely unsee able for a while but then after re-saving it showed up through

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Ashley Sheridan
On Mon, 2010-01-11 at 02:52 +0200, Kaya Saman wrote: Hi, I am hoping someone can help me?? I currently run Fedora 11 on an Apple PowerMac G4 and recently performed an upgrade to it which rendered my site completely unsee able for a while but then after re-saving it showed up through

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Kenneth Sande
Ashley Sheridan wrote: On Mon, 2010-01-11 at 02:52 +0200, Kaya Saman wrote: Hi, I am hoping someone can help me?? I currently run Fedora 11 on an Apple PowerMac G4 and recently performed an upgrade to it which rendered my site completely unsee able for a while but then after re-saving

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Kaya Saman
I also forgot to mention, it's worth getting an editor that comes with syntax highlighting, as this would have shown you the problem right away. Thanks, Ash http://www.ashleysheridan.co.uk Thanks for both comments Ashley! I will attempt it now. An editor with syntax checking??

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Ashley Sheridan
On Mon, 2010-01-11 at 03:06 +0200, Kaya Saman wrote: I also forgot to mention, it's worth getting an editor that comes with syntax highlighting, as this would have shown you the problem right away. Thanks, Ash http://www.ashleysheridan.co.uk Thanks for both comments

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Kaya Saman
I use Kate which comes with KDE on Linux. With KDE's Kioslaves I can edit files directly over SSH via the SFTP protocol. Thanks, Ash http://www.ashleysheridan.co.uk Thank you for the suggestion! Your idea about using echo OUTPUT worked and I now have access to the files again :-) I am

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Ashley Sheridan
On Mon, 2010-01-11 at 03:15 +0200, Kaya Saman wrote: I use Kate which comes with KDE on Linux. With KDE's Kioslaves I can edit files directly over SSH via the SFTP protocol. Thanks, Ash http://www.ashleysheridan.co.uk Thank you for the suggestion! Your idea about using echo

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Kaya Saman
Depending on the latency and bandwidth you could use X11 forwarding (granted the server supports it) so you could use a non-CLI editor. I think joe has some syntax highlighting, but I've never edited PHP files with it. If you are coming from a windows machine, you can use Cygwin or Xming

Re: [PHP] Upgraded PHP now website doesn't work properly?

2010-01-10 Thread Waynn Lue
Emacs/xemacs does syntax highlighting too. On 1/10/10, Kaya Saman samank...@netscape.net wrote: Depending on the latency and bandwidth you could use X11 forwarding (granted the server supports it) so you could use a non-CLI editor. I think joe has some syntax highlighting, but I've never