Hello,

I am not sure if this is Node Subpage spesific issue. However below you can find the scenario;

1) I've created a views page with a contextual filter for node Id (nid) ( I've also tried with node title), the views works fine with the filter.
2) I've created a menulink using Node Subpage, and it shows correct with the regarding content type

What happens is when i click the link it gives a 500 Internal error. I've increased the memory from php.ini but made no sense. When i check the error logs, it says favicon is missing. However when i remove the contextual filter the link works fine. I had the same issue with menu tokens also. when i remove the contextual filter from the views things work fine for both modules. I've cleared the cache and tested on diffferent paltform and browsers but the result is the same.

This is not a production site, i try to test the modules for creating content type based menu solutions, you may check on
http://www.renderoid.com/content/irmak-yaman and click on the menu sub1 on the first column.

Best Regards,

Comments

BrockBoland’s picture

Status: Active » Postponed (maintainer needs more info)

Without knowing what error is being thrown, it's hard to say what this might be.

Try boosting your error reporting level. Go into the Logging and Errors section in the admin (admin/config/development/logging) and change "Error messages to display" to "All messages." Then, go to that page and see if you get a more helpful error.

Or, if this site doesn't have any private information in it, dump the DB and post it here so I can set it up locally and take a look at your configuration.