bgame-hunter / wordpress-custom-content-type-manager

Automatically exported from code.google.com/p/wordpress-custom-content-type-manager
0 stars 0 forks source link

Archive Templates Stopped Working After Upgrade, Permalinks Fail, RSS Fails #385

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem? (Be specific enough so that someone else 
can make the plugin fail for themselves. Remember: if the issue can't be fixed 
if it can't be reproduced!)
1. Create custom post types with an archive-posttype.php template.
2. Upgrade to latest CCTM
3.

What is the expected output? What do you see instead?

I had custom post type Webinar. You can see one such custom post here: 
http://iampariah.com/webinar/photoshop-3x5 . Before I upgraded the plugin today 
all of the Webinar custom post type posts could be seen here 
http://iamPariah.com/webinar  which used the archive-webinar.php template.

Now, after upgrading the CCTM post today, http://iamPariah.com/webinar 
registers as 404. The individual posts are still reachable, but the webinar.php 
template isn't being used, and the RSS feed for Webinar post types (and all 
other custom post types, I have 6 in total) now shows every post on the site.

Does the problem continue if you disable all other plugins? (Conflicts
between plugins are easily the #1 cause of errors, so it's important to isolate 
the issue):

Yes it does.

Please copy and paste the system information that appears in a yellow
textarea when you click on "Report a Bug" on any CCTM admin screen (this 
includes the version of the plugin, the version of PHP, the version of MySQL, a 
list of other active plugins etc.):

*SYSTEM INFO* 
------------------------ 
Plugin Version: 0.9.5.13-pl
WordPress Version: 3.3.2
PHP Version: 5.2.13
MySQL Version: 5.0.77-log
Server OS: Linux
------------------------ 
ACTIVE PLUGINS: 
------------------------ 
CURRENT THEME: PSB2011 v. http://way2zenith.com

Original issue reported on code.google.com by iampar...@gmail.com on 6 Jun 2012 at 12:57

GoogleCodeExporter commented 8 years ago
Try the dev branch: 
http://downloads.wordpress.org/plugin/custom-content-type-manager.zip

I think that's fixed on the dev branch.

Original comment by ever...@fireproofsocks.com on 6 Jun 2012 at 1:15

GoogleCodeExporter commented 8 years ago
For reference: http://codex.wordpress.org/Template_Hierarchy

I can't reproduce this on the dev branch, so I'm going to assume that it's been 
corrected with the work I did on the request filter.  If it's still an issue 
for you, please include your .cctm.json definition file and provide exact steps 
as to which files and URLs you are visiting and be super clear on what you 
actually see vs. what you expect to see.  Without that comparison between 
actual and expected, I have no point of reference.

Original comment by ever...@fireproofsocks.com on 10 Jun 2012 at 11:44