HansSchouten / PHPageBuilder

A drag and drop page builder to manage pages in any PHP project
https://www.phpagebuilder.com
MIT License
739 stars 180 forks source link

Page not found #11

Closed kentchang84 closed 4 years ago

kentchang84 commented 4 years ago

Successfully installed with composer. Manage to enter website manager and create a page but failed to load pagebuilder with error "page not found". Please help.

electroheadfx commented 4 years ago

because you need to put the apache rewriting with an .htaccess, take the one in src and setup like you like, for local I removed the https route.

HansSchouten commented 4 years ago

Are you using the boilerplate? And did you set the correct URL at general > base_url in your config file?

skerbis commented 4 years ago

@kentchang84 check config and hosting-setting that you use only www. oder Domain without www.

kentchang84 commented 4 years ago

I'm using boilerplate install with composer at local environment. I found my problem was using misconfiguration in config.php and .htaccess. I'm able to load now but only saw 1 'Hello World' element, is it correct?

skerbis commented 4 years ago

Yes, there is only one template.

HansSchouten commented 4 years ago

Yep at the moment you need to create the other blocks yourself, by pasting HTML snippets in view files like I did in the example block. I hope I have soon some time to create a bootstrap theme.