View Issue Details

IDProjectCategoryView StatusLast Update
6030Composr alpha bug reportsGeneral / Uncategorisedpublic2024-10-26 22:27
ReporterAdam Edington Assigned ToGuest  
PrioritynormalSeveritytrivial 
Status newResolutionopen 
Summary6030: 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
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

PDStig

2024-10-26 22:15

administrator   ~9543

When does this happen / what page?

PDStig

2024-10-26 22:23

administrator   ~9547

(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   ~9548

Last edited: 2024-10-26 22:26

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.

PDStig

2024-10-26 22:27

administrator   ~9549

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.

Add Note

View Status
Note
Upload Files
Maximum size: 32,768 KiB

Attach files by dragging & dropping, selecting or pasting them.
You are not logged in You are not logged in. This means you will not get any e-mail notifications. And if you reply, we will not know for sure you are the original poster of the issue.

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
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