View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
6030 | Composr alpha bug reports | General / Uncategorised | public | 2024-10-26 22:00 | 2024-10-26 22:27 |
Reporter | Adam Edington | Assigned To | Guest | ||
Priority | normal | Severity | trivial | ||
Status | new | Resolution | open | ||
Summary | 6030: Beta4 cache calamity! | ||||
Description | Clean install of Beta4 Allowed memory size of 1073741824 bytes exhausted (tried to allocate 4096 bytes) [sources/caches.php at 789] <- It's either this or a 500 error. | ||||
Additional Information | Happened after creating a Theme with the Wizard. | ||||
Tags | Roadmap: v11 | ||||
Attach Tags | |||||
Sponsorship open | |||||
|
When does this happen / what page? |
|
(Note to self: Happens on $sql .= db_string_equal_to('cached_for', $codename) . ' AND ' . db_string_equal_to('identifier', $md5_cache_identifier); seems something funky is going on here. This isn't something I thoroughly tested yet because this condition occurs when persistent cache is not available. I have a cache on all of my systems so I'll need to disable them and use db cache to test this case.) |
|
It was after I created a Theme with the Theme Wizard. I didn't use the Setup Wizard. Can access Admin Zone but nothing on Frontend. |
|
Good to know. This code in caches.php looks messy and might be causing the out of memory issue because it's trying to load too much at once. I'll refactor it. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-10-26 22:00 | Adam Edington | New Issue | |
2024-10-26 22:05 | Adam Edington | Description Updated | |
2024-10-26 22:15 | PDStig | Note Added: 0009543 | |
2024-10-26 22:23 | Adam Edington | Additional Information Updated | |
2024-10-26 22:23 | PDStig | Note Added: 0009547 | |
2024-10-26 22:24 | Adam Edington | Note Added: 0009548 | |
2024-10-26 22:26 | Adam Edington | Note Edited: 0009548 | |
2024-10-26 22:26 | PDStig | Tag Attached: Roadmap: v11 | |
2024-10-26 22:27 | PDStig | Note Added: 0009549 | |
2024-10-26 22:27 | Adam Edington | Description Updated |