View Issue Details

IDProjectCategoryView StatusLast Update
0006030Composr alpha bug reports[All Projects] General / Uncategorisedpublic2024-10-26 22:27
ReporterAdam EdingtonAssigned To 
SeverityTrivial-bug 
Status non-assignedResolutionopen 
Summary0006030: Beta4 cache calamity!
DescriptionClean 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 InformationHappened after creating a Theme with the Wizard.
TagsRoadmap: v11
Sponsorship open

Activities

Patrick Schmalstig

2024-10-26 22:15

administrator   ~0009543

When does this happen / what page?

Patrick Schmalstig

2024-10-26 22:23

administrator   ~0009547

(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.)

Adam Edington

2024-10-26 22:24

administrator   ~0009548

Last edited: 2024-10-26 22:26

View 2 revisions

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.

Patrick Schmalstig

2024-10-26 22:27

administrator   ~0009549

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.

Issue History

Date Modified Username Field Change
2024-10-26 22:00 Adam Edington New Issue
2024-10-26 22:05 Adam Edington Description Updated View Revisions
2024-10-26 22:15 Patrick Schmalstig Note Added: 0009543
2024-10-26 22:23 Adam Edington Additional Information Updated View Revisions
2024-10-26 22:23 Patrick Schmalstig Note Added: 0009547
2024-10-26 22:24 Adam Edington Note Added: 0009548
2024-10-26 22:26 Adam Edington Note Edited: 0009548 View Revisions
2024-10-26 22:26 Patrick Schmalstig Tag Attached: Roadmap: v11
2024-10-26 22:27 Patrick Schmalstig Note Added: 0009549
2024-10-26 22:27 Adam Edington Description Updated View Revisions