You are missing the mysql development headers. Depending on your
distribution they come in various packages. Something along the lines of
mysql-devel or something like that
Jeff
Vincent Pérès wrote:
Hello,
I found new stuff linked (I hope) to my bug with share_layouts.
In the rails page mo
Hello,
I found new stuff linked (I hope) to my bug with share_layouts.
In the rails page model, I did a debug in the console :
def build_parts_from_hash!(content)
content.each do |k,v|
puts " part : " + k.to_s
puts " part content : " + v
(part(k) || parts.bui
I tried the last version of share_layouts but I got the same errors.
So, I decided to test it from scratch with a fresh radiant 0.6.9,
share_layouts, and my projects extension. It's working, but now I got
sometimes another error.
Example : I created a /project page and a layout with the followin