leogermani
Forum Replies Created
-
I’m also seeing this, but the error is triggered on event-tickets plugin
[07-Nov-2023 17:41:40 UTC] PHP Fatal error: Uncaught TEC\Common\Exceptions\Not_Bound_Exception: Error while making events: cannot instantiate abstract class Events. in .../plugins/event-tickets/common/src/Common/Contracts/Container.php:27 Stack trace: #0 .../plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/telemetry/src/Telemetry/Events/Event_Subscriber.php(89): TEC\Common\Contracts\Container->get('events') ... #5 [internal function]: shutdown_action_hook() #6 {main} thrown in .../plugins/event-tickets/common/src/Common/Contracts/Container.php on line 27
PHP 7.4.33 and WP 6.3.2
Forum: Plugins
In reply to: [Co-Authors Plus] PHP error in latest versionThanks for reporting. Apparently in some edge cases the filter is called without all the parameters.
A fix has been submitted to avoid that: https://github.com/Automattic/Co-Authors-Plus/pull/917
Forum: Plugins
In reply to: [Tainacan] Exporta??o parcial de cole??o – só uma sugest?oótima ideia.
Quase dá pra fazer isso através do recurso “Ver como”. Você consegue fazer um filtro e ver um CSV apenas do que filtrou. Mas esse CSV n?o é exatamente o mesmo que o importador gera…
Forum: Plugins
In reply to: [Tainacan] custom Item page layout and otherHi there,
This page will help you: https://tainacan.github.io/tainacan-wiki/#/dev/custom-templates
> is it really a single post?
Yes it is. Each Collection is a post type and each item is a post of this post type. So you can create a generic template for all items in all collections (see wiki page above) or a specific template for items of one specific collection.
When you are using a regular theme without support to Tainacan, all item information will be inserted via the
the_content
filter, so it’s a bit harder to customize. But if you want, I suggest that you create a custom template of your own and use the “Tainacan Interface” themes’s template as a model to build yours -> https://github.com/tainacan/tainacan-theme/blob/develop/src/tainacan/single-items.phpI hope that helps!
Forum: Plugins
In reply to: [Tainacan] diferen?a entre os métodos de importa??o em itens repetidosPra ficar mais clara a minha responsta, em cima do que o Vinicius falou:
Você n?o consegue setar o special_item_id na primeira vez que você importa o CSV. Esse valor é necessariamente criado pelo Tainacan na primeira importa??o. Ent?o você precisa exportar dele pra saber qual ID foi associado a cada item. N?o tem como for?ar um valor. :/
Forum: Plugins
In reply to: [Tainacan] diferen?a entre os métodos de importa??o em itens repetidosOi,
Pro tainacan reconhecer que o item é o mesmo o csv precisa ter a coluna especial “special_item_id”. Veja a se??o Colunas Especiais aqui: https://tainacan.github.io/tainacan-wiki/#/pt-br/importers?id=colunas-especiais
O jeito mais fácil é você exportar o csv de dentro do tainacan, que essa coluna já vai vir automaticamente. Aí você pode editar a partir dele e subir de novo.
Espero que ajude
Is it possible to check if the file
…/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-tokens.php
exist on these sites?It’s odd but one possibility is that something went wrong during the upgrade process and this new file is missing… I’m just excluding possibilities here.
Forum: Plugins
In reply to: [Tainacan] 403 errorHi,
This is not something we ever experienced before and looks like it’s something specific to your installation/environment.
Here are some ideas:
* Any other plugin that messes with capabilities, permissions or cookies?
* Any browser extension or settings clearing or blocking cookies?Is Creating / Editing posts with the block editor working fine?
Forum: Plugins
In reply to: [Tainacan] Bulk creation of collectionsHi ibov,
In the context of that documentation, “category” is just a name for a taxonomy.
As for creating multiple collections at once, you can do this via REST API:
https://tainacan.org/api-docs/endpoints/tainacan/v2/collections/#POST
Or you can use the internal API to write a PHP script to do that as well:
Forum: Plugins
In reply to: [Tainacan] Sort metadata in filter depending on frequencyHi,
I’m afraid this can not be done so far. Tainacan calculates the number of occurrences each filter has on the fly. There is not an index of it and therefore values can’t be ordered by it.
Forum: Plugins
In reply to: [Tainacan] How to use custom template for one collection?Good to know it worked!
I’ll check the docs and see if it could be more clear!
cheers
Forum: Plugins
In reply to: [Tainacan] How to use custom template for one collection?Hi Joerg!
Nice to hear you are managing to adapt your theme and use it with Tainacan. Let us know if you need any help.
“tnc_col_3457_item” is the name of the Custom Post Type tainacan created for this collection. So each item in this collection is a post of that type.
So the
single-tnc_col_3457_item.php
custom template is core WordPress template file, and not specific to tainacan. Therefore it must live in the root folder of your theme.Have you tried that?
Forum: Plugins
In reply to: [Tainacan] JS file is being blockedHi @ssastrodev,
Thank you so much for the detailed report.
This is new to us and we already started investigating. This is most likely due to some of the js libraries we depend on.
We will ensure that the new 0.16 version goes out without this problem! Until then, it would be great if you could whitelist it as you’re trying.
thank you!
Forum: Plugins
In reply to: [Tainacan] Items list is blankThere seems to be something wrong with your installation since the js files are not there.
Have you installed it from the Admin panel? Or did you manually download it? (note: if you download it from Github and upload it will not work).
Please try reinstalling the plugin. Some files are missing. No data will be lost.
Forum: Plugins
In reply to: [Tainacan] Items list is blankHi there!
First of all, in the admin Dashboard, go to Tainacan > System Check and see if everything looks ok there.
Check if your permalinks are working well, with something other than the default value selected. (you must have beautiful permalinks, such as
mysite.com/post-name
instead ofmysite.com?p=123
)Do you have a link we can look at?