brandonc503 Posted January 20, 2010 Share Posted January 20, 2010 there is no current settings.ini.php file in the new SNV version i have uploaded..i have my old server files backed up to different folder and in the settings.ini.php i have define('_PS_VERSION_', '1.3.0.1'); when i uploaded the new SNV files to server there is no settings.ini.php so i figue i copy it over.. in the install screen the "Update: Get the latest stable version (installed version detected : 1.3.0.1)" is greyed out.. im figuring that the versions are the same but there are changes to things besides the db or queries to the db. is this right?how would i find my version in the db, if its there?would the current install/upgrade files update any of the previous ones or do you have to update to each version until you reach the current?does a new SNV version update the version numbers.. ie the 1.3.0.1, or does this number only reflect the current 'final version' used for the SNV? Link to comment Share on other sites More sharing options...
rocky Posted January 21, 2010 Share Posted January 21, 2010 This is why the SVN should only be used for testing purposes. It appears that Prestashop only supports upgrades from released version of Prestashop. The 1.3.0.1.sql file is intended only to upgrade from v1.2.5 to v1.3.0.1, not to upgrade from a previous SVN version. You'll need to check the install/sql/upgrade/1.3.0.1.sql file in the latest SVN and compare it to the one you used to upgrade your v1.2.5 database. You'll need to manually execute any new queries by clicking the SQL button in phpMyAdmin. Link to comment Share on other sites More sharing options...
brandonc503 Posted January 21, 2010 Author Share Posted January 21, 2010 so the 1.3.0.1.sql release will not match the 1.3.0.1.sql svn? Link to comment Share on other sites More sharing options...
rocky Posted January 21, 2010 Share Posted January 21, 2010 The file is updated as new things are added to the database, but only SVN users will know that. If you are upgrading from v1.2.5 to v1.3, that file will be new and will run without any problems. 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