Hello,
For full debug you would need to download the source code and use visual studio. The PHP error log should give you some details. Enterprise errors are normally shown in the application log.
From the server can you try open the web page http://127.0.0.1:9002 (you should see the SolidCP Enterprise page).
Thanks,
Trevor Robinson
Trevor is in download section relese build? If yes then I have to compile my own for debug :/ Cant load symbols for remote enterprise server :/
Btw if I want to build my own I get this error from build-debug.bat
1>V:Downloadsv1.0-1.1.x-dac71c71b30bbb806e17e494a4a7d3e327d94449v1.0-1.1.x-dac71c71b30bbb806e17e494a4a7d3e327d9
4449SolidCPbuild.xml(77,3): error MSB4062: The "MSBuild.Community.Tasks.AssemblyInfo" task could not be loaded
from the assembly V:Downloadsv1.0-1.1.x-dac71c71b30bbb806e17e494a4a7d3e327d94449v1.0-1.1.x-dac71c71b30bbb806
e17e494a4a7d3e327d94449toolsMSBuildCommunityTasks..MSBuildCommunityTasksMSBuild.Community.Tasks.dll. Could
not load file or assembly 'Microsoft.Build.Utilities, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f1
1d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> dec
laration is correct, that the assembly and all its dependencies are available, and that the task contains a publ
ic class that implements Microsoft.Build.Framework.ITask.
Is there any readme how to prepare solution for build? Thanks
Hello,
The pre-req for building the source is:
- Visual Studio 2015 (any version)
- Windows 7 SDK for .Net 3.5 ( https://www.microsoft.com/en-us/download/details.aspx?id=3138 )
- Windows 7 SDK for .Net 4 ( https://www.microsoft.com/en-us/download/details.aspx?id=8279 )
- Windows 8 SDK for .Net 4.0 ( https://dev.windows.com/en-us/downloads/windows-8-sdk )
- Wix Toolset 3.10
You will also need the source from our git ( https://git.key4ce.com/SolidCP/v1.0 )
Installed missing Wix, I have 1.1.x from yours git. I guess there is need to do some references between projects or you using build-debug.bat? Build-debug.bat is not working for me.
To references: I can see for example SolidCP.EnterpriseServer.Code requires SolidCP.EnterpriseServer.Base
Or whats your guide?
Thanks
Hi,
I would first try build using the build-release.bat and check that works. There is a known issue with the debug showing a error with regards to the scheduler service but still works fine.
It is best to pull the whole project as it is connected together via the build xml.
We do recommend not pulling the project into a user profile due to the char limit on windows. We would normally put it on root of the drive like C:Git.
Thanks,
Trevor Robinson