categories and archives not displaying

Permalink Browser Info Environment
At the following URL:http://www.frankcollective.com/daily-frankness/...

I've implemented both a category and archive content block which seem to be bringing in the correct information from Wordpress. However when someone clicks on something in that block (example:http://www.frankcollective.com/daily-frankness/?date=201112)... the page doesn't refresh with an archive of content from the that month, it just shows the latest 5 posts. Same goes with navigating old posts:http://www.frankcollective.com/daily-frankness/?page=2...

It was my impression that these blocks would work "out of the box", any reason why they aren't acting normally?

Thanks, Russell

Type: Discussion
Status: In Progress
rustbucket
View Replies:
elyon replied on at Permalink Reply
elyon
That's strange!

Would you mind sending me a login, so I can take a look at it? (Feel free to send me a PM)

Are you using a custom template?
rustbucket replied on at Permalink Reply
rustbucket
Sure, PM with login info on it's way, many thanks!
elyon replied on at Permalink Reply
elyon
Okay, its working!

For some reason, it wasn't working with the ?p=123 style of links. I'll have to look into what was going on there. I switched it to use pretty permalinks and now its working perfectly :)
rustbucket replied on at Permalink Reply
rustbucket
I think I see the problem with category and archive links:

in the c5 category module the links are "category=7 but in my wp install the category link is "cat=7" and date archives c5 has it as "date=" and in WP it's "m=". I suppose I can change my WP permalink structure to match what's happening in C5 but wanted to check in with you first.

Thanks, Russell
elyon replied on at Permalink Reply
elyon
For some reason, the ?=links don't appear to come through properly on your server.

At first, I thought that I had overlooked something, and a regression had crept into the add-on, but I realize now that it works just fine on my server.

Is the .htaccess on your server unique, or anything else you can think of that might be different?

(on the other hand, I really need to update the categories and archives to support pretty permalinks, which would fix it on your server)
rustbucket replied on at Permalink Reply
rustbucket
Here's my htaccess file, doesn't seem to have anything out of the ordinary. I can go ahead and change that ?= structure myself if you happen to know what files/lines I should go in and modify. That could be a tmp solution until you update the plugin to handle pretty permalinks (what's the eta on that btw?)

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
elyon replied on at Permalink Reply
elyon
Hi!

I apologize that I didn't remember this thread, back when the add-on was updated.

The categories, archives and other blocks all support pretty permalinks in the current versions of the add-on. The AJAX transport has also been improved so that it should be even more bullet-proof.

Have a great day!
stlouiscenter replied on at Permalink Reply
stlouiscenter
Hi there- I am also having the same issue. I've used this plugin several times in the past and have never had this issue before.

I am running version with 5.6.3.3 and WordPress for Concrete5 - 1.6.4.

I've tried all of the advice above, but nothing is happening.

Please help.

Thanks,
Tony
mariesa replied on at Permalink Reply
mariesa
Hi, I am having a bit of the same problem. Everything on both sides of the system is up to date. I am using pretty url's - this is what is in the pretty url box:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>

The archive does not work correctly. When you click on past months, the first page that pops up is correct. There is no option for "Newer Posts", and the "Older Posts" goes to a page with the most recent posts. Can you help? Here's the domain:

iamfriday.me

Thanks!
M

Environment Info:


<br />
<b>Warning</b>: set_time_limit() has been disabled for security reasons in <b>/home/iamfrida/public_html/updates/concrete5.5.2.1/concrete/controllers/dashboard/system/environment/info.php</b> on line <b>7</b><br />
# concrete5 Version
5.5.2.1

# concrete5 Packages
Mail Monkey (2.0.0), WordPress for Concrete5 (1.5.7).

# concrete5 Overrides
tools/css

# Server Software
Apache

# Server API
cgi

# PHP Version
5.2.17

# PHP Extensions
bcmath, calendar, cgi, ctype, curl, date, dom, exif, filter, ftp, gd, gettext, hash, iconv, imagick, imap, ionCube Loader, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, posix, Reflection, session, SimpleXML, soap, sockets, SourceGuardian, SPL, SQLite, standard, suhosin, tidy, timezonedb, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Optimizer, zip, zlib.

# PHP Settings
log_errors_max_len - 1024
max_execution_time - 30
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
memory_limit - 64M
post_max_size - 64M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 64M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
pcre.backtrack_limit - 100000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH
suhosin.cookie.max_array_depth - 100
suhosin.cookie.max_array_index_length - 64
suhosin.cookie.max_name_length - 64
suhosin.cookie.max_totalname_length - 256
suhosin.cookie.max_value_length - 4096
suhosin.cookie.max_vars - 800
suhosin.executor.include.max_traversal - 0
suhosin.executor.max_depth - 0
suhosin.get.max_array_depth - 50
suhosin.get.max_array_index_length - 64
suhosin.get.max_name_length - 64
suhosin.get.max_totalname_length - 256
suhosin.get.max_value_length - 512
suhosin.get.max_vars - 800
suhosin.log.phpscript.is_safe - Off
suhosin.memory_limit - 64
suhosin.post.max_array_depth - 50
suhosin.post.max_array_index_length - 64
suhosin.post.max_name_length - 64
suhosin.post.max_totalname_length - 256
suhosin.post.max_value_length - 1000000
suhosin.post.max_vars - 800
suhosin.request.max_array_depth - 50
suhosin.request.max_array_index_length - 64
suhosin.request.max_totalname_length - 256
suhosin.request.max_value_length - 1000000
suhosin.request.max_varname_length - 64
suhosin.request.max_vars - 800
suhosin.session.max_id_length - 128
suhosin.upload.max_uploads - 25

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.