Tell us what you are trying to do?
I create relationship... then I add new...
(see screenshot)
Save button is do nothing 🙁
(No spinner image)
If I use "Connect existing Esemény" Save is working well and connection is done.
Hi can you try the following troubleshooting steps?
- Make sure all your Toolset plugins are up-to-date. If you use Views, CRED, or Layouts, please make sure you are using the latest beta versions of those plugins too.
- Open the browser console and watch for any JavaScript errors that may appear when you click "Save"
- Temporarily disable all plugins except Types, then activate a default theme like Twenty Seventeen. Try again. If the problem is resolved, reactivate your theme and plugins one by one until the conflict is revealed
- If the problem was not resolved, please activate server logs and test again. If you are not familiar with server logs, I can show you how to enable them. Go in your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);
Then add these lines, just before it says 'stop editing here':
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
Then refresh the page and test the Save button again. If any server-side errors are generated, this will create an error_log.txt file in your site's root directory. Please send me its contents. Once that is done, you can revert the changes you made to wp-config.php.
Hi
Browser consol sad: "ReferenceError: tinyMCE is not defined"
I try temporarily disable all plugins and activate default theme... same error 🙁
Okay thanks for testing. I did some research and it appears this issue has been reported already to our developers and will be resolved in the next release of the M2M plugins. We hope to make that version available very soon, and I will update you here when that is ready to download. Thanks for your patience.
Hi, just a quick update to let you know that a new Release Candidate version has been published and is ready for you to review. It includes a fix for this problem, so please update to the latest RC's and let me know if you continue to experience the issue.
Save button working after plugin update! 🙂
But now "add new..." and "Connect existing..." buttons causes this error message:
"Post type Esemény can not be used in a relationship."
Okay, I will split that into another ticket because the original issue was about resolving the tinyMCE error.