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

bbPress and WooCommerce extensions not working #663

Closed
adamziel opened this issue Oct 6, 2023 · 10 comments
Closed

bbPress and WooCommerce extensions not working #663

adamziel opened this issue Oct 6, 2023 · 10 comments
Labels
[Aspect] Sqlite [Priority] High [Type] Bug An existing feature does not function as intended

Comments

@adamziel
Copy link
Collaborator

adamziel commented Oct 6, 2023

Update April 22nd – to resolve this issue, go through the discussion, test Playground with the plugins that were mentioned, run a few SQL queries with the discussed syntaxes, and confirm it works. Also, with BBPress I my thread replies were stored in the db but were not visible on the website. Let's confirm this is also an issue in vanilla WordPress. If it isn't, let's figure out what's wrong with Playground.


Milan Petrovic said on Twitter:

and a lot of stuff related to MySQL not working at all, most likely because they have been disabled on the MySQL instance they are running.

most plugins don't work due to database issues or plugin requirements (you can't test any extension for WooCommerce or plugin for bbPress...).

Let's investigate this.

@adamziel adamziel added [Type] Bug An existing feature does not function as intended [Priority] High labels Oct 6, 2023
@adamziel
Copy link
Collaborator Author

adamziel commented Oct 6, 2023

Any query that depends on getting data from information_schema is not returning anything; queries that use 'SHOW TABLE STATUS' also broken, and I noticed some normal queries that use group are returning no results.

@adamziel
Copy link
Collaborator Author

adamziel commented Oct 6, 2023

I have plugins for bbPress; if you run preview, nothing happens since bbPress is missing. Even if bbPress is active, it is empty, there is nothing to show. Without plugin requirements, Preview can't install required plugins. Without demo data, users have nothing to see.

@adamziel
Copy link
Collaborator Author

adamziel commented Oct 6, 2023

Relevant bbPress plugins: https://plugins.dev4press.com/

@dev4press
Copy link

@adamziel
Copy link
Collaborator Author

adamziel commented Oct 13, 2023

I just tried bbpress in Playground and found the following two issues so far:

  • It give a blank page on forums list on twentytwentythree. It seems to be an issue with the theme as it works correctly with twentytwentyone.
  • BBPress uses FORCE INDEX in one of its queries and that isn't yet supported by the SQLite integration.

@adamziel
Copy link
Collaborator Author

Once these two PRs are merged, this issue should be ready for re-testing:

@bgrgicak
Copy link
Collaborator

@adamziel is this issue resolved?

@adamziel
Copy link
Collaborator Author

@bgrgicak maybe — it needs testing with bbpress and the plugins mentioned above. If those work, then yes

@bgrgicak
Copy link
Collaborator

It give a blank page on forums list on twentytwentythree. It seems to be an issue with the theme as it works correctly with twentytwentyone.

I can see the same issue when using wp-env.

I tried installing BBPress and the listed plugins. I was able to activate all plugins and use BBPress to create a forum, topics and add comments. I also tested attachment uploads using the attachment plugin.
Everything seems to work as expected (on twentytwentyone).

@bgrgicak
Copy link
Collaborator

I'm closing this issue as there are no clear next steps, we can reopen it if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Aspect] Sqlite [Priority] High [Type] Bug An existing feature does not function as intended
Projects
Archived in project
Status: No status
Development

No branches or pull requests

3 participants