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

PHP Fatal error: Cannot redeclare class qrstr #2

Open
alejobit opened this issue Jun 23, 2016 · 0 comments · May be fixed by #3
Open

PHP Fatal error: Cannot redeclare class qrstr #2

alejobit opened this issue Jun 23, 2016 · 0 comments · May be fixed by #3

Comments

@alejobit
Copy link

Este error es retornado al tratar de ejecutar la función show_qrcode() de forma simultanea en una página, por ejemplo, al generar los códigos para cada anuncio en la página search.php.

Solucioné modificando la linea 62 en el index.php, de include "lib/qrlib.php";
por include_once "lib/qrlib.php";

@alejobit alejobit linked a pull request Oct 7, 2016 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant