Skip Navigation

[Resolved] Create New View not working

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 9 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Line49 Design 9 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#287950
views-capture.jpg

I am trying to: create a new view

I visited this URL: hidden link

I expected to see: New view created

Instead, I got: Selected Dispaly the results as a parametric search, entered a title in the Name this view called it Advanced Search then clicked the Create View button. It displays the loading circle but never gets any further than that.

Types 1.6.5.1
Views 1.7
Wordpress 4.1.1
WPML 3.1.8.6

How do I get the create view to work?

Thank you.

#288089

Dear Mike,

Please try this:
1) deactivate other plugins and switch to wordpress default theme, and test again
2) enable wordpress debug mode, repeat the actions you mentioned above, and post the debug logs here.
https://toolset.com/documentation/user-guides/debugging-types-and-views/
PHP Debugging

In case you think that Types or Views are doing something wrong (what we call a bug), you should enable PHP error logging. Again, edit your wp-config.php file and add the following:

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
This will produce a file called ‘error_log.txt’ in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, user www-data).

Also check if there is any JS error occurs.

#288474

Hi,

I turns out that the problem was due to running out of memory. I have increased the memory limit on the site and now I can create a view.

Thank you for your help.

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.