Hi,
i like this modul very much. Now i wanted to work on the bios-part in the setting page but all i get is the message
warning: preg_match() expects parameter 2 to be string, array given in /is/htdocs/wp1020522_P4C5ID4YVW/koehl-media.de/products/includes/bootstrap.inc on line 723.
you can't submit your content.
Can anybody help me to get this thing going??
Thank you in advance
Hans
Comments
Comment #1
nancydruThis is a very common problem, but very hard to pin down. Can you narrow down the error at all?
Comment #2
hans59 commentedUnfortunately not. The line at bootstrap.inc is like follows:
If i press the "Export"-Button i get the next message:
user warning: Unknown column 'q.author' in 'field list' query: SELECT nr.body, nr.title, q.author, q.citation FROM node n INNER JOIN node_revisions nr USING (vid) INNER JOIN quotes q USING (vid) WHERE n.status=1 AND n.type='quotes' ORDER BY author in /is/htdocs/wp1020522_P4C5ID4YVW/koehl-media.de/products/sites/all/modules/quotes-6.x-1.1-alpha5/quotes/quotes.admin.inc on line 170.Sorry, but i don't know a way to come closer to the problem (logfile gives the same message like above etc.)
Comment #3
motivez commentedI have the same problem on my installation. I'm willing to help out any way I can, just let me know how.
I can't get any of my quotes to display in a block at all.
Comment #4
motivez commentedI also have these errors in my reports/dblog:
preg_match() expects parameter 2 to be string, array given in ../includes/bootstrap.inc on line 723.
Location admin/settings/quotes/bios
Referrer admin/settings/quotes/blocks
----
Unknown column 'DATABASE_NAME.q.aid' in 'on clause' query: SELECT a.aid AS quotes_aid, a.name AS quotes_author, a.bio AS quotes_bio, q.citation AS quotes_citation, q.promote AS quotes_promote FROM quotes q JOIN quotes_authors a USING (aid) WHERE q.vid = 11 in ../modules/quotes/quotes.module on line 277.
Referrer mysite.com/quotes
Referrer admin/user/permissions
Hope that helps some, I'd really like to get it working.
Changing priority to critical because quotes added do not show up in the block I created.
Comment #5
nancydruI have committed a fix for both problems.
Comment #6
hans59 commentedjust wanted to say thanks. the fix works fine and so does quotes!
Comment #7
motivez commentedThanks a bunch :)
Comment #8
nancydru