fcrick
Forum Replies Created
-
I have 3 fonts. AS @pixelpuur wrote, it is related to last update.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Not importing post metaNevermind, got it working now.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Not importing post metaHi,
Many thanks for your great help!
Importing post meta works now, I could even import acf fields.
The last hurdle I can’t seem to solve is importing my custom categories for my custom post type (both created with CPT UI).
The category, as exported using standard wordpress xml custom post type export, looks like this:
<category domain=”presstype” nicename=”web-ressources”><![CDATA[Web Ressources]]></category>
To assign the category “Web Ressources” to my imported post,
– what does the field name need to be in my csv file?
– should I use “Web Ressources” or rather “web-ressources” as value?For field name I tried “presstype” and “tax_presstype”, both did not work.
Thanks for your advice
Problem was while entering/editing links in admin backend and while re-importing a previously exported file.
Weird, I cannot reproduce at this point (in admin backend) and will close the case.
Thanks.
PS, for your reference, my collations are (standard, did not change anything):
| wppfs_linkcategorymeta | meta_id | NULL |
| wppfs_linkcategorymeta | linkcategory_id | NULL |
| wppfs_linkcategorymeta | meta_key | latin1_swedish_ci |
| wppfs_linkcategorymeta | meta_value | latin1_swedish_ci |
| wppfs_links | link_id | NULL |
| wppfs_links | link_url | utf8_general_ci |
| wppfs_links | link_name | utf8_general_ci |
| wppfs_links | link_image | utf8_general_ci |
| wppfs_links | link_target | utf8_general_ci |
| wppfs_links | link_description | utf8_general_ci |
| wppfs_links | link_visible | utf8_general_ci |
| wppfs_links | link_owner | NULL |
| wppfs_links | link_rating | NULL |
| wppfs_links | link_updated | NULL |
| wppfs_links | link_rel | utf8_general_ci |
| wppfs_links | link_notes | utf8_general_ci |
| wppfs_links | link_rss | utf8_general_ci |
| wppfs_links_extrainfo | link_id | NULL |
| wppfs_links_extrainfo | link_second_url | utf8_general_ci |
| wppfs_links_extrainfo | link_telephone | utf8_general_ci |
| wppfs_links_extrainfo | link_email | utf8_general_ci |
| wppfs_links_extrainfo | link_visits | NULL |
| wppfs_links_extrainfo | link_reciprocal | latin1_swedish_ci |
| wppfs_links_extrainfo | link_submitter | latin1_swedish_ci |
| wppfs_links_extrainfo | link_submitter_name | utf8_general_ci |
| wppfs_links_extrainfo | link_submitter_email | latin1_swedish_ci |
| wppfs_links_extrainfo | link_textfield | utf8_general_ci |
| wppfs_links_extrainfo | link_no_follow | latin1_swedish_ci |
| wppfs_links_extrainfo | link_featured | latin1_swedish_ci |
| wppfs_links_extrainfo | link_manual_updated | latin1_swedish_ci |Forum: Plugins
In reply to: [Link Library] Remove time from link update dateSolved. Thanks for pointing me in the right direction, Yannick.
Best
Thanks for your quick reply. With your help, I was able to add more libraries, so that part is solved. The activation error remained, however. Please note that I have wp_debug enabled (working on a dev site).
fixed, thanks for your quick response!
I can confirm 10.4 fixed issue on our site. Thanks for fixing.
Looks like you found the problem, I did about 10 tries (with cleared cache) on both EN and FR site, with various wait times, and could not reproduce.
Yes, this happens when you press enter after the suggestion list is open. While further testing on your site, I also saw that it did not happen each time, even after clearing browser cache. Testing further, it seems you need to wait a few seconds after the suggestion list is open, then I could reproduce a few times in a row.
You either did not read my instructions on how to reproduce, did not understand, or are not taking my error report seriously.
You can easily reproduce the reported error on YOUR own site, please exactly follow these steps:
1. go to https://www.gotosolr.com/
2. click on magnifying glass in header to open search box
3. enter any search term, for example “documents”
4. press ENTER (do NOT click with mouse)
5. You will get this result:Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] PHP error from WPSOLR_Option.phpI am getting exactly the same error :
Warning: Illegal offset type in isset or empty in /usr/share/nginx/html/domain.tld/original/wp-content/plugins/wpsolr-search-engine/classes/utilities/WPSOLR_Option.php on line 86
My environment:
WP 4.5.1
WP-Solr 9.0
14.04.1-Ubuntu
PHP Version 5.5.9-1ubuntu4.16
FPM/FastCGI
Solr: 5.5.0php.ini:
error_reporting = E_ALL
display_errors = Onwp-config.php:
define(‘WP_DEBUG’, true);Please advise.
Thanks