I've installed Boost in a new drupal installation.
In admin/settings/performance/boost form I've checked "Do not store the cache file path in the database"; when I've clicked on Submit button, I've got "maximum number of 100 function reached" error.
The issue is in boost_admin_boost_performance_page_validate because in this case, $boost_file_path variable is an empty string, so _boost_mkdir_p called with this var as argument going in an infinite loop.
If all wrote above is right, can you modify _boost_mkdir_p to avoid loops or add a condition to boost_admin_boost_performance_page_validate.
Tnx a lot
Corrado
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | boost-591560.patch | 1.13 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedLet me know if this fixes it for you.
#591098: Multisite setup wont start
Comment #2
mikeytown2 commentedPrevent this is the future
Comment #3
mikeytown2 commentedComment #4
mikeytown2 commentedcommitted