HansSchouten / PHPageBuilder

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

Fatal error: Allowed memory size exhausted (tried to allocate 262144 bytes) in DIR/phpagebuilder/config.php #104

Open Tanoh-Hermann opened 2 years ago

Tanoh-Hermann commented 2 years ago

Hello everyone

I still encounter this error after installing PHPagebuilder, in my Codeigniter project, or even in boilerplate.

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 262144 bytes) in DIR/public_html/phpagebuilder/config.php on line 3

Can anyone help me?

HansSchouten commented 2 years ago

Strange issue since the config file normally does not have any business logic (so cannot trigger an out of memory). What does your config.php look like?