Closed amca01 closed 5 years ago
This issue was closed, but in fact the solution is to include the line
global $je;
in the file hugo-export.php just before the line $je = new Hugo_Export();. For some reason php (or at least version 5.6) seems to have trouble with global variables.
hugo-export.php
$je = new Hugo_Export();
Can you please send a pull request, which I can merge? Thanks!
Seems like solved and ~1 year old, so I'm closing this issue.
This issue was closed, but in fact the solution is to include the line
in the file
hugo-export.php
just before the line$je = new Hugo_Export();
. For some reason php (or at least version 5.6) seems to have trouble with global variables.