jdegrace Posted April 6, 2007 Posted April 6, 2007 I'm trying to install OSCommerce on a virtual dedicated server from GoDaddy. I launch the /catalog/install and it brings up the initial screen that says "New Installation" and it gives you checkboxes for "Import Catalog Database" and "Automatic Configuration." When I click continue it doesn't go to the next page; it just stays on the same page. It seems like the POST functionality of PHP is not working correctly. Does anyone know what could be causing this? Thanks!
Guest Posted April 6, 2007 Posted April 6, 2007 Just installed and did the same thing to me. Been working on it for awhile now and would certainly like to know whats up. I'm trying to install OSCommerce on a virtual dedicated server from GoDaddy. I launch the /catalog/install and it brings up the initial screen that says "New Installation" and it gives you checkboxes for "Import Catalog Database" and "Automatic Configuration." When I click continue it doesn't go to the next page; it just stays on the same page. It seems like the POST functionality of PHP is not working correctly. Does anyone know what could be causing this? Thanks!
jdegrace Posted April 6, 2007 Author Posted April 6, 2007 I'm wondering if it's a PHP configuration issue; something that needs to be configured on the server itself? Just installed and did the same thing to me. Been working on it for awhile now and would certainly like to know whats up.
Guest Posted April 6, 2007 Posted April 6, 2007 I found this and I am trying it now. Server is restarting will let you know. The most common cause for installation getting stuck in step 2 is that most recent PHP installations have register_long_arrays = OFF This needs to be turned to ON in the php.ini file (you will need to stop and restart your server to get this change to take effect.) I'm wondering if it's a PHP configuration issue; something that needs to be configured on the server itself?
Guest Posted April 6, 2007 Posted April 6, 2007 Yep that fixed it for me. Good luck I found this and I am trying it now. Server is restarting will let you know. The most common cause for installation getting stuck in step 2 is that most recent PHP installations have register_long_arrays = OFF This needs to be turned to ON in the php.ini file (you will need to stop and restart your server to get this change to take effect.)
jdegrace Posted April 6, 2007 Author Posted April 6, 2007 That worked like a charm! Thanks so much for replying to my post!!!!! Yep that fixed it for me. Good luck
Guest Posted April 6, 2007 Posted April 6, 2007 No I am stuck on step 3 it cannot find the file oscommerce.sql but I verified the path it is wanting it in and the damn thing is there..LOL Sigh and here I thought this would be simple. That worked like a charm! Thanks so much for replying to my post!!!!!
hotshot Posted April 7, 2007 Posted April 7, 2007 I had the same problem. If you don't have access to your php.ini, you can create an entry in the .htaccess File (on an apache webserver): php_flag register_long_arrays on cu ivo I found this and I am trying it now. Server is restarting will let you know. The most common cause for installation getting stuck in step 2 is that most recent PHP installations have register_long_arrays = OFF This needs to be turned to ON in the php.ini file (you will need to stop and restart your server to get this change to take effect.)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.