I am using toolset views quite a long time.
i started using Ultimate member plugin.
When i turn on views - the ultimate member profile page crashes (doesnt show anything- empty page)
when i disable views - everithing works nice.
Do you know about this conflict?
also build a view with a custom field from ultimate member plugin.
as i dint found it in the input options - i wrotte its slug manually - and it worked well - may be kkthis causes this conflict?
I'm not aware of a conflict like this, I just ran a test locally with the latest versions of Ultimate Member (1.3.88), Types (2.2.19), and Views (2.5) without experiencing a crash on the User Profile pages (I tested the wp-admin profile page and the front-end /user/username pages successfully). Can you try the following troubleshooting steps?
- Temporarily disable Ultimate Member, activate Views, and export your Views using Toolset > Import/Export. Upload the export somewhere and post a download link here for me to review.
- Activate server logs to see what the error may be. If you are not sure how to access your server logs, 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');
Attempt to reactivate Views and Ultimate Member together and reload the profile page where you are experiencing the error. 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 updates you made to wp-config.php.
bsd
i found the problem
there was a conflict in the user template form .
thanks by now
but also the second question:
i built a view with a custom field from ultimate member plugin.
as i dint found it in the input options - i wrotte its slug manually - and it worked well
Why i cannot see it in the native add fields of toolset views (it can be seen in filter custom fields options)
You can try to find these fields by going to Toolset > Settings > Frontend Content, and searching in the Hidden Custom Field panel to find the fields by slug. Then to insert this field using the Fields and Views button, click "Load non-Types custom fields" to see the full list of non-Types fields.
bsd
thanks but it doesn't appear in hidden custom field pannel.
Any other options?
There is one other place to check. Go to Toolset > Post Fields and click "Post Field Control". Look for the field here and click "Manage with Types", then use the Fields and Views "Load non-Types custom fields" button again to insert the custom field.