---
title: "Error: An error has occurred on a page you were trying to view. The Signup Server is not running."
slug: "error-an-error-has-occurred-on-a-page-you-were-trying-to-view-the-signup-server-is-not-running"
updated: 2024-04-11T08:51:56Z
published: 2024-04-11T08:51:56Z
canonical: "kb.pharos.com/error-an-error-has-occurred-on-a-page-you-were-trying-to-view-the-signup-server-is-not-running"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Error: An error has occurred on a page you were trying to view. The Signup Server is not running.

### **Symptom**:

When logged on to the Nerve Center against the Main Branch every function and page works correctly. However when logged on against the Remote Branch some pages return the error "An error has occurred on a page you were trying to view. The Signup Server is not running."

---

### Workaround:

The two branches are joined across a LAN, separated by routers and firewalls. The Nerve Center is trying to ping the Remote Branch Signup Server. The routers and firewalls are blocking the ping requests.

A temporary solution is to comment out code in the page which pings the SignUp Server - InitPage.asp:

```plaintext
// Initial test to catch errors if SignUp server is not available
if (!BranchObj.IsServerRunning())
{
throw new Error("The SignUp Server is not running.");
}

becomes:
// Initial test to catch errors if SignUp server is not available
//if (!BranchObj.IsServerRunning())
//{
// throw new Error("The SignUp Server is not running.");
//}
```

## Related

- [None of the buttons appear when I try to build a client installation package](/none-of-the-buttons-appear-when-i-try-to-build-a-client-installation-package.md)
- [Uniprint: Pharos Reports - Crystal Reports error while trying to run reports - failure with CRPE32.dll](/uniprint-pharos-reports-crystal-reports-error-while-trying-to-run-reports-failure-with-crpe32dll.md)
- [Error when trying to re-manage a Konica Minolta device with Pharos software after device was reset to factory defaults.](/error-when-trying-to-re-manage-a-konica-minolta-device-with-pharos-software-after-device-was-reset-to-factory-defaults.md)
- [The Uniprint Print Server Service & Pharos Secure Release Service will not start and when trying to start the Secure Release Service if fails with an error "Error 193: 0xc1".](/the-uniprint-print-server-service-pharos-secure-release-service-will-not-start-and-when-trying-to-start-the-secure-release-service-if-fails-with-an-error-error-193-0xc1.md)
- [KM iMFP v1.5.2.x: Error Code 2236 is displayed on device panel trying to authenticate](/km-imfp-v152x-error-code-2236-is-displayed-on-device-panel-trying-to-authenticate.md)
