Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forgotten space in select html tag #17394

Closed
elaugier opened this issue Jan 28, 2020 · 4 comments
Closed

forgotten space in select html tag #17394

elaugier opened this issue Jan 28, 2020 · 4 comments
Labels
1.7.6.3 Affects versions BO Category: Back Office Bug Type: Bug No change required Resolution: issue closed because expected as is Product settings Label: Which BO under menu is concerned

Comments

@elaugier
Copy link

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

@JBWModules
Copy link
Contributor

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

@khouloudbelguith
Copy link
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.

@khouloudbelguith khouloudbelguith added BO Category: Back Office Bug Type: Bug NMI Status: issue needs more information Product settings Label: Which BO under menu is concerned 1.7.6.3 Affects versions labels Jan 29, 2020
@elaugier
Copy link
Author

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

@khouloudbelguith
Copy link
Contributor

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

Thanks!

@khouloudbelguith khouloudbelguith added No change required Resolution: issue closed because expected as is and removed NMI Status: issue needs more information labels Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.7.6.3 Affects versions BO Category: Back Office Bug Type: Bug No change required Resolution: issue closed because expected as is Product settings Label: Which BO under menu is concerned
Projects
None yet
Development

No branches or pull requests

3 participants