I can't access to the default forms with the admin user, access denied :(

CommentFileSizeAuthor
#4 form.jpg22.31 KBedufol
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

matslats’s picture

Try this, clear caches and let me know exactly which page you can't access
//make our own filter format and ensure it is localizable
$format = array(
'format' => MCAPIFORM_STRING_FORMAT,
'name' => t('Payment form'),
'weight' => 20,
'status' => TRUE,
'filters' => array(//use only core filters
'filter_autop' => array()
)
);
filter_format_save((object)$format);

edufol’s picture

Hi Matthew,

I cleared caches and I can't access to 1st and 3rd Transaction forms.
I unisnstalled the latest beta version, I cleared all the tables.... and then I installed this new version.

Where I have to put this code?

Thank you!

edufol’s picture

Sorry matt,

It happened because some traces from the old installation were interfering.
At this point, I would like to know how to clear all the tables related with mcapi, because when I proceed to uninstall the module and I delete the field "worth", I can't uncheck the main module.

I need to clear all the tables to create a brand new installation :)

Thank you matt!

Eduard

edufol’s picture

FileSize
22.31 KB

Ok, I cleared all the traces and I installed agaig the module.
I attach an image of the form. It's not possible to show the fields.

The mass payments and log transactions are working fine.

Do you know what happens?

Thanks!

matslats’s picture

Status: Active » Closed (fixed)

This was fixed by creating a new text filter just for transaction forms.