-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
1.7.6.3Affects versionsAffects versionsBOCategory: Back OfficeCategory: Back OfficeBugType: BugType: BugNo change requiredResolution: issue closed because expected as isResolution: issue closed because expected as isProduct settingsLabel: Which BO under menu is concernedLabel: Which BO under menu is concerned
Description
Seem there is a bug on html generation with select tag.
<selectid="xxx">[...]</selectid="xxx">
instead of
<select id="xxx">[...]</select id="xxx">
for example:
- Go to 'Store Setting'
- Click on 'Products'
- Scroll down to 'Pagination'
- See error
Additional information
PrestaShop version: 1.7.6.3
PHP version: 7.4
Metadata
Metadata
Assignees
Labels
1.7.6.3Affects versionsAffects versionsBOCategory: Back OfficeCategory: Back OfficeBugType: BugType: BugNo change requiredResolution: issue closed because expected as isResolution: issue closed because expected as isProduct settingsLabel: Which BO under menu is concernedLabel: Which BO under menu is concerned
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
JBWModules commentedon Jan 29, 2020
Your version is not compatible with PHP 7.4. - downgrade to 7.2
khouloudbelguith commentedon Jan 29, 2020
Hi @elaugier,
I did not manage to reproduce the issue with PS1.7.6.3

PrestaShop is not compatible with PHP 7.3 & PHP7.4, in fact, PrestaShop 1.7.0 to 1.7.3 is compatible with PHP 7.1 and PrestaShop 1.7.4 & 1.7.5 & PS1.7.6 are compatible with PHP 7.2.
For more details, you can follow this link: http://build.prestashop.com/news/prestashop-1-7-is-moving-to-symfony-3-4-and-php-5-6/
Next Major release PS1.7.7 will be compatible with PHP7.3.
You need to downgrade your PHP version.
Thanks to check & feedback.
elaugier commentedon Jan 30, 2020
thank you for all informations :)
Indeed, Bug solved with PHP 7.2 rollback.
khouloudbelguith commentedon Jan 31, 2020
@elaugier, great!
Feel free to open a new one when needed.
Thanks!