Plug-Ins Support
Please post all support topics under the right Plug-In Support Forum.
Subforums
-
Please post all help and support topics releating to a user made plugin here.
- 59 posts
114 topics in this forum
-
Hi, very good software ! Subversion plugin and project/bug manager (trac, redmine,bugzilla, flyspray...) plugins could be great. I had spotted a problem (idem for other wamp solutions) : If there's a system wide php install when you use Uniform on this workstation php try to load the php.ini from system php installation (eg c:\windows\php.ini or php.ini specified in registry). You should force the load of the Uniform's php.ini (command line switch or custom compil). Thanks
-
- 1 reply
- 5.3k views
-
-
Hi As far as I can see I've enabled mssql plugin in php.ini. I've also done this: http://us3.php.net/manual/en/mssql.setup.php Which is to get other mssql plugins working. The specific problem is getting SugarCRM to see the mssql support but I can't even verify if the mssql support is working properly. It says its there, it says the extension has loaded. I'm using the latest version of Uniform Server on windows 2003 server. any ideas welcome
-
- 1 reply
- 7.5k views
-
-
i'm running on vista with pear successfully installed. i've also successfully installed phpunit (as it shows in installed packages). I can't fathom how to get PHPUnit to run in the command line, and everytime i go to run php in the command line i keep being told that 3 dll's referring to the SSL need to be reinstalled...any ideas?
-
- 1 reply
- 28.9k views
-
-
Following the instructions here: http://wiki.uniformserver.com/index.php/Fi...2:_Introduction I pulled UniServer_FileZillaFTPd_1.0.zip from SourceForge. The download and install instructions, Option 2, say to find and copy a folder from the extracted info. The indicated folder: UniServer_FileZillaFTPd_1.0, does not exist in the extracted information. I suspect there were changes made after 4.1 Mona that aren't reflected in the wiki article. An wiki update would seem to be in order? Dave
-
- 3 replies
- 5.1k views
-
-
Did any1 try my plugins for uniform server? would love to get some feedback about the ones tagged with *unofficial* in "./User Made plugins" does any1 actually use them? found any bugs? any questions?
-
- 0 replies
- 5.3k views
-
-
I've been trying to figure out what is going on. Hoping to get some help here is a paste of the error messages i'm getting. - PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/PHP/extensions\\php_openssl.dll' - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.\r\n in Unknown on line 0 - PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/PHP/extensions\\php_curl.dll' - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.\r\n in Unknown on line 0
-
- 7 replies
- 7.8k views
- 1 follower
-
-
Hi all I've got yet anther problem, hopefully the last. My website is CMS and I've just been told that if I want to use the image verification on my sign up page I need to have freetype support on my server, so my quesion is dose uniform server support freetype or dose anyone even know what it is. Just some background, I've just upgraded to 4.1-Mona ( 10/10) Thank for any help you can give. pappy....................
-
- 3 replies
- 5.8k views
-
-
As I was installing SlimFTPd v 3.16 on the Uniserver 3.5-Apollo, I couldn't figure out why i was getting the message "Windows cannot find 'diskw/home/admin/program/uniserv.exe'. I looked for answers here on the forum but found no clues. Then I realized that in previous versions of Uniform Server, the folder that is mounted as disk W:/ was called "diskw" but in 3.5 it is called "udrive". I edited the Start SlimFTPd.bat file as follows: Original: start diskw/home/admin/program/uniserv.exe "diskw/plugins/SlimFTPd/SlimFTPd.exe" New: start udrive/home/admin/program/uniserv.exe "udrive/plugins/SlimFTPd/SlimFTPd.exe" It worked! To shut down prope…
-
- 1 reply
- 6.6k views
-
-
that will be great for using svn ... thanks
-
- 1 reply
- 5.5k views
- 1 follower
-
-
FIRST: Propel is an object relational mapper for Databases. A ORM makes Objects from your tables and you don't have to write any SQL. For example: "INSERT INTO books (author_id, title, isbn) VALUES (1, 'Title', '1234')" will become: $book = new Book(); $book->setAuthorId(1); $book->setTitle('Title'); $book->setIsbn('1234'); $book->save(); And now the Story: Hello Uniform Server Team, i use Uniform Server now for a few years. And developing with it is so genial. One day, i tried to install Propel without PEAR, because PEAR is sometimes not available on WebSpace (and PHP4) and it took me lots of time to make it work - even it is so practical. So I decide…
-
- 3 replies
- 12.1k views
- 1 follower
-
-
While trying to fix a php5->php4 bug, I installed a second copy of TUS and used http://sourceforge.net/project/shownotes.p...lease_id=315283 to convert it to PHP4. It worked fine, but if you tried to load the admin panel, you just got an error about an address (I think an ip address) that wasn't in the right format. I suspect it's an issue with running it off my own computer (localhost, after all, doesn't match an ip address pattern) but even when I loaded the page with 127.0.0.1 it still didn't work.
-
- 1 reply
- 6.7k views
-
-
SlimFTPd (V3.181) I like SlimFTPd accordingly have updated UniCenter to reflect this. The following page: http://center.uniformserver.com/slimftp318..._6_plugins.html Includes a plugin for Uniform Server 3.5-Apollo and 3.3 (either full plugin or how to upgrade) New section for 3.5-Apollo contains a tutorial using SlimFTPd (V3.181) The original 3.3 write-up updated (OK corrected a few errors) All the best Ric
-
- 10 replies
- 10.8k views
-
-
Hey all, I have been searching the forums for awhile now, But have not found the answer to this question. Is there a way to lower the download speed of a file or folder using this plugin ? On a side note i have been using this for some time now and i just love this. Thanks to all the devs involved Best Regards, Les
-
- 2 replies
- 9.8k views
-
-
well i am working on it... specs have been written... AVC dependend (uses plugin.config and plugin.version files). supports plugin lists. plugin developers should include the AVC plugin files. wont harm, and is no big deal+work, but supports future features of the plugin system. The following features are going to be added: - downloading of packages to /plugins/pluginpackname folders - installation of /plugins/pluginpackname folders (contain version+zip file) (zip file contains the full structure and the plugin.config) - deinstallation of plugins (without the pluginpackname folder, by uding the plugin.config file) - list by retriving .urls files (containing …
-
- 2 replies
- 7.2k views
-
-
Next part of the admin panel patch is ready. This loads the specified navigation links from the .config files by any plugin to the nav bar. It loads the information dynamically, so no code canges are required. this is based on my Automated Version Checking (AVC) Specs at http://BananaAcid.de.vu/?avc download and instructions are at http://BananaAcid.de.vu/?avc enjoy and don't forget to hunt for bugs!
-
- 1 reply
- 5.8k views
-
-
We all know PHP, but did you know its possible to code a page in Lua? Yes Lua, World of Warcraft uses Lua... and a lot of other games and programs. I created a plugin to integrate Kepler into Uniform Server. Try it out. After installation, the docs contains also the Kepler docs. Binding is by CGI. Hope you can live with it. http://BananaAcid.de.vu BananaAcid
-
- 8 replies
- 7.2k views
- 1 follower
-
-
Hi, I saw you have a plugin for AWstat in the plugin section of the page, but I can't find a download for it. It also says 100% ,stable. So I downloaded the files from AWstat homepage, but I really dont understand how to add it to Uniform server. Can someone help me...plz /BK
-
- 16 replies
- 13.3k views
- 1 follower
-
-
Well, webstatistics are cool. BUT: The standart webalizer is ugly... Solution: StoneSteps mod of the WebAlizer. I am using it quite a while, so i thought it might help some one if i pack it up. I created a plugin to integrate WebAlizer from StoneSteps into Uniform Server. Try it out. Well there is not much to say except: it should work. AND REALY READ THE INSTALL INFO, otherwise you might get stuck in case of an error. -> tested it for me and works. But i think i modified the ErrorLog manualy, so you might need to fix that. http://BananaAcid.de.vu BananaAcid
-
- 2 replies
- 8.5k views
-
-
I am setting US up to test SugarCRM and it requires cURL support to be enabled. How can I do that with US?
-
- 5 replies
- 9.5k views
- 1 follower
-
-
Reference the following code segment... require_once "Mail.php"; $host = "ssl://smtp.att.yahoo.com"; //as directed from AT&T $port = "465"; // as directed from AT&T . . . $headers = array ('From' => $from, 'To' => $to, 'Subject' => $subject); $smtp = Mail::factory('smtp', array ('host' => $host, 'port' => $port, 'auth' => true, 'username' => $username, 'password' => $password)); $mail = $smtp->send($to, $headers, $body); if (PEAR::isError($mail)) { echo("<p>" . $mail->getMessage() . "</p>"); } else { echo("<p>Message successfully sent!</…
-
- 2 replies
- 18.1k views
-
-
Hi, I'm running slimftp. When I log in via filezilla 3.0.3, it gets past username and password, until "Command: LIST Response: 150 Opening passive mode data connection for listing of "/". Response: 425 Can't open data connection. Error: Failed to retrieve directory listing " I've created the directory c:\ftproot <User "bob"> Password "abc123" # Mount / C:/ftproot Mount / w:/ Allow / All </user> I've also tried w:/ and c:\ftproot but filezilla can't seem to retrieve a directory listing. I've checked the logs but slimftp doesn't say anything about not being able to retrieve the directory. Any suggestions? Many thanks Alan
-
- 3 replies
- 8.8k views
-
-
Uniform Server 3.5-Apollo, Windows XP SP2 I have installed pear along with the MDB2 package. I have a script located in w:\www that makes the call " include_once 'MDB2.php'; ". When the script is run, I get the following error Warning: include_once(MDB2.php) [function.include-once]: failed to open stream: No such file or directory in W:\www\index.php on line 43 Warning: include_once() [function.include]: Failed opening 'MDB2.php' for inclusion (include_path='.;/usr/local/PHP/includes;/usr/local/PHP/pear;/home/admin/www/plugins/pear/PEAR:W:\www') in W:\www\index.php on line 43 Fatal error: Class 'MDB2' not found in W:\www\index.php on line 44 I have checked MD…
-
- 2 replies
- 11.3k views
-
-
I like Stunnel then again I like alternatives. You may find this write-up on mod_ssl of interest. http://center.uniformserver.com/u35_mod_ss...sl_1_intro.html It is intended to provide an opportunity for anyone wishing to have a play with mod_ssl, keys and certificates. I would be interested if anyone finds it of use. All the best Ric
-
- 1 reply
- 5.9k views
- 1 follower
-
-
Stunnel is an excellent plugin uses openSSL allows you to quickly product a secure HTTPS server. The lack of documentation, no longer an excuse for not using it check out this page: http://center.uniformserver.com/stunnel/stunnel_1_intro.html It includes a step-step installation guide followed by how to up-grade Stunnel (recommended before using it). I found a few problems with Windows XP home these I have been resolved not an elegant solution but seems to work.
-
- 3 replies
- 8.1k views
- 1 follower
-
-
Looking for the missing unitray and the slim-FTP files. The link to to SourceForge leads to lalal land. Am I missing the obvious? TIA Joe
-
- 1 reply
- 4.9k views
- 1 follower
-