Re: [PHP] V4 Vs V5 Issue

2008-07-07 Thread Neil
Hi Thanks to those who got back to me on this. Turns out the issue was HTTP_POST_VARS..GET, SERVER being so depreciated that they no longer worked at all. Changed all to _POST..._GET, _SERVER etc and all worked fine. I guess they will make a programmer of me yet...hmmm one day maybe.

[PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
Hi First Post here, I hope this is the right place for this post. This is probably not a php problem, I think it may a configuration issue, but sorry I just dont know where to look I have a V4 site the calls an on line editor and part of the process is by window.onload. If I had to explain

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Wolf
Neil [EMAIL PROTECTED] wrote: Hi First Post here, I hope this is the right place for this post. This is probably not a php problem, I think it may a configuration issue, but sorry I just dont know where to look Configuration issue of what? I have a V4 site the calls an on

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Eric Butera
On Tue, Jul 1, 2008 at 11:27 AM, Neil [EMAIL PROTECTED] wrote: Hi First Post here, I hope this is the right place for this post. This is probably not a php problem, I think it may a configuration issue, but sorry I just dont know where to look I have a V4 site the calls an on line editor

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
Thanks Wolf I have replied to all, I hope that is the correct way here. A configuration issue on the PHP V5 Server . thats my problem, I dont know where I should be looking. The source code, php and JS is absolutely identical on both machines. Cheers Neil At 01:36 AM 2/07/2008,

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
Hi Thanks I have tested the path, that works fine. I set up a dummy file on the same path just to check that, it found that and printed out some echo'd text from that file. I can see the content of core_js.php file in the the IE view source view. At 01:43 AM 2/07/2008, Eric Butera wrote:

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Jim Lucas
Neil wrote: Hi First Post here, I hope this is the right place for this post. This is probably not a php problem, I think it may a configuration issue, but sorry I just dont know where to look I have a V4 site the calls an on line editor and part of the process is by window.onload. If I

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
Thanks Jim Two things come to mind. 1) Is their any PHP inside you javascript file that needs to be parsed? And if so, is the new V5 install configured in such a way that it parses/processes javascript files? where the old install was processing javascript files. This would be a

Re: [PHP] V4 Vs V5 Issue

2008-07-01 Thread Neil
Thanks Jim Will add some more to this. The PHP that is parsed inside this file and the JS is I think working correctly because the values are populated in the JavaScript output that is being displayed in the IE source viewer. For instance there is a stack of variable that are defined up