Graphical reports are not displayed in Bugzilla; "Image corrupted or truncated" - bugzilla

When I select Graphical reports under Reports section in Bugzilla (version 4.0.2), Reports are getting generated but are not displayed, instead it shows cross mark(X) missing image sign & when I debug it with firebug it gives following error "Image corrupted or truncated".
I have installed following modules required for graphical report generation:
GD
Chart
Template-GD
GDTextUtil
GDGraph

Try installing the mod_perl module. I did that and worked!

Related

Is there a workaround when Xdebug returns a 404 Not Found error when downloading a dll?

I ran the xdebug wizard after pasting in the php info details for (8.0.26) and after it does the analysis it instructs me to
"Download php_xdebug-3.2.0-8.0-vs16.dll"
When I click on the link I receive a blank page with a 404 Not Found error message. Is there a another location where I can find this DLL
The wizard gave you the wrong link, you can download the dll here:
http://xdebug.org/files/php_xdebug-3.0.3-8.0-vs16-x86_64.dll
This is a bug in the wizard. From Xdebug 3.2, 32-bit builds of Xdebug on Windows are no longer supported, and the information that you pasted into the wizard indicated that you're still using a 32-bit version of PHP.
Xdebug's wizard should have told you that. I will update the wizard to make this clear, but your only solution is to switch to a 64-bit build of PHP on Windows.

RMarkdown - impossible to knit

I am using RStudio Version 1.3.1093 and R 3.5.1 GUI 1.70 El Capitan build (7543). When I try to knit in RMarkdown I get the following error message:
"Rendering markdown documents requires updated versions of the following packages: knitr, rmarkdown, tinytex. Do you want to install these packages now?"
I clicked yes, but then if I click 'knit' I get the same error message.
I then tried to install.packages manually but I still get the same error message.
Does anyone know what might be happening?

getting the org.eclipse.equinox.p2.core.ProvisionException while installing UX studio software in eclipse

I am trying to install UX_ Studio software in eclipse from the following URl.
http://developer.salesforce.com/media/commercecloud/uxstudio/4.5
This is my home pc
But I am getting the org.eclipse.equinox.p2.core.ProvisionException
The error is as follows:
Unable to read repository at http://developer.salesforce.com/media/commercecloud/uxstudio/4.5/content.xml.
Unable to read repository at http://developer.salesforce.com/media/commercecloud/uxstudio/4.5/content.xml.
Received fatal alert: protocol_version
I checked the error online and added the following line
open the eclipse.ini file and add the following on a separate line under the -vmargs option.
-Djava.net.preferIPv4Stack=true
But exception is still there
Java 8 needs to install with the software. Other versions of java will not work

Compiling mod_tile

I wanted to build my own tile server as written on switch2osm site. In short: render is not happening (more details you can find here).
Seems that mod_tile is not installed correctly. First it gave some errors during installation and in the end error message was:
27 warnings and 4 errors generated.
apxs:Error: Command failed with rc=65536
I removed this source (original from openstreet) and downloaded new one from here. This time installation went without error, only some warnings. But rendering is still not happening (it's stuck on <Debug>: Using web mercator projection settings and doesn't move on).
Data about my system goes here:
OS: Mac OS 10.9.4
Python: 2.7.5
Mapnik: 3.0.1-pre
Server version: Apache/2.2.26 (Unix)
Installation logs are here.

Javascript error on new install of 7.0.1.0.2

I've had a good look around and can't see anyone else with the same issue.
I've downloaded the latest install for DNN (via this page https://dotnetnuke.codeplex.com/relea...) and tried to run it as a new install (via visual studio development web server) but the site crashes on the second page of the wizard, I get a javascript error "Invalid character" in the jquery library and nothing happens are that.
Using the VS javascript debugger I can see in the call stack that the error seems to stem from some javascript used to update the progress bar found on the installation page, the line in question is...
var result = jQuery.parseJSON(status);
If I let the code run from here I get a further error of "Unable to get property 'progress' of undefined or null reference" in the same block of javascript code a few lines down...
if (result.progress < $("#progressbar").progressbar('value')) return;
Details of my installation;
Running on Windows 7 64 bit (have also tried a Windows 7 32 bit but get same error).
Using VS 2010
Installing to new (blank) database on MS SQL server 2008
Using a SQL user for authentication
Have tried the suggestion of "unblocking" the zip file before downloading
Given the NETWORKSERVICE user full control over the DNN website folder
I've tried the installation with IE 10 & the latest version of Chrome (30.0.1)
In addition to trying to run the installation using the wizard I also found that you can disable the wizard via this web.config setting;
Running with this I am able to successfully install DNN but when redirecting from the basic wizard page to the DNN site I get an object not set to an instance of an object error on this line...
if (PortalSettings.ActiveTab.PageHeadText != Null.NullString && !Globals.IsAdminControl())
... of the default.aspx code behind
I had a play with DNN 6 last year and didn't have any issues installing so to confirm that was still the case I downloaded the last release of DNN 6 (version 6.0.2.09 from here https://dotnetnuke.codeplex.com/relea...) and was again able to install that version without any problems at all using the same SQL server and running through VS 2010.
Any help would be appreciated.
Thanks,
I was having the same problem and switching the pipeline mode for the application pool to "Integrated" fixed the issue on PortalSettings comming on null on this line:
if (PortalSettings.ActiveTab.PageHeadText != Null.NullString && !Globals.IsAdminControl())

Resources