
megan
Support Team-
Posts
90 -
Joined
-
Last visited
Everything posted by megan
-
Problem accessing phpmyadmin on windows 7
megan replied to jpgalea's topic in Uniform Server - Windows
Hi I am on XP and just now downloaded the newest release and when I try to go to phpmyadmin first thing after starting the servers I get the following error: #1045 - Access denied for user 'root'@'localhost' (using password: YES) phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server. thanks! Megan -
maybe this wiki article will help http://wiki.uniformserver.com/index.php/30...tatic_URL_setup
-
Ric - I am glad to hear you will still be around the forum - you've done SO much - Thank you! ~megan
-
have you see all the unicenter topics over on the wiki http://wiki.uniformserver.com/index.php/Category:UniCenter? particulary those on setting up a home web server at http://wiki.uniformserver.com/index.php/Ho...eb_Server:_Home ??? hth ~megan
-
since mysqli is a php extension it is more likely info is more likely to be found in a newer php book than in any MySQL docs - so far the only info I know of is http://php.net/manual/en/book.mysqli.php hth ~megan
-
Wow! Thanks SO much! Ric and everyone - I know I am not the most active user but I totally appreciate everything you do ~megan
-
Wow! Thanks you guys!!! - megan
-
It Works It doesn't Work between Vista and XP
megan replied to Martee's topic in Uniform Server - Windows
HI - could you be more specific (e. g. I did "x" and then I did "xx" - I was expecting "y" but "z" happened instead and I got this error message...) - "works" and "doesn't work" doesn't give any kind of usable information to work with - thanks megan -
Hi - in my experience that error message usually comes up when the mysql password is incorrect - did you change the password by any chance ??? if that's not it someone more informed will have to help - megan
-
I am SO excited by this new release - Thank you! Thank You! guys for all your hard work to making this wonderful new release. - I only have one question at the moment is there anything I would need to do differently to implement running Mona off a CD as per the instructions in the wiki starting at http://wiki.uniformserver.com/index.php/Oi...ag_1:_CD_Part_1 Thanks again - I am totally appreciative of all that you have done to make Uniform Server so good and so easy to use. ~ megan
-
HI go int0 your server folder\drive\usr\local\apache2\conf and open the httpd.conf file in a TEXT editor scroll down a little to the area where you see the list of modules to load make sure that the line loading mod_rewrite is NOT commented out LoadModule rewrite_module modules/mod_rewrite.so Not #LoadModule rewrite_module modules/mod_rewrite.so then go to udrive\www\ and open the .htaccess file in a TEXT editor add the following lines and save Options +FollowSymLinks RewriteEngine On your mod_rewrite should now work hth ~megan
-
This post cannot be displayed because it is in a password protected forum. Enter Password
-
Yeah - I thought of that but there are so many more modules in the full version and I even tho I looked at the descriptions of what various modules do ... I think I will just wait for the new version 4 to be official and maybe Ric will put out some new versions of some of the mini servers. thanks, Megan
-
Ok - so now I'm thinking that since the mini servers are so stripped down perhaps there is some module that needs to be loaded in the httpd.config but which one??? thanks, Megan
-
This post cannot be displayed because it is in a password protected forum. Enter Password
-
Ok - I'm beta testing Mona now (Beautiful Job! btw) installed wp 2.7 without one single hitch and the upload works just fine on this full version so there must be some little something that the mini server needs for upload to work. - thanks! Megan
-
You'r eright - if it can write tmp files then it stands to reason it should be able to write write folders - and yes the problem is the same on an out of the box (er zip) of wp mini server with wp 2.6 or wp mini server upgraded to 2.7 I guess my next step is to install WP2.7 on the full uniform server and see if it works, but I really really was hoping to get everything working on the mini server . I been monkeying around quite a bit and this upload issue seems to be the only issue. thanks, Megan
-
OK - I did that - it was set to 10 MB and the file I wanted to upload was 7kb I changed the upload size to 100 MB I looked in udrive\tmp directory and there are now some tmp files in there wordpress creates directories for the files it uploads - do you think the problem is that wordpress can't create the necessary directories? if so, how would I fix that??? just a wild guess, I really don't know what I'm doing, Thanks, Megan
-
Hi - I am continuing my wordpress education using the wordpress mini server (thanks!) but I have run into the problem that when I try to upload an image in the wordpress admin the connection is lost - I get no error message with the flash uploader but lost connection is the message I get using the regular file upload. Also I should mention I have upgrade to WP 2.7 and so far everything else seems to be working - I went back to the original miniserver package with 2.6 and the wp upload does not work in that version either. any suggestions? is there some setting somewhere that I need to make??? thanks, Megan
-
wordpress mini server HTTP 403 Forbidden error
megan replied to megan's topic in Uniform Server - Windows
OK - I did a little more research and just had to add the following to the .htaccess Options +FollowSymLinks RewriteEngine On works fine now thanks ~megan -
Hi - I downloaded the wordpress mini server and was able to upgrade it to WP2.7 no problem - However when I went to change the permalink structure to custom /%postname%/ and submited the change suddenly I can't access the blog any more and get a HTTP 403 Forbidden. any idea what could be wrong ??? thanks, Megan
-
Wow! that is a HUGE amount of information just for 3.5 - I totally appreciate all the information you have made available to the rest of us in the orginal unicenter and now getting all this good stuff ported over to the wiki - again Wow!! THANK YOU! You make a true difference to every single Uniform Server user. ~megan
-
Hi Ajax can be used with any server-side scripting language (not just php) - one place to find out more is http://www.w3schools.com/Ajax/ajax_intro.asp hth ~megan
-
the best place to find info on Uniform Server is the UniCenter sitemap http://center.uniformserver.com/unicenter_site_map.html you can find the mysql docs at http://dev.mysql.com/doc/ just click on the link for the version and language you want hth ~ megan