II'm trying to get Umbraco working on a 1and1 account that I have, but am getting errors to do with javascript:
"TypeError: Umbraco.Application.Actions is not a constructor"
This happens in one of the files that comes from the DependencyHandler.axd
I ran through the install process with no problems, then I logged into the back end and I just get the top bar with create, search box, about help and logoff and a progress bar in the centre of the screen.
Just wondering if anyone has had this issue before and if it's something to do with 1and1's hosting
I don't know the host but have you checked and make sure they support Umbraco? Is there any chance that they only support medium trust perhaps? And how can you administrate your hosting? Is it via plesk or something like that? Do you know if permissions have been set properly for network servie and iusr accounts etc?
If your 1and1 website is not at the root folder then follow this steps:
Go to 1and1 Control panel > Access > WebFiles > Launch
File > Application Settings
Make Sure your folder is set up as an application, If Not Click on Folder And press ADD
Go to WeMatrix and Publish your website to the Folder you added as an application
While is Publishing go to 1and1 Control Panel > Web Space > MS SQL Administration > New Database
Make sure you remember the password
While 1and1 is building the database
Go to your local SQL Database right Click, Task > Backup
Copy your .BAK file to your 1and1 FTL root folder called "_db_import"
go to 1and1 Control Panel > Web Space > MS SQL Administration (If ypur Database is set up Continue, otherwise wait)
Press the Import Button - Select your 1and1 Database and the file uploaded and Press Import Once
Import Progress will have a new row, Leave this page by pressing START Button
Check to see if site is publish (if Published Continue)
Go to your FTP Site folder and copy your Web.Config file to your computer and replace all the database configuration with the information in: 1and1 Control Panel > Web Space > MS SQL Administration
Re upload your Web.Config file and run your website, if you still have errors like HTTP:Handler, etc.. modify those on your web.config or remove them temporarily for test as they come up..
Umbraco 6.0.2 hosted on 1and1
II'm trying to get Umbraco working on a 1and1 account that I have, but am getting errors to do with javascript:
"TypeError: Umbraco.Application.Actions is not a constructor"
This happens in one of the files that comes from the DependencyHandler.axd
I ran through the install process with no problems, then I logged into the back end and I just get the top bar with create, search box, about help and logoff and a progress bar in the centre of the screen.
Just wondering if anyone has had this issue before and if it's something to do with 1and1's hosting
Hi Matthew
I don't know the host but have you checked and make sure they support Umbraco? Is there any chance that they only support medium trust perhaps? And how can you administrate your hosting? Is it via plesk or something like that? Do you know if permissions have been set properly for network servie and iusr accounts etc?
Looking forward to hearing from you.
/Jan
If your 1and1 website is not at the root folder then follow this steps:
is working on a reply...