Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Issues with WordPress

  1. #1
    Join Date
    Feb 2009
    Posts
    2,165

    Default Issues with WordPress

    I have developed a webapp that will eventually run in a wordpress site.

    Testing the webapp on the server via the websit url works fine. However not so through the integration within the WordPress site.

    I can run it ok through the WP site but others are getting issues.
    Running through the wordpress site the attached error pops up.

    Now this development is for another developer and he is working with the WP people
    to get the integration working so I am unsure of exact issue, so started this thread so he may jump in and comment.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	wperror.jpg 
Views:	310 
Size:	64.4 KB 
ID:	10721  
    Last edited by Chris Spencer; 13-Mar-2017 at 02:23 AM.

  2. #2
    Join Date
    Mar 2009
    Location
    Beech Hill - a village near Reading in the UK
    Posts
    2,812

    Default Re: Issues with WordPress

    Chris

    I'll await the other developer's input, if I may.

    Mike

  3. #3
    Join Date
    Feb 2009
    Posts
    2,165

    Default Re: Issues with WordPress

    Sure Mike

    I will chase him up to add to this

  4. #4

    Default Re: Issues with WordPress

    Mike
    Chris has been assisting me with this development. Sorry for the delay in responding, the problem seems to be isolated to some versions of IE and I had to get back to the computer on which I had the problem. It is running IE9 v9.0.8112.16421. The application is a booking form which sends an email to the site owner. On this version of IE I get the error Unhandled Program Error on the client. The application was unable to communicate with the server Error:999. After pressing ok the booking form disappears from the side bar and from the make a booking page. The development site is http://coastwide.crankit.com.au/.

    We have also had a problem on IE11. Session key not known (reload page to recreate session)

    It seems to be working ok on Chrome and Firefox.

    I hope you can assist
    regards,
    Paul

  5. #5
    Join Date
    Feb 2009
    Location
    Adelaide, South Australia
    Posts
    2,863

    Default Re: Issues with WordPress

    Hi Paul
    Just clicked the link, from my iPhone, and got the session message. I suggest you suppress this and just create a new session when/if required.
    The site looks great btw!
    Marco Kuipers
    DataFlex Consultant
    28 IT Pty Ltd - DataFlex Specialist Consultancy
    DataFlex Channel Partner for Australia and Pacific region
    Adelaide, South Australia
    www.28it.com.au

  6. #6

    Default Re: Issues with WordPress

    Hi Marco
    Thanks for the suggestion and comments. Do you mean suppress the message within the program so the end user is not aware it has occurred? This may be a work around for the session message.

    The bigger problem is the error I get with IE 9 because it seems to disable the booking page altogether. The site is to be used by any potential customer so it will be embarrassing if it doesn't work across the board. I know these things happen everywhere, even the Australian Tax office was having problems with their site not working with some browsers this week and they were sending out patches for browsers. Hopefully there is an easier fix for this one.

    Paul

  7. #7
    Join Date
    Feb 2009
    Location
    Hengelo (NL)
    Posts
    1,891

    Default Re: Issues with WordPress

    Even with Chrome there are erros, just not on the screen. Check it witht he chrome-debugger. It shows a CORS warning and a 403 forbidden.
    IE-9 might handle these errors differently. Also I'm not sure about CORS support for IE-9. A quick google gives this link:

    http://stackoverflow.com/questions/1...enied#10232313

  8. #8

    Default Re: Issues with WordPress

    Hi Mike
    Any thoughts on this yet? Are we looking at a wider CORS issue here or do you think there is a fix for this?
    regards,
    Paul

  9. #9
    Join Date
    Mar 2009
    Location
    Beech Hill - a village near Reading in the UK
    Posts
    2,812

    Default Re: Issues with WordPress

    Paul

    Sorry - been sway on customer site.

    I don't think this is a CORS issue: that stuff looks like it is working to me. Evertjan, what did you think was wrong with it?

    I think it is down to the fact that the DatFlex cookie - dfWebApp - has an empty value (see first attachment).

    If I load the app directly from dataflex.acs.net.au/cwat/index.html then that cookie has a valid value (see second attachment).

    Mike
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screen Shot 2017-03-18 at 15.54.31.jpg 
Views:	129 
Size:	77.5 KB 
ID:	10742   Click image for larger version. 

Name:	Screen Shot 2017-03-18 at 17.13.26.jpg 
Views:	126 
Size:	79.9 KB 
ID:	10743  

  10. #10
    Join Date
    Feb 2009
    Location
    Hengelo (NL)
    Posts
    1,891

    Default Re: Issues with WordPress

    Wut?
    As mentioned, the browser-debuggers shows errors. The link I posted shows some information about IE-9, CORS and jQuery.

    Click image for larger version. 

Name:	au ie.PNG 
Views:	124 
Size:	102.9 KB 
ID:	10744Click image for larger version. 

Name:	au.PNG 
Views:	161 
Size:	125.5 KB 
ID:	10745

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •