Early Parsed Variable
I'm using a low variable with a select categories variable type to set the category within exp:channel:entries tag. The variable is set to parse early. It was working fine until it suddenly stopped parsing the variable.
If I remove the variable from the entries tag it outputs the id number just fine. Any idea what could cause this to stop working?
Replies
Low 4 Sep 2012 19:36
Did you install any other add-ons, specifically any extensions?
You can turn on Template Debugging and look up the Snippet Array (keys and values) lines. You should be able to see the early parsed variables there. Can you verify this?
msfarrel 4 Sep 2012 20:23
The low variable is not showing up in the snippet array
I did install some add-ons since it was working correctly. Cartthrob, profile:edit, freebie and zoo triggers
Low 4 Sep 2012 20:36
And you can confirm that Early Parsing is indeed still active for that variable?
Next, can you list all rows from the exp_extensions table that use the sessions_end method? Just go to Tools -> Data -> SQL Manager -> Manage Database Tables and browse the exp_extensions table. Which extensions (complete rows) use the sessions_end Method?
msfarrel 4 Sep 2012 20:48
Confirmed early parsing is still active.
Low_variables_ext is the only row using sessions_end in the exp_extensions table
Low 4 Sep 2012 20:59
Hmm. Then I need SuperAdmin access to your site, if possible. You can send the login credentials to hi at gotolow dot com.
Low 5 Sep 2012 14:49
Turns out it was a bug in Profile:Edit, by Mighty Big Robot. Applying the fix there and restoring the template_fetch_template hook record in the exp_extensions table solved the issue.