humanmade / Custom-Meta-Boxes

Lets you easily create metaboxes with custom fields that will blow your mind.
522 stars 124 forks source link

get 500 error #436

Closed kostar closed 7 years ago

kostar commented 7 years ago

After installation and addition of require_once( 'Custom-Meta-Boxes/custom-meta-boxes.php' ) to theme's function.php I get 500 error. WP not working anymore. Is there a ready to use gmap?

mikeselander commented 7 years ago

Heya @kostar 👋

Can you provide me some more information on your setup so that I can help you diagnose this?

Thanks!

kostar commented 7 years ago

php 7.0.21 , master, error: require_once( 'Custom-Meta-Boxes/custom-meta-boxes.php' ) Perhaps I missed something in your instructions manual. I can give you access to my webserver and you can look at it yourself :) If you want to.

mikeselander commented 7 years ago

@kostar it sounds to me like the HMCMB folder is not located in the place that you're trying to reference from functions.php. The paths must match exactly to the path you're inputting into that requires statement.

ajitbohra commented 7 years ago

@kostar hope its working fine?

mikeselander commented 7 years ago

Closing this issue as I believe this is a file issue. Feel free to re-open if necessary @kostar