I'm in the situation that im trying to install the "Forms" section. Sadly i cannot login to install the "Forms" section.
So, I have already been logged into my Umbracco. But when i try to download the "Forms" it will keep asking me to relog.
"Session timed out. Log in below" - Is the statement that pop up instant after no waiting time.
Can some help me with this problem? Or explain to me if I do something wrong?
I have seen seen this message before when there is some issue with the SMTP settings in your web.config. So first thing I would check is that your SMTP settings in the web.config is right.
Next this is to set a valid email address in the /config/umbracoSettings.config.
<notifications>
<!-- the email that should be used as from mail when umbraco sends a notification -->
<email>[email protected]</email>
</notifications>
many thanks for this suggestion. I had the mail server set up correctly, but not the email addresses. I tried again but it still failed. I think the error you are referring had the localhost loopback IP address, 127.0.0.1, but the IP address in my error is different.
I tried installing it both manually and through the backoffice installation process and still no joy.
The fiddler trace is shown below... I've changed the domain name for privacy, but the port number is 752 to reflect the version number. In fact, you can ignore that too as I tried it on localhost on the server as well.
Install of forms fails
Hi guys!
I have the 7.3.7 version of Umbraco.
I'm in the situation that im trying to install the "Forms" section. Sadly i cannot login to install the "Forms" section.
So, I have already been logged into my Umbracco. But when i try to download the "Forms" it will keep asking me to relog. "Session timed out. Log in below" - Is the statement that pop up instant after no waiting time.
Can some help me with this problem? Or explain to me if I do something wrong?
// Emil
Hi Emil, and welcome to our.
Sorry to hear that you have issues with installing Umbraco Forms into your Umbraco installation.
What I think that you should try, is to install the Umbraco Forms as a local package, to see if this works for you instead of using the installer.
So you could please try download the Umbraco Forms package here https://our.umbraco.org/projects/developer-tools/umbraco-forms/ and install it like this:
Go to the developer package and choose install local package, load in the zip file without unzip it, and the follow the instructions on the screen.
Hope this helps,
/Dennis
Thank you for the answer.
It solved the problem for me!
// Emil
I tried this and got the following error:
Any help would be appreciated.
Thanks Muiris
Hi MuirisOG,
I have seen seen this message before when there is some issue with the SMTP settings in your web.config. So first thing I would check is that your SMTP settings in the web.config is right.
Next this is to set a valid email address in the /config/umbracoSettings.config.
Hope this helps,
/Dennis
Hi Dennis
many thanks for this suggestion. I had the mail server set up correctly, but not the email addresses. I tried again but it still failed. I think the error you are referring had the localhost loopback IP address, 127.0.0.1, but the IP address in my error is different.
I tried installing it both manually and through the backoffice installation process and still no joy.
The fiddler trace is shown below... I've changed the domain name for privacy, but the port number is 752 to reflect the version number. In fact, you can ignore that too as I tried it on localhost on the server as well.
I'll try an earlier version of Umbraco Forms and see how I get on with that.
Right
I've managed to install version 4.2.2 and it ran through without any problems.
I'm not sure what's going on with version 4.3.3, but I think I might just leave it for now while I trail version 4.2.2.
Just for info, I had another post running with the same issue here: https://our.umbraco.org/forum/umbraco-forms/80233-umbraco-forms-installation
Thanks for all your help, it really is very much appreciated.
Muiris.
is working on a reply...