-
Posts
1,516 -
Joined
-
Last visited
Everything posted by Ric
-
Uniform Server 8.6.0-Coral Released: This release updates components shown in bold. Core components: Apache 2.4.2 vc10 MySQL 5.5.27 PHP 5.4.5 phpMyAdmin 3.5.2 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.28 APC APC 3.1.10 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.6.0-Coral Regards, The Uniform Server Development Team
-
httpd1.exe Security Token Handle Leak (MEMLEAK)
Ric replied to ShadowIllusion's topic in Uniform Server - Windows
A bug not reported is never going to be fixed then again a reported bug may be ignored. That said perhaps the following two submitted bug reports will be addressed in the next releases of PHP: https://bugs.php.net/bug.php?id=62444 https://bugs.php.net/bug.php?id=62669 All the best Ric -
Uniform Server PHP MiniServer 1.0.2 Released: The Uniform Server PHP MiniServer provides a graphical user interface to the PHP built-in basic web server. Uniform Server PHP MiniServer features: * Single button to start and stop server. * Multi-server configuration allows running more than one server instance. * Menu options to change server port and perform port test. * Select server root folder from popup menu. * Select router file from popup menu. * Single button click to display a specific web page. * HTML documentation * Portable – Run from USB memory stick. Core components: PHP updated to 5.4.5 msmtp 1.4.27 UniController Downloads: Uniform Server PHP MiniServer 1.0.2 Uniform Server PHP MicroServer 1.0.2 http://sourceforge.net/projects/miniserver...PHP_MiniServer/ Note: The PHP MicroServer is a cut down PHP MiniServer specifically ICU is not supported. Regards, The Uniform Server Development Team
-
Uniform Server 8.5.8-Coral Released: This release updates components shown in bold. Core components: Apache 2.4.2 MySQL 5.5.25a PHP 5.4.5 phpMyAdmin 3.5.2 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.28 APC APC 3.1.10 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.5.8-Coral Note: UniTray also updated for Uniform Server 8.5.7 + Coral_Unitray_basic_8_2_0.exe Coral_Unitray_intermediate_8_2_0.exe Coral_Unitray_full_8_2_0.exe Download page Regards, The Uniform Server Development Team
-
There is a UniTray beta: Coral_Unitray_full_8_2_0B1.exe UniTray updated for 8.5.7-Coral http://sourceforge.net/projects/miniserver/files/z_beta/ All the best Ric
-
Links to .doc and .pdf files coming up 404 in Coral 8.5.4
Ric replied to belindarule's topic in Uniform Server - Windows
If you type the following into your browser: http://localhost/docs/ a directory listing of Uniform Servers documentation is displayed. Your links are trying to locate pages within Uniform Servers documentation folder hence the 404 errors. Solution 1: Solution is to rename your docs folder to documentation (or some other name) and change all your links accordingly. Admittedly this is not an ideal solution because you are then coding to a specific server limitation. Solution 2: Alternative solution is to change Uniform Servers configuration to allow folder www to contain a folder named docs as follows. Rename folder UniServer\docs to UniServer\docs_us Edit file: UniServer\usr\local\apache2\conf\httpd.conf Note: Your paths may differ . Change only the docs. Locate this line: Alias /docs "C:/UniServer/docs/" Change to: Alias /us_docs "C:/UniServer/docs_us/" Locate this section: <Directory "C:/UniServer/docs/"> Options Indexes Includes AllowOverride All Require all granted </Directory> Change to: <Directory "C:/UniServer/docs_us/"> Options Indexes Includes AllowOverride All Require all granted </Directory> At this stage the server will function correctly however the server help documentation links will fail. Edit file: UniServer\uni_con\includes\core_config_inc.vbs Locate line: US_DOCS = UNICON_PATH & "docs" '* Top docs folder Change to: US_DOCS = UNICON_PATH & "docs_us" '* Top docs folder Restart server and clean browser cache. All the best Ric -
Set a config option to allow me to use multiple sites local
Ric replied to mojito's topic in Uniform Server - Windows
Each Joomla site requires a separate folder and database. 1) Create folder www/sitea – Your first Joomla site 2) Create folder www/siteb – Your second Joomla site Each of these folders (sites) requires a corresponding database. Using phpMyAdmin 1) Create a database named sitea – First Joomla database 2) Create a database named siteb – Second Joomla database Note: Since these are test Joomla sites no need to create a separate user or password for the databases use user root and password root when requested during Joomla installation. Installation - sitea: 1) Unzipped Joomla full package and copy to folder www/sitea Type localhost/sitea/ the installer (for your first Joomla site ) starts Follow installation instructions, for MySQL server use Database Type: mysql Host Name: localhost Username: root Password: root Database Name: sitea After installation site access: * Site address: http://localhost/sitea/ * Admin address: http://localhost/sitea/administrator/ Installation - siteb: 2) Unzipped Joomla full package and copy to folder www/siteb Type localhost/siteb/ the installer (for your second Joomla site ) starts Follow installation instructions, for MySQL server use Database Type: mysql Host Name: localhost Username: root Password: root Database Name: siteb After installation site access: * Site address: http://localhost/siteb/ * Admin address: http://localhost/siteb/administrator/ The following although a little dated is worth reading: http://wiki.uniformserver.com/index.php/In...mla_on_5.0-Nano All the best Ric -
Uniform Server 8.5.7-Coral Released: fixes service start bug. All the best Ric
-
Uniform Server 8.5.7-Coral Released: This release fixes service start bug. Core components: Apache 2.4.2 MySQL 5.5.25a PHP 5.4.4 phpMyAdmin 3.5.2 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.28 APC APC 3.1.10 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.5.7-Coral Regards, The Uniform Server Development Team
-
Uniform Server 8.5.6-Coral Released: This release updates components shown in bold. Core components: Apache 2.4.2 MySQL 5.5.25a PHP 5.4.4 phpMyAdmin 3.5.2 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.28 APC APC 3.1.10 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Bug fixes: See change log for details. Downloads: UniServer 8.5.6-Coral Regards, The Uniform Server Development Team
-
[FIX] db_backup.vbs - Type mismatch (Cdbl)
Ric replied to Crypton's topic in Uniform Server - Windows
Thank you for posting I will add your fix to the next release. Many thanks Ric -
"Never mind. Complete restart of the server fixed the problem." I think the above observation was coincidental! PhpMyAdmin tabs are dynamic and become available for a selected database only if that tab operation is applicable. All the best Ric
-
A solution to your immediate problem: Edit file: UniServer\usr\local\apache2\conf\extra\httpd-ssl.conf Add https to the end of the Listen port directive For example: Listen 8443 https Note: If you change the port from the menus https will be removed hence you need to repeat the above. Note: OpenSSL will be updated in the next version. All the best Ric
-
Edit Thumbnails fail - Wordpress Nextgen Gallery Plugin
Ric replied to Builder2011's topic in Uniform Server - Windows
I downloaded WordPress (Version 3.4) and Nextgen Gallery Version 1.9.3 and confirmed your observations. Although not fully tested it looks like a Nextgen Gallery PHP 5.4 incompatibility issue! I replaced the following code: case 'JPG': if($name != '') { @ImageJpeg($this->newImage,$name,$quality) or $this->error = true; } else { header('Content-type: image/jpeg'); ImageJpeg($this->newImage,'',$quality); With: case 'JPG': if($name != '') { @ImageJpeg($this->newImage,$name,$quality) or $this->error = true; } else { header('Content-type: image/jpeg'); ImageJpeg($this->newImage,null,$quality); } Note: Difference (ImageJpeg($this->newImage,'',$quality) replaced '' with null (PHP 5.4 syntax). jpg images now display correctly, at least it gives you a starting point you may need to change other parts of the code. All the best Ric -
Problem has been resolved. New releases are now available for download All the best Ric
-
Files were uploaded however they are not available for download. This is a Sourceforge problem; I have raised a ticket and hope they will resolve it quickly. All the best Ric
-
There are two PHP extensions that require enabling: php_sqlite3.dll php_pdo_sqlite.dll Note: "Please use one of the extensions db, sdb, sqlite." These are not PHP extensions they are file extensions you provide when saving a database file e.g. test_db.sqlite All the best Ric
-
Uniform Server 8.5.5 missing from Sourcefourge
Ric replied to crimsoncarnage's topic in Uniform Server - Windows
Files are there however not visible for download. I have raised a ticket, waiting for Sourceforge to resolve. All the best Ric -
There was an issue with uploading files. This has been resolved and Uniform Server 8.5.5-Coral now published. All the best Ric
-
The php module "XDebug (php_xdebug-2.2.0-5.4-vc9-nts-x86_64.dll)" is incompatible and will not work. The module switching “Extensions Enable/Disable” issue is a bug. This has been corrected in Uniform Server 8.5.5-Coral. Note: Uniform Server 8.5.5-Coral also includes compatible XDebug module.
-
Uniform Server 8.5.5-Coral Released: This release updates components shown in bold. Core components: Apache 2.4.2 MySQL 5.5.25 PHP 5.4.4 phpMyAdmin 3.5.1 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.27 APC APC 3.1.10 OpenSSL 1.0.1 ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.5.5-Coral Regards, The Uniform Server Development Team
-
Uniform Server PHP MiniServer 1.0.1 Released: The Uniform Server PHP MiniServer provides a graphical user interface to the PHP built-in basic web server. Uniform Server PHP MiniServer features: * Single button to start and stop server. * Multi-server configuration allows running more than one server instance. * Menu options to change server port and perform port test. * Select server root folder from popup menu. * Select router file from popup menu. * Single button click to display a specific web page. * HTML documentation * Portable – Run from USB memory stick. Core components: PHP updated to 5.4.4 msmtp 1.4.27 UniController Downloads: Uniform Server PHP MiniServer 1.0.1 Uniform Server PHP MicroServer 1.0.1 Note: The PHP MicroServer is a cut down PHP MiniServer specifically ICU is not supported. Regards, The Uniform Server Development Team
-
The version of mod_wsgi.so you are trying to use was compiled for Apache 2.2 and is not compatible with Apache 2.4 used in the Coral series. Regarding reverse proxies please provide more detail as to what does not work and any errors stated in the Apache log files. Note: Deleted cross post to avoid duplication.
-
Uniform Server PHP MiniServer 1.0.0 Released: One of the main features of PHP 5.4 is the addition of a built-in basic web server for use in development environments. It is a console-based web server run from a command line. The server is easily configured via command line parameters. The new Uniform Server PHP MiniServer provides a graphical user interface with the following features: * Single button to start and stop server. * Multi-server configuration allows running more than one server instance. * Menu options to change server port and perform port test. * Select server root folder from pop-up menu. * Select router file from pop-up menu. * Single button click to display a specific web page. * HTML documentation * Portable – Run from USB memory stick. Core components: PHP to 5.4.3 msmtp to 1.4.27 UniController Downloads: Uniform Server PHP MiniServer 1.0.0 Uniform Server PHP MicroServer 1.0.0 Note: The PHP MicroServer is a cut down PHP MiniServer specifically ICU is not supported. Regards, The Uniform Server Development Team
-
Uniform Server 8.5.4-Coral Released: This release updates components shown in bold. Note: PHP 5.4.3 fixes a buffer overflow vulnerability in the apache_request_headers() (CVE-2012-2329). Core components: Apache 2.4.2 MySQL 5.5.24 PHP 5.4.3 phpMyAdmin 3.5.1 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.27 APC APC 3.1.10 OpenSSL 1.0.1 ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.5.4-Coral Regards, The Uniform Server Development Team