Skip to content

forgotten space in select html tag #17394

@elaugier

Description

@elaugier

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:

  1. Go to 'Store Setting'
  2. Click on 'Products'
  3. Scroll down to 'Pagination'
  4. See error

Screenshots
Screenshot Error

Additional information
PrestaShop version: 1.7.6.3
PHP version: 7.4

Activity

JBWModules

JBWModules commented on Jan 29, 2020

@JBWModules
Contributor

Your version is not compatible with PHP 7.4. - downgrade to 7.2

khouloudbelguith

khouloudbelguith commented on Jan 29, 2020

@khouloudbelguith
Contributor

Hi @elaugier,

I did not manage to reproduce the issue with PS1.7.6.3
image

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.

added
BOCategory: Back Office
BugType: Bug
NMIStatus: issue needs more information
Product settingsLabel: Which BO under menu is concerned
1.7.6.3Affects versions
on Jan 29, 2020
elaugier

elaugier commented on Jan 30, 2020

@elaugier
Author

thank you for all informations :)
Indeed, Bug solved with PHP 7.2 rollback.

khouloudbelguith

khouloudbelguith commented on Jan 31, 2020

@khouloudbelguith
Contributor

@elaugier, great!
Feel free to open a new one when needed.

Thanks!

added
No change requiredResolution: issue closed because expected as is
and removed
NMIStatus: issue needs more information
on Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    1.7.6.3Affects versionsBOCategory: Back OfficeBugType: BugNo change requiredResolution: issue closed because expected as isProduct settingsLabel: Which BO under menu is concerned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @elaugier@khouloudbelguith@JBWModules

        Issue actions

          forgotten space in select html tag · Issue #17394 · PrestaShop/PrestaShop