Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Just to confirm that I had a permissions issue on the relevant folder on my site. This is now fixed, and the plugin works like a charm. Thank you

    I have the same problem. I tried with different csv file locations, I also tinkered with the row termination and tried different ways to enter the url, all to no avail: the csv file would either trigger an error or lead to a blank page.

    Thread Starter mgoi

    (@mgoi)

    Hi there,

    Thank you for your response, and thanks again for developing this extremely useful tool.

    Apparent randomness of storage location. Your comments are noted. I had set the maximum file size to 3000kB but size limitation may be the reason why some targets are not locally saved. This will become clearer with your planned update, which I understand will display more information when targets are not saved.

    Access to local archives. It took me some time to find it in the documentation, but I have now found the fix, which is properly documented. Rsetting the permalink settings in WordPress did the trick.

    Permissions. This is the usual WordPress plague, which prevented Amber from creating folders. I have since manually updated the permissions on the folder, which fixed the issue. I am running the whole database behind .htpassword in Apache so I do not have too many concerns in opening up permissions on some folders.

    Keep up the good work, it is greatly appreciated!

    Just to report that it works with Relevanssi when selecting a single category, but apparently not when selecting multiple categories (using the checkbox type selector).

    Thanks a lot for this thread. I had the same issue with the order of the drop down menu. I sorted it out by inserting a generic query ahead of my sidebar, which had the effect of resetting the categories.

    mgoi

    (@mgoi)

    I tried amending the lines 397 and following as follows, but it still does not work I am afraid:

    $where = str_replace(" AND (post_status = 'publish'", " AND (post_status = 'publish' OR post_type = 'attachment' OR post_status = 'inherit'", $where);
    				$where = str_replace("AND post_type != 'attachment'","",$where);
    			}
    			else
    			{
    				$where = str_replace(" AND ($wpdb->posts.post_status = 'publish'", " AND ($wpdb->posts.post_status = 'publish' OR $wpdb->posts.post_type = 'attachment' OR $wpdb->posts.post_status = 'inherit'", $where);

    Any leads appreciated.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)