I installed the plugin, but I get this error
Error : Please add write permissions on the following directory
—
you did not complete the installation
You need to create a folder ‘cache’ and add write permissions
on the plugin directory ‘/wp-content/plugins/locateandfilter/cache’
http://prntscr.com/t03ga1
see doc https://locateandfilter.com/docs/locateandfilter-wp-plugin/install-plugin/
after update plugin, map does not work
Error : Please add write permissions on the following directory : /home1/llcigrou/public_html/wp-content/plugins/locateandfilter/cache
—-
After updating, make sure that you created the folder again
You need to create a folder ‘cache’ and add write permissions
on the following directory ‘locateandfilter.monothemes.com/wp-content/plugins/locateandfilter/cache’
see doc https://locateandfilter.com/docs/locateandfilter-wp-plugin/install-plugin/update-plugin/
I am install plugin and setup folder cahce, but map does not work
——
You need create new topic https://wordpress.org/support/plugin/locateandfilter/
and send a detailed bug report
see How to write a good bug report?
https://locateandfilter.com/support/how-to-write-a-good-bug-report/
map does not work, js error
Uncaught SyntaxError: Unexpected end of JSON input
—–
You need to create a folder ‘cache’ and add write permissions
on the following directory ‘locateandfilter.monothemes.com/wp-content/plugins/locateandfilter/cache’
see doc https://locateandfilter.com/docs/locateandfilter-wp-plugin/install-plugin/update-plugin/
Warning: getimagesize(): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
it problem server setup your hosting provider
for fix this you need add change
1 |
list($width, $height, $type, $attr) = getimagesize($customIconURL); |
for this
1 2 |
$customIconPath = str_replace(WP_CONTENT_URL, '', $customIconURL); list($width, $height, $type, $attr) = getimagesize(WP_CONTENT_DIR . $customIconPath); |
on /wp-content/plugins/locateandfilter_pro/public/class-locate-and-filter-public.php
to string 1034 before getimagesize function