Nirvana theme "import settings" not working
-
When I attempt to import settings that I have saved in Nirvana, nothing appears to happen. In my attempt to debug, I have tried this script to unserialize the exported data and look at it:
<?php
$s = file_get_contents(“nirvana-export.txt”);
print $s;
$x = unserialize($s);
print_r($x);
?>It also prints nothing. Any hints on how to debug what’s going on? I’m not seeing any errors or warnings.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Nirvana theme "import settings" not working’ is closed to new replies.