I've crated a node with fusion charts, but there are always the wrong author (guest) and an anonymous user doesnt have access to the chartnode!
Also this warnings in the backend is shown when i edit the fusion-node:
warning: Invalid argument supplied for foreach() in /srv/www/vhosts/christian-arthur-wenke.de/subdomains/drupal/httpdocs/modules/fusioncharts/fusioncharts.module on line 852.
And this when i save the node:
warning: Invalid argument supplied for foreach() in /srv/www/vhosts/christian-arthur-wenke.de/subdomains/drupal/httpdocs/modules/fusioncharts/fusioncharts.module on line 724.

Wether the path-Moduel is active this error is shown:
warning: urldecode() expects parameter 1 to be string, array given in /srv/www/vhosts/christian-arthur-wenke.de/subdomains/drupal/httpdocs/modules/path/path.module on line 142.

Comments

aaron1234nz’s picture

Title: Acess » Node uid not saved

Hmmm, thank for pointing this out. The is some weirdness happening with the multistep form submission. It forgets the user id and a few other things when the form is submitted fo the final time. I'll post a new version once I have it nutted out.

aaron1234nz’s picture

Status: Active » Closed (fixed)

OK, found the issue and fixed it. the update is available in beta2

caw67’s picture

Thanx!