- Does the get-contacts.php script work ok if you load it directly, e.g. in your browser or from the command line, or in some test javascript?
- Maybe you don’t have the path correct. Instead of providing a partial path you could provide an absolute path. Is the
reusedirectory in the root of your web space? If so set url like this:
(Edited for the URL you provided – this is probably how you should set it)
url: '/wp-content/plugins/harriecrm/admin/get-contacts.php',
Or for debugging you could also set the entire path, wherever it is, e.g.:
url: 'https://yoursite.com/somewhere/reuse/get-contacts.php',
Let me know if this helps
Related Posts:
- Add jQuery to WordPress page
- jQuery function didn’t work in my plugin
- how to include a simple jquery file into a wordpress plugin
- Pass a php string to a javascript variable
- Notepad sticky plugin
- Adding a slider captcha to the comment system
- How to put JQuery/Ajax inside shortcode?
- Error with Image Slide plug-in/ s3slider in WP
- wordpress site | All-in-one-cufon IE Issue
- WordPress function not being called from jQuery method
- Easiest way to add dropdown to a page
- How to prevent plugins from loading jQuery
- Using color picker in plugin, does input attribute order matter?
- Using window.onload with Ubermenu
- How to include this jQuery File in wordpress?
- wordpress add_action() issue in ajax call
- Adding media upload button to User Profile page (following a tutorial)
- JQuery prepend a function
- Is there a function to list all uploaded images? How can I add one?
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- Save user total active time after login in wordpress [closed]
- Api external with wordpress
- Custom meta box with jQuery.sortable custom post type list
- How do I reinit WordPress plugins dynamically using jS?
- WordPress jQuery Post – Amending Variable Value Within Function Command
- WP Ajax DB issues
- How to get a specific string from a url
- $wpdb not working wordpress plugin ajax call
- update_post_meta is not working for me when I use e.preventDefault for update button
- Help with customising love it plugin (use within foreach)
- show-hide based on select option jquery wordpress
- AJAX doesn’t pass variables to the php function in the plugin
- What is the process for reimplementing a back up WordPress?
- Hyperlink to execute PHP
- How to get site homepage from plugin?
- PHP and Jquery pass value from form. Update function on DataBase
- How do I output user_registered time in my correct timezone?
- how to search through plugin in wordpress cimy-user-extra-fields?
- wordpress jquery is not defined because the head tag is empty
- how to show selected options drop down menu values in attributes field in after saving post.php
- Woocommerce attatch files and custom input meta to cart items and then to order
- Uncaught Error: Call to undefined function wp_generate_attachment_metadata() @ wp-cron
- force enqueue script to be first in order of prominence
- Using require_once in a Plugin?
- Stackoverflow type of badge plugin giving warnings in WordPress 3.5
- Plugin.php: PHP Notice: Undefined offset: 0 in
- How to create popup same as wordpress popup feature
- Add multiple attributes to product from php
- Sanitizing, Validating and Escaping in WordPress (Plugin)
- Add get_option to jquery
- Check if email address exists front end with AJAX in a plugin
- How to review WordPress website php version compatibility?
- WooCommerce get_price returning wrong price when used via ajax
- Open Post Thumbnail in New Child Theme File in WordPress
- WordPress on AWS with ELB
- How to access data in wordpress database externally using php
- Problem with PHP wordpress, Undefined index: in C:\xampp\htdocs\wordpress\wp-content\plugins\epoch\classes\core.php on line 190 [closed]
- After upgrade to php 7 plugin/them updates broke [closed]
- How can integrate zend module with wordpress admin dashbord [closed]
- Setup wp_schedule_event within a custom plugin
- “Conflict” with jQuery (or its plugins)?
- WHy custom plugin slows down the loading of the pages?
- WordPress Stock Update Programatically
- UTF-32be error WordPress
- Getting a ressource ID, from a WC_Order_Item_Product/Order
- same user role or copy the user role to be same as the other role
- Social share buttons text shows up on post excerpts
- Ajax request sends url rather than data
- How to displaying Custom image, text and default image logo from Redux Framework option panel
- Plugin Admin panel checkbox unchecked after submit
- Getting URL GET parameter with Code snippets and storing it in database?
- save_post_product action not firing
- How to get the custom field value using SQL query
- WordPress fatal error from php protocol codes
- Changing wordpress/woocommerce notices default message to other languages (text)
- Why does my custom plugin only function correctly once per page?
- I can’t view the orders on the woocomerce dashboard with the brainblocks plugin
- Run a Change Role Cron Job on WordPress via cPanel
- How to display variables from plugin?
- How to make the first letter of a post title uppercase, in a plugin?
- How to change the product short description for each product with PHP?
- How do I convince this button to do something when it is clicked?
- WordPress function to add text
- TheCartPress plugin – Make every item in store unique
- Doing action based on input from options menu
- Insert dynamic content into posts
- “The Events Calendar” Issues in WP 3.2
- Help me with my first very basic plugin
- is_plugin_active() not defined on active plugin, in the thumbnails.php file
- WordPress site keeps getting flagged as malware [closed]
- Undefined constant error in pluggable.php
- Requires PHP version 5.3.0
- True or False: Is an Apache error or PHP error the same as a WordPress error?
- Need help with wordpress audio preload
- Allow direct access to files/folders within WordPress to replace wp-admin
- Error 400 Invalid “products[1].productId” Kinguin [closed]
- How to make a drop-down list so you can press and change display like on this website by using wordpress or CSS
- I want to move the one click accesbility button on bottom of my website screen,
- WordPress : how to create onglet and remove it when only one
- How to customize WP_Error (REST JWT authentication plugin) [closed]