I am currently running PhpGedView 4.3.1 SVN 7321, and have been customizing some reports and trying to add a new report has issues. In the existing cemetery report I added display for sources, and in missing facts I restricted displaying missing burial info if person was not dead and had no issues since these reports already existed. I had previously created a new emaillist report when I first installed PhpGedView with no issues. However now that I am on SVN 7321 I have created a new report so I can see if I have added NOTEs to each record on if I have completed cleanup actions, but the new report name is not showing up in the reports drop down. Reviewing the forums discussions I expected the reports.dat file to be regenerated but it is not. If I delete the reports.dat file as suggested (so it can be regenerated), then I get an error "Parse error: syntax error, unexpected 'Report' (T_STRING) in /volume1/web/phpgedview/includes/reportheader.php(122) : eval()'d code on line 1".
I have checked all my configurations and resaved to no effect, so before I upgrade to the latest SVN 7337, has anyone else seen this or is there something else I need to do to fix this issue?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ignore this question, I found the problem was that I had a syntax error where I had changed <pgvrvar var="pgv_lang<span>[birth_report]</span>"> to <pgvrvar var="Notes Report">, but this should just be "Notes Report" as it was looking for a variable string that did not exist. As soon as I fixed it then the reports.dat file was automatically regenerating.</pgvrvar></pgvrvar>
Last edit: Douglas Terry 2022-02-11
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am currently running PhpGedView 4.3.1 SVN 7321, and have been customizing some reports and trying to add a new report has issues. In the existing cemetery report I added display for sources, and in missing facts I restricted displaying missing burial info if person was not dead and had no issues since these reports already existed. I had previously created a new emaillist report when I first installed PhpGedView with no issues. However now that I am on SVN 7321 I have created a new report so I can see if I have added NOTEs to each record on if I have completed cleanup actions, but the new report name is not showing up in the reports drop down. Reviewing the forums discussions I expected the reports.dat file to be regenerated but it is not. If I delete the reports.dat file as suggested (so it can be regenerated), then I get an error "Parse error: syntax error, unexpected 'Report' (T_STRING) in /volume1/web/phpgedview/includes/reportheader.php(122) : eval()'d code on line 1".
I have checked all my configurations and resaved to no effect, so before I upgrade to the latest SVN 7337, has anyone else seen this or is there something else I need to do to fix this issue?
Ignore this question, I found the problem was that I had a syntax error where I had changed <pgvrvar var="pgv_lang<span>[birth_report]</span>"> to <pgvrvar var="Notes Report">, but this should just be "Notes Report" as it was looking for a variable string that did not exist. As soon as I fixed it then the reports.dat file was automatically regenerating.</pgvrvar></pgvrvar>
Last edit: Douglas Terry 2022-02-11