sajanisch Posted October 1, 2009 Share Posted October 1, 2009 PHP 5.3.0MySql 5.1.39windows 7IIS 7self hostedI cannot seem to get past step 3, it appears step 3 worked successfully but it will not move to step 4Is there a way to invoke step 4 by itself ?or who can tell me what all happens in step 4 ?my shop (sample data) seems to exist but I can't do any admin because I don't have an accountthanks, Scott Link to comment Share on other sites More sharing options...
TropischBruin Posted October 1, 2009 Share Posted October 1, 2009 Did you use the search?Look: Here or Here.Let us know hat solved it. Link to comment Share on other sites More sharing options...
sajanisch Posted October 1, 2009 Author Share Posted October 1, 2009 YES, I did use searchAND I read thru both of those threadswhich contain alot of false leads and disinformationhowever, I have modified my php.ini to useerror_reporting = E_ALL & ~E_NOTICE(and I'm not checking the email config checkbox at the bottom of step 3)and still no luckthat is why I am looking for a workaround currentl(did you read my post ?)what happens in step 4 and is it something that I can accomplish in a different way ?as far as I know there is only one php.ini file that matters and it is in my php installation folder, correct ?Scott Link to comment Share on other sites More sharing options...
itlogic Posted October 3, 2009 Share Posted October 3, 2009 Sorry I keep posting this, but there are so many with the same question, maybe it will help:=====================================This is wierd! I had the same problem, I couldn’t get past step 3 of installation. The database and tables were created, but I couldn’t create a user in step 4.I changed the php.ini as suggested earlier and that didn’t work eitherHowever, I did find a solution to my problem! For some reason in my Firefox 3.5.3 and in Internet Explorer 8 I could not get past step 3, but in Opera 10 I had success without changing anything internally.Why would that be? Link to comment Share on other sites More sharing options...
datadaddy Posted October 3, 2009 Share Posted October 3, 2009 Interesting, I didn't think to try "compatibility mode" in IE8Somehow I managed to get mine working after several reinstalls of PHP and mySql, I think I just happened to stumble upon the right combination of versions for them, and I also found a good article on installing fastcgi on IIS 7, which I'll post if I can.funny, though, I posted my original question and was asked if I searched and read the other posts, which I had, but the questions in my post seemed to have been ignored, so I asked back if my post was read, must have been the wrong thing to say cuz I could no longer seem to post on the forum !!! like I was blacklisted or something, so I've had to create a new account and can now postmaybe there's a language barrier or cultural difference I don't understand ;-)Scott Link to comment Share on other sites More sharing options...
TropischBruin Posted October 3, 2009 Share Posted October 3, 2009 Interesting, I didn't think to try "compatibility mode" in IE8Somehow I managed to get mine working after several reinstalls of PHP and mySql, I think I just happened to stumble upon the right combination of versions for them, and I also found a good article on installing fastcgi on IIS 7, which I'll post if I can.funny, though, I posted my original question and was asked if I searched and read the other posts, which I had, but the questions in my post seemed to have been ignored, so I asked back if my post was read, must have been the wrong thing to say cuz I could no longer seem to post on the forum !!! like I was blacklisted or something, so I've had to create a new account and can now postmaybe there's a language barrier or cultural difference I don't understand ;-)Scott What version of PHP and MySQL do you use now? Link to comment Share on other sites More sharing options...
itlogic Posted October 3, 2009 Share Posted October 3, 2009 I did notice if you copy and past from an existing post to a new post, I doesn't post. Must have a check to make sure the exact same post isn't submitted twice in the same thread or even a different thread. I'm not sure if that's what you mean, but I had to change a word because I copied and pasted from a previous post. Once I changed the word, it let me post. Link to comment Share on other sites More sharing options...
datadaddy Posted October 3, 2009 Share Posted October 3, 2009 Just to followup, I seem to have a successful configuration using the following:Windows 7IIS 7.5 (must enabled fastcgi support)PHP version 5.3.0MySql version 5.1.39here is a good article on using fastcgi to host php applications on IIS 7http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/Scott Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now