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.

Bryan Morse

Member
  • Joined

  • Last visited

Everything posted by Bryan Morse

  1. The double backslash isn’t the issue. The problem is a mismatch between your PHP build and the drivers. * Check if PHP is **x86 or x64** and **NTS or TS** (`phpinfo()` shows this). * Use only the matching DLLs (e.g., for 32-bit NTS: `php_sqlsrv_74_nts_x86.dll` + `php_pdo_sqlsrv_74_nts_x86.dll`). * Remove incorrect DLL entries from `php.ini`. * Install the **Microsoft ODBC Driver for SQL Server** and the required **VC++ Redistributable**. Then restart Apache and check `phpinfo()` for `sqlsrv`.
  2. Some PHP extensions may not be enabled in 5.5/5.6 (check mysqli, mbstring, etc.). Older Joomla or plugins may use deprecated mysql_* functions. Turn on error reporting in php.ini to see what’s failing. Confirm you edited the correct php.ini for each PHP version (phpinfo() helps).

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.