-
Posts
1,516 -
Joined
-
Last visited
Everything posted by Ric
-
You can use command-line parameters for example: UniController.exe start_both UniController.exe stop_both For details see reference manual page: UniServerZ/docs/manual/command_line_parameters.html All the best Ric
-
Your solution is ok and since Apache does not complain about any other missing dll’s there is nothing else to do. Apache searches the system path for dlls and could not find libintl.dll however placing it in UniServerZ\core\apache2\bin, which is on the path the dll, is found. Just wondering if you are using a portable version of Postgresql this would explain why Apache couldn’t find the dll. Anyway glad you have a solution All the best Ric
- 4 replies
-
- libintl.dll
- php_pdo_pgsql.dll
-
(and 6 more)
Tagged with:
-
Uniform Server does not directly support PostgreSQL only MySQL or MariaDB. This extension php_pdo_pgsql.dll is for PostgreSQL and should not be enabled. Note: The missing dll is part of the PostgreSQL installation. All the best Ric
- 4 replies
-
- libintl.dll
- php_pdo_pgsql.dll
-
(and 6 more)
Tagged with:
-
The following provides instructions for installing ionCube loader on Uniform Server ZeroXI: Assumes you have installed ZeroXI PHP modules (for php53, php54 and php55) and the latest download of loader contains a binary for PHP 5.5 Note: Loader version 4.4.4 currently does not contain a Loader dll for PHP 5.5 Download ionCube Loader binaries: Go to the ionCuble download page http://www.ioncube.com/loaders.php Download latest Loader version: Download the zip (924 KB) file (version 4.4.4) Windows VC9 (x86) Save the downloaded file ioncube_loaders_win_vc9_x86.zip to C:\ioncube_temp Extract the downloaded file ioncube_loaders_win_vc9_x86.zip (right click extract all) Copy files to Uniform Server: Navigate to folder C:\ioncube_temp\ioncube_loaders_win_vc9_x86\ioncube Copy file ioncube_loader_win_5.3.dll to folder C:\UniServerZ\core\php53 Copy file ioncube_loader_win_5.4.dll to folder C:\UniServerZ\core\php54 Copy file ioncube_loader_win_5.5.dll to folder C:\UniServerZ\core\php55 - see note above Edit PHP configuration files: PHP53 Edit the following files. C:\UniServerZ\core\php53\php_development.ini C:\UniServerZ\core\php53\php_production.ini C:\UniServerZ\core\php53\php_test.ini In each file, just above section [eaccelerator] add the following as shown: [ioncube] zend_extension=${US_ROOTF}/core/php53/ioncube_loader_win_5.3.dllPHP54 Edit the following files. C:\UniServerZ\core\php54\php_development.ini C:\UniServerZ\core\php54\php_production.ini C:\UniServerZ\core\php54\php_test.ini In each file, just above section [eaccelerator] add the following as shown: [ioncube] zend_extension=${US_ROOTF}/core/php54/ioncube_loader_win_5.4.dllPHP55 Edit the following files. C:\UniServerZ\core\php55\php_development.ini C:\UniServerZ\core\php55\php_production.ini C:\UniServerZ\core\php55\php_test.ini In each file, just above section [opcache] add the following as shown: [ioncube] zend_extension=${US_ROOTF}/core/php55/ioncube_loader_win_5.5.dllCheck installation: Start Apache. From the PHP dropdown menu select View phpInfo Expected result similar to the following: This program makes use of the Zend Scripting Language Engine: Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies with the ionCube PHP Loader v4.4.4, Copyright (c) 2002-2013, by ionCube Ltd.All the best Ric
-
With the introduction of the new Uniform Server ZeroXI series other Uniform Server versions are no longer supported. All the best Ric
-
Any admin can delete a thread however you raised an issue and more importantly found a solution. This benefits other uses with the same or similar problem hence no reason to delete this thread. All the best Ric
-
The following is a quick and dirty way to upgrade. It will give you a working MySQL server: Uniserver 8.8.1 upgrade MySQL from 5.5.30 to 5.6.14 A) Download ZeroXI_mysql_5_6_14.exe and save to folder some_temp Double click ZeroXI_mysql_5_6_14.exe to extract files C) Navigate to folder some_temp\core\mysql create two copies of file my.ini Rename these copies to small_my.ini and medium_my.ini D) Navigate to folder some_temp\core\mysql\bin rename file mysqld_z.exe to mysqld1.exe E) Uniserver 8.8.1 Delete folder C:\UniServer\usr\local\mysql F) Copy folder some_temp\core\mysql to folder C:\UniServer\usr\local You will need to make additional changes to the configuration file as appropriate for your requirements. Ideally use the new Uniform Server Series ZeroXI because other versions are no longer supported. All the best Ric
-
Uniform Server 11.0.0-ZeroXI Released: Welcome to the new Uniform Server 11 series, which is offered in two package formats. A pre-configured version of Uniform Server ZeroXI contains pre-installed modules producing a standard WAMP (Windows, Apache, MySQL and PHP) server package. After extracting, servers are ready to run either from a USB memory stick or PC. Apart from changing the MySQL password (optional) there is no configuration required. The pre-configured version of Uniform Server ZeroXI should suite most users! A second package option is to assemble a bespoke server from modules provided. You can create a varied range of servers from a standalone Apache or MySQL portable server to a minimalist dynamic server for example using only Apache and mod_plua. The ZeroXI_palemoon_24_0_2.exe module provides full portability. This uses the Pale Moon portable browser, which is an optimised Firefox browser for running on USB memory sticks. The following lists Uniform Server 11 features and available modules. Main Features: Easy update: Download latest module and replace old version. PHP switching: - Switch between PHP series PHP 5.3, PHP 5.4 and PHP 5.5 MySQL options: - Install either MySQL 5.5 or 5.6 series or MariaDB alternative. MariaDB options: - Alternative to MySQL MariaDB install 5.5 or 10.0 series. MySQL admin options: Install and/or Adminer and/or phpMyAdmin. MySQL backup option: Install phpMyBackupPro or Sypex Dumper. Minimalist dynamic server: Apache + mod_lua or Apache + mod_plua. Perl options: Install Strawberry Perl, full or mini versions. Other features: Full documentation. Windows host file editor. Default, PAC file used for resolving domains. Configurable clean-up – Remove unwanted files e.g. Server log files. DtDNS – Automatic updater, updates domains on DtDNS server. PC Start-up enable/disable running of servers. Cron - Configurable timer to run applications or scripts. Pale Moon portable browser - Pre-configured for PAC file use, allows full portability. Uniform Server 11.0.0-ZeroXI release contains following modules: ZeroXI_controller_1_0_0.exe ZeroXI_documentation_1_0_0.exe ZeroXI_apache_2_4_6.exe ZeroXI_mysql_5_5_34.exe ZeroXI_php_5_4_20.exe ZeroXI_phpmyadmin_4_0_8.exe Available modules (Plugins): ZeroXI_adminer_3_7_1.exe ZeroXI_apache_2_4_6.exe ZeroXI_controller_1_0_0.exe – Required for all configurations ZeroXI_documentation_1_0_0.exe ZeroXI_lua_1_0_0.exe ZeroXI_mariadb_10_0_4.exe ZeroXI_mariadb_5_5_33_a.exe ZeroXI_mysql_5_5_34.exe ZeroXI_mysql_5_6_14.exe ZeroXI_palemoon_24_0_2.exe - Optimized Firefox-based browser ZeroXI_pear_1_0_0.exe ZeroXI_phpmyadmin_4_0_8.exe ZeroXI_phpmybackuppro_2_3.exe ZeroXI_php_5_3_27.exe ZeroXI_php_5_4_20.exe ZeroXI_php_5_5_4.exe ZeroXI_strawberry_perl_5_18_1_1.exe ZeroXI_strawberry_perl_mini_5_18_1_1.exe ZeroXI_sypex_dumper_2_0_10.exe Downloads: Uniform Server 11.0.0-ZeroXI Uniform Server ZeroXImodules Regards, The Uniform Server Development Team
-
Suggestion for running default browser
Ric replied to superuser77's topic in Programming & Web Design
With the current versions of US there is no easy way to open a portable browser. Running a portable browser requires tighter integration and significant changes to the controller. That said the above has been addressed in the upcoming new release of US. In addition the new release addresses the issue off full portability. This is currently not possible because of the reliance on using a host PC’s hosts file to resolve domain addresses when using Apache’s Vhost. All the best Ric -
UniServer Zero Controller Menu > General > Mail Utility msmtp
Ric replied to AboutUtila's topic in Bugs
Thanks for a very informative post. You have highlighted a bug, which I can confirm. The bug in the controller in addition I found minor issues with Send_test_email.bat and msmtprc.ini These have been corrected in the new controller Zero_Controller_10_2_4.exe Download the new controller and give it a spin. All the best Ric- 1 reply
-
- uniserver zero
- uniserver zero controller
-
(and 1 more)
Tagged with:
-
I have not used Dropbox however try the following: Create a new directory in your dropbox folder name it www I will assume the path is C:\Users\fred\Dropbox\www it will depend where you installed Dropbox. Using the above information eidit Apache configuration file C:\UniServer\usr\local\apache2\conf\httpd.conf Change: DocumentRoot "C:/UniServer/www" To: DocumentRoot "C:/Users/fred/Dropbox/www" Change: Options Indexes Includes AllowOverride All Require all granted To: Options Indexes Includes +FollowSymLinks AllowOverride All Require all granted Copy the content of folder C:\UniServer\www to folder C:\Users\fred\Dropbox\www All the best Ric
-
Thanks for your feedback. Added: Change default editor in controller version: Zero_Controller_10_2_2.exe Set parameter USER_EDITOR in configuration file: UniServerZ\home\us_config\us_user.ini Set parameter to the required path/name for your editor. All the best Ric
-
UniServer 10.2.4-Zero Released: Changes in this release: Updated PHP to Zero_php_5_4_19-1_0_1e.exe - Security update PHP modules updated to PHP 5.4.19 and 5.5.3 Main features Apache 2.4.6 MySQL (5.5.33 or 5.6.13) or Mariadb (5.5.32) Switch between PHP versions 5.3.26, 5.4.19 and 5.5.3 phpMyAdmin and or Adminer phpMyBackupP or Sypex Dumper Strawberry Perl Cron and auto run at start-up Built in DTDNS updater Full documentation included Downloads: UniServer 10.2.4-Zero UniServer ZeroModules Regards, The Uniform Server Development Team
-
Uniform Server 8.9.2-Coral Released: Changes in this release: Updated PHP to 5.4.19 - Security update Core components: Apache 2.4.6 - Built with OpenSSL 1_0_1e MySQL 5.5.33 PHP 5.4.19 OpenSSL 1_0_1e phpMyAdmin 4.0.5 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.31 APC 3.1.14 eAccelerator 1.0-GIT-42067ac7e2 Zend Zend OpCache 7.0.2 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.9.2-Coral Regards, The Uniform Server Development Team
-
I do not think it’s a problem with phpMyAdmin to confirm this type the following into your browser. http://localhost/us_phpmyadmin/index.php Do you have the same issue with buttons View www or Vew phpInfo? I have no access to W8 however if you do a Google search for W8 error 800a01ad code 0 you may find something specific to your installation. Perhaps another user has experienced this type of issue. Ric
-
UniServer 10.2.3-Zero Released: Changes in this release: Updated controller to Zero_Controller_10.2.1.exe Updated docs to Zero_documentation_1_0_6.exe Added support for Sypex Dumper Added new module Zero_sypex_dumper_2_0_10.exe. Main features Apache 2.4.6 MySQL (5.5.33 or 5.6.13) or Mariadb (5.5.32) Switch between PHP versions 5.3.26, 5.4.18 and 5.5.2 phpMyAdmin and or Adminer phpMyBackupP or Sypex Dumper Strawberry Perl Cron and auto run at start-up Built in DTDNS updater Full documentation included Downloads: UniServer 10.2.3-Zero UniServer ZeroModules Regards, The Uniform Server Development Team
-
Starting with Uniform Server Zero 10.2.3 Sypex Dumper is supported by a plugin Zero_sypex_dumper_2_0_10.exe. All the best Ric
-
I think it’s an issue with ServerAlias: You have: ServerName moonbid.co.uk ServerAlias www.co.uk *.co.uk Should be: ServerName moonbid.co.uk ServerAlias www. moonbid.co.uk *. moonbid.co.uk Similarly: ServerName sellmycrafts.co.uk ServerAlias www.co.uk *.co.uk Should be: ServerName sellmycrafts.co.uk ServerAlias www. sellmycrafts.co.uk *. sellmycrafts.co.uk All the best Ric
-
Starting with Zero_10_2_2 support for Pear is included via a downloadable module. Installing this module enables a menu option “View Pear FrontEnd” in the PHP drop-down menu. All the best Ric
-
Uniform Server Zero without admin rights?
Ric replied to kristovaher's topic in Uniform Server - Windows
Starting with Zero_10_2_2 with the exception of modifying the Hosts file Uniform Server Zero no longer requires Admin privileges. Writing to the Hosts file now uses a separate Utility EdHost when invoked requests a user to elevate privileges, when prompted allow. All the best Ric -
UniServer 10.2.2-Zero Released: Changes in this release: Updated controller to Zero_Controller_10.2.0.exe Updated docs to Zero_documentation_1_0_5.exe Updated PHP to Zero_php_5_4_18-1_0_1e.exe Added support for Pear Added edit hosts utility to controller. Main features Apache 2.4.6 MySQL (5.5.33 or 5.6.13) or Mariadb (5.5.32) Switch between PHP versions 5.3.27, 5.4.18 and 5.5.2 phpMyAdmin and or Adminer Strawberry Perl Cron and auto run at start-up Built in DTDNS updater Full documentation included Downloads: UniServer 10.2.2-Zero UniServer ZeroModules Regards, The Uniform Server Development Team
-
Uniform Server 8.9.1-Coral Released: Changes in this release: Updated PHP to 5.4.18 OpenSSL 1_0_1e Updated phpMyAdmin to 4.0.5 - Security update Updated MySQL to 5.5.33 Core components: Apache 2.4.6 - Built with OpenSSL 1_0_1e MySQL 5.5.33 PHP 5.4.18 OpenSSL 1_0_1e phpMyAdmin 4.0.5 Go-Pear 1.1.6 - Preinstalled msmtp 1.4.31 APC 3.1.14 eAccelerator 1.0-GIT-42067ac7e2 Zend Zend OpCache 7.0.2 OpenSSL 1.0.1c ActivePerl via Installer Cron - Scheduler DtDNS - IP address updater db_backup - Database back-up Downloads: UniServer 8.9.1-Coral Regards, The Uniform Server Development Team
-
Uniform Server Zero without admin rights?
Ric replied to kristovaher's topic in Uniform Server - Windows
Thanks for performing above tests and confirmation. I will implement a solution in the next controller release. Regarding the www button not sure what the problem is. Do you have the same problem with phpMyAdmin button? All the best Ric -
Uniform Server Zero without admin rights?
Ric replied to kristovaher's topic in Uniform Server - Windows
Confirmed for XP and W7 can someone try W8 All the best Ric -
Uniform Server Zero without admin rights?
Ric replied to kristovaher's topic in Uniform Server - Windows
An interesting post, when creating a virtual host an entry is written to the hosts file requiring administrator privileges. This is the only situation where elevated privileges are required. I do not have access to Windows 8 therefore would you download Zero_Controller_10_1_1.exe extract it and perform the following test: 1) Run UniController. 2) Click yes when prompted to run as administrator. 3) Select: General > Edit Windows Host file 4) This opens the “UniServer host file editor” 5) Click in the “Host name” window 6) This will highlight the Add button click this button. 7) Confirm an entry is made to the host file (Entry appears in the right window) 8) In this window click the host name “example.com” and click Delete button. 9) Confirm the entry is removed. 10) In “Host name” window enter fred.com and click Add button 11) Close “UniServer host file editor”and UniController. Final test: In folder UniServerZ create a new text file test.bat with the following content: UniController.exe 12) Double click on file test.bat. 13) This will run UniController 14) Click yes when prompted to run as administrator. 15) Select: General > Edit Windows Host file 16) Confirm fred.com is displayed in right window. 17) Highlight fred.com and click “Delete” button 18) Close “UniServer host file editor”and UniController. Can you confirm 7), 9) and 16) I need the results to decide what solution to implement. The above test is open to anyone wishing to run on W7 and W8 All the best Ric