Block not showing up, permissions OS X
Permalink
Hi!
Yes, I tried the search before posting.
I'm new to creating blocks and packages for C5 but I need to create one Block for a site I'm supposed to have online in 3 days… (not going to work anyway)
I am running C5 locally on my notebook (Mac OS X Lion) with the standard Apache server, php and mysql – I'm not using MAMP or any of these solutions! – and everything is fine.
There its just one problem:
My Block isn't showing up in the functionality on the dashboard. What permissions do I have to set for the files and the folder of my block in /blocks/MyBlock ? Im desperate, because I already tried using
to make Apache the files owner. I checked and "_www" has the read and write permission.
But still it doesn't show up. I do have all the necessary files and the needed minimal content. Help!
Yes, I tried the search before posting.
I'm new to creating blocks and packages for C5 but I need to create one Block for a site I'm supposed to have online in 3 days… (not going to work anyway)
I am running C5 locally on my notebook (Mac OS X Lion) with the standard Apache server, php and mysql – I'm not using MAMP or any of these solutions! – and everything is fine.
There its just one problem:
My Block isn't showing up in the functionality on the dashboard. What permissions do I have to set for the files and the folder of my block in /blocks/MyBlock ? Im desperate, because I already tried using
chown -R www:www ~/.../MyBlock
to make Apache the files owner. I checked and "_www" has the read and write permission.
But still it doesn't show up. I do have all the necessary files and the needed minimal content. Help!