Skip Navigation

[Closed] Hidden Posts

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 13 replies, has 2 voices.

Last updated by Luo Yang 9 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#287169
Screen Shot 5 at 18.57.08.png
Screen Shot 4 at 18.56.48.png
Screen Shot 3 at 18.53.36.png
Screen Shot 2 at 18.58.45.png
Screen Shot 1 at 18.51.09.png

I can't understand why, but some of the custom posts I have created are not showing up anywhere in the admin. I have a custom post type called OPERA REPERTOIRE. It is child post. What you are looking at in the first screenshot is the Opera Repertoire Type posts showing in the Field Table of the admin for the parent post - ARTISTS.

We have written code to display the contents of these posts in a table. The second screenshot shows the corresponding table to the custom posts showed in the first screenshot.

However. There are other parent posts, where few or no child posts of this type are showing up in the Fields Table - For example screenshot 3. As you can see, despite the fact that it is set to show ALL posts of this type, the only one displaying is a dummy post I created a few moments ago. Yet if you go to screenshot 4, you are looking at the corresponding display table, showing plenty of data.

Can anyone tell me how it might have come about that some of my custom posts are completely invisible in the admin?

I can confirm that I have also gone directly into the OPERA REPERTOIRES posts from the left-column menu (screenshot 5), and manually (and painstakingly) gone through each post of this type) these 'invisible' posts are not showing up there either.

Thanks

Chris

#287303

Dear Chris,

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).

#288702

Hi,

I'm sorry but I don't know how to follow all these instructions. I have deactivated the plugins, and switched to the default theme, it makes no difference and the Types debug log is re-produced below.

To clarify my first post, its not just a few custom posts of the Opera Repertoire type that are inaccessible, its HUNDREDS. Many of hours of our labour are wasted until you can help me find them again.

Thanks
Chris Hurrell

{"core":{"Wordpress":{"Multisite":"No","SiteURL":"http:\/\/www.owenwhitemanagement.com\/wordpress","HomeURL":"http:\/\/www.owenwhitemanagement.com\/wordpress","Version":"4.1.1","PermalinkStructure":"\/%postname%\/","PostTypes":"post, page, attachment, revision, nav_menu_item, wp-types-group, wp-types-user-group, artist, discography, concert-repertoire, opera-repertoire","PostSatus":"publish, future, draft, pending, private, trash, auto-draft, inherit"},"Server":{"jQueryVersion":"1.11.1","PHPVersion":"5.2.17","MySQLVersion":"5.0.95","ServerSoftware":"Apache"},"PHP":{"MemoryLimit":"256M","UploadMax":"20M","PostMax":"8M","TimeLimit":"30","MaxInputVars":""}},"plugins":{"active_plugins":{"types\/wpcf.php":{"Name":"Types - Complete Solution for Custom Fields and Types","PluginURI":"http:\/\/wordpress.org\/extend\/plugins\/types\/","Version":"1.6.5.1","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com","TextDomain":"","DomainPath":"","Network":false,"Title":"Types - Complete Solution for Custom Fields and Types","AuthorName":"OnTheGoSystems"},"underconstruction\/underConstruction.php":{"Name":"Under Construction","PluginURI":"http:\/\/www.masseltech.com\/","Version":"1.12","Author":"Jeremy Massel","AuthorURI":"http:\/\/www.masseltech.com\/","TextDomain":"","DomainPath":"","Network":false,"Title":"Under Construction","AuthorName":"Jeremy Massel"},"updraftplus\/updraftplus.php":{"Name":"UpdraftPlus - Backup\/Restore","PluginURI":"http:\/\/updraftplus.com","Version":"1.9.60","Author":"UpdraftPlus.Com, DavidAnderson","AuthorURI":"http:\/\/updraftplus.com","TextDomain":"updraftplus","DomainPath":"\/languages","Network":false,"Title":"UpdraftPlus - Backup\/Restore","AuthorName":"UpdraftPlus.Com, DavidAnderson"}},"mu_plugins":[],"dropins":[]},"theme":{"Name":"Twenty Fifteen","ThemeURI":null,"Author":"<a href=\"https:\/\/wordpress.org\/\">the WordPress team<\/a>","AuthorURI":null,"Template":"twentyfifteen","Version":"1.0","TextDomain":null,"DomainPath":null},"extra-debug":{"types":{"add_resized_images_to_library":0,"register_translations_on_import":1,"images_remote":0,"images_remote_cache_time":"36","help_box":"by_types"}}}

#288805

To avoid any new misunderstand, I need make sure these questions:
1) you are using below post type relationship structure:
Parent post type: ARTISTS
-- Child post type: OPERA REPERTOIRE

2) you can not find HUNDREDS Opera Repertoire posts in the wordpress admin side, in the Opera Repertoire posts list.
When it happened? is any there any other plugins or custom PHP codes involved in?

3) the problem 2) is abnormal, so as I mentioned above, we need see your PHP debug logs:
https://toolset.com/forums/topic/hidden-posts/#post-287303
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).

#288901

We have done the PHP error logging as requested, but i don't think there are any errors in the log that relate to this. here is the most recent error log - many of these errors relate to a recent problem we had with memory limits that has now been resolved.

We don't know how long the 'hidden' posts have been hidden - but many months i think.

[Fri Mar 6 12:47:18 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Fri Mar 6 17:53:04 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Fri Mar 6 17:53:05 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Fri Mar 6 22:43:08 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Fri Mar 6 23:04:25 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Sat Mar 7 04:07:55 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Sat Mar 7 22:03:16 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Sat Mar 7 22:03:16 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Sun Mar 8 02:23:45 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/js/uploadify/uploadify.swf
[Sun Mar 8 04:54:14 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Sun Mar 8 08:41:48 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Sun Mar 8 18:00:08 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Sun Mar 8 18:54:01 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Sun Mar 8 19:37:08 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/js/fckeditor/editor/
[Sun Mar 8 20:27:49 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Mon Mar 9 02:45:59 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/js/fckeditor/editor/
[Mon Mar 9 05:11:30 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Mon Mar 9 05:15:19 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Mon Mar 9 05:15:23 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Mon Mar 9 05:15:34 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-includes/default-constants.php on line 27
[Mon Mar 9 05:22:23 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 77824 bytes) in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-admin/includes/plugin.php on line 840
[Mon Mar 9 05:22:32 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 19456 bytes) in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-admin/includes/plugin.php on line 1842
[Mon Mar 9 06:34:07 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_IF in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 31
[Mon Mar 9 06:34:13 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected T_IF in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 31
[Mon Mar 9 06:34:57 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Catchable fatal error: Object of class stdClass could not be converted to string in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 30
[Mon Mar 9 06:35:04 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Catchable fatal error: Object of class stdClass could not be converted to string in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 30
[Mon Mar 9 06:52:45 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 513
[Mon Mar 9 06:54:53 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 513
[Mon Mar 9 06:56:10 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 513
[Mon Mar 9 06:56:14 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 513
[Mon Mar 9 06:56:15 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 513
[Mon Mar 9 06:56:15 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 513
[Mon Mar 9 06:56:16 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 513
[Mon Mar 9 07:00:05 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 486
[Mon Mar 9 07:00:07 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 486
[Mon Mar 9 07:00:08 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 486
[Mon Mar 9 07:00:08 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Parse error: syntax error, unexpected $end in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/themes/metrovibes-child/single-artist.php on line 486
[Mon Mar 9 10:32:10 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/t_168_MaryNelsonPhoto.jpg
[Tue Mar 10 04:31:26 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/images/images/3.jpg
[Tue Mar 10 10:51:45 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/tt_100_Kishani-Jayasinghe-Photo.jpg
[Tue Mar 10 13:44:26 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/t__.jpg
[Tue Mar 10 21:10:36 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/t_11_Martin-Jones-Photo.jpg
[Tue Mar 10 21:11:03 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/t_11_Martin-Jones-Photo.jpg
[Tue Mar 10 22:11:20 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/h_204_.jpg
[Wed Mar 11 06:58:37 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/js/fckeditor/editor/
[Wed Mar 11 09:57:51 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/t_11_Martin-Jones-Photo.jpg
[Wed Mar 11 09:58:07 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/t_11_Martin-Jones-Photo.jpg
[Wed Mar 11 10:24:16 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/h_225_.jpg
[Wed Mar 11 11:21:17 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/tt_168_MaryNelsonPhoto.jpg
[Wed Mar 11 14:11:40 2015] [error] [client 127.0.0.1] FastCGI: comm with (dynamic) server "/var/www/fcgi/php-cgi" aborted: (first read) idle timeout (30 sec)
[Wed Mar 11 14:11:40 2015] [error] [client 127.0.0.1] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/php-cgi"
[Wed Mar 11 14:16:42 2015] [error] [client 127.0.0.1] FastCGI: comm with (dynamic) server "/var/www/fcgi/php-cgi" aborted: (first read) idle timeout (30 sec)
[Wed Mar 11 14:16:42 2015] [error] [client 127.0.0.1] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/php-cgi"
[Wed Mar 11 14:20:30 2015] [error] [client 127.0.0.1] FastCGI: comm with (dynamic) server "/var/www/fcgi/php-cgi" aborted: (first read) idle timeout (30 sec)
[Wed Mar 11 14:20:30 2015] [error] [client 127.0.0.1] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/php-cgi"
[Wed Mar 11 15:06:30 2015] [error] [client 127.0.0.1] FastCGI: server "/var/www/fcgi/php-cgi" stderr: PHP Fatal error: Cannot break/continue 1 level in /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/wordpress/wp-content/plugins/facebook/social-plugins/widgets/like-box.php on line 84
[Wed Mar 11 22:33:53 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/t_180_JohnAndrewsPhoto.jpg
[Thu Mar 12 00:48:01 2015] [error] [client 127.0.0.1] FastCGI: comm with (dynamic) server "/var/www/fcgi/php-cgi" aborted: (first read) idle timeout (30 sec)
[Thu Mar 12 00:48:01 2015] [error] [client 127.0.0.1] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/php-cgi"
[Thu Mar 12 07:01:40 2015] [error] [client 127.0.0.1] File does not exist: /home/fhlinux140/o/owenwhitemanagement.com/user/htdocs/image/t_167_KishaniJayasinghePhoto.jpg

#289098

Have tried to look for the 'hidden' posts in your database with mysql tools, for example: PHPmyadmin

You can browse the database table wp_posts, to find the 'hidden' posts, check if it is using correct post_type value.

#289131

Hello Luoy -Thanks for your message.

I had checked that and it is correctly there. I had find an issue over there do not know that will help to sort it out or not.

Earlier the data was stored in other tables
Artist_tbl
Composer_tbl
Discography_tbl

Currently the data on the pages are displaying from here.

Now when we add new records it does not go in these tables while in WP-POSTS. So there is little confusion about that.

Might be the reason that earlier we had added the data incorrectly or something had changed. So I would like that if you please send us steps to add records like from which plugin in admin section and how then we will check it.

I hope that this information may lead to resolve the issues.

Kind Regards

#289540

There aren't such database table in wordpress standard database:
Artist_tbl
Composer_tbl
Discography_tbl

please check the wordpress document:
http://codex.wordpress.org/Database_Description

If they are created by with other plugins/theme, unfortunately Types does not support them
You will try import it into your standard database table wp_posts,

Here is a document about "How to Import Content into WordPress Using CSV Files":
https://toolset.com/documentation/user-guides/how-to-import-content-into-wordpress-using-csv/

Hope it help

#289556

Hello Luoy - thanks for your help. I will check it and get back to you regarding that.

#289808

Please let me know if you need more assistance for it, thanks

#291113
edit-artist-field-table.png

Hello Luoy - Greetings for the day!!!

I have a small query regarding the plugin again.....

When I edit a post there are option to add new fields data.

Please use this URL to check : hidden link

Admin User name:
Admin Password:

Here if you scroll down you will see "Field Table". Please see the attached screenshot for more details.

I wish to know:

1) How the "Add" button is working and where its data is saving as well as which function it is calling?
2) How the "Save" button is working and which function it is calling.

As far as check I come to know that "Composer" values stored only when Save button is being click but did not getting that how and where the Composer values are being stored.

Please let me know further about this and might this help to sort out the hidden post.

I will appreciate your detail reply.

Kind Regards

#291239

How do you setup the "Composer" field, is it a custom field or custom Taxonomy?
Is it created with Types?
I need detail steps to duplicate same problem and debug it in my localhost. thanks

#291245

Hello Luoy - Greetings for the day!!!

I remember that I had mentioned that I had get this website from previous person.

Regarding the above question and steps I do agree that I had search it around but did not get any idea how that work.

That section come only when post is under edit....

I wish that you please check and let me know how that Add and Save buttons work and where Add button save the relations. That will be a great help.

Kind Regards

#291465

Q1) How the "Add" button is working and where its data is saving as well as which function it is calling?

In your screenshot:
hidden link
I can see the "Add" button is in the field "Composer", since I don't know how do you setup it, I am not sure which function it is calling, I suggest you try check if there is any custom Taxonomy "Composer" in your website.

Q2) How the "Save" button is working and which function it is calling.
Types is using function save_child() to save the child posts in field table, you can get the source code in Types plugin file \embedded\classes\relationship.php, line 214~267

The topic ‘[Closed] Hidden Posts’ is closed to new replies.