FLUX.NET Community

Community site for the FLUX.NET Enterprise content management community.
Welcome to FLUX.NET Community Sign in | Join | Help
in Search

Installing problem! Help me.

Last post 10-22-2007, 10:30 by tonyj. 5 replies.
Sort Posts: Previous Next
  •  10-07-2007, 0:03 60

    Installing problem! Help me.

    I have installed Flux on my local computer. Below is my virtual directory installation struct

    localhost

      --  flux_client (mapping to flux_client directory)

      --  fluxwebsite (mapping to FluxWebsite directory)

          --  web.config (copy from formweb.config)

          --  admin (mapping to Deepcode.Flux.Admin directory and already copied file Deepcode.Flux.Core.dll to \Bin directory of admin Virtual directory)

    When completed, I tried to run the following url based on my installed struct: http://localhost/fluxsite/admin/setup/install/ but the following error occurs:

    Could not load setup panel ~/admin/Setup/Install/Panels/Information.ascx

    System.Web.HttpException: The file '/FluxSite/admin/admin/Setup/Install/Panels/Information.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at Setup_Install_Default.LoadCurrentPanel() in d:\PROJECTS\FLUX\Deepcode.Flux.Admin\Setup\Install\Default.aspx.cs:line 86

    as you can see, the virtual directory path is wrong. How can i modified it or have i configured it in wrong way? I followed the guildline in page two of 001.0 Installation.doc.


     

    Filed under:
  •  10-14-2007, 0:48 61 in reply to 60

    Re: Installing problem! Help me.

    I have the same problem.  For this I added another admin directory in the virtual directory and copied all of the files into it.

     

    That got it to install but I had a host of other issues afterwards.  I'm thinking until we get an answer to just go ahead and modify the source.  We'll find out one of these days hopefully though. 

  •  10-16-2007, 10:32 62 in reply to 60

    Re: Installing problem! Help me.

    Hey Guys,

    Two things here - number one - it sounds to me like your /admin virtual directory is configured as an application rather than a virtual directory. Can you open properties on /admin and click the remove button under the application settings. The mapping needs to be a virtual directory so that ~/ maps to the root of your website.

    By the error you mention and the fact the HttpException is stating /FluxSite/admin/admin/Setup/..... (note admin mentioned twice) - ~/ actually resolves to your admin directory (because it's configured as an application).

    Hope this helps,

    Tony Big Smile

  •  10-16-2007, 10:33 63 in reply to 61

    Re: Installing problem! Help me.

    Flux is designed to run either as a mapped virtual directory or as a physical /admin directory within your website (to allow it to install to shared hosting environments). As such, I'm not sure what the other problems might be (unless your virtual mapping still existed). Could you clarify and I'll see what might be wrong?

    Cheers

    Tony

     

  •  10-20-2007, 12:03 64 in reply to 63

    Re: Installing problem! Help me.

    your answer fix my problem. That's all I did:

     - Remove application for the admin directory

     - Must copy all Bin directory in admin directory to  /FluxSite directory (upper one)

    When i finished, I run setup wizard again. But at the end of the installation process the following error occurred:  

    Installation failed
    Reason:System.Data.SqlClient.SqlException: Incorrect syntax near 'READ_COMMITTED_SNAPSHOT'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Setup_Install_do_install.CreateDatabase() in d:\PROJECTS\FLUX\Deepcode.Flux.Admin\Setup\Install\do_install.aspx.cs:line 186

    I'm using SQL Server 2000; Windows 2003 RC2 SP2 and  VS.NET 2005.

  •  10-22-2007, 10:30 65 in reply to 64

    Re: Installing problem! Help me.

    Your problem is you're using SQL Server 2000.....Flux.NET requires SQL Server 2005!

    Requirements
    IIS 5 or 6 (or equivalent)
    .NET Framework 2.0
    SQL Server 2005 (or SQL 2005 Express)

    See: http://www.fluxcms.co.uk/files/folders/fluxecms/entry12.aspx

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems