vichon Posted September 27, 2006 Posted September 27, 2006 I have installed PHP5, MySQL 5 and PHPMyAdmin on a Windows2003 server using IIS 6. I am not getting any errors (any more :-" ) when I run those apps. I bring up http://servername/catalog/install and get the beginning gui. At that point, I choose new install at the bottom and get to the second page where I enter the database settings. However, when I hit Continue, nothing happens. Its very strange. The site appears to be working fine however I can't get any further. Thoughts?
natewlew Posted September 27, 2006 Posted September 27, 2006 Take a look at this post for help with php5: http://www.oscommerce.com/forums/index.php?showtopic=171198 Other great Open Source (Free) programs: (Free as in free speech not free beer) The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS How do I find these programs? Google Search!
vichon Posted September 28, 2006 Author Posted September 28, 2006 I have installed PHP5, MySQL 5 and PHPMyAdmin on a Windows2003 server using IIS 6. I am not getting any errors (any more :-" ) when I run those apps. I bring up http://servername/catalog/install and get the beginning gui. At that point, I choose new install at the bottom and get to the second page where I enter the database settings. However, when I hit Continue, nothing happens. Its very strange. The site appears to be working fine however I can't get any further. Thoughts? Thanks for the reply. This post seems to be mostly for apache. I am using IIS. Other items - when I changed register_globals to off, I get an error so it doesn't seem to apply. Is this a PHP problem? Is there an issue running it in IIS?
natewlew Posted September 28, 2006 Posted September 28, 2006 It's a php5 issue. I think you need to have register_long_arrays = on and register_globals = on. Other great Open Source (Free) programs: (Free as in free speech not free beer) The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS How do I find these programs? Google Search!
vichon Posted September 28, 2006 Author Posted September 28, 2006 It's a php5 issue. I think you need to have register_long_arrays = on and register_globals = on. Thank you. I had register_globals set to on but long_arrays was set to off.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.