Hi-
I met a confusing issue.
I modify the config.xml, delete all the datasets, add a new dataset, stop & start the server, get the new dataset on Dchart corretly.
And then i modify the config.xml again to add some infomations, stop & start the server, and this time, I can not get the new dataset on DChart corretly,instead of,DChart shows the old datasets that I have deleted.
WHY?
first, I delete the /dapper/cache, stop & start the server,then I get the same wrong dataset.
secondly, I delete the cookies of my browser, then I also get the same wrong dataset.
thirdly, I use another PC to get the URL, then I still get the same wrong dataset.
Finally, I turn to you for some help.
THX
Re: cache and cookie
This is puzzling, since the cache is stored in the cache directory and once that directory is deleted the cache should be refreshed.
If you have curl or wget installed on your system, take a look at the XML output from the following command:
curl 'http:///dchart/dchart?action=datasets'
or
wget -O - 'http:///dchart/dchart?action=datasets'
Do you see the correct datasets?
reboot the server
I added a remote dataset to a new DChart system, so i think it is unrelated to the database. Finally i reboot my server, and the dataset to work.
Thx for the help.