Debugging block installation

Permalink
Hi

I have written a plug-in based on an existing block - this new block fails to install despite a success message being displayed.

How can I debug this install and get some sort of feedback from Concrete5?

Thanks,
Jake

BinaryFold4
 
Mnkras replied on at Permalink Reply
Mnkras
if you could either upload the block or send me a link to the block, via pm ill be glad to help you.
BinaryFold4 replied on at Permalink Reply
BinaryFold4
Thanks - PM Sent.

It would be good to know if something already exists for this - list pages based on specific tags?

I am also interested in any tools or methods that others use to debug block installations - Concrete5 gives nothing back which was a surprise!
Mnkras replied on at Permalink Reply
Mnkras
did you change anything? looks like a clean file...

tags as in the tags block in c5?
BinaryFold4 replied on at Permalink Reply
BinaryFold4
It is the page list block, with parts of the tag block included in the view.

It will allow you to select tags - pages with those tags would then be queried and returned. This seems to be a blazing oversight when it comes to pages and the use of tags?
Mnkras replied on at Permalink Reply
Mnkras
tags are just page attributes, you just want it to list all of the ones used? or just specific ones?
BinaryFold4 replied on at Permalink Reply
BinaryFold4
I want to list all pages tagged as 'news' or 'event', etc