HansSchouten / PHPageBuilder

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

Cannot redeclare phpb_registered_assets() (previously declared in /Applications/MAMP/htdocs/vendor/hansschouten/phpagebuilder/src/Core/helpers.php:573) #152

Closed GrandM1961 closed 1 year ago

GrandM1961 commented 1 year ago

I got this error and don't know what to do

HansSchouten commented 1 year ago

Thanks for reporting the issue, standard steps would be to search through the project for phpb_registered_assets in this case. In line helpers.php line 566 it checked a different name than was shown in line 573. I just pushed a commit to fix it.