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

Error with CB Subs Extension from JoomlaPolis #683

Closed
Joomlaplates opened this issue May 17, 2024 · 3 comments · Fixed by #673
Closed

Error with CB Subs Extension from JoomlaPolis #683

Joomlaplates opened this issue May 17, 2024 · 3 comments · Fixed by #673
Labels
bug Something isn't working

Comments

@Joomlaplates
Copy link
Collaborator

Joomlaplates commented May 17, 2024

PHP Version 8.2
Astroid Framework Version 3.0.14

CB Subs is a membership extension from Joomlapolis.
When a new subscription is taken and the redirect comes from PayPal, this error message appears in the frontend:
Incorrect string value: '\xFCr Vie...' for column 'raw_data' at row 1
And the logfile looks like this

NOTICE: iconv(): Detected an illegal character in input string in /is/htdocs/wp11234580_MID85S8WTY/www/kulturbuero2023/libraries/astroid/framework/library/astroid/Helper.php on line 72
Trace:called in class cbpaidErrorHandler::_error_handler_callable(8, "iconv(): Detected an illegal character in input string", "/is/htdocs/wp11234580_MID85S8WTY/www/kulturbuero2023/libraries/astroid/framework/library/astroid/Helper.php", 72)
called in function iconv("utf-8", "us-ascii//TRANSLIT", "Center-3-top-c-3-weiß-") on line 72 in file Helper.php
called in class Astroid\Helper::slugify("Center-3-top-c-3-weiß-") on line 89 in file Helper.php
called in class Astroid\Helper::shortify("Center 3 (top-c-3, weiß)") on line 124 in file BaseElement.php
called in class Astroid\Element\BaseElement::_id() on line 51 in file BaseElement.php

Is this a bug or an issue of this extension??
Thanks Peter

@sonvnn
Copy link
Member

sonvnn commented May 22, 2024

Dear @Joomlaplates

This issue because Paypal return an illegal character. I tried to ignore it in this commit 8b2b6e0

Please help me check it again. Tell me the results.

Best regards,
Sonny

@sonvnn sonvnn added the bug Something isn't working label May 22, 2024
@sonvnn sonvnn linked a pull request May 22, 2024 that will close this issue
@sonvnn sonvnn added this to the Version 3.0.15 milestone May 22, 2024
@Joomlaplates
Copy link
Collaborator Author

Hello Sonny, thanks for your anser. But its still not working...
Got already this error after paypal return
Incorrect string value: '\xFCr Sie...' for column 'raw_data' at row 1
Regards Peter

@sonvnn
Copy link
Member

sonvnn commented May 23, 2024

Incorrect string value: '\xFCr Sie...' for column 'raw_data' at row 1
This issue look like database issue, not Astroid issue. Please recheck your CB database and confirm about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants