Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

JesseChisholm

Member
  • Joined

  • Last visited

  1. An alternative resolution might be to go through this once, but then reconfigure your UniServer MySQL to use a different port. Then, in theory, in later sessions the two copies of MySQL server can coexist. -Jesse
  2. Hello, There is a script buglet in .../uni_con/includes/core_function_inc.vbs circa line 421. The code assumes that there is a CommandLine to give to the Split function. Sadly, there are times when there is a null (Nothing) in that field. It can be patched in the short term by changing that line: OLD: split_array = split(item.CommandLine," ") 'Split string at " " NEW: split_array = split(item.CommandLine&" "," ") 'Split string at " " NOTE: this is NOT a long term solution. Just a patch you can apply to get past this in 8.7.3. The problem is possibly caused by there being another program hogging port 80, but it is running as a service, and you don't have permission to get its CommandLine from the OS. Running Start_as_program.exe as the local system Administrator might help. -Jesse

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.