-
Posts
44 -
Joined
-
Last visited
Posts posted by metaltailz
-
-
Glad you solved it yourself, but this is some information to anyone else who stumbles across this thread.
PHP files are not executable, meaning you can't double click them and have them run like your favourite game or any other application. They are special files that have to be interpreted which is what your webserver (such as Uniform Server) will do (provided PHP is installed on the server).
So all you have to do is drop the PHP file into W:/www and then browse to it using your browser: http://localhost/myfile.php
-
http://wiki.uniformserver.com/index.php/3....2:_Introduction
Was on the front page of the UniCenter.
-
Thank you very much ric, great help.
-
I have been reading the Mini Server Wiki Articles (Just finished 3, about to start 4) when I decided to try and enable folder listing in one of my folders. I did it by adding
<Directory "/www/list"> Options Indexes </Directory>
to the .htaccess, unfortunately this did not work. It gave a 404 error saying it couldn't find localhost:80/list (the folder is full of random files so I can see a list).
My apache config is basically exactly the same as at the end of the Server 3 article, any help would be appreciated.
-
The commands in the readme assume that you are running linux, they are linux build commands used to compile applications from source. If you want to run that application you either have to get a box with linux installed or see if it is possible to compile the program under windows.
-
You don't need to release 4.0 to make me love this project and its developers, I already do!
-
Since you guys are working on Uniform Server 4.0 maybe you can use this opprotunity to clean up the code and organize everything to make US as easy and painless to use. When I was reading the blog I clicked on a link to one of the forks. (Mov'AMP) One thing I liked about thier way of doing things, was everything was really clean and simple to use. With US 4.0 coming out maybe you can rearrange where everything is so it is nice and need in a clean hierarchy style. One thing you may also be able to use as a template for future versions is thier server start, they have one exe that starts everything and puts a little icon in the taskbar. The icon can be right clicked on to bring up a little menu to restart the server, stop it, and get information about the server.
You could also take some ideas from the competition, such as XAMPP (boo, hiss
) and create a controller like they have, where you can easily get information about what plugins are running and the status of the server.
Well, that is the end of my suggestions, hope you like them. Good luck with US 4.0!
-
After a little research I have found out that EasyPHP is a package that includes PHP, MySQL and Apache. In a sense a WAMP server package. This forum is specific to Uniform Server, but I will try to help you.
Some clarification please, what OS are you running? I will assume Windows XP When you say that Apache failed to uninstall do you mean that in the Uninstall a Program (windows) you can still see Apache installed? Or do you mean that Apache is still installed somewhere but you are unsure where, but you know it is installed because Apache starts when you log in. When you start your computer is there an error message saying that windows cannot find the Apache exe? Or does Apache start with no error messages and you are able to connect to the server?
-
-
Restart your browser, download a fresh version of US and start it. You should be redirected to the Admin Panel from there click on phpMyAdmin.
That should work, if it doesn't please tell us the error you get.
If it does work and you want to change the root MySQL password go to http://localhost/apanel and click on MySQL Setup. Type your new password in there and then stop the server using stop.bat close your browser (or tabs) then start it with server_start.bat
You have to close your browser and/or tabs to clear the cookie set by phpMyAdmin.
-
About the question "What do you get for your money?" that is an odd question. In the past I have used Linux on one of my computers because it was too underpowered to run Windows 95. After using Linux for a couple of months I noticed a couple of things. It never crashed, and if I did something to screw it up, it took only half an hour to install.(less than 5 minutes of data input) But with Windows of any version I am constantly trying to make something work, once that something works something else doesn't. Once I get everythign working the system crashes.
Just because I paid $100 or so for an OS does not mean it is better than a free OS.
Money should almost never be used in a debate over what product to buy.
-
It's also a good idea to close your browser (or open a new instance not a tab) that way the browser will clear its cookies. I have run into this problem.
An easy way to ensure this doesn't happen is to stop the server, close your browser, then start the server, click on MySQL Configuration and change the password. Stop the server using stop.bat, start it again then you can go to phpMyAdmin with full access.
-
I think to make the Uniform Server package as flexible as possible you should have one package that has only the WAMP items (Apache, MySQL, and PHP all up to date of course) and nothing else. Then have easy to use plugins to add more functionality. So if you want to have PHP 4 instead of 5 you just download the PHP 4 Plugin package and extract it to the root of your server set up.
You guys are already thinking, or trying to make that package download manager, so if you could get that operational for the 4.0 release everything would be awesome.
-
Is this when you first start the server? In your address bar does it say http://localhost if you want to see the administration page you have to browse to http://localhost/apanel
-
Ya with 3.4 by default you can't drop tables, that was just a mistake that no one fixed before this release. You can find a quick fix here http://forum.uniformserver.com/index.php?s...entry5154
I give up. I am just gonna wait for a stable update release.Cause 3.4 may be fast. But I would rather have a working one right now lol.
Version 3.4 works perfectly, it's just a little temperamental; for me I was quite ticked off at the server not working properly and I couldn't find any fixes here so I just went looking for them myself. Once I found out how to properly change the MySQL password and add drop privilege everything worked fine.
What I did is download a new copy of US secure it and add drop to root then I re-zipped it so all I needed to do was unzip a copy of it if something went wrong with the copy I was using. Then I wouldn't have a need to re-secure it if something went wrong.
-
The easiest way to protect your MySQL is to change the root password, here is a step-by-step way to ensure the password is changed with no problems. This is using a newly downloaded copy of Uniform Server.
1. Start server
2. Start MySQL
3. Browse to phpMyAdmin
4. Click on privleges
5. Edit the user root
6. Find where it asks to change the password
7. Click radio box use password, type in your new password
8. Go to the server Admin Panel
9. Click on MySQL Server Configuration
10. Type in the same password you typed in step 7
11. Stop the server using Stop.bat
12. Close your browser
You have to close your browser because phpMyAdmin stores a cookie of your session when you last logged in. Closing your browser removes this cookie allowing you to log in without the #1045 error(I think that is the number).
For the Virtual Host problem PabloVeliz had good instructions on fixing that.
-
I currently have a copy of Uniform Server on my jump drive, all you have to do is download US extract it and copy it to your drive.
Just run UniController.exe or start_server.bat and your good to go. The only thing I have noticed is that the server runs a bit slower than if it was on your computer hard drive. But that is to be expected, and it isn't much slower.
-
Hmm, that's interesting. Thanks for correcting me.
-
It means that in php.ini the variable session.save_path is wrong. To fix this open up php.ini (located w:/usr/local/php) and find the line that says session.save_path you will see multiple of these, if they have a ; before them then ignore them. Find the one without a ;
It should look like this:
session.save_path = "/tmp"
Change it to this:
session.save_path = "1;/tmp"
Restart the server and try the install again.
-
Well, I was at school and we aren't technically supposed to be on any sort of bulletin board system, so I just quickly read the first post and wrote mine.
Sorry about that =)
-
Well, if you try to add the drop command like you would normally by editing privleges through phpMyAdmin you can't.
To get around this little bug, start the server, start MySQL. Open phpMyAdmin, you should see a bar on the side with a drop down menu. Click on it and select the database mysql, scroll down until you see a table called user, then click the browse button. You will then see a list of all the users, click on edit next to root. You will then see a list of all the privleges available to that user, just change the value of Drop_priv to yes.
You should now be able to use the drop command in MySQL.
-
You shouldn't have to do anything, I am running Vista Ultimate and it works perfectly. Like olajideolaolorun said, check the windows firewall and make sure those ports are unblocked.
-
oooh, I didn't know that was the error you guys were talking about, hehe, oops.
Well I have been using the start and stop .bat files to try that and make sure it's not something with one of the other start methods.
The access denied error is when I click on phpMyAdmin from the admin panel to try and access the database after changing the password says that I don't have access. The error says that something may be wrong with the config.inc.php
When I say the error is random sometimes I will be unable to access phpMyAdmin yet other times I will be able to.
Sorry about posting this, I didn't know that you already know about it. Good luck with the stuff you are working on now.
-
Well, with the release of a new product someone is going to eventually find something wrond with it. There was another thread listing your first impressions, so I decided to make another thread about your problems. Post anything and everything!
My first complaint is phpMyAdmin. If I go to the security console in the admin page and change the root password, then try going to phpMyAdmin it says I am unable to connect because there is a problem with the password. It says to check the config.inc.php I have actually hardcoded into that file what my password is but still no luck, I have played with various things yet nothing seems to work.
The thing that really pisses me off is the fact that the access denied error is random!
I will continue my investigations and edit this post should I find anything.
I have started with the problems now for someone else to post a problem.
Best way to install Uniform Server?
in Uniform Server - Windows
Posted
If you plan on using one system as a dedicated server it is usually best to set up Uniform Server as a service, this way should something to your box then UniServer will start up automatically.