Re: [qooxdoo-devel] PHP code in Javascript

2011-05-09 Thread Gerrit Garbereder
hey guys, thats a lot for your help. You where right, that it was the server config. In the further versions there was an .htaccess file in the script folder which tells the server to handle .js as php code. I have not mentioned the file cause it was hidden, and I've to work on a project which I'v

Re: [qooxdoo-devel] PHP code in Javascript

2011-05-09 Thread thron7
On 05/09/2011 10:44 AM, Gerrit Garbereder wrote: > thanks for your comments. > > I still wonder, why it works on version 1.0 properly but not on > version 1.0.1. I guess qooxdoo loads the script files in async-mode, > might that be? Look, if you're putting in a

Re: [qooxdoo-devel] PHP code in Javascript

2011-05-09 Thread Gerrit Garbereder
thanks for your comments. I still wonder, why it works on version 1.0 properly but not on version 1.0.1. I guess qooxdoo loads the script files in async-mode, might that be? Best regards, Gerrit -- Gerrit Garbereder B.Sc. Mathematisch-technischer Softwareentwickler RWTH Aachen University, Cente

Re: [qooxdoo-devel] PHP code in Javascript

2011-05-09 Thread thron7
On 05/08/2011 11:04 AM, Gerrit Garbereder wrote: > Hey folks, > > reffering to my last post I want to reopen it. I got the Version 0.8.3 > and 1.0 working on my server properly. But now I would like to migrate > up to 1.4. My next step was to do the migration to 1.0.1 and I > detected the same er

Re: [qooxdoo-devel] PHP code in Javascript

2011-05-08 Thread Florin Jurcovici
Hi. It all depends on your configuration. Try changing the extension of the included php file which generates js to .php, see what Apache thinks of this. I can't know for sure, but my supposition is that Apache is configured in such a way that it sees no reason to pass the .js file through the ph

Re: [qooxdoo-devel] PHP code in Javascript

2011-05-08 Thread Gerrit Garbereder
Hey folks, reffering to my last post I want to reopen it. I got the Version 0.8.3 and 1.0 working on my server properly. But now I would like to migrate up to 1.4. My next step was to do the migration to 1.0.1 and I detected the same error as before changeing the server config. So the situation is

Re: [qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Gerrit Garbereder
Yeah! It works!. I've found the difference in the files... The AllowOverride flag was set to "None" but "All" ist the correct value. thanks! -- Gerrit Garbereder Mathematisch-technischer Softwareentwickler RWTH Aachen University, Center for Computing and Communication Rechen- und Kommunikations

Re: [qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Jean-Baptiste BRIAUD -- Novlog
On 22 avr. 2011, at 14:06, Gerrit Garbereder wrote: > thanks for your answer. > I tested the php module with a test file which contains the phpinfo(); > command. This works fine, so I guess the php module works properly. > > I wonder why it works on the old server cause the javascript include >

Re: [qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Gerrit Garbereder
thanks for your answer. I tested the php module with a test file which contains the phpinfo(); command. This works fine, so I guess the php module works properly. I wonder why it works on the old server cause the javascript include is done client side, isn't it? Regards, Gerrit -- Gerrit Garbere

Re: [qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Jean-Baptiste BRIAUD -- Novlog
Check the apache config and ensure PHP module is activated. What you describe look like an apache without PHP activated, so PHP "program" is passed as text to the HTTP client. On 22 avr. 2011, at 12:54, Gerrit Garbereder wrote: > Hey folks, > > I'm working on an old script using qooxdoo 0.8. Th

[qooxdoo-devel] PHP code in Javascript

2011-04-22 Thread Gerrit Garbereder
Hey folks, I'm working on an old script using qooxdoo 0.8. Ther script works on an lampp server very well but i get in trouble when moving it to an current apache2 server. There is a java script file which gets included via html () and has the following content: urlString = "../../"; urlSaveSt