Sorry to reawaken this old thread, but ...
I’m having some trouble getting Fresh Variables to work on my Multiple-Site Enabled install of EE.
I’ve performed the instructions in the docs ( twice to verify ), I’ve enabled the module, added variables, added variable names to my templates, and…... nothing.
I’ve verified that globals can be set and retrieved through each site’s path.php, but neither site will retrieve Fresh Variables.
I created a test template containing only the variable:
.. which I set in Fresh Variables:
( brackets simulate input boxes 😊 )
[ current_issue ] [ 123 ]
.. but when reloading the test page, the output is just the variable name, as entered in the template:
I enabled template debugging output:
TEMPLATE DEBUGGING
(0.000036) - Begin Template Processing -
(0.000405) URI: /site/test/
(0.000438) Path.php Template: /
(0.000477) Retrieving Template
(0.000514) Parsing Template URI
(0.002997) Determined Template: site/test
(0.003068) Retrieving Template from Database: site/test
(0.005551) Template Found
(0.006524) Template Type: webpage
(0.006824) Parsing Site Variables
(0.006949) Global Path.php Variables (Keys): site_id|site_label|site_short_name
(0.006988) Global Path.php Variables (Values): 2|2|2
(0.007119) Parse Date Format String Constants
(0.007181) Parse Current Time Variables
(0.007236) Parsing Segment, Embed, and Global Vars Conditionals
(0.008029) - Beginning Tag Processing -
(0.008075) - End Tag Processing -
(0.008172) - End Template Processing -
(0.008202) Parse Global Variables
(0.010632) Template Parsing Finished
Memory Usage: 3,222,068 bytes
... nothing obvious about Fresh Variables there. Seems like it’s just not getting enabled, even though it says it is in the Modules list.
I’ve tested this for both sites managed via this EE install, same result.
Any ideas?
Thanks,
Ian