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

CommentFileSizeAuthor
#3 boost-591560.patch1.13 KBmikeytown2

Comments

mikeytown2’s picture

Status: Active » Closed (duplicate)

Let me know if this fixes it for you.
#591098: Multisite setup wont start

mikeytown2’s picture

Title: loop over _boost_mkdir_p on boost_admin_boost_performance_page_validate » Limit depth of _boost_mkdir_p function
Version: 6.x-1.01 » 6.x-1.x-dev
Category: bug » task
Priority: Critical » Normal
Status: Closed (duplicate) » Active

Prevent this is the future

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new1.13 KB
mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.