View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002110 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2010-09-17 20:44 | 2012-12-10 13:44 |
Reporter | umaun | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 4.4.2 revision 29492 | ||||
Fixed in Version | 4.5.1 revision 38045 | ||||
Summary | 0002110: Installing the shop in English, German values for oxcountry:oxtitle_1 are not filled | ||||
Description | Installing the shop in English, German values for oxcountry:oxtitle_1 are not filled. oxtitle_1 is always "0". | ||||
Additional Information | Relationships: ID 0001753 | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0001753 | resolved | arvydas_vapsva | Installing the shop in English, German values for oxcountry:oxtitle_1 are not filled |
|
Reminder sent to: umaun Hello, sorry, but i can not reproduce it. you have reported this problem for version 4.4.2. Do you still experience this problem with the latest eShop release (version 4.4.4)? greetings, |
|
@birute_meilutyte Hello, i will try to reproduce it with the 4.4.4 release |
|
Hello, I reproduced it with the 4.4.4 release as follows: * Installed ubuntu server 10.10 in a VirtualBox * Install all needed php packages * Configured apache2 with mod_rewrite * Install COMMUNITY EDITION 4.4.4_30554 with Option International and demo data * Now if you look in the database: select oxtitle_1 from oxcountry; you see all 0 greetings |
|
Maybe this is related with this bug? https://bugs.oxid-esales.com/view.php?id=1989 |
|
Same with COMMUNITY EDITION 4.5.0_32284 |
|
Reminder sent to: umaun Hi, Very strange case... We tried on different servers with different eShop versions (4.4.2, 4.4.4, 4.5.0...) - but we still cannot reproduce this problem. Could you please give us access to your system (some test shop where this problem can be reproduced) or send some DB dump to our support (with link to this bug entry). Maybe this will help us to find the cause. Best regards, |
|
Here is what I did: * oxid@oxid:~$ sudo mkdir /var/www/beta4-5-0 * oxid@oxid:~$ sudo unzip /home/oxid/oxid-eshop-ce-450-beta1-32284.zip -d /var/www/beta4-5-0 * oxid@oxid:~$ sudo chown -R www-data:oxid /var/www/beta4-5-0/oxid@oxid:~$ * oxid@oxid:~$ mysqladmin -u root -p create beta4-5-0 * Then Setup via browser. Please specify PM or "File type allowed for uploads." and I send mysql.log and a dump of the database after the installation. |
|
Reminder sent to: umaun It looks like the specific case, depending on some environment (mysql configs, installed modules or so). Please write about this case to our support: [email protected], with the attached mysql.log file and other info if you have and include the link to this bug entry. Then we'll debug the case more deeply in specific environment. For now this entry is closed. |
|
at last we managed to reproduce the problem and it is fixed in eShop 4.5.1 release. |