This is my very first time using IBM Watson and it is for a school project. I was wondering if anyone could help me with this issue I keep getting when trying to embed a Iframe inside of my chatbot. There is two errors, First error and my second error is that it says that I don't have permission to access the Iframe on this server,
If anyone is able to help I would greatly appreciate it!
Related
maybe someone have experience to call custom action in JavaScript from CRM Online. I tried to follow many articles like this
but no luck i just receive error "Internal Serer Error". All this arcticles wtiten for on-promise so i think there is something special for CRM Online. I tried to use my Custom Action from workflow and there is everithing work fine. Thank you for help.
You shouldn't have any issues with calling your Custom Action from JavaScript for CRM Online, as long as the JavaScript is running from within CRM. If you're getting an Internal Server Error, then more than likely you have something wrong with your URL, or the SOAP message you're generating is invalid. Generating SOAP in JavaScript is generally really ugly.
It's hard to make correct SOAP message so i found framework that help me to work with Actions. I tested it and it works fine Call Action in CRM 2015 Easily from JavaScript Library
I have a quick question regarding my assignment for school. So essentially it is a webform and I upload a photo and some info, and the .cgi file populates the data into a profile. I got it working when I upload the image to "public_html/images" folder, however the assignment requires me to upload and retrieve the image from "public_html/cgi-bin/assn1/images". The image uploads to both the "public_html/images" and the "../cgi-bin/assn1/images". However, in the case of the latter, I can't retrieve it. Can someone please give me some information as to how I could go about doing this? Also this is the school server so I am limited to what I can do...
profile photo.... <img src="../assn1/images/$fileName">
Any help would be appreciate it. Thank you in advance.
Cheers
What, exactly, do you mean by "I can't retrieve it"? Are you getting some kind of error message or a missing image icon? Is anything being written to the web server error log?
It's possible that the web server is configured so that everything under the /cgi-bin directory is interpreted as a CGI program. In which case, you shouldn't be storing static content there.
I am creating an android application that is connected to the parse back end at the moment. My question is how do i upload data like text, images,and video from my computer directly to parse and then be able to call it from my app. ive been doing some research and i seen things like rest api and accessing it through Http. i just want to see whats best for my case.
so basically my question is how do i upload data to parse from my computer.
im kind of new to this and any help would be appreciated
Thanks
if you just need to upload a few files then you can do it from the Parse dashboard. For a large number of files write a script that call the Parse REST API
We've recently launched a new website http://atlascode.com and since the launch I've been unable to get in-page analytics working on the website. Google also claims that my tracking code is not working but I think this is a misnomer.
Whenever I attempt to load in-page analytics I receive the error:
We've identified problems in your setup. These may cause problems loading In-Page Analytics.
Your site doesn't load ga.js from Google.
If you host the Google tracking code on your own servers, it isn't updated automatically and can miss important changes.
We didn't find a tracking snippet on your site. In-Page Analytics cannot load. Please make sure you have tracking installed correctly. If your snippet is included in a separate JavaScript file, you'll have to manually check it is being loaded correctly.
-ENDS-
I've simply copy and pasted the tracking code on to the website and haven't done anything out of the ordinary. I've also checked to make sure that under Web Property Settings my Web property name and default URL is atlascode.com.
Any ideas you guys have really would be welcomed.
EDIT: Added screenshot of Google Analytics error http://min.us/mdqlrhj
Thanks in advance
Simon
Well there's whole buncha people in the web complaining about the same issue.
I've noticed something funny.
Most of developers love to exclude Analytics tracking code for logged in administrators and trying to check out In-Page Analytics while they're logged in. So there's really no any ga.js.
In my experience, this occurred when I hadn't set my default URL to exactly match the URL set in the profile.
Matt
P.S. Someone beat me to your source!
Got the same problem on Magento Enterprise, but solution was pretty simple: GA code just need to be placed before <head> tags. After this simple fix In-Page tracking works perfectly.
Update
Also, be sure you have no framekiller installed in your site.
while looking for a Cocoa Facebook Framework that works with OSX I found PHFacebook.
http://developer.casgrain.com/?p=107
It's really nice and works well but the sample app is only able to read from Facebook. Can someone please explain to me how I can write something to facebook using PHFacebook? On the Developers homepage someone asked the same Question and the developer answered:
"I’m sure it’s possible, I just never tried. Did you add the “write” property to the request? Maybe that’s all you’re missing. The sample app only has “read”."
But I can't find any "read" property in the code. Can someone please give me a hint?
Thank you so much!
CaptnCrash
I had the same problem when I tried to upload the image to facebook, then, I used the phfacebook to get the access_token, and then used the ASIhttprequest to upload the image.
You can see the detail at
Facebook Graph API Upload Local Image to Wall (Objective-C)