Jump to content
The Uniform Server Community

sudeepjd

Developer
  • Posts

    65
  • Joined

  • Last visited

1 Follower

Previous Fields

  • SourceForge ID
    sudeepjd
  • Main OS
    Windows 10

Contact Methods

  • Website URL
    https://papernapkincollection.com
  • Skype
    sudeepjd

Profile Information

  • Gender
    Male
  • Location
    Bangalore, India
  • Interests
    I love Code, Cook and Collect.

Recent Profile Visitors

2,945 profile views

sudeepjd's Achievements

Apprentice

Apprentice (3/14)

  • Conversation Starter
  • First Post
  • Collaborator Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. Yes, If portability is a requirement, then it does become a problem. The %UniConPath% is designed to use the top level of the UniformServer folder and not any higher since the accessibility of the code is always below that level. If you have a program which is running at a higher level than UniformServer, I would recommend using that to fetch the %UniConPath% from the env variables, but that would be available only when UniController is running. I went through the Chipster.Org project and I think what you are doing is good. DM me separately, I can see how I can help.
  2. If you are looking to upgrade UniformServer without losing any of your pages, I would suggest using the folder outside the UniformServer setup location. This can be done by using the Apache -> Change Apache Root folders function where you can point the server to use a folder outside the UniServer folder structure. The only downside of this is that you will break portability, and the change needs to be done whenever you upgrade UniServer, but you will not lose your files or your data with an accidental overwrite to the www or the ssl folders. Windows unfortunately does not seem to support .. paths to move across directories. You could also use the home/us_config.ini in the ENV_PATHS section to set up absolute paths or relative paths, but if you need portability, it would need to be inside the UniServer folder structure.
  3. I am assuming when you say that Unicontroller is automatically opening Palemoon it is opening the startup UniformServer splash pages. You can turn this function off from the UniController by selecting Apache->StartupPages-> Display Page 1 & 2 and uncheck them. Or if you want another page to open you can choose those as well. Unchecking those options will prevent UniController opening the Splash pages when Apache is started. UniController looks for Palemoon in the default location in the core/palemoon folder if you move it out of that location, it is like it is not there, so UniController will default to the computer's default browser. There are 2 options here. Set up your default browser to use the proxy file (or) Set up Palemoon as your default browser. However, I am under the impression that by stopping the default page from opening would mitigate the issue of the PhpMyAdmin opening in the default browser since you no longer need to move palemoon to another location.
  4. The Uniform Server team is glad to announce a minor update to Uniform Server Zero XIV. This update was made possible by our new contributor @sbourdon who has come forward to contribute his valuable time to this project. This version of UniformServer Zero XIV v14.0.4 can be found ON SourceForge at https://sourceforge.net/projects/miniserver/ The UniformServer is now open source, the Controller Code is now published on github at https://github.com/iamola/uniserver The following modules that have been updated: Core Apache v2.4.53 from Apache v2.4.46 PHP Added PHP v8.1.4 PHP v8.0.17 from v8.0.3 PHP v7.4.28 from PHP v7.4.16 PHP v7.3.33 from PHP v7.3.27 Databases Updated to MySQL v8.0.28 Database Administration phpMyAdmin 5.1.3 from phpMyAdmin 5.1.0 Adminer 4.8.1 from Adminer 4.7.8 The latest modules of Uniform Server are at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/ Help Needed I would like to request for the following help from the community. If you find any bugs, please feel free to either post on the forum or raise an issue on github so we can track and fix them. If you can fix the bug, please fork the github repo and issue a pull request.
  5. The Uniform Server Core Controller does not need the VC runtimes. However, the builds for both Apache as well as PHP rely on them and are built using the VC runtimes as dependencies. Hence the requirement for the users who use Apache and PHP will also need the VC runtimes.
  6. PHP 5.3 is old and is no longer supported by Uniform Server. If you would like to use older versions of PHP you can use older versions of UniformServer.
  7. UniformServer is Modular, which means although the base version comes along with the latest modules, you can customise and add in additional modules as well. For e.g, to get PHP7 versions you can download and install the the modules from https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/ Just download the ones you want, and unzip (self extractable archive) then into the install folder. Re-run UniformServer and you should see the modules activated.
  8. Thanks for pointing it out. I have uploaded a PHP 7.4.16_k to fix this problem. For an easy fix. Open the core\apache2\conf\extra_us\php74.conf folder and change the 65 to 66 on the following lines. LoadFile ${US_ROOTF}/core/php74/icudt65.dll LoadFile ${US_ROOTF}/core/php74/icuin65.dll LoadFile ${US_ROOTF}/core/php74/icuio65.dll LoadFile ${US_ROOTF}/core/php74/icuuc65.dll to LoadFile ${US_ROOTF}/core/php74/icudt66.dll LoadFile ${US_ROOTF}/core/php74/icuin66.dll LoadFile ${US_ROOTF}/core/php74/icuio66.dll LoadFile ${US_ROOTF}/core/php74/icuuc66.dll Restart Apache and it should now work. Best Regards, Sudeep.
  9. For PHP 4, I think you probably would be better of setting up your own versions of Apache and PHP. You can the required version in the old PHP archives at https://www.php.net/releases/
  10. I don't have a 32 bit machine to test it out on.. However, if you would like I am willing to take some time to check it out on your system and see how I can get you up and running.. DM me...
  11. I see the problem that you have messaged about.. However, I am not very good at Perl. Please DM me with your contact details. I can probably work with you to help figure out and fix the problem that you are facing.
  12. I have updated UniformServer to v14.0.3 which has PHP v8.0.3. All the best.
  13. The Uniform Server team is glad to announce a minor update to Uniform Server Zero XIV. This version of UniformServer Zero XIV v14.0.3 can be found ON SourceForge at https://sourceforge.net/projects/miniserver/ The UniformServer is now open source, the Controller Code is now published on github at https://github.com/iamola/uniserver The following modules that have been updated: Core Apache v2.4.46 from Apache v2.4.43 PHP Removed PHP 5.6 Added PHP v8.0.3 PHP v7.4.16 from PHP v7.4.5 PHP v7.3.27 from PHP v7.3.17 PHP v7.2.33 from PHP v7.2.30 Databases Updated to MySQL v8.0.23 Database Administration phpMyAdmin 5.1.0 from phpMyAdmin 5.0.2 Adminer 4.7.8 from Adminer 4.7.6 The latest modules of Uniform Server are at https://sourceforge.net/projects/miniserver/files/Uniform Server ZeroXIV/ZeroXIV Modules/ Help Needed I would like to request for the following help from the community. If you find any bugs, please feel free to either post on the forum or raise an issue on github so we can track and fix them. If you can fix the bug, please fork the github repo and issue a pull request.
  14. In order to update without losing data you need to first back up your data. This can be done within UniformServer from MySQL-> Database backup and restore function.. When you backup the data it creates an SQL file in the db_backup_restore folder. Since you have the data you can safely upgrade the database. Once done, restore the data to the updated database.
  15. @Bannockburn Not yet.. Right now more focused on getting the version with PHP8 into the wild. Will take up the Let's Encrypt SSL integration after that. I know it has been a long pending item on my radar. Just not getting the time to focus on the development aspect of things. Thank you for your patience.
×
×
  • Create New...