You are not logged in.
hi
i had got apache 1.3 and PHP5 and Xinha worked perfect
now im upgrading on apache 2 and Xinha has some problems - htmlarea.js doesnt work
im trying to find problem in this JS but this library has got over 6000 lines
when im going back on apache 1.3 .... everything is OK
has somebody this problem ?
im trying it with IE, Firefox, NN ....
thx
Offline
That's strange. Normally, different server software shoul not have any effect on js -- as long the same is sent to the client (HTML- and js-wise).
Do you have a sample page where on can have a look at your problem?
Offline
I know that JS run on user-side, today im trying apache 2 and PHP4 and its work, then i change PHP on 5 and Xinha is empty textarea ... htmlarea.js dont run
this is on unpublic test-server
Offline
Well, I think you should look elsewhere than php/apache versions to diagnose this. I've been running xinha (htmlarea...) for over a year on various server configurations (iis/apache/php4/php5), always ran out of the box with no issues (sure had some JS bugs once in a while but nothing to do with server). I use this daily with php5+apache 2 with no issues.
You should check to make sure paths, urls etc. all remain the same thru the tests... just my 2 cents
Offline
Have you tried running in firefox and then looking at the javascript console (tools->javascript console) - I think it' there by default. Does it give you any errors/ warnings? MS have a similar tool called the script debugger but it isn't supported and doesn't always work on every PC.
It also sounds as though you have been running xinha a while and possibly customised bits of it. - Maybe try downloading the latest xinha build and seeing if you can get the full-example.html page to work.
Offline