adamfairholm / PyroStreams-Page-Field-Type

Pages field type for use with PyroStreams
BSD 2-Clause "Simplified" License
10 stars 9 forks source link

Unknown column 'is_hidden' in 'where clause' #3

Closed jasendorf closed 11 years ago

jasendorf commented 11 years ago

fresh installation of 2.3-dev, in 2.1.5 pyrocms install, clicking on "Streams" module returns page with following error:

A Database Error Occurred

Error Number: 1054

Unknown column 'is_hidden' in 'where clause'

SELECT * FROM (default_data_streams) WHERE is_hidden = 'no' AND >stream_namespace = 'streams' ORDER BY stream_name ASC

Filename: /home/braysh/public_html/modules/streams_core/models/streams_m.php

Line Number: 153

Does not occur with 2.2.2

adamfairholm commented 11 years ago

Hi John,

Try using 2.2.2 with 2.1.5 - 2.3 should be used with Pyro 2.2 beta. Sorry for the confusion.

Is there anything wrong with the page field type type?

Adam

jasendorf commented 11 years ago

Like I noted, the error does not occur with 2.2.2 ... figured it was probably for 2.2-beta

I should really pay better attention to where I'm posting... I made the assumption this was your repository for PyroStreams. Sorry about that.

adamfairholm commented 11 years ago

Right, PyroStreams 2.3-dev is only for PyroCMS 2.2, so you should have PyroCMS 2.1.5 and PyroStreams 2.2.2. That should clear up that error!

No problem about the different posting place! The streams repo is private but you can always make the github issues on the main pyro repo.

Adam