martinsplinter
Forum Replies Created
-
Forum: Plugins
In reply to: [Leaflet Map] text from markers in kmlMany thanks! The first works, the second one gives some strange errors
<br /><br>?= props[ key ]; } // rewrite style keys from geojson.io if (rewrite_keys[ key ]) { style[ rewrite_keys[ key ] ] = props[ key ]; } } return L.Util.extend(style, default_style); } function onEachFeature (feature, layer) { var props = feature.properties || {}; var text; if (0) { text = window.WPLeafletMapPlugin.propsToTable(props); } else { text = popup_property ? props[ popup_property ] : window.WPLeafletMapPlugin.template( popup_text, feature.properties ); } if (text) { layer.bindPopup( text ); } } function pointToLayer (feature, latlng) { if (circleMarker) { return L.circleMarker(latlng); } return L.marker(latlng, markerOptions); }}); fillColor=red color=green popup=”true”]
So i go with the table thingy!Forum: Plugins
In reply to: [Mammoth .docx converter] Create multiple posts from multiple ms word docsI am also looking for smth similar.
Perhaps u can make a quote if u are interested.
Our company uses Word to create company regulations, procedures and stuff like that.
I am looking for a way to import those automaticly because manually is just a lot of work.It would be nice if i could specify a folder where i upload the files, be able to give the files a specific order and then the plugin (on request or automated) updates the posts based on the updated files in the upload folder.
Is that smth u guys could make?
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Internal Server Error errorHi
I can create sites manually, i did just that.
I will try it again in the future with your pluginForum: Plugins
In reply to: [NS Cloner - Site Copier] Internal Server Error errordeleting the ns cloner plugin files resolved all these errorshad to put a backup back to get the site workign again
- This reply was modified 2 years, 5 months ago by martinsplinter.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Internal Server Error errorafter trying to create the cone i get these error
PHP message: WordPress databasefout Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '=' bij query SELECT c.*, p.post_name FROM bxlps_frmpro_copies c LEFT JOIN bxlps_frm_forms f ON (c.copy_key = f.form_key) LEFT JOIN bxlps_posts p ON (c.copy_key = p.post_name) WHERE blog_id != 1 AND ((type = 'form' AND f.form_key is NULL) OR (type = 'display' AND p.post_name is NULL)) ORDER BY type DESC gemaakt door require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, FrmProCopiesController::copy_forms, FrmProCopy::copy_forms, FrmProCopy::get_templates_to_copy, FrmDb::check_cache', referer: https://xxx.app/wp-admin/admin-ajax.php [Sun Oct 16 08:45:02.461405 2022] [proxy_fcgi:error] [pid 12302:tid 140298965399296] [client 2a02:a420:30:e7be:d061:xx:b6aa:6b1b:0] AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 200704 bytes) in /home/admin/domains/xx.app/public_html/wp-includes/functions.php on line 6973PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in /home/admin/domains/xx.app/public_html/wp-includes/wp-db.php on line 2832', referer: https://xx.app/wp-admin/network/plugins.php xx[Sun Oct 16 08:45:55.431558 2022] [proxy_fcgi:error] [pid 12014:tid 140298403350272] [client 2a02:a420:30:e7be:d061:xx:b6aa:6b1b:0] AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2621440 bytes) in /home/admin/domains/xx.app/public_html/wp-content/plugins/formidable-api/helpers/FrmAPIAppHelper.php on line 120', referer: https://shipdocs.app/wp-admin/
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Internal Server Error errori have the same kind of problem, when i click clone, the spinner on the word cone keeps spinning, but the clone is ot made and my site is left unusable giving 500 errors.
[Sun Oct 16 08:40:39.601120 2022] [proxy_fcgi:error] [pid 12014:tid 140298529240832] [client 2a02:a420:30:xxxb:0] AH01071: Got error 'PHP message: DEBUG Postman: Postman SMTP v2.1.10 startingPHP message: DEBUG PostmanWpMailBinder: Bound to wp_mail()PHP message: DEBUG Postman: local translation file loaded for locale=nl_NLPHP message: DEBUG Postman: Admin start-up sequence', referer: https://xxx.app/wp-admin/network/admin.php?page=ns-cloner
i dont know how to recover from this
Forum: Plugins
In reply to: [Extensions for Leaflet Map] error after update todayU guys are fantastic, never seen such quick and expert support.
yes its multisite and both are network activatedForum: Plugins
In reply to: [Extensions for Leaflet Map] error after update todaythe folder is original and the file exists on the server, the maps are loading normal, only that error is appearing
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] signature not displaying anymoremmm it may be cloudfare then, messing things up
edit checkit it and indeed cloudfare was the isue
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] signature not displaying anymoremmmm i just added the signature field and mapped it to the proper form field like i did always.
I will try your tips, the correct url is not a secret, just preventing bots and script kiddies. If u replace xxx with shipdocs it will work.
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] Print What’s On-Screen??perhaps this may be helpfull:
Forum: Plugins
In reply to: [E2Pdf - Export Pdf Tool for WordPress] generate multiple forms in one pdfmmmm i case of formidable forms, how would i know the dataset to use?
I put an entry in a form, that form with known dataset calls e2pdf to create the pdf, but there is no real way of knowing the dataset of the other form.
perhaps a hidden lookup or smth, interesting
But hahah if i use a hidden lookup for an other dataset of other form, then i already have it in the first form, so no needForum: Plugins
In reply to: [Leaflet Map] need some extensive supportI found a solution that maybe could be included in the plugin:
https://github.com/mapbox/leaflet-omnivoreIt converts various file formats
Forum: Plugins
In reply to: [Leaflet Map] need some extensive supportThanks man,
i did not see those examples in the docs, is there a list?
Forum: Plugins
In reply to: [Leaflet Map] need some extensive support