I'm trying to export a report as pdf from the analysis hub, it says loading.. but nothing really happens. I have tried exporting with other formats and that seems to work just fine.
is there anyone else experiencing this? what I'm I doing wrong here?
I have managed to solve my issue here is what i did incase anyone else faces the same issue
I just changed Automatic downloads to Allow in the site settings and then it worked.
Related
Steps to recreate:
default install and start of kibana (5.2.0)
save a saved search, visualization or dashboard
shutdown, change kibana.index in config/kibana.yml:
from ".kibana" (default)
to: ".kibananew"
restart kibana and browse to management > saved objects
Expected: No saved searches, visualisations or dashboards to be present, because it should be looking for them in ".kibananew" which is empty?
Actual: They're still there.
Any help much appreciated! :)
So on second attempt this worked for me - i.e. I got the expected outcome above.
Either browser caching was an issue or I messed up!
I have a problem when placing an App module(v 8.4.8) on a page. When I placed an App module on a page I got a pop up saying "Had an error talking to the server (status 404). if you are an advanced user you can learn more about what went wrong - discover how on 2sxc.org/help?tag=debug".
This error happens on whatever action I try to do: trying to add and app, refresh page etc.
I checked a communication to the server using Firebug and seems that one of APIs are missing:
~/desktopmodules/2sxc/api/view/Module/GetSelectableApps
Referer: ~/desktopmodules/tosic_sexycontent/dist/dnn/ui.html?sxcver=8.4.8.19191
Did I missed something? Should I make some configuration after SexyContent module install (v 8.4.8)?
I just checked a video by Daniel Mettler where he showed how to install a module and seems that process is simple. Nothing to worry about.
Does anybody has any idea what might went wrong here?
The same actually happens when I install and Content module: Error about missing APIs:
~/desktopmodules/2sxc/api/view/Module/GetSelectableContentTypes
~/desktopmodules/2sxc/api/view/Module/GetSelectableTemplates
Thanks a lot for your time
My best guess is that it's an issue with the dnn domain/path configuration. So basically my guess is that
you have multiple domains, and if this is configured incorrectly, the paths in the js-calls won't fully match the original one
you have sub-portal (with paths like /products/) or something, and this isn't configured correctly in dnn
languages in portal-paths are causing similar issues.
So please compare EXACTLY the full base path and see if that's the issue.
So I'm having an issue with a MAMP & Wordpress local install where frequently on reload I get a "No data received ERR_EMPTY_RESPONSE" page. I also get the following in the console.
/deep/ combinator is deprecated. See
https://www.chromestatus.com/features/6750456638341120 for more
details. http://localhost:8888/xxx/:1 GET
http://localhost:8888/xxx/ net::ERR_EMPTY_RESPONSE
http://localhost:8888/xxx/:1 GET http://localhost:8888/xxx/
net::ERR_CONNECTION_REFUSED
I've not been able to find anything that addresses these errors, except to restart the server. Not sure what else I need to do to trouble shoot this.
I've been getting this error constantly over the past few days. I found that if I switched themes back to the default twentyfifteen it solved the issue.
There was obviously an error somewhere in my custom theme, so I started to re-name files to find the culprit. It ended up being the functions.php file. There was this snippet of code in there:
'packages-nav' => _('Packages Nav'),
The single underscore was causing the issue.
Try a similar method on your theme to find the error. Not sure if this is any help, but I've been Googling the issue and couldn't find any solutions, so when I found a fix I wanted to share.
When im try to export to excel from my web page im getting this error.
can anyone please help me.
Thanks,
smartdev
Had the same problem with IE8 and Exporting to Excel that worked in all other browsers.
The culprit for me was setting "NoCache" for the response headers:
HttpContext.Current.Response.Cache.SetCacheability(HttpCacheability.NoCache);
Once I removed this response header for the Excel Export page, it worked.
By the way, your App might be doing this automatically, so you may have to programatically remove this response header in your page. Make sure you do that before outputting any content.
I have installed kloxo control panel, this is the address http://173.212.227.142:7778/. Then I made domain for my test site, which shows me preview from this link, http://173.212.227.142:7778/sitepreview/kids.com/index.html, which is right.
Now I have installed drupal but it is very hard for me to set here. I have made changes in configuration file like database, and in base_url. But didnot getting the site and it shows me a blank page.Site should come with this address, http://173.212.227.142:7778/sitepreview/kids.com/kids/index.php. I made the base_url as http://173.212.227.142:7778/sitepreview/kids.com/kids.
Please suggest me the solution.
Thanks
If you have a problem in your settings.php file, Drupal won't be able to connect to the database but will show you a page telling you such. The White Screen of Death means there is some kind of php error. It is difficult to know what kind of error from your description. Look in your error logs for php errors and tell us what you see, and it will be easier to help you out.
The white page could be the result of a php error, possibly due to a configuration/setting oversight. You should check your Webservers error log(s) for this, as they might give you some hints on possible causes.
Read this: http://drupal.org/node/158043