-
Posts
1,516 -
Joined
-
Last visited
Everything posted by Ric
-
Uniform Server 11.7.5 ZeroXI Released: Changes in this release: phpMyAdmin 4.4.7 - Updated ZeroXI_phpmyadmin_4_4_2.exe to ZeroXI_phpmyadmin_4_4_7.exe PHP 5.4.41 - Updated ZeroXI_php_5_4_40.exe to ZeroXI_php_5_4_41.exe Modules (Plugins): Added above modules and the following: MariaDB 5.5.43 - Updated ZeroXI_mariadb_5_5_42.exe to ZeroXI_mariadb_5_5_43.exe MariaDB 10.0.19 - Updated ZeroXI_mariadb_10_0_16.exe to ZeroXI_mariadb_10_0_19.exe Adminer 4.2.1 - Updated ZeroXI_adminer_4_2_0.exe to ZeroXI_adminer_4_2_1.exe Pale Moon Portable 25.4.1 - Updated ZeroXI_palemoon_25_2_1.exe to ZeroXI_palemoon_25_4_1.exe PHP 5.5.25 - Updated ZeroXI_php_5_5_24.exe to ZeroXI_php_5_5_25.exe PHP 5.6.9 - Updated ZeroXI_php_5_6_8.exe to ZeroXI_php_5_6_9.exe PHP 5.4.41 - Updated ZeroXI_php_nts_5_4_40.exe to ZeroXI_php_nts_5_4_41.exe PHP 5.5.25 - Updated ZeroXI_php_nts_5_5_24.exe to ZeroXI_php_nts_5_5_25.exe PHP 5.6.9 - Updated ZeroXI_php_nts_5_6_8.exe to ZeroXI_php_nts_5_6_9.exe Downloads: Uniform Server 11.7.5-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation ZeroXI_documentation_1_1_11 Regards, The Uniform Server Development Team
-
The above example code will not work because you are using short PHP tags Uniform Server defaults to using full PHP tags. The following examples show curl and gd operation on a default installation 11_7_4_ZeroXI curl example save as file z2.php $image_url = "http://www.uniformserver.com/ZeroXI_documentation/common/images/us_zero_logo.png"; $ch = curl_init(); $timeout = 0; curl_setopt ($ch, CURLOPT_URL, $image_url); curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout); // Getting binary data curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_BINARYTRANSFER, 1); $image = curl_exec($ch); curl_close($ch); // output to browser header("Content-type: image/png"); print $image; ?> gd example save as file z3.php header("content-type: image/png"); $src_img = imagecreatefrompng("images/logo.png"); $srcsize = getimagesize("images/logo.png"); $dest_x = $srcsize[0] / 2; $dest_y = $srcsize[1] / 2; $dst_img = imagecreatetruecolor($dest_x, $dest_y); imagecopyresized($dst_img, $src_img, 0, 0, 0, 0, $dest_x, $dest_y, $srcsize[0], $srcsize[1]); imagepng($dst_img); imagedestroy($src_img); imagedestroy($dst_img); ?> To run type http://localhost/z2.php and http://localhost/z3.php All the best Ric
-
Uniform Server 11.7.4 ZeroXI Released: Changes in this release: PHP security-related bugs addressed and server component update MySQL 5.5.43 - Updated ZeroXI_mysql_5_5_42.exe to ZeroXI_mysql_5_5_43.exe phpMyAdmin 4.4.2 - Updated ZeroXI_phpmyadmin_4_4_0.exe to ZeroXI_phpmyadmin_4_4_2.exe PHP 5.4.40 - Updated ZeroXI_php_5_4_39.exe to ZeroXI_php_5_4_40.exe Doc 1.1.11 - Updated ZeroXI_documentation_1_1_10.exe to ZeroXI_documentation_1_1_11.exe Modules (Plugins): Added above modules and the following: PHP 5.5.24 - Updated ZeroXI_php_5_5_23.exe to ZeroXI_php_5_5_24.exe PHP 5.6.8 - Updated ZeroXI_php_5_6_7.exe to ZeroXI_php_5_6_8.exe PHP 5.4.40 - Updated ZeroXI_php_nts_5_4_39.exe to ZeroXI_php_nts_5_4_40.exe PHP 5.5.24 - Updated ZeroXI_php_nts_5_5_23.exe to ZeroXI_php_nts_5_5_24.exe PHP 5.6.8 - Updated ZeroXI_php_nts_5_6_7.exe to ZeroXI_php_nts_5_6_8.exe Downloads: Uniform Server 11.7.4-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation ZeroXI_documentation_1_1_11 Regards, The Uniform Server Development Team
-
Uniform Server 11.7.3 ZeroXI Released: Changes in this release: Component update Apache 2.4.12 - Updated ZeroXI_apache_2_4_12.exe to ZeroXI_apache_2_4_12_m.exe phpMyAdmin 4.4.0 - Updated ZeroXI_phpmyadmin_4_3_9.exe to ZeroXI_phpmyadmin_4_4_0.exe UniController - Updated ZeroXI_controller_1_2_0.exe to ZeroXI_controller_1_3_0.exe Bug fix. PHP 56 and PHP 70 Edit Basic Configuration not displayed. Added icu Apache config update for new PHP modules. Modules (Plugins): Added above modules. Downloads: Uniform Server 11.7.3-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation ZeroXI_documentation_1_1_10 Regards, The Uniform Server Development Team
-
The language project for Uniform Server XI was abandoned due to a lack of response. I can only assume no one was willing to give their time and commitment to the project. I doubt the project will be reinstated mainly because I have little spare time to co-ordinate it. All the best Ric
- 1 reply
-
- UniController
- Language
-
(and 1 more)
Tagged with:
-
Uniform Server 11.7.2 ZeroXI Released: Changes in this release: Component update PHP 5.4.39 - Updated ZeroXI_php_5_4_37.exe to ZeroXI_php_5_4_39.exe phpMyAdmin 4.3.12 Updated ZeroXI_phpmyadmin_4_3_9.exe to ZeroXI_phpmyadmin_4_3_12.exe Documentation 1.1.10 Updated ZeroXI_documentation_1_1_9.exe to ZeroXI_documentation_1_1_10.exe Modules (Plugins): Added above modules and the following: PHP 5.4.39 - Updated ZeroXI_php_5_4_38.exe to ZeroXI_php_5_4_39.exe PHP 5.4.39 - Updated ZeroXI_php_nts_5_4_38.exe to ZeroXI_php_nts_5_4_39.exe PHP 5.5.23 - Updated ZeroXI_php_5_5_22.exe to ZeroXI_php_5_5_23.exe PHP 5.5.23 - Updated ZeroXI_php_nts_5_5_22.exe to ZeroXI_php_nts_5_5_23.exe PHP 5.6.7 - Updated ZeroXI_php_5_6_6.exe to ZeroXI_php_5_6_7.exe PHP 5.6.7 - Updated ZeroXI_php_nts_5_6_6.exe to ZeroXI_php_nts_5_6_7.exe Adminer 4.2.1 - Updated ZeroXI_adminer_4_2_0.exe to ZeroXI_adminer_4_2_1.exe Downloads: Uniform Server 11.7.2-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation updated to ZeroXI_documentation_1_1_10 Regards, The Uniform Server Development Team
-
Updated the following modules: Adminer 4.2.1 - Updated ZeroXI_adminer_4_2_0.exe to ZeroXI_adminer_4_2_1.exe phpMyAdmin 4.3.12 - Updated ZeroXI_phpmyadmin_4_3_11_1.exe to ZeroXI_phpmyadmin_4_3_12.exe Pale Moon 25.3.0 - Updated ZeroXI_palemoon_25_2_1.exe to ZeroXI_palemoon_25_3_0.exe All the best Ric
-
Updated the following modules: phpMyAdmin 4.3.9 - Updated ZeroXI_phpmyadmin_4_3_9.exe to ZeroXI_phpmyadmin_4_3_10.exe MariaDB 5.5.42 - Updated ZeroXI_mariadb_5_5_41.exe to ZeroXI_mariadb_5_5_42.exe PHP 5.4.38 - Updated ZeroXI_php_5_4_37.exe to ZeroXI_php_5_4_38.exe PHP 5.4.38 - Updated ZeroXI_php_nts_5_4_37.exe to ZeroXI_php_nts_5_4_38.exe PHP 5.5.22 - Updated ZeroXI_php_5_5_21.exe to ZeroXI_php_5_5_22.exe PHP 5.5.22 - Updated ZeroXI_php_nts_5_5_21.exe to ZeroXI_php_nts_5_5_22.exe PHP 5.6.6 - Updated ZeroXI_php_5_6_5.exe to ZeroXI_php_5_6_6.exe PHP 5.6.6 - Updated ZeroXI_php_nts_5_6_5.exe to ZeroXI_php_nts_5_6_6.exe Adminer 4.2.0 - Updated ZeroXI_adminer_4_1_0.exe to ZeroXI_adminer_4_2_0.exe Sypex Dumper 2.0.11 - Updated ZeroXI_sypex_dumper_2_0_10.exe to ZeroXI_sypex_dumper_2_0_11.exe All the best Ric
-
I have uploaded module ZeroXI_php_5_3_24.exe to the archive. This will run on UniServer Zero XI 11.6.2 and newer versions, However you do need to modify Apache configuration file as explained in the included read me file. All the best Ric
-
Uniform Server 11.7.1 ZeroXI Released: Changes in this release: Component update MySQL 5.5.42 - Updated ZeroXI_mysql_5_5_41_b.exe to ZeroXI_mysql_5_5_42exe phpMyAdmin 4.3.9 - Updated ZeroXI_phpmyadmin_4_3_8.exe to ZeroXI_phpmyadmin_4_3_9.exe Modules (Plugins): Added above module and the following: MariaDB 10.0.16 - Updated ZeroXI_mariadb_10_0_15_b.exe to ZeroXI_mariadb_10_0_16.exe MySQL 5.6.23 - Updated ZeroXI_mysql_5_6_22_b.exe to ZeroXI_mysql_5_6_23.exe Downloads: Uniform Server 11.7.1-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation Regards, The Uniform Server Development Team
-
An interesting post just wondering if this is a solution to a real problem! “I just got real tired of seeing errors from apache about no server path found.” Is this issue reproducible if so please provide details. Your method above uses absolute paths for example Define US_ROOTF C:/PATH this forces Uniform Server to become a fixed installation probably not what you want. This conflicts with Uniform Server design see below. Uniform server is primarily designed for portability meaning you can run the server from any location on a hard drive or from a USB memory stick. To achieve this all environments variables are set at run time by UniController. Apache reads these environment variables and makes the appropriate substitution for example ServerRoot "${US_ROOTF}/core/apache2" A fixed installation is required only when running servers as a service. You move servers to the desired fixed location and using the service module install servers as a service. Configuration backups are created and all occurrences of environments variables in all current configuration files are replaced by absolute paths. All the best Ric
-
You have not stated which version of Uniform Server you are using. However you mention the wiki so I am assuming its not the current version. Note: Uniform Server ZeroXI series is the current and only supported version. Please download and use the current version. Read the included documentation and you will find the ports are easily changed. Other users may have encountered and resolved a similar problem with the version you are using and offer help. All the best Ric
-
Uniform Server 11.7.0 ZeroXI Released: Changes in this release: Component update Apache 2.4.12 - Updated ZeroXI_apache_2_4_10_5.exe to ZeroXI_apache_2_4_12.exe Modules (Plugins): Added above module and the following: Palemoon Portable 25.2.1 - Updated ZeroXI_palemoon_25_2_0.exe to ZeroXI_palemoon_25_2_1.exe Downloads: Uniform Server 11.7.0-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation ZeroXI_documentation_1_1_9 Regards, The Uniform Server Development Team
-
Uniform Server 11.6.3 ZeroXI Released: Changes in this release: Component updates phpmyadmin 4.3.8 - Updated ZeroXI_phpmyadmin_4_3_7.exe to ZeroXI_phpmyadmin_4_3_8.exe php 5.4.37 - Updated ZeroXI_php_5_4_36_b.exe to ZeroXI_php_5_4_37.exe Modules (Plugins): Added above modules and the following: php 5.5.21 - Updated ZeroXI_php_5_5_20_b.exe to Updated ZeroXI_php_5_5_21.exe php 5.6.5 - Updated ZeroXI_php_5_6_4.exe to Updated ZeroXI_php_5_6_5.exe CGI Modules: The following modules allow you to run PHP as fast-cgi php 5.4.37 - Updated ZeroXI_php_nts_5_4_36_b.exe to Updated ZeroXI_php_nts_5_4_37.exe php 5.5.21 - Updated ZeroXI_php_nts_5_5_20_b.exe to Updated ZeroXI_php_nts_5_5_21.exe php 5.6.5 - Updated ZeroXI_php_nts_5_6_4.exe to Updated ZeroXI_php_nts_5_6_5.exe Downloads: Uniform Server 11.6.3-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation ZeroXI_documentation_1_1_9 Regards, The Uniform Server Development Team
-
I assume you are running the following command line: F:\UniServerZ\core\php54\php -f F:\Home\Dropbox\test.php from a standard command prompt (cmd). What is missing are two environment variables HOME (required by msmtp.exe) and US_ROOTF (required by php-cli.ini) UniController automatically creates these environment variables. For example run UniController and click "Server Console" button this opens a console window (command prompt). Now enter the command line: php -f F:\Home\Dropbox\test.php your script will run correctly. Generally if you are using the command line to run PHP scripts use this command prompt. All the best Ric
-
I tested UniServer Zero XI 11.6.2 and ZeroXI_php_5_6_4 module on the following: Oracle VM VirtualBox Windows 7 Ultimate Works perfectly no issues found. I noticed you are running from the desktop, try creating a new folder on C: drive for example us_test. Copy and extract UniServer Zero XI 11.6.2 and run from this folder. All the best Ric
- 1 reply
-
- apache
- wont start
-
(and 1 more)
Tagged with:
-
Please supply example code, do not include a real email address. Explain how you run this code. All the best Ric
-
Uniform Server 11.6.2 ZeroXI Released: Changes in this release: Provides some important crash-fixes, bug-fixes and php 7 development updates phpmyadmin 4.3.7 - Updated ZeroXI_phpmyadmin_4_3_4.exe to ZeroXI_phpmyadmin_4_3_7.exe MySQL 5.5.41 - Updated ZeroXI_mysql_5_5_41_a.exe to ZeroXI_mysql_5_5_41_b.exe php 5.4.36 - Updated ZeroXI_php_5_4_36.exe to ZeroXI_php_5_4_36_b.exe Modules (Plugins): Added above modules and the following: MariaDB 5.5.41 - Updated ZeroXI_mariadb_5_5_41.exe to ZeroXI_mariadb_5_5_41_b.exe MariaDB 10.0.15 - Updated ZeroXI_mariadb_10_0_15_a.exe to ZeroXI_mariadb_10_0_15_b.exe MySQL 5.6.22 - Updated ZeroXI_mysql_5_6_22_a.exe to ZeroXI_mysql_5_6_22_b.exe php 5.3.29 - Updated ZeroXI_php_5_3_29.exe to Updated ZeroXI_php_5_3_29_b.exe php 5.5.20 - Updated ZeroXI_php_5_5_20.exe to Updated ZeroXI_php_5_5_20_b.exe php 7.0.0 Dev - Updated ZeroXI_php_7_0_0_dev_dec6.exe to ZeroXI_php_7_0_0_dev_jan21.exe The above php modules install PHP as an Apache module standard operation for a pre-configuraed XeroXI server. CGI Modules: The following modules allow you to run PHP as fast-cgi php 5.3.29 - Updated ZeroXI_php_nts_5_3_29.exe to Updated ZeroXI_php_nts_5_3_29_b.exe php 5.4.36 - Updated ZeroXI_php_nts_5_4_36.exe to Updated ZeroXI_php_nts_5_4_36_b.exe php 5.5.20 - Updated ZeroXI_php_nts_5_5_20.exe to Updated ZeroXI_php_nts_5_5_20_b.exe php 5.6.4 - Updated ZeroXI_php_nts_5_6_3.exe to Updated ZeroXI_php_nts_5_6_4.exe php 7.0.0 Dev - Updated ZeroXI_php_nts_7_0_0_dev_dec6.exe to ZeroXI_php_nts_7_0_0_dev_jan21.exe Note: Adding more than one php module version allows you to switch between installed php versions. Downloads: Uniform Server 11.6.2-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation ZeroXI_documentation_1_1_9 Regards, The Uniform Server Development Team
-
"Cannot connect: invalid settings." just started happening on 11.6.0 and 11.6.1
Ric replied to Lyle's topic in phpMyAdmin
I have traced this back to an issue when upgrading MySQL servers to use phpMyAdmin 4.3.* Solution is a clean install of all MySQL tables and then update phpMyAdmin tables accordingly. Currently I have an updated MySQL server on soak test, if all goes well, will publish ZeroXI 11.6.2 before this weekend. All the best Ric -
It has taken time to locate the real cause however I managed to find a image that reproduces the issue you observed. Using this image I have found a solution. Next release of Uniform Server ZeroXI (11.6.2) and corresponding modules will correct this issue. All the best Ric
-
Uniform Server 11.6.1-ZeroXI Released: Changes in this release: phpmyadmin 4.3.4 - Updated ZeroXI_phpmyadmin_4_3_2.exe to ZeroXI_phpmyadmin_4_3_4.exe php 5.4.36 - Updated ZeroXI_php_5_4_35.exe to ZeroXI_php_5_4_36.exe Documentation 1.1.9 - Updated ZeroXI_documentation_1_1_8.exe to ZeroXI_documentation_1_1_9.exe Modules (Plugins): Added above modules. Downloads: Uniform Server 11.6.1-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation updated to ZeroXI_documentation_1_1_9 Regards, The Uniform Server Development Team
-
Your solution "I can solve the problem using absolute" is correct! It is a requirement for Window XP. However I noticed you are using Windows 7 there is a more elegant solution that allows you to use the Unix shebang "#!/usr/bin/perl" when running the servers either as a standard program or service. Create two new files (link_create.bat and link_delete.bat) in folder UniServerZ with the following content: link_create.bat rem working directory current folder pushd %~dp0 rem save us path set us_path=%cd% rem change to top level cd \ rem create link mklink /D usr %us_path%\core\perl rem restore original popd pauselink_delete.bat rem working directory current folder pushd %~dp0 rem save us path set us_path=%cd% rem change to top level cd \ rem delete link rd usr rem restore original popdRun link_create.bat (right click on file link_create.bat and run as administrator) allow program to make changes. This creates a symbolic link to the Perl executable. Start UniController. From the Perl tab run "Force Unix Shebang" you only need to perform this once. From UniController start Apache and check your Perl scripts run. Close Apache and UniController. Start UniService install and run Apache. Again check your Perl scripts run. Note: To remove the link double click on file link_delete.bat All the best Ric
-
Uniform Server 11.6.0-ZeroXI Released: Changes in this release: phpMyAdmin Major update (MySQL and MariaDB updated accordingly). phpmyadmin 4.3.1 - Updated ZeroXI_phpmyadmin_4_2_13_1.exe to ZeroXI_phpmyadmin_4_3_2.exe MySQL 5.5.41 - Updated ZeroXI_mysql_5_5_41.exe to ZeroXI_mysql_5_5_41_a.exe Documentation 1.1.8 - Updated ZeroXI_documentation_1_1_7.exe to ZeroXI_documentation_1_1_8.exe Apache 2.4.10 - Updated ZeroXI_apache_2_4_10_4.exe to ZeroXI_apache_2_4_10_5.exe Modules (Plugins): Added above modules and the following: php 5.5.20 - Updated ZeroXI_php_5_5_19.exe to Updated ZeroXI_php_5_5_20.exe php 5.6.4 - Updated ZeroXI_php_5_6_3.exe to Updated ZeroXI_php_5_6_4.exe php 7.0.0 Dev - Updated ZeroXI_php_7_0_0_dev.exe to ZeroXI_php_7_0_0_dev_dec6.exe MySQL 5.6.22 - Updated ZeroXI_mysql_5_6_22.exe to ZeroXI_mysql_5_6_22_a.exe MariaDB 5.5.40 - Updated ZeroXI_mariadb_5_5_40.exe to ZeroXI_mariadb_5_5_40_a.exe MariaDB 10.0.15 - Updated ZeroXI_mariadb_10_0_14.exe to ZeroXI_mariadb_10_0_15_a.exe The above php modules install PHP as an Apache module standard operation for a pre-configuraed ZeroXI server. CGI Modules: The following modules allow you to run PHP as fast-cgi php 5.5.20 - Updated ZeroXI_php_nts_5_5_19.exe to Updated ZeroXI_php_nts_5_5_20.exe php 5.6.4 - Updated ZeroXI_php_nts_5_6_3.exe to Updated ZeroXI_php_nts_5_6_4.exe php 7.0.0 Dev - Updated ZeroXI_php_nts_7_0_0_dev.exe to ZeroXI_php_nts_7_0_0_dev_dec6.exe Downloads: Uniform Server 11.6.0-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation updated to ZeroXI_documentation_1_1_8 Regards, The Uniform Server Development Team
-
Uniform Server 11.5.3-ZeroXI Released: Changes in this release: phpMyAdmin Minor security update. phpmyadmin 4.2.13.1 - Updated ZeroXI_phpmyadmin_4_2_12.exe to ZeroXI_phpmyadmin_4_2_13_1.exe MySQL 5.5.41 - Updated ZeroXI_mysql_5_5_40.exe to ZeroXI_mysql_5_5_41.exe Documentation 1.1.7 - Updated ZeroXI_documentation_1_1_6.exe to ZeroXI_documentation_1_1_7.exe UniController 1.2.0 - Updated ZeroXI_controller_1_1_9.exe to ZeroXI_controller_1_2_0.exe Apache 2.4.10 - Updated ZeroXI_apache_2_4_10_3.exe to ZeroXI_apache_2_4_10_4.exe Modules (Plugins): Added above modules and the following: MySQL 5.6.22 - Updated ZeroXI_mysql_5_6_21.exe to ZeroXI_mysql_5_6_22.exe Downloads: Uniform Server 11.5.3-ZeroXI Uniform Server ZeroXI modules Documentation: Online ZeroXI documentation updated to ZeroXI_documentation_1_1_7 Regards, The Uniform Server Development Team