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.

happyotter

Member
  • Joined

  • Last visited

Everything posted by happyotter

  1. happyotter posted a topic in PHP
    Greetings, Everything is working fine for me in UniServer 5.03. But, Drupal is not compatible with PHP 5.3 I would like to use PHP 5.2.10 instead But, I have not been able to install it correctly. I tried copying the PHP directory from UniServer 4.3 into \usr\local\php When I click Start_Server.bat there are many many error messages which I think are related to... usr\local\php\php.exe -n unicon\main\start_servers.php which is calling\unicon\main\includes\functions.php examples... Warning: fclose(): supplied argument is not a valid stream resource in D:\UniServer503\unicon\main\includes\functions.php on line 606 Warning: opendir(__DIR__): failed to open dir: No such file or directory in D:\UniServer503\unicon\main\includes\functions.php online 828 Warning: readdir(): supplied argument is not a valid Directory resource in D:\UniServer503\unicon\main\includes\functions.php on line 830 Warning: closedir(): supplied argument is not a valid Directory resource in D:\UniServer503\unicon\main\includes\functions.php online 856 Warning: fopen(__DIR__/unicon/main/location_tracker.txt): failedto open stream: No such file or directory in D:\UniServer503\unicon\main\includes\functions.php on line 593 can't open file ---- 606 = fclose($fh); // close file handle 828 = $dirlist = opendir($start_dir); // Open start directory 830 = while ($file = readdir($dirlist)){ // Iterate through list 856 = closedir($dirlist); // Close handle ----- $fh seems to come from .... function get_mysql_password(){ global $usf_mysql_passwd; // Password file $fileName = $usf_mysql_passwd; $fh = fopen($fileName, 'r'); // Open file for read $Data = fread($fh, filesize($fileName)); // Read all data into variable fclose($fh); // close file handle ---- Thank you for any help you can offer. -HappyOtter
  2. Is it possible to integrate Jaxer into UniServer 43? descrip... Jaxer is a new kind of server, the world’s first Ajax Server. Jaxer is free and open source, and enables the developer to create rich web applications by unifying the development model across the client/server boundary. ref1.. Current working WAMP: http://code.google.com/p/pampa-j/ descrip-- PAMPA-J is the first customizable and portable WAMP-J Environment (Window$, Apahace, MySQL, PHP, plus Aptana Jaxer). ref2.. Jaxer Package download is a "sandboxed", self-contained package with its own Apache HTTP server, no additional configuration is required. package visit http://www.aptana.com/jaxer/download and see the instructions. Thank you for your help... -HappyOtter

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.