Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concrete 5.6.0 Issue #7

Open
JohnTeague opened this issue Aug 30, 2012 · 1 comment
Open

Concrete 5.6.0 Issue #7

JohnTeague opened this issue Aug 30, 2012 · 1 comment

Comments

@JohnTeague
Copy link

Hi, I've installed a fresh copy Concrete 5.6.0 and aded Content Designer.
When I create a new block I receive the below error

Warning: require_once(/home/website/public_html/concrete/blocks/my_block/controller.php): failed to open stream: No such file or directory in /home/website/public_html/concrete/core/models/block_types.php on line 822 Fatal error: require_once(): Failed opening required '/home/website/public_html/concrete/blocks/my_block/controller.php' (include_path='/home/website/public_html/libraries/3rdparty:/home/website/public_html/concrete/libraries/3rdparty:.:/usr/share/pear:/usr/share/php') in /home/website/public_html/concrete/core/models/block_types.php on line 822

Troubleshooting :

  • Have chmod 777 to all directories in the public_html folder.
  • Have checked those files exist.

After the error, I can see the folder and its files have been created, however nothing appears in the Blocks list thru the Dashboard.

@jordanlev
Copy link
Owner

I talked to Andrew and apparently there's a bug in 5.6.0 that doesn't properly clear one of the new caches. To fix the problem, you can temporarily turn off the "Overrides Cache" in Dashboard -> System & Settings -> OPTIMIZATION -> Cache & Speed Settings. Then after you've created your blocks you can turn it back on.
The next point release of C5 will fix this issue, so you won't need to do this after 5.6.0.1 (or whatever the next version will be) is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants