Installing dotnetnuke module install fails with 404 - module

Im doing some dev work on a dnn module. I was able to build and install a package on my installation of DNN once. I made some changes and wanted to uninstall and reinstall it. Uninstalling went fine. Installing the module again failed by throwing a 404 on the install popup window as soon as i upload the new module zip. I dont see anything logged in the event viewer. Anyone know what can cause this?
Im running DNN 6.2.4
UPDATE: adding more info
the url its 404ing on is: "/Host/Extensions/tabid/36/ctl/Install/rtab/36/portalid/0/Default.aspx?popUp=true"
Im sure this is something unique to my module. I tried installing other modules and they worked fine.

Try hitting F12 in your browser to load the Developer console and see if you can find what the URL is that is 404'ng, that'll make tracking down the issue easier.
Update: Since it appears to be the old "max upload size" issue check out this video for how to fix that part
http://www.dotnetnuke.com/Resources/Video-Library/Viewer/Video/383/View/Details/How-to-increase-the-maximum-file-upload-size-in-DotNetNuke-6.aspx

Related

VScode remote SSH server fails to load the extensions

Recently,my server encountered a strange problem. All the previously installed extensions were not loaded when logging in again.
Now we need to reinstall the extension every time we log in. There is no such problem before January 15. What is the reason?
We have tried to restart the server and reinstall the extension. The problem still exists. enter image description here
And I have checked the extensions path, all the extensions are still existed, but vscode doesn't load them, I did not find a similar situation on the Internet, is only I encountered this situation?
enter image description here

Vue Project not working after ubuntu customization

I have created a project using vue.js at the frontend and flask at the backend, It was working perfectly. But, after I customized my ubuntu OS, suddenly I am unable to run the project, my flask and every other framework and library was uninstalled and I am unable to reinstall vue and I get this error message when I try to install vue again:
Can someone tell me how to resolve this issue?
By Customization, I installed some extensions and then some wallpapers, icon packs etc..
As a user has mentioned in the replies earlier, what you are trying to do is installing a global package, and the error displayed there clearly stated that you lacked permissions, and the customizations you mentioned should not have any impact on this.
Since you are using Ubuntu, just add a sudo in front of the command that you are trying to execute and it should be fixed.

Splunk Sideview Editor throws 404

I installed latest sideview utils app in my spunk 4.2.2 installation and ran straight away into a problem. Evertime I try to launch sideview editor it throws 404 errors.
Any pointers would help
This just means that you have not restarted Splunk after installing the app.
Splunk should give you a notification after installing the app through the Manager section, that a restart is required. I think that notification system in Splunk may not be working on all Splunk's supported platforms, because we seem to be getting this problem reported with some regularity, where something or other doesn't work properly and ends up being just because the server hasn't been restarted.
By the way, you'll find a ton of questions and answers about this app over on answers.splunk.com rather than here on stackoverflow.

Eclipse Helios 3.6.0 hangs while installing Egit

I am trying to install Egit on my eclipse using market place.
The problem i am facing is that the installation gets stuck at 49%. I waited for almost 2 hours yesterday but still the installation did not happen. Has anyone faced any such problems before?
Is there a manual way i can install Egit. i.e. by downloading a package and then installing. I am using windows 7 machine.
Can anyone please guide me on this issue?
P.s: I have gone through the previous asked questions, and i do not have many other sites being used as download pages.(So it is not slow due to loading of many sites)
What has worked for me is the following:
Find a mirror in your country, in my case was http://eclipse.tsl.gr/egit/updates-1.3/
Go to install software and paste the mirror url in the work with box and select the packages you wish to install
This is the solver: un check "Contact all update sites during install to find required software"
I am not sure whether it helped but I also updated Java to latest version while trying to install EGit on Helios.
Have you tried installing EGit from the following update site?
http://download.eclipse.org/egit/updates
You can use this update site by going to:
Help > Install New Software...
and enter the URL in the Work with: text box
I had the same problem as the OP with all marketplace plugins. My downloads of plugins consistently got stuck on 48% or 49% and would eventually time out.
In my case, I solved the problem by turning off my antivirus and then downloading plugins.
While my antivirus was turned off, I did not browse the web. I also ran antivirus and anti malware scans afterwards.

Joomla Mootools file getting truncated

I am trying to run Joomla on my local machine. I have installed wamp 2.0 and everything installed ok with it and I managed to see it running. I have now come to install Joomla 1.5.18 but I am having a problem with the mootools file on the installation wizard.
When running through the installation process in FireFox with firebug turned on I get errors about the mootools file missing a }. When I view the file through windows explorer it is complete and everything is fine with it but when I click on the error in firebug to see the error the file is truncated which I assume is why it is not working and complaining about a missing }. To test the file I created a test page which pulls in the same mootools file and this works fine (running locally and not through Joomla ).
Does anyone know why this is happening and how to fix it? I think it must be a problem with wamp as like I said the file is fine and runs ok if I run it from the file system, however I know nothing about servers so this is a guess. Maybe a limit on the size of a file which can be returned as the mootools file is around 7000 characters long.
I have tried un-installing both Joomla and Wamp but none this has not worked and I still get the same error. Thanks
I'm just curious, have you tried installing a newer version of Joomla? 1.5.8 is a little bit old and you may have better luck using something a version or two newer. Alternately speaking, if you're not a big fan of installing WAMP and then manually installing Joomla, you can use a Bitnami Joomla stack. Basically, Bitnami installs Apache, mySQL, PHP, and Joomla all in one quick and easy install.
I hope that some of this helps!
I would suggest that your problem is not with the Mootools package but with your template or modules that are loaded in. Can you turn off all of your modules and reenable them one by one until you see the error again?