in

Dotnetpanel Forums

Community support forums for DotNetPanel products

SugarCRM

Last post 08-19-2008 8:32 PM by birnoxi. 24 replies.
Page 1 of 2 (25 items) 1 2 Next >
Sort Posts: Previous Next
  • 03-06-2007 7:42 PM

    • xoqez
    • Top 100 Contributor
    • Joined on 12-21-2006
    • Posts 30

    SugarCRM

    This would be good in the application packs
  • 03-07-2007 1:33 AM In reply to

    Re: SugarCRM

    Good!
    Sincerely yours,
    Feodor Fitsner, Director
    DotNetPanel - professionally developed software for hosting businesses
  • 04-29-2007 12:32 PM In reply to

    • pinklloyd
    • Top 25 Contributor
    • Joined on 02-11-2006
    • Charlotte, NC USA
    • Posts 324

    Yes [Y] Re: SugarCRM

     

    Feodor Fitsner:
    Good!

     

    but of course , quite good Yes 


     

     

    Building Virtual worlds
    OpenSIM host and Architect,
    Reseller based VR Virtual Reality! ;)
    Virtual storefronts - Merchant account reseller - Microsoft/Dell VAR. ISV,
  • 04-29-2007 5:30 PM In reply to

    Re: SugarCRM

    Just finished creating the app pack for this once I’ve tested it I’ll put it in the download section
    Graham Spratt
    Direct Hosting UK
    W2K3, IIS6, .NET, PHP5, MySQL5
    DotNetPanel Authorized Reseller
  • 04-30-2007 5:10 AM In reply to

    Re: SugarCRM

    Download here: http://forum.dotnetpanel.com/files/folders/applicationpacks/entry12207.aspx
    Graham Spratt
    Direct Hosting UK
    W2K3, IIS6, .NET, PHP5, MySQL5
    DotNetPanel Authorized Reseller
  • 05-03-2007 4:02 AM In reply to

    • Cenlac
    • Top 75 Contributor
    • Joined on 11-02-2006
    • Collierville, TN
    • Posts 44

    Re: SugarCRM

    You wouldn't happent to have a US version would you? The only currency I can choose is British Pounds. Do you know how I can add US Dollars? The installation and app works great (since I installed PHP correctly). Thanks.

    Olan Hall
    OHall WebServices
  • 05-03-2007 4:08 AM In reply to

    Re: SugarCRM

    You can change the currency somewhere, when I get a minute I have a look

    Graham Spratt
    Direct Hosting UK
    W2K3, IIS6, .NET, PHP5, MySQL5
    DotNetPanel Authorized Reseller
  • 05-03-2007 4:24 AM In reply to

    Re: SugarCRM

    They only went and released a new version: 4.5.1c

    If you login, select admin then System Locale Settings you can set the Default Currency

    also If you take a look at config.php your see Currency settings

    When I create the next app pack I'll add a option to select the defualt Currency

    Graham Spratt
    Direct Hosting UK
    W2K3, IIS6, .NET, PHP5, MySQL5
    DotNetPanel Authorized Reseller
  • 05-03-2007 1:42 PM In reply to

    • Cenlac
    • Top 75 Contributor
    • Joined on 11-02-2006
    • Collierville, TN
    • Posts 44

    Re: SugarCRM

    Thank you sir. It is changed now.

    Olan Hall
    OHall WebServices
  • 05-04-2007 2:05 PM In reply to

    Re: SugarCRM

    Hi,

    I am testing this application but keep getting below error during installation. I am running PHP 5.2.1 and MySQL 5.0.27.

    System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'INSTALL_APPLICATION' task on 'SugarCRM' APP_INSTALLER ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> MySql.Data.MySqlClient.MySqlException: Unable to write to stream ---> MySql.Data.MySqlClient.MySqlException: An existing connection was forcibly closed by the remote host ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
    at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
    at MySql.Data.Common.SocketStream.Write(Byte[] buffer, Int32 offset, Int32 count)
    --- End of inner exception stack trace ---
    at MySql.Data.Common.SocketStream.Write(Byte[] buffer, Int32 offset, Int32 count)
    at System.IO.BufferedStream.Write(Byte[] array, Int32 offset, Int32 count)
    at MySql.Data.MySqlClient.PacketWriter.WriteChunk(Byte[] buf, Int32 offset, Int32 length)
    at MySql.Data.MySqlClient.PacketWriter.Write(Byte[] buffer, Int32 offset, Int32 count)
    --- End of inner exception stack trace ---
    at MySql.Data.MySqlClient.PacketWriter.Write(Byte[] buffer, Int32 offset, Int32 count)
    at MySql.Data.MySqlClient.NativeDriver.ExecuteCommand(DBCmd cmd, Byte[] bytes, Int32 length)
    at MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[] bytes, Int32 length, Boolean consume)
    at MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySqlDataReader reader)
    at MySql.Data.MySqlClient.MySqlCommand.Consume()
    at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
    at DotNetPark.DotNetPanel.Providers.Database.MySqlServer.ExecuteNonQuery(String commandText)
    at DotNetPark.DotNetPanel.Providers.Database.MySqlServer.ExecuteSqlNonQuery(String databaseName, String commandText)
    at DotNetPark.DotNetPanel.Server.DatabaseServer.ExecuteSqlNonQuery(String databaseName, String commandText)
    --- End of inner exception stack trace ---
    at DotNetPark.DotNetPanel.EnterpriseServer.WebApplicationsInstaller.RunScenario(String scenarioPath, InstallationInfo inst, Boolean throwExceptions)
    at DotNetPark.DotNetPanel.EnterpriseServer.WebApplicationsInstaller.InstallWebApplication(InstallationInfo inst)
    --- End of inner exception stack trace ---
    at DotNetPark.DotNetPanel.EnterpriseServer.WebApplicationsInstaller.InstallWebApplication(InstallationInfo inst)
    at DotNetPark.DotNetPanel.EnterpriseServer.WebApplicationsInstaller.InstallApplication(InstallationInfo inst)
    at DotNetPark.DotNetPanel.EnterpriseServer.esApplicationsInstaller.InstallApplication(InstallationInfo inst)
    --- End of inner exception stack trace ---
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    at DotNetPark.DotNetPanel.EnterpriseServer.esApplicationsInstaller.InstallApplication(InstallationInfo inst)
    at DotNetPark.DotNetPanel.Portal.InstallerInstallApplication.InstallApplication()

     

     

    Any idea what is causing this?

    IBISS Internet Services & Solutions: ASP - ASP.NET 1.1/2.0/3.0/3.5 - PHP 5 - MySQL 5 - MSSQL 2005
  • 05-04-2007 3:25 PM In reply to

    Re: SugarCRM

    are you able to create a MySQL Database using DNP

    Graham Spratt
    Direct Hosting UK
    W2K3, IIS6, .NET, PHP5, MySQL5
    DotNetPanel Authorized Reseller
  • 05-04-2007 3:56 PM In reply to

    Re: SugarCRM

    Yes, of course. A lot of MySQL DBs are running on this system. Also all others application installers that use PHP/MySQL are working, it's just this one.

    IBISS Internet Services & Solutions: ASP - ASP.NET 1.1/2.0/3.0/3.5 - PHP 5 - MySQL 5 - MSSQL 2005
  • 05-04-2007 5:18 PM In reply to

    Re: SugarCRM

    Install working fine for me.

    This is the problem: 

    MySql.Data.MySqlClient.MySqlException: Unable to write to stream ---> MySql.Data.MySqlClient.MySqlException: An existing connection was forcibly closed by the remote host ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host

    Don't ask me what it means or why it would happen, lets hope the DNP guys see this message they might have a beter idea

    Graham Spratt
    Direct Hosting UK
    W2K3, IIS6, .NET, PHP5, MySQL5
    DotNetPanel Authorized Reseller
  • 05-04-2007 5:47 PM In reply to

    Re: SugarCRM

    On which versions of PHP/MySQL are you installing?

    IBISS Internet Services & Solutions: ASP - ASP.NET 1.1/2.0/3.0/3.5 - PHP 5 - MySQL 5 - MSSQL 2005
  • 05-04-2007 6:04 PM In reply to

    Re: SugarCRM

    My Servers are running PHP5 and MySQL 5.0.37-community-nt

    Graham Spratt
    Direct Hosting UK
    W2K3, IIS6, .NET, PHP5, MySQL5
    DotNetPanel Authorized Reseller
Page 1 of 2 (25 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems