Hi,

I am currently trying to delete/disable one of my views and i keep getting the following error message:

Notice: Undefined property: view::$export_type in ctools_export_ui->access() (line 128 of /Users/Vast/Sites/acquia-drupal/profiles/acquia/modules/ctools/plugins/export_ui/ctools_export_ui.class.php).

I am logged in with the admin account and i still can't delete the view.
Any advice/guidance on how to resolve this problem would be greatly appreciated.

Cheers,

Mike

Comments

otcassetmgmt’s picture

I have this problem as well... and have no idea of how to fix it? I read it may be a php setting on the server, but I am afraid to create bigger problems as I am not very experienced working on a server. I guess I will just have these views stuck in my menu thankfully they do not show to my users. I am using VBO and I think that has something to do with my problem as it is not the 1st time. I like Drupal and views because I am not a programmer even though I have written some modules for my project and I have received a lot of help here in the past. Good luck to both of us...

AJen’s picture

You could try deleting the fields and other elements out of the view before deleting it

otcassetmgmt’s picture

I deleted everything in the view saved it w/o an error so I thought it would work, but again I received a Notice

Notice: Undefined property: view::$export_type in ctools_export_ui->access() (line 128 of /home4/otcasset/public_html/theblizzardofodds/sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php).

It's okay because this problem does not seem to be causing any problems at my site it's just kinda annoying. I do find it hard to believe that as may people who use Views this issue is not well documented because I have ran into it a lot.

AJen’s picture

Is the bulk exporter (I think that's what it's called) under cTools enabled? If so, perhaps if you disable it

fabiorosabm’s picture

subscribe. Same problem here, any idea?

jirou_ueda’s picture

I also have the same problem

jirou_ueda’s picture

I was able to delete the log out, and log back in as administrator.
I think that there's worth a try.

silverbell’s picture

worked for me!

raskolbasster’s picture

Yep, worked for me too

alma071’s picture

worked also here!

dekisha’s picture

Log out, log in as admin, problem solved :)

Anonymous’s picture

This worked for me too.

Great stuff...

To confirm, most of error message was:
Notice: Undefined property: view::$export_type in ctools_export_ui->access()

Bulk_Export was not enabled

Logging out then back in straight away = problem solved

Thanks

Jon

nikus85’s picture

+1 logging out helped. BTW no warnings were shown.

Susann Linwood’s picture

I have the same problem too