Currently, I have Joomla 2.5 installed and I am trying to install Joomla 3.0 on the same web server.(allowed to run multiple sites)
Under www(root directory), I have installed Joomla 2.5 and working without any problem.
To install Joomla 3.0, unzipped and uploaded package files to e.g. www/joomla3 folder.
I have set the url e.g. www.joomla3.com to point joomla3 folder.
For joomla 3 configuration, I access url(e.g. www.joomla3.com) but I am getting Error 310 (net::ERR_TOO_MANY_REDIRECTS). If I remove index.php on joomla3 folder than I see web directories.
Why am I getting this and how can I fix this error.
I really appreciate your help.
Related
I have a error installing "wfastcgi 2.1 gateway for iis and python 2.7.9" in IIS, to deploy an app django in windows 10.
I can not download the installer (see the image).
enter image description here
Please, have someone the installer?
Thanks in advance!
That looks like Web Platform Installer. That feed is not maintained anymore, and it points to files on CodePlex which no longer exist now that CodePlex is closed/archived.
We recommend you install from https://pypi.org/project/wfastcgi/ instead, using pip.
Private nuget server can't find packages after upgrade
I had to update the nuget server to get it to accept packages that were failing to upload (apparently the package format changed in dotnet core or something). Now all the previously uploaded packages aren't showing up in nuget. I can see all of them on the server just sitting there in their directories. But they can't be found. New packages are ending up in the server's package directory rather than their own directories.
From prior experience I don't think just copying the packages into the packages directory is going to work.
Trying to actually upgrade the NuGet.Server package from v2.8.6 to v3.0.2 appears to work but in the end the package is still at v2.8.6.
Don't try to upgrade nuget.server projects. That way lies madness.
Carry out the instructions like making a new one.
1) Create a new empty Web Project; target framework is NET Framework 4.6
2) Add NuGet.Server version 3.0.2
3) Fix duplicate <compilation> tag in web.config
4) Apply your API key to web.config and any other nuget configurations you have.
5) Remove old project from installation directory; leaving behind only the Packages directory and optionally any static files you uploaded to the installation directory itself (I keep a copy of nuget.exe and local project icons there).
6) Copy build output of new project to web installation directory.
It starts working. I don't know what's up with upgrading but it ends up with a smashed web.config and who knows what else.
As per Sitecore documentation with version 8.2 rev.161115 the data folder has been relocated to be under website/App_Data folder of the installation.
I installed the vanilla Sitecore installation of Sitecore XP 8.2 rev. 161115 (8.2 Update-1) through the exe web application installer. However in the fresh installation, I noticed that the data folder is still located outside root of my application. The iis instance and databases were correctly configured by the web installer though.
Is this the expected behavior? As the exe just runs a wizard I don't see an option to configure the default data folder.
Thanks,
Abhi
If you are installing Sitecore from the exe or the zip file then the data folder is still located outside from the root application:
From section 4.1 Installation Process Overview in the installation guide:
Extract the .zip archive to create the following folders:
C:\InetPub\wwwroot\ProjectName\Website
C:\InetPub\wwwroot\ProjectName\Data
C:\InetPub\wwwroot\ProjectName\Databases
If you check the structure of the zip package then you will see the same structure:
The data folder has however been moved inside the website/App_Data folder for Azure PaaS installation, which makes sense given the nature of AppService containers and the fact that the application is essentially deployed to the root (so folders cannot reside outside). If you check the structure of the packages for Azure AppService from the Sitecore download page then you will notice the same:
I just installed latest opencart to my windows hosting. After the successfull installation, I deleted install folder. When I go to home page or admin page, it takes me to http://www.....com/install/index.php
Can you figure out the problem please?
I already tried in different browser, computer but it did not change a thing
I'm running tomcat 7.0.40 and have deployed redmine 2.3.1 and also 2.0.3.
I've made the WEB-INF/public/plugin_assets directory writable and then copied the plugin into this directory.
After that, i've restarted tomcat but i can't see anything under plugin's list in
redmine>administrator>plugins
What i'm missing?
Thank you very much