Hi Mirza,

have a look at http://wiki.oxidforge.org/Downloads/4.0.0.2-14842 - the password 
encryption was changed with this version so you can patch up to 4.4.8 in a 
first step. Get the cumulative update packages for PE (your client shall have 
been notified and may have the credentials.

Good luck!
Marco

________________________________
From: dev-general-boun...@lists.oxidforge.org 
[dev-general-boun...@lists.oxidforge.org] on behalf of Mirza Ahtasham Ahmad 
[ahtasha...@gmail.com]
Sent: Wednesday, October 30, 2013 10:36 PM
To: dev-general@lists.oxidforge.org
Subject: Re: [oxid-dev-general] 4.5.0 Update

Hi,

I also think that the some how someone screwed the update process :) It shows 
that the version 4.5.0 but it isn't I believe. I will have to import the 
database manually to the latest version. The password are still in this form 
ox_BBpSQyMnQ1wpFAAPCQ!! so I am sure that it isn't 4.5.0.

I remember that these password could be decoded with some function to latest, 
do you guys where I can find the function to convert the current password in 
form of ox_BBpSQyMnQ1wpFAAPCQ!!, to the form used in the latest version of OXID 
to preserve the password while importing database.

Looking forward to hear back from you guys.

Thanks,
Mirza







On Wed, Oct 30, 2013 at 10:23 PM, Frank Zunderer 
<frank.zunde...@zunderer.de<mailto:frank.zunde...@zunderer.de>> wrote:
Hi,

there are two places where the version is stored, one is in DB, table oxshops, 
fields OXEDITION (CE,PE,EE) and OXVERSION (e.g. 4.7.8). The other is a file 
called pkg.rev in root directory which contains the revision (e.g. 34568). 
Oxchkversion takes both of them and if they don’t match it’ll give an error, 
because somehow your files version is not the same as your database version. 
Looks like your DB is version 3.0.4.1 and your shop-files are version 4.5.0 
(because 4.5.0 has revision number 34568).

Regards,
Frank Zunderer

Zunderer IT Beratung
Waldstr. 22
82205 Gilching

08105-777250<tel:08105-777250>
0173-8362768<tel:0173-8362768>
it-berat...@zunderer.de<mailto:it-berat...@zunderer.de>



Von: 
dev-general-boun...@lists.oxidforge.org<mailto:dev-general-boun...@lists.oxidforge.org>
 
[mailto:dev-general-boun...@lists.oxidforge.org<mailto:dev-general-boun...@lists.oxidforge.org>]
 Im Auftrag von Mirza Ahtasham Ahmad
Gesendet: Mittwoch, 30. Oktober 2013 21:59
An: dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>
Betreff: Re: [oxid-dev-general] 4.5.0 Update

Hi Marco,

I run the oxchkversion.php script and get the following error.

OXID eShop (unknown) 3.0.4.1 in Revision 34568 does not exist.
Can you tell what that means ??
Thanks and looking forward to your reply.
Mirza





On Mon, Oct 28, 2013 at 8:45 AM, Marco Steinhaeuser 
<marco.steinhaeu...@oxid-esales.com<mailto:marco.steinhaeu...@oxid-esales.com>> 
wrote:
Hi,

http://exchange.oxid-esales.com/OXID-oxid-oxid/Additional-OXID-Extensions/Oxchkversion-3-2-1-Stable-CE-4-7-x.html
There also might exist some diff tools for the database structure.

Best
Marco
________________________________
From: 
dev-general-boun...@lists.oxidforge.org<mailto:dev-general-boun...@lists.oxidforge.org>
 
[dev-general-boun...@lists.oxidforge.org<mailto:dev-general-boun...@lists.oxidforge.org>]
 on behalf of Mirza Ahtasham Ahmad 
[ahtasha...@gmail.com<mailto:ahtasha...@gmail.com>]
Sent: Monday, October 28, 2013 7:59 AM

To: dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>
Subject: Re: [oxid-dev-general] 4.5.0 Update


Hi Marco,

Where can I find oxchkversion and any documentation on how to use the tool?

I really think that the database is in very old version. Can I check somewhere 
database versions/changes corresponding to each OXID Versions??

The problem is only that I don't have these tables in my sb and update script 
from 4.5.0 tries to alter those, thinking they exist.

Mirza

On Oct 28, 2013 12:38 AM, "Marco Steinhaeuser" 
<marco.steinhaeu...@oxid-esales.com<mailto:marco.steinhaeu...@oxid-esales.com>> 
wrote:
Mirza,

updating the database only as you come from 4.5.0 to the latest version is 
probably not the worst idea. Use the updateApp.php to achieve that! In case of 
SQL errors like you describe it check the MySQL version you run.
Also - independent from the database - there's the so called oxchkversion to 
check the consistency of your files, before and after the update process.

Regards
Marco
________________________________
From: 
dev-general-boun...@lists.oxidforge.org<mailto:dev-general-boun...@lists.oxidforge.org>
 
[dev-general-boun...@lists.oxidforge.org<mailto:dev-general-boun...@lists.oxidforge.org>]
 on behalf of Mirza Ahtasham Ahmad 
[ahtasha...@gmail.com<mailto:ahtasha...@gmail.com>]
Sent: Sunday, October 27, 2013 12:51 PM
To: dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>
Subject: Re: [oxid-dev-general] 4.5.0 Update
Hi Guys,
Again...I think the site is not in 4.5.0 Version...when I log into the admin I 
see the follwoing version at the top right corner...

Professional Edition 4.5.0_34568
but once I ran the update package from

UPDATE_OXID_ESHOP_PE_V.4.5.0_34568_TO_V.4.6.5_49955_for_PHP5.3
It gave me errors on query for the tables like oxconfigdisplay, oxtplblocks, 
oxseo ... theses table aren't present in my db and the script is trying to 
alter those tables...
Then I have a oxconfig table and another oxconfig2 table....so I am thinking 
that the version is updated in the db only but the site is still the old 
one...right ???
What do you guys say ?

Thanks and looking forward to your replies.
Mirza








On Sun, Oct 27, 2013 at 12:16 PM, Mirza Ahtasham Ahmad 
<ahtasha...@gmail.com<mailto:ahtasha...@gmail.com>> wrote:
Hi,
Guys, I want to update my Current OXID 4.5.0 site Database to the latest 
version.
Actually I am thinking of installing a new copy of OXID 4.7.8 and update only 
the database.
For that I saw the steps...that First from 4.5.0 to 4.6.5...then 4.6.5 to 4.7.0 
and then 4.7.0 to 4.7.8.
But I got stuck in the first step, I installed OXID_ESHOP_PE_4.7.8_for_PHP_5.3, 
setup the config file with my old 4.5.0 DB. and now I am getting this error 
when I try to access the homepage...


oxConnectionException-oxException (time: 2013-10-27 11:41:31): [0]: Unable to 
load shop config values from database
 Stack Trace: #0 C:\wamp\www\oxid478\core\oxutilsobject.php(185): 
oxUtilsObject->_getObject('oxconnectionexc...', 0, Array)
#1 [internal function]: oxUtilsObject->oxNew('oxConnectionExc...')
and when I try to update the db via updateApp and press Start Update button, I 
get the following error.

Shop offline!
Error: script did not finish successfully.
Please check oxupdatetrack database table for executed actions.

Can anybody help me out here...I should be able to partially use the OLD DB 
with the new installation. right ??
Looking forward to your reply guys...



--
Mit freundlichen Grüßen,
Ahmad
+4917645387460<tel:%2B4917645387460>



--
Mit freundlichen Grüßen,
Ahmad
+4917645387460<tel:%2B4917645387460>

_______________________________________________
dev-general mailing list
dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>
http://dir.gmane.org/gmane.comp.php.oxid.general

_______________________________________________
dev-general mailing list
dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>
http://dir.gmane.org/gmane.comp.php.oxid.general



--
Mit freundlichen Grüßen,
Ahmad
+4917645387460<tel:%2B4917645387460>

_______________________________________________
dev-general mailing list
dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>
http://dir.gmane.org/gmane.comp.php.oxid.general



--
Mit freundlichen Grüßen,
Ahmad
+4917645387460

_______________________________________________
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to