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

PHPageBuilder page not found #121

Closed
zunaidmiah opened this issue Apr 15, 2022 · 9 comments
Closed

PHPageBuilder page not found #121

zunaidmiah opened this issue Apr 15, 2022 · 9 comments

Comments

@zunaidmiah
Copy link

I follow your instruction but i got this issue
image

@HansSchouten
Copy link
Owner

HansSchouten commented Apr 15, 2022

This base URL (everything up to /admin) is probably not stored in the config file, or the Laravel env

@zunaidmiah
Copy link
Author

Okay. So what can i do now?

@HansSchouten
Copy link
Owner

I think check/debug the URLs in your .env or pagebuilder config file. I always use clean URLs without sub folders as base URL for websites, so probably the URL is the source of the issue.

@zunaidmiah
Copy link
Author

Okay. Please let me one thing, how i will update config/pagebuilder.php file?
I mean what i need to be changed or updated of this file.

@HansSchouten
Copy link
Owner

HansSchouten commented Apr 15, 2022

Run the second command in the Installation steps to publish the config file: https://github.com/HansSchouten/Laravel-Pagebuilder#installation. Next, you would have a config file

@zunaidmiah
Copy link
Author

when run all command for installation then i got config file. But from index page when i click get started link then show that error message which i add in screenshot . I can't ran this project. Help me please

@zunaidmiah
Copy link
Author

Will you please provide a video step by step how will integrate your pagebuilder with fresh laravel project.
It;s really help me if you'll provide me this.
Thanks for your consideration and time

@HansSchouten
Copy link
Owner

HansSchouten commented Apr 16, 2022

Unfortunately at the moment I don't have time to create that or check out on all tickets. But what I can say is that it is most likely due to the URL you are using (I directly work directly on (sub)domains on the many VPSes I own, so never locally) hence my URLs are always https://www.example.com or a subdomain and never a subfolder. So there could be an issue around that. Probably if you host the project directly in http://localhost it would work fine. And to find the root cause search through the project to the code where it outputs "check your URL" there would be something going wrong if you debug dd() the state of the variables/methods around there.

@Gagandeep188
Copy link

hey zunaidmiah have you got the error????

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

3 participants