rescuepet Posted August 16, 2006 Share Posted August 16, 2006 I received installed OsCommerce on one of my servers, then decided that I should move the new store to its own server before I went too far down the configuration road. The first install went beautifully and I expected no problem doing it a second time. On the new server I cannot get beyond step 2. Once the server/database/id/password info is inputed and I click continue I am hang. All that is visible is the banner, "New Install", and "Database Inport". This install is on a FreeBSD server running MySQL 4.1.20. All help appreciated. Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2006 Share Posted August 16, 2006 Make sure that register_globals and register_long_arrays is on in php.ini Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2006 Share Posted August 16, 2006 Make sure that register_globals and register_long_arrays is on in php.ini Make sure also there is a second line in your php.ini a little futher downt the script turn those on also, if you don't you might have register_golabals on and register_long_arrays on, but further down they might be off? Now this will cause like a kink in the hose? And before you ask also you can normally access you php.ini folder using SSH, i found mine at etc/php.ini? GL Link to comment Share on other sites More sharing options...
rescuepet Posted August 16, 2006 Author Share Posted August 16, 2006 Make sure that register_globals and register_long_arrays is on in php.ini Hi and thanks for the response. I do have register_globals On, but don't find register_long_arrays in the file. Should it be in the same area as the register_globals setting? Link to comment Share on other sites More sharing options...
Luvz2drv Posted August 16, 2006 Share Posted August 16, 2006 that did it for me had to edit my .htaccess file with php_value register_globals On php_value register_long_arrays on now working thanks Jonathon Link to comment Share on other sites More sharing options...
rescuepet Posted August 16, 2006 Author Share Posted August 16, 2006 Make sure also there is a second line in your php.ini a little futher downt the script turn those on also, if you don't you might have register_golabals on and register_long_arrays on, but further down they might be off? Now this will cause like a kink in the hose? And before you ask also you can normally access you php.ini folder using SSH, i found mine at etc/php.ini? GL There is only instance of "register_global" in my file and I don't find "register_long_arrays". The manual indicates that "register_long_arrays" was only available in PHP 5 and dropped in PHP 6. Is that correct? Link to comment Share on other sites More sharing options...
rescuepet Posted August 16, 2006 Author Share Posted August 16, 2006 that did it for me had to edit my .htaccess file with php_value register_globals On php_value register_long_arrays on now working thanks Jonathon Dang, that did it. Thanks. Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2006 Share Posted August 16, 2006 There is only instance of "register_global" in my file and I don't find "register_long_arrays". The manual indicates that "register_long_arrays" was only available in PHP 5 and dropped in PHP 6. Is that correct? PHP 6 is out? It may be. In php 5 it is under the file handling section. Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2006 Share Posted August 16, 2006 There is only instance of "register_global" in my file and I don't find "register_long_arrays". The manual indicates that "register_long_arrays" was only available in PHP 5 and dropped in PHP 6. Is that correct? I beleive that is correct but not for sure! Search google to find out for sure or these fourms Sorry cound't help out much Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.