Hi,
After upgrading to the latest version of shinding integrator I noticied the following problems:
- README.txt should recommends installing shindig revision:801605 because some javascript paths changed
Hence the following error:
404 on js files
- ShindigIntegratorActivitiesService.php getActivities arguments should match ActivitiesService interface
Hence the following error:
Declaration of ShindigIntegratorActivitiesService::getActivities() must be compatible with that of Acti\
vityService::getActivities()
- shindig_integrator.install should create module_id colum in application_settings table
Hence the following error:
Warning: Unknown column module_id in field list
query: INSERT INTO application_settings (application_id, user_id, module_id, name, value) ...
Please consider applying the attached patch to latest published version.
| Comment | File | Size | Author |
|---|---|---|---|
| shindig_integrator_upgrade.patch | 2.59 KB | proppy |
Comments
Comment #1
ramsharma2005 commentedHi proppy,
I already have updated files according to latest shindig 1.0 incubating release code.
I have also updated ShindigIntegratorDBFetcher.php according to installation file.
I have updated files on 13/8/2009. It usually take some time to get updated, that's why changes may not reflected in development snapshot.
But anyway thanks for providing the patch.
Please try once again with updated code and let me know if you are still facing the same issue.
Thanks
Comment #2
proppy commentedHi,
I tried again with ShindigIntegrator-2009-08-14 and I'm not facing these issues anymore.
Thanks a lot.
Comment #3
ramsharma2005 commented