Closed (fixed)
Project:
Forena Reports
Version:
7.x-2.x-dev
Component:
Report
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2012 at 11:07 UTC
Updated:
30 Nov 2012 at 17:10 UTC
Created a sample report and was trying to add Data. But couldnt progress any further
Notice: Undefined index: exists in forena_admin_params_form() (line 2265 of C:\Users\602160584\Softwares\xampp-win32-1.7.7-VC9\xampp\htdocs\drupal\sites\all\modules\forena\forena.admin.inc).
The requested page "/reports/report_1/edit/params?render=overlay" could not be found.
Am I missing anything?
| Comment | File | Size | Author |
|---|---|---|---|
| forena.jpg | 160.35 KB | pal_mark |
Comments
Comment #1
metzlerd commentedLooks like the file doesn't exist for some reason, which would suggest permissions problems. Did you visit the configuration pages after installation and change the location where report files are to be stored? Have you verified that the location that you have forena configured to store it's report files is indeed writable by the apache user?
Dave
Comment #2
pal_mark commentedSorry. My bad. Its my mistake. I did not configure the sql in the right place. Thanks for the reply.
Comment #3
pal_mark commentedAnother query about the SVG graphs - I have downloaded a SVG php libraries and placed it in sites/all/libraries folder - Do I need to make any other changes for the graph to appear? [At the moment, I notice a blank, white space with the below code in the html content]
Zero length axis
Zero length axis
Comment #4
metzlerd commentedYou need to go into document types and enable "SVG". I'll be making a video soon talking about the nuances of graphing and SVG. One of the tricks is that you'll want to create SVG graphs as stand alone reports and then include them as Includes in an existing report. This is because not all browsers support inline SVG out of the box.
Dave
Comment #5
metzlerd commentedTurned out to be a support request. Closing for lack of activity.