Closed (duplicate)
Project:
Sheetnode
Version:
7.x-1.0-alpha1
Component:
Core
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2011 at 22:02 UTC
Updated:
27 Mar 2012 at 14:24 UTC
I'm having problems getting sheetnode to work and one problem which may be is contributing to my difficulties is that the code calls function drupal_execute but that function has been renamed to drupal_form_submit
Perhaps I have got the wrong version since others appear to have sheetnode working.
Comments
Comment #1
Patricia_W commentedHere is one error I am getting when I attempt to import a spreadsheet. I've got the most current version of PHPExcel and SocialCalc
Warning: Illegal offset type in _sheetnode_phpexcel_import_form() (line 6 of /home/content/p/w/a/pwarwick/html/sites/all/modules/sheetnode/modules/sheetnode_phpexcel/sheetnode_phpexcel.import.inc)
Comment #2
calbert commentedI am getting the same error?
Is there anybody working on a fix for this?
Warning: Illegal offset type in _sheetnode_phpexcel_import_form() (line 6 of sites/all/modules/sheetnode/modules/sheetnode_phpexcel/sheetnode_phpexcel.import.inc).
Comment #3
calbert commentedJust a quick bump?
Comment #4
infojunkiePlease try the new 7.x-1.0-alpha1. It's completely new code - I wasn't working on previous D7 code. Make sure to read the release notes.
Comment #5
calbert commentedI just installed the new alpha and ran my updater, and flushed dns
I still get the following error
Warning: Illegal offset type in _sheetnode_phpexcel_import_form() (line 6 of /var/www/vhosts/metrosource/drupal-7.0/sites/all/modules/sheetnode/modules/sheetnode_phpexcel/sheetnode_phpexcel.import.inc).
Comment #6
infojunkieSorry, I just realized you are referring to the Sheetnode PHPExcel module. As I mentioned in the release notes of alpha1, I only ported the core Sheetnode module so far. I should be making an alpha2 release with PHPExcel integration within the next few days. Please follow the progress over here: #1500222: Port sheetnode_phpexcel.module.